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 225842 - NullPointerException at org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles
Summary: NullPointerException at org.netbeans.modules.refactoring.java.spi.JavaRefacto...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 14:29 UTC by Jesse Glick
Modified: 2015-02-04 03:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198414


Attachments
stacktrace (961 bytes, text/plain)
2013-02-07 14:29 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2013-02-07 14:29:13 UTC
Build: NetBeans IDE Dev (Build 20130204-45463ec5416f)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Linux

User Comments:
jglick: Find Usages on hudson.matrix.MatrixBuild.<init>(MatrixProject,File)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:275)
   at org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.queryFiles(JavaRefactoringPlugin.java:259)
   at org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin.prepare(JavaWhereUsedQueryPlugin.java:374)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:437)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:421)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.prepare(AbstractRefactoring.java:232)
Comment 1 Jesse Glick 2013-02-07 14:29:15 UTC
Created attachment 131099 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:29:24 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.