[mifdoclet (1.2)] problem with ArrayList<>

Hello,

I am trying to get mifdoclet running to generate documentation in pdf.

I get an error for each ArrayList<SomeClass> that there is in my source code:

Rules.java:21: <identifier> expected

privatestatic ArrayList<Move> legalMovesNonCapture;

^

Rules.java:49:'(' or'[' expected

legalMovesNonCapture =new ArrayList<Move>();

^

Rules.java:337: <identifier> expected

publicstatic ArrayList<Move> getLegalMovesNonCapture(){

^

...

I don't have that problem when running javadoc. Where does that come from? Have I done something wrong?

Thanks for your help.

[933 byte] By [djiba] at [2007-10-3 0:06:20]
# 1
Sorry, but version 1.2 of the mifdoclet does not support generics. If you would like Sun to release it tot he public, then please submit a request to the bug database as instructed at: http://java.sun.com/j2se/javadoc/faq/#submitbugs
dhkramera at 2007-7-14 16:54:44 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...