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 236201 - NullPointerException at org.netbeans.modules.subversion.FileStatusCache.scanFolder
Summary: NullPointerException at org.netbeans.modules.subversion.FileStatusCache.scanF...
Status: RESOLVED DUPLICATE of bug 236185
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-20 17:33 UTC by Petr Jiricka
Modified: 2013-09-22 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204033


Attachments
stacktrace (910 bytes, text/plain)
2013-09-20 17:33 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2013-09-20 17:33:26 UTC
Build: NetBeans IDE Dev (Build web-main-11638-on-20130919)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
pjiricka: Deleting files using file manager from under NetBeans.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.subversion.FileStatusCache.scanFolder(FileStatusCache.java:925)
   at org.netbeans.modules.subversion.FileStatusCache.getScannedFiles(FileStatusCache.java:849)
   at org.netbeans.modules.subversion.FileStatusCache.refresh(FileStatusCache.java:558)
   at org.netbeans.modules.subversion.FileStatusCache.refresh(FileStatusCache.java:501)
   at org.netbeans.modules.subversion.FileStatusCache$2.run(FileStatusCache.java:198)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
Comment 1 Petr Jiricka 2013-09-20 17:33:28 UTC
Created attachment 140316 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-09-22 13:42:03 UTC

*** This bug has been marked as a duplicate of bug 236185 ***