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 270512 - NullPointerException at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.unrecoverableError
Summary: NullPointerException at com.sun.tools.javac.processing.JavacProcessingEnviron...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-28 13:19 UTC by Exceptions Reporter
Modified: 2017-07-10 21:22 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 228986


Attachments
stacktrace (5.94 KB, text/plain)
2017-04-28 13:19 UTC, Exceptions Reporter
Details
stacktrace (5.06 KB, text/plain)
2017-07-04 11:10 UTC, muellermi
Details
stacktrace (5.06 KB, text/plain)
2017-07-10 09:34 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-04-28 13:19:31 UTC
This bug was originally marked as duplicate of bug 269836, 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 201704260002)
VM: OpenJDK 64-Bit Server VM, 25.121-b13, OpenJDK Runtime Environment, 1.8.0_121-b13
OS: DragonFlyBSD

User Comments:
GUEST: autocomplete fails for implements ...

wissenstein: Created a class, then put the cursor between the class name and "{", printed "implements" and pressed the space bar.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.unrecoverableError(JavacProcessingEnvironment.java:1153)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1323)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1332)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1220)
   at com.sun.tools.javac.main.JavaCompiler.lambda$readSourceFile$191(JavaCompiler.java:913)
   at com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:315)
Comment 1 Exceptions Reporter 2017-04-28 13:19:34 UTC
Created attachment 164202 [details]
stacktrace
Comment 2 Exceptions Reporter 2017-06-29 08:49:33 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=228986
Comment 3 muellermi 2017-07-04 11:10:34 UTC
Created attachment 164688 [details]
stacktrace

after rename
Comment 4 muellermi 2017-07-10 09:34:38 UTC
Created attachment 164731 [details]
stacktrace

open file in editor
Comment 5 Exceptions Reporter 2017-07-10 21:22:39 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=228986