Bugs item #2965666, was opened at 2010-03-08 14:55
Message generated for change (Tracker Item Submitted) made by mgricken
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2965666&group_id=44253
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Javadoc integration
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mathias Ricken (mgricken)
Assigned to: Nobody/Anonymous (nobody)
Summary: Javadoc Problems, Possibly Related to Language Levels
Initial Comment:
Sometimes Javadoc isn't generated for all files. Please add more detail so we can reproduce this.
There is also an AssertionError because javadocEnded isn't executed in the event thread.
java.lang.AssertionError
at edu.rice.cs.drjava.ui.MainFrame$ModelListener.javadocEnded(MainFrame.java:9119)
at edu.rice.cs.drjava.model.GlobalEventNotifier.javadocEnded(GlobalEventNotifier.java:569)
at edu.rice.cs.drjava.model.javadoc.JavadocEventNotifier.javadocEnded(JavadocEventNotifier.java:91)
at edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel._runJavadoc(DefaultJavadocModel.java:336)
at edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel._javadocAllWorker(DefaultJavadocModel.java:231)
at edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel.access$000(DefaultJavadocModel.java:76)
at edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel$1.run(DefaultJavadocModel.java:199)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2965666&group_id=44253
|