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

Summary: AssertionError at com.sun.tools.javac.api.JavacTaskImpl.parse
Product: java Reporter: err <err>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=160185
Issue Type: DEFECT Exception Reporter: 160185
Attachments: stacktrace

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 ***