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 156598 - NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.registerLock
Summary: NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects...
Status: RESOLVED DUPLICATE of bug 151576
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-12 09:56 UTC by tnleeuw
Modified: 2009-01-12 11:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145069


Attachments
stacktrace (2.02 KB, text/plain)
2009-01-12 09:56 UTC, tnleeuw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tnleeuw 2009-01-12 09:56:43 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.registerLock(LockForFile.java:108)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.tryLock(LockForFile.java:96)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.lock(FileObj.java:277)
        at org.openide.filesystems.FileObject.delete(FileObject.java:353)
        at org.netbeans.modules.maven.j2ee.web.CopyOnSave.handleDeleteFileInDestDir(CopyOnSave.java:230)
        at org.netbeans.modules.maven.j2ee.web.CopyOnSave.fileDeleted(CopyOnSave.java:204)
Comment 1 tnleeuw 2009-01-12 09:56:48 UTC
Created attachment 75689 [details]
stacktrace
Comment 2 Jiri Skrivanek 2009-01-12 11:58:26 UTC

*** This issue has been marked as a duplicate of 151576 ***