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 164999 - [67cat] AssertionError at com.sun.tools.javac.comp.Lower.makeOuterThis
Summary: [67cat] AssertionError at com.sun.tools.javac.comp.Lower.makeOuterThis
Status: RESOLVED DUPLICATE of bug 165001
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-12 20:34 UTC by matthies
Modified: 2009-05-12 20:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 90907


Attachments
stacktrace (7.79 KB, text/plain)
2009-05-12 20:34 UTC, matthies
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matthies 2009-05-12 20:34:14 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.AssertionError
        at com.sun.tools.javac.comp.Lower.makeOuterThis(Lower.java:1352)
        at com.sun.tools.javac.comp.Lower.makeThis(Lower.java:1339)
        at com.sun.tools.javac.comp.Lower.visitSelect(Lower.java:3144)
        at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1655)
        at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
        at com.sun.tools.javac.comp.Lower.translate(Lower.java:1919)
Comment 1 matthies 2009-05-12 20:34:20 UTC
Created attachment 82003 [details]
stacktrace
Comment 2 matthies 2009-05-12 20:47:35 UTC
Filed test case as new issue 165001, closing this one as duplicate.

*** This issue has been marked as a duplicate of 165001 ***