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 201554 - NullPointerException at org.netbeans.modules.java.hints.jackpot.impl.refactoring.InspectAndRefactorPanel.customScopeButtonActionPerformed
Summary: NullPointerException at org.netbeans.modules.java.hints.jackpot.impl.refactor...
Status: RESOLVED DUPLICATE of bug 201134
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 09:56 UTC by sunbiz
Modified: 2011-09-13 08:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180705


Attachments
stacktrace (7.68 KB, text/plain)
2011-09-02 09:56 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2011-09-02 09:56:41 UTC
Build: NetBeans IDE Dev (Build 201108310601)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows 7

User Comments:
sunbiz: Inspect and Transform -> Custom Scope from drop-down... and clicked on the browse-like button next to the drop-down throws this exception

gwimag: Inspect and Transform project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.hints.jackpot.impl.refactoring.InspectAndRefactorPanel.customScopeButtonActionPerformed(InspectAndRefactorPanel.java:386)
   at org.netbeans.modules.java.hints.jackpot.impl.refactoring.InspectAndRefactorPanel.access$800(InspectAndRefactorPanel.java:127)
   at org.netbeans.modules.java.hints.jackpot.impl.refactoring.InspectAndRefactorPanel$9.actionPerformed(InspectAndRefactorPanel.java:280)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
Comment 1 sunbiz 2011-09-02 09:56:46 UTC
Created attachment 110350 [details]
stacktrace
Comment 2 Quality Engineering 2011-09-12 14:14:49 UTC
Integrated into 'main-golden', will be available in build *201109120600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c50ade4b58c7
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #201554: change method return type should not be shown for constructors.
Comment 3 Jan Lahoda 2011-09-13 08:15:45 UTC

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