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 247384 - NullPointerException at org.netbeans.modules.j2ee.common.dd.DDHelper$MakeFileCopy.run
Summary: NullPointerException at org.netbeans.modules.j2ee.common.dd.DDHelper$MakeFile...
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-22 23:28 UTC by Exceptions Reporter
Modified: 2016-07-07 08:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212115


Attachments
stacktrace (1.56 KB, text/plain)
2014-09-22 23:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-09-22 23:28:58 UTC
This bug was originally marked as duplicate of bug 212211, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 8

User Comments:
GUEST: Trying to open a project whose sources folder was moved.
Getting message about configuring sources folder, but it never opens the project.
The project never shows in the "Projects" sidebar




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.common.dd.DDHelper$MakeFileCopy.run(DDHelper.java:344)
   at org.openide.filesystems.FileUtil$2.run(FileUtil.java:447)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:641)
   at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:431)
   at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:451)
Comment 1 Exceptions Reporter 2014-09-22 23:29:00 UTC
Created attachment 149439 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 08:53:23 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss