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 174948 - AssertionError at com.sun.tools.javac.api.JavacTaskImpl.parse
Summary: AssertionError at com.sun.tools.javac.api.JavacTaskImpl.parse
Status: RESOLVED DUPLICATE of bug 174694
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-10-20 01:54 UTC by err
Modified: 2009-10-20 09:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160185


Attachments
stacktrace (1.44 KB, text/plain)
2009-10-20 01:54 UTC, err
Details

Note You need to log in before you can comment on or make changes to this bug.
Description err 2009-10-20 01:54:15 UTC
Build: NetBeans IDE Dev (Build 200910160201)
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:
err: Did a "Step Over" button-command.

The step-over did not seem to complete acc'd to the debug buttons such as "Continue" still being inactive.



Stacktrace: 
java.lang.AssertionError
        at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:261)
        at org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:489)
        at org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:353)
        at org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:106)
        at org.netbeans.modules.debugger.jpda.projects.EditorContextImpl.getOperations(EditorContextImpl.java:1220)
        at org.netbeans.modules.debugger.jpda.ExpressionPool.createExpressionAt(ExpressionPool.java:186)
Comment 1 err 2009-10-20 01:54:20 UTC
Created attachment 89723 [details]
stacktrace
Comment 2 Dusan Balek 2009-10-20 09:11:34 UTC
Already reported. Thanks.

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