This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 212641 - IllegalStateException at org.netbeans.modules.java.source.parsing.ProcessorGenerated.bind
Summary: IllegalStateException at org.netbeans.modules.java.source.parsing.ProcessorGe...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-17 13:51 UTC by everflux
Modified: 2012-05-23 08:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188071


Attachments
stacktrace (3.33 KB, text/plain)
2012-05-17 13:51 UTC, everflux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2012-05-17 13:51:40 UTC
Build: NetBeans IDE Dev (Build 20120517-82ea49a7fe37)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
everflux: Running own build of NB main with jacoco code coverage. Netbeans was still scanning/indexing maven and maybe scanning sources.




Stacktrace: 
java.lang.IllegalStateException
   at org.netbeans.modules.java.source.parsing.ProcessorGenerated.bind(ProcessorGenerated.java:111)
   at org.netbeans.api.java.source.ClasspathInfo.getFileManager(ClasspathInfo.java:389)
   at org.netbeans.api.java.source.ClasspathInfo$ClasspathInfoAccessorImpl.getFileManager(ClasspathInfo.java:455)
   at org.netbeans.modules.java.source.indexing.SuperOnePassCompileWorker.compile(SuperOnePassCompileWorker.java:94)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:229)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:158)
Comment 1 everflux 2012-05-17 13:51:45 UTC
Created attachment 119573 [details]
stacktrace
Comment 2 Tomas Zezula 2012-05-22 12:51:16 UTC
Fixed jet-main 8320ac63936a
Comment 3 Quality Engineering 2012-05-23 08:58:03 UTC
Integrated into 'main-golden', will be available in build *201205230300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8320ac63936a
User: Tomas Zezula <tzezula@netbeans.org>
Log: #212641:IllegalStateException at org.netbeans.modules.java.source.parsing.ProcessorGenerated.bind