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 160854 - AssertionError at com.sun.tools.javac.code.Scope.leave
Summary: AssertionError at com.sun.tools.javac.code.Scope.leave
Status: RESOLVED DUPLICATE of bug 152919
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-03-23 11:23 UTC by tysonite
Modified: 2009-03-23 12:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148075


Attachments
stacktrace (5.73 KB, text/plain)
2009-03-23 11:23 UTC, tysonite
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tysonite 2009-03-23 11:23:44 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.AssertionError
        at com.sun.tools.javac.code.Scope.leave(Scope.java:145)
        at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:799)
        at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:769)
        at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:391)
        at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:428)
        at com.sun.tools.javac.comp.Attr.visitIf(Attr.java:1094)
Comment 1 tysonite 2009-03-23 11:23:57 UTC
Created attachment 78626 [details]
stacktrace
Comment 2 Dusan Balek 2009-03-23 12:49:56 UTC
Should be already fixed.

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