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 186198 - NullPointerException at org.netbeans.modules.scala.refactoring.RenameRefactoringPlugin.<init>
Summary: NullPointerException at org.netbeans.modules.scala.refactoring.RenameRefactor...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-15 01:40 UTC by mjreged
Modified: 2012-01-27 11:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159185


Attachments
stacktrace (4.11 KB, text/plain)
2010-05-15 01:40 UTC, mjreged
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjreged 2010-05-15 01:40:03 UTC
Build: NetBeans IDE Dev (Build 201005100200)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
GUEST: rename scala class

GUEST: Ctr+R an a scala file in the Test Packages dir

GUEST: rename on scala class

GUEST: rename class




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.scala.refactoring.RenameRefactoringPlugin.<init>(RenameRefactoringPlugin.java:121)
   at org.netbeans.modules.scala.refactoring.ScalaRefactoringsFactory.createInstance(ScalaRefactoringsFactory.java:69)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.getPlugins(AbstractRefactoring.java:137)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.addProgressListener(AbstractRefactoring.java:278)
   at org.netbeans.modules.refactoring.spi.impl.ParametersPanel.showDialog(ParametersPanel.java:468)
   at org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.refresh(RefactoringPanel.java:572)
Comment 1 mjreged 2010-05-15 01:40:07 UTC
Created attachment 99037 [details]
stacktrace