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 229093 - NullPointerException at org.netbeans.modules.css.prep.editor.refactoring.CPRenameRefactoringPlugin.prepare
Summary: NullPointerException at org.netbeans.modules.css.prep.editor.refactoring.CPRe...
Status: RESOLVED DUPLICATE of bug 227916
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-26 19:04 UTC by misterm
Modified: 2013-05-03 17:39 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200261


Attachments
stacktrace (736 bytes, text/plain)
2013-04-26 19:04 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-04-26 19:04:37 UTC
Build: NetBeans IDE Dev (Build 20130419-7a8157c6f9ab)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
misterm: Refactoring




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.css.prep.editor.refactoring.CPRenameRefactoringPlugin.prepare(CPRenameRefactoringPlugin.java:131)
   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)
   at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$Prepare.run(ParametersPanel.java:1020)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
Comment 1 misterm 2013-04-26 19:04:38 UTC
Created attachment 133861 [details]
stacktrace
Comment 2 Vladimir Riha 2013-04-27 20:58:41 UTC
another possible duplicate of issue 227916
Comment 3 Marek Fukala 2013-05-03 17:39:43 UTC

*** This bug has been marked as a duplicate of bug 227916 ***