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 197410 - [70cat] IllegalStateException: endPosTable already set
Summary: [70cat] IllegalStateException: endPosTable already set
Status: RESOLVED DUPLICATE of bug 196712
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 19:24 UTC by javydreamercsw
Modified: 2011-04-05 08:15 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178163


Attachments
stacktrace (3.49 KB, text/plain)
2011-04-04 19:24 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2011-04-04 19:24:06 UTC
This bug was originally marked as duplicate of bug 196104, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.0 RC2 (Build 201103310000)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows XP

User Comments:
javydreamercsw: Just typing

javydreamercsw: Editing java clas in editor




Stacktrace: 
java.lang.IllegalStateException: endPosTable already set
   at com.sun.tools.javac.util.DiagnosticSource.setEndPosTable(DiagnosticSource.java:137)
   at com.sun.tools.javac.util.Log.setEndPosTable(Log.java:255)
   at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:668)
   at com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:936)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.<init>(JavacProcessingEnvironment.java:903)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.next(JavacProcessingEnvironment.java:931)
Comment 1 javydreamercsw 2011-04-04 19:24:10 UTC
Created attachment 107487 [details]
stacktrace
Comment 2 Dusan Balek 2011-04-05 08:15:15 UTC
Should be fixed in the current dev build.

*** This bug has been marked as a duplicate of bug 196712 ***