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 195462 - [70cat] NullPointerException at org.netbeans.modules.versioning.util.Utils.deleteRecursively
Summary: [70cat] NullPointerException at org.netbeans.modules.versioning.util.Utils.de...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-14 17:45 UTC by host
Modified: 2011-02-16 11:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176674


Attachments
stacktrace (4.14 KB, text/plain)
2011-02-14 17:45 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description host 2011-02-14 17:45:38 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102111519)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.versioning.util.Utils.deleteRecursively(Utils.java:491)
   at org.netbeans.modules.subversion.FilesystemHandler.removeInvalidMetadata(FilesystemHandler.java:632)
   at org.netbeans.modules.subversion.Subversion.cleanupFilesystem(Subversion.java:355)
   at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:332)
   at org.netbeans.modules.subversion.FileStatusCache.refresh(FileStatusCache.java:557)
   at org.netbeans.modules.subversion.FileStatusCache.refresh(FileStatusCache.java:494)
Comment 1 host 2011-02-14 17:45:45 UTC
Created attachment 105991 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-02-14 17:57:05 UTC
fix: http://hg.netbeans.org/core-main/rev/715f65098b6a
Comment 3 Quality Engineering 2011-02-16 11:45:00 UTC
Integrated into 'main-golden', will be available in build *201102160501* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/715f65098b6a
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #195462 - [70cat] NullPointerException at org.netbeans.modules.versioning.util.Utils.deleteRecursively