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 226443 - Throwable at com.sun.tools.javac.util.DiagnosticSource.setEndPosTable
Summary: Throwable at com.sun.tools.javac.util.DiagnosticSource.setEndPosTable
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-21 09:38 UTC by Exceptions Reporter
Modified: 2016-07-07 07:17 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198848


Attachments
stacktrace (4.84 KB, text/plain)
2013-02-21 09:38 UTC, Exceptions Reporter
Details
stacktrace (10.39 KB, text/plain)
2014-11-06 10:39 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-02-21 09:38:36 UTC
This bug was originally marked as duplicate of bug 213011, 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.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01, Java(TM) SE Runtime Environment, 1.6.0_35-b10
OS: Linux

User Comments:
GUEST: I was pressing control + space for auto complete.




Stacktrace: 
java.lang.Throwable
   at com.sun.tools.javac.util.DiagnosticSource.setEndPosTable(DiagnosticSource.java:139)
   at com.sun.tools.javac.util.Log.setEndPosTable(Log.java:237)
   at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:639)
   at com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:928)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1174)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1137)
Comment 1 Exceptions Reporter 2013-02-21 09:38:38 UTC
Created attachment 131659 [details]
stacktrace
Comment 2 _ tboudreau 2014-11-06 10:39:39 UTC
Created attachment 150318 [details]
stacktrace

Compiling
Comment 3 Martin Balin 2016-07-07 07:17:56 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss