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 269371 - NullPointerException at org.netbeans.modules.java.hints.errors.ImplementAllAbstractMethods.generateAllAbstractMethodImplementations
Summary: NullPointerException at org.netbeans.modules.java.hints.errors.ImplementAllAb...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-16 19:04 UTC by Leperous
Modified: 2016-12-16 19:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227597


Attachments
stacktrace (2.72 KB, text/plain)
2016-12-16 19:04 UTC, Leperous
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leperous 2016-12-16 19:04:09 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b15, Java(TM) SE Runtime Environment, 1.8.0_91-b15
OS: Windows 10

User Comments:
Leperous: Implement method




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.hints.errors.ImplementAllAbstractMethods.generateAllAbstractMethodImplementations(ImplementAllAbstractMethods.java:601)
   at org.netbeans.modules.java.hints.errors.ImplementAllAbstractMethods$ImplementFixBase.generateImplementation(ImplementAllAbstractMethods.java:427)
   at org.netbeans.modules.java.hints.errors.ImplementAllAbstractMethods$ImplementAbstractMethodsFix.executeRound(ImplementAllAbstractMethods.java:573)
   at org.netbeans.modules.java.hints.errors.ImplementAllAbstractMethods$ImplementFixBase.run(ImplementAllAbstractMethods.java:388)
   at org.netbeans.modules.java.hints.errors.ImplementAllAbstractMethods$ImplementFixBase.run(ImplementAllAbstractMethods.java:310)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:636)
Comment 1 Leperous 2016-12-16 19:04:11 UTC
Created attachment 163266 [details]
stacktrace