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 267902 - NullPointerException at org.netbeans.modules.localhistory.LocalHistoryVCSInterceptor.afterMove
Summary: NullPointerException at org.netbeans.modules.localhistory.LocalHistoryVCSInte...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Localhistory (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-06 14:07 UTC by helderneres
Modified: 2016-09-06 14:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209628


Attachments
stacktrace (3.46 KB, text/plain)
2016-09-06 14:07 UTC, helderneres
Details

Note You need to log in before you can comment on or make changes to this bug.
Description helderneres 2016-09-06 14:07:00 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
GUEST: moving files (draging)

GUEST: drag files by mouse from one folder to another

helderneres: Renaming a package to a previous name.

GUEST: After doing some modification on my files, i pressed ctrl+ S to save and upload on server.

saikojosh: Moved a directory containing a few .html files.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.localhistory.LocalHistoryVCSInterceptor.afterMove(LocalHistoryVCSInterceptor.java:178)
   at org.netbeans.modules.versioning.core.filesystems.VCSFilesystemInterceptor$DelegatingInterceptor.afterMove(VCSFilesystemInterceptor.java:652)
   at org.netbeans.modules.versioning.core.filesystems.VCSFilesystemInterceptor.afterMove(VCSFilesystemInterceptor.java:347)
   at org.netbeans.modules.versioning.masterfs.FilesystemInterceptor.moveSuccess(FilesystemInterceptor.java:267)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy$16.run(ProvidedExtensionsProxy.java:404)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.runCheckCode(ProvidedExtensionsProxy.java:493)
Comment 1 helderneres 2016-09-06 14:07:03 UTC
Created attachment 161923 [details]
stacktrace