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 194743 - [70cat] AssertionError at org.netbeans.modules.java.source.TreeLoader.loadTreeFor
Summary: [70cat] AssertionError at org.netbeans.modules.java.source.TreeLoader.loadTre...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-26 16:27 UTC by aldobrucale
Modified: 2011-02-04 05:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176179


Attachments
stacktrace (4.19 KB, text/plain)
2011-01-26 16:27 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2011-01-26 16:27:37 UTC
Build: NetBeans IDE Dev (Build 201101250001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
aldobrucale: hit f7 while debugging java




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.java.source.TreeLoader.loadTreeFor(TreeLoader.java:148)
   at com.sun.tools.javac.model.JavacElements.getTreeAndTopLevel(JavacElements.java:617)
   at com.sun.tools.javac.model.JavacElements.getTreeAndTopLevel(JavacElements.java:643)
   at com.sun.tools.javac.api.JavacTrees.getTree(JavacTrees.java:162)
   at com.sun.tools.javac.api.JavacTrees.getTree(JavacTrees.java:158)
   at com.sun.tools.javac.api.JavacTrees.getTree(JavacTrees.java:154)
Comment 1 aldobrucale 2011-01-26 16:27:41 UTC
Created attachment 105372 [details]
stacktrace
Comment 2 Tomas Zezula 2011-02-03 10:44:59 UTC
Fixed jet-main c4fa36c181db
Comment 3 Tomas Zezula 2011-02-03 12:44:46 UTC
More fixes jet-main 5d6cf6d73fb8
Comment 4 Quality Engineering 2011-02-04 05:58:39 UTC
Integrated into 'main-golden', will be available in build *201102040000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c4fa36c181db
User: Tomas Zezula <tzezula@netbeans.org>
Log: #194743:[70cat] AssertionError at org.netbeans.modules.java.source.TreeLoader.loadTreeFor