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 252026 - AssertionError at com.sun.tools.javac.api.JavacTaskImpl.parse
Summary: AssertionError at com.sun.tools.javac.api.JavacTaskImpl.parse
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-23 15:05 UTC by IrianR
Modified: 2015-04-29 02:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216936


Attachments
stacktrace (2.79 KB, text/plain)
2015-04-23 15:05 UTC, IrianR
Details

Note You need to log in before you can comment on or make changes to this bug.
Description IrianR 2015-04-23 15:05:23 UTC
This bug was originally marked as duplicate of bug 174694, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201504070001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
IrianR: Remote debugging an SE Java project (Maven).




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:248)
   at org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:590)
   at org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:383)
   at org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:109)
   at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser.toPhase(PreferredCCParser.java:607)
   at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser.getPreferredCompilationController(PreferredCCParser.java:139)
Comment 1 IrianR 2015-04-23 15:05:25 UTC
Created attachment 153329 [details]
stacktrace
Comment 3 Quality Engineering 2015-04-29 02:32:20 UTC
Integrated into 'main-silver', will be available in build *201504290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/487a2aa1c1be
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #251886, #252026, and #252033 - fixed.