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 243022 - 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: 2014-03-18 19:06 UTC by Coding_Panda
Modified: 2014-03-20 16:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205073


Attachments
stacktrace (557 bytes, text/plain)
2014-03-18 19:06 UTC, Coding_Panda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Coding_Panda 2014-03-18 19:06:09 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: download from server

GUEST: Compiled WAR with RESTful and SOAP services attached to a single EJB

GUEST: No idea!

GUEST: .

GUEST: importing project to a repository

GUEST: copying project

Coding_Panda: I was importing an exported NetBeans IDE project (java project) and it said that the folder name already existed so I clicked "Replace" and this error came up.




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.getStatus(FileStatusCache.java:418)
   at org.netbeans.modules.subversion.FilesystemHandler$4.run(FilesystemHandler.java:599)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Comment 1 Coding_Panda 2014-03-18 19:06:12 UTC
Created attachment 146123 [details]
stacktrace
Comment 2 Ondrej Vrabec 2014-03-20 16:11:55 UTC

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