Bugs item #1466600, was opened at 2006-04-07 16:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1466600&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: None
Group: None
Status: Open
Resolution: None
Priority: 9
Submitted By: Mathias Ricken (mgricken)
Assigned to: Mathias Ricken (mgricken)
Summary: NullPointerException if No Build Directory Set
Initial Comment:
If no build directory is set, the following exception
is thrown on a compile. This happens when the class
files are to be scanned to generate auto-complete
information. I screwed up, I'll fix it.
Exception in thread "Thread-4"
java.lang.NullPointerException
at
edu.rice.cs.drjava.model.AbstractGlobalModel$ProjectFileGroupingState.getClassFilesHelper(AbstractGlobalModel.java:707)
at
edu.rice.cs.drjava.model.AbstractGlobalModel$ProjectFileGroupingState.getClassFiles(AbstractGlobalModel.java:701)
at
edu.rice.cs.drjava.model.AbstractGlobalModel.getClassFiles(AbstractGlobalModel.java:524)
at
edu.rice.cs.drjava.ui.MainFrame$122.run(MainFrame.java:3516)
at java.lang.Thread.run(Unknown Source)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1466600&group_id=44253
|