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 159903 - AssertionError at com.sun.tools.javac.comp.Enter.shadowTypeEnvs
Summary: AssertionError at com.sun.tools.javac.comp.Enter.shadowTypeEnvs
Status: RESOLVED FIXED
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:
: 160707 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-03-09 12:55 UTC by porky_porkunni
Modified: 2009-03-20 12:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144549


Attachments
stacktrace (1.67 KB, text/plain)
2009-03-09 12:55 UTC, porky_porkunni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description porky_porkunni 2009-03-09 12:55:38 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
GUEST: call a store pocedure



Stacktrace: 
java.lang.AssertionError
        at com.sun.tools.javac.comp.Enter.shadowTypeEnvs(Enter.java:250)
        at com.sun.tools.javac.api.JavacTrees.attribStatToTree(JavacTrees.java:297)
        at com.sun.tools.javac.api.JavacTrees.getAttrContext(JavacTrees.java:274)
        at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:192)
        at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:84)
        at org.netbeans.modules.debugger.jpda.projects.AST2Bytecode.matchSourceTree2Bytecode(AST2Bytecode.java:194)
Comment 1 porky_porkunni 2009-03-09 12:55:43 UTC
Created attachment 77906 [details]
stacktrace
Comment 2 Dusan Balek 2009-03-16 18:04:01 UTC
Should be already fixed.
See http://hg.netbeans.org/main/rev/c1d1c43b4592
Comment 3 Dusan Balek 2009-03-20 12:21:41 UTC
*** Issue 160707 has been marked as a duplicate of this issue. ***