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 205803 - NullPointerException at org.netbeans.api.project.ProjectUtils.getSources
Summary: NullPointerException at org.netbeans.api.project.ProjectUtils.getSources
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-01 19:48 UTC by mstarnacki
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183344


Attachments
stacktrace (2.41 KB, text/plain)
2011-12-01 19:48 UTC, mstarnacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mstarnacki 2011-12-01 19:48:27 UTC
Build: NetBeans IDE 7.1 RC1 (Build 201111242103)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
mstarnacki: I can reproduce that error when I copy file between folders in Faworites window.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.project.ProjectUtils.getSources(ProjectUtils.java:116)
   at org.netbeans.modules.xml.refactoring.ui.CopyPanel.updateRoots(CopyPanel.java:364)
   at org.netbeans.modules.xml.refactoring.ui.CopyPanel.actionPerformed(CopyPanel.java:309)
   at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1240)
   at javax.swing.JComboBox.setSelectedItem(JComboBox.java:567)
   at org.netbeans.modules.xml.refactoring.ui.CopyPanel.initValues(CopyPanel.java:148)
Comment 1 mstarnacki 2011-12-01 19:48:29 UTC
Created attachment 113725 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:38 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.