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 210838 - NullPointerException at org.netbeans.modules.refactoring.java.plugins.ExtractSuperclassRefactoringPlugin.findUsedGenericTypes
Summary: NullPointerException at org.netbeans.modules.refactoring.java.plugins.Extract...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.2
Hardware: All All
: P4 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-06 20:41 UTC by sunbiz
Modified: 2016-07-07 07:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186757


Attachments
stacktrace (10.49 KB, text/plain)
2012-04-06 20:42 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-04-06 20:41:55 UTC
Build: NetBeans IDE Dev (Build 201204040400)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.java.plugins.ExtractSuperclassRefactoringPlugin.findUsedGenericTypes(ExtractSuperclassRefactoringPlugin.java:285)
   at org.netbeans.modules.refactoring.java.plugins.ExtractSuperclassRefactoringPlugin.access$100(ExtractSuperclassRefactoringPlugin.java:85)
   at org.netbeans.modules.refactoring.java.plugins.ExtractSuperclassRefactoringPlugin$CreateSuperclassElement.run(ExtractSuperclassRefactoringPlugin.java:437)
   at org.netbeans.modules.refactoring.java.plugins.ExtractSuperclassRefactoringPlugin$CreateSuperclassElement.run(ExtractSuperclassRefactoringPlugin.java:335)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:670)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:660)
Comment 1 sunbiz 2012-04-06 20:42:01 UTC
Created attachment 117957 [details]
stacktrace
Comment 2 Jan Becicka 2012-04-16 10:03:30 UTC
please provide steps to reproduce
Comment 3 sunbiz 2012-04-17 10:03:46 UTC
Deleted project, but the Extract superclass is still open. Clicked on repeat and got this exception
Comment 4 Jan Becicka 2012-04-17 11:28:06 UTC
Still cannot reproduce.
Comment 5 Martin Balin 2016-07-07 07:16:21 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