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 241866 - NullPointerException at org.netbeans.modules.refactoring.java.plugins.ChangeParamsTransformer.isMethodMatch
Summary: NullPointerException at org.netbeans.modules.refactoring.java.plugins.ChangeP...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-14 09:52 UTC by IrianR
Modified: 2014-07-30 02:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198369


Attachments
stacktrace (5.99 KB, text/plain)
2014-02-14 09:52 UTC, IrianR
Details

Note You need to log in before you can comment on or make changes to this bug.
Description IrianR 2014-02-14 09:52:47 UTC
Build: NetBeans IDE Dev (Build 201402100001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
IrianR: Changing a method parameter from BigInteger to plain int




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.java.plugins.ChangeParamsTransformer.isMethodMatch(ChangeParamsTransformer.java:720)
   at org.netbeans.modules.refactoring.java.plugins.ChangeParamsTransformer.visitMethodInvocation(ChangeParamsTransformer.java:462)
   at org.netbeans.modules.refactoring.java.plugins.ChangeParamsTransformer.visitMethodInvocation(ChangeParamsTransformer.java:94)
   at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1477)
   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:68)
   at org.netbeans.modules.refactoring.java.spi.RefactoringVisitor.scan(RefactoringVisitor.java:209)
Comment 1 IrianR 2014-02-14 09:52:49 UTC
Created attachment 145184 [details]
stacktrace
Comment 2 Ralph Ruijs 2014-07-17 07:51:24 UTC
changeset:   ff00e3207efa
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Thu Jul 17 09:50:32 2014 +0200
summary:     #241866 - NullPointerException at org.netbeans.modules.refactoring.java.plugins.ChangeParamsTransformer.isMethodMatch
Comment 3 Quality Engineering 2014-07-30 02:32:16 UTC
Integrated into 'main-silver', will be available in build *201407300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ff00e3207efa
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #241866 - NullPointerException at org.netbeans.modules.refactoring.java.plugins.ChangeParamsTransformer.isMethodMatch