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 255186

Summary: NullPointerException at org.netbeans.modules.subversion.ui.update.RevertModificationsAction$2.handleCopiedFiles
Product: versioncontrol Reporter: aquaglia <aquaglia>
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219861
Attachments: stacktrace

Description aquaglia 2015-09-10 14:49:24 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b27
OS: Mac OS X

User Comments:
aquaglia: reverting modifications




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.subversion.ui.update.RevertModificationsAction$2.handleCopiedFiles(RevertModificationsAction.java:263)
   at org.netbeans.modules.subversion.ui.update.RevertModificationsAction$2.call(RevertModificationsAction.java:230)
   at org.netbeans.modules.subversion.ui.update.RevertModificationsAction$2.call(RevertModificationsAction.java:180)
   at org.netbeans.modules.versioning.indexingbridge.Bridge$1.call(Bridge.java:64)
   at org.netbeans.modules.parsing.api.indexing.IndexingManager.runProtected(IndexingManager.java:396)
   at org.netbeans.modules.versioning.indexingbridge.Bridge.runWithoutIndexing(Bridge.java:59)
Comment 1 aquaglia 2015-09-10 14:49:26 UTC
Created attachment 156065 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-09-10 16:02:30 UTC
i'll fix the exception, but it is merely a result of an error when accessing the svn checkout:
There are unfinished transactions detected in '/Users/Angelo/Documents/psc'
You should run Subversion -> Working Copy -> Cleanup...

fix: http://hg.netbeans.org/core-main/rev/73ef55c33163
Comment 3 Quality Engineering 2015-09-12 03:05:29 UTC
Integrated into 'main-silver', will be available in build *201509120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/73ef55c33163
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #255186 - NullPointerException at org.netbeans.modules.subversion.ui.update.RevertModificationsAction$2.handleCopiedFiles