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 200728 - NullPointerException at com.sun.source.util.TreePathScanner.scan
Summary: NullPointerException at com.sun.source.util.TreePathScanner.scan
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-07 09:36 UTC by cschlichtherle
Modified: 2011-09-01 12:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180445


Attachments
stacktrace (2.04 KB, text/plain)
2011-08-07 09:36 UTC, cschlichtherle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cschlichtherle 2011-08-07 09:36:26 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows Vista

User Comments:
cschlichtherle: Calling refactoring wizard "Change Method Parameters...".




Stacktrace: 
java.lang.NullPointerException
   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:49)
   at org.netbeans.modules.refactoring.java.ui.ChangeParametersPanel.initTableData(ChangeParametersPanel.java:523)
   at org.netbeans.modules.refactoring.java.ui.ChangeParametersPanel.access$400(ChangeParametersPanel.java:80)
   at org.netbeans.modules.refactoring.java.ui.ChangeParametersPanel$1.run(ChangeParametersPanel.java:145)
   at org.netbeans.modules.refactoring.java.ui.ChangeParametersPanel$1.run(ChangeParametersPanel.java:132)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:482)
Comment 1 cschlichtherle 2011-08-07 09:36:30 UTC
Created attachment 109831 [details]
stacktrace
Comment 2 Ralph Ruijs 2011-09-01 12:30:48 UTC
Changeset: 5dd3ddbe2153
Author:    Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Date:      2011-09-01 14:27
Message:   Fixes in Rename Test after changes in JavaDataLoader
Issue #200728 - NullPointerException at com.sun.source.util.TreePathScanner.scan