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 186298 - NullPointerException at org.netbeans.modules.css.refactoring.CssRefactoringPluginFactory.createInstance
Summary: NullPointerException at org.netbeans.modules.css.refactoring.CssRefactoringPl...
Status: RESOLVED DUPLICATE of bug 186280
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-18 13:22 UTC by Vladimir Voskresensky
Modified: 2010-05-18 14:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169772


Attachments
stacktrace (4.01 KB, text/plain)
2010-05-18 13:22 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2010-05-18 13:22:30 UTC
Build: NetBeans IDE Dev (Build 100518-43750cd7df9a)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: SunOS

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.css.refactoring.CssRefactoringPluginFactory.createInstance(CssRefactoringPluginFactory.java:66)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.getPlugins(AbstractRefactoring.java:140)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.addProgressListener(AbstractRefactoring.java:281)
   at org.netbeans.modules.refactoring.spi.impl.ParametersPanel.showDialog(ParametersPanel.java:471)
   at org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.refresh(RefactoringPanel.java:575)
   at org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.<init>(RefactoringPanel.java:137)
Comment 1 Vladimir Voskresensky 2010-05-18 13:22:33 UTC
Created attachment 99133 [details]
stacktrace
Comment 2 Marek Fukala 2010-05-18 14:40:06 UTC
already fixed

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