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 221895 - NullPointerException at org.netbeans.modules.refactoring.java.plugins.ReplaceConstructorWithFactoryPlugin.preCheck
Summary: NullPointerException at org.netbeans.modules.refactoring.java.plugins.Replace...
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: 2012-11-11 12:56 UTC by choces
Modified: 2015-02-04 03:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194914


Attachments
stacktrace (2.36 KB, text/plain)
2012-11-11 12:56 UTC, choces
Details

Note You need to log in before you can comment on or make changes to this bug.
Description choces 2012-11-11 12:56:13 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.java.plugins.ReplaceConstructorWithFactoryPlugin.preCheck(ReplaceConstructorWithFactoryPlugin.java:86)
   at org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin$WorkingTask.run(JavaRefactoringPlugin.java:353)
   at org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin$WorkingTask.run(JavaRefactoringPlugin.java:329)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:488)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:584)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:153)
Comment 1 choces 2012-11-11 12:56:14 UTC
Created attachment 127550 [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.