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 - NullPointerException at org.netbeans.modules.subversion.ui.update.RevertModificationsAction$2.handleCopiedFiles
Summary: NullPointerException at org.netbeans.modules.subversion.ui.update.RevertModif...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-10 14:49 UTC by aquaglia
Modified: 2015-09-12 03:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219861


Attachments
stacktrace (1.54 KB, text/plain)
2015-09-10 14:49 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
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