FolsomHunter commented on PR #8499:
URL: https://github.com/apache/netbeans/pull/8499#issuecomment-2869212136

   This is the exception it fixes:
   
   java.lang.IllegalArgumentException: 
\\localhost\C$\Users\hunte\Documents\NetBeansProjects\SkoonieJavaLibraries\src\com\skoonie\model\persistentdata\PersistentDataSetHandlerInterface_1_1.java
 is not under V:\SkoonieJavaLibraries
        at org.netbeans.libs.git.jgit.Utils.getRelativePath(Utils.java:228)
        at org.netbeans.libs.git.jgit.Utils.getRelativePath(Utils.java:223)
        at org.netbeans.libs.git.jgit.Utils.getRelativePath(Utils.java:205)
        at org.netbeans.libs.git.jgit.Utils.getRelativePaths(Utils.java:198)
        at org.netbeans.libs.git.jgit.Utils.getPathFilters(Utils.java:115)
        at 
org.netbeans.libs.git.jgit.commands.StatusCommand.run(StatusCommand.java:115)
        at 
org.netbeans.libs.git.jgit.commands.MoveTreeCommand.getIgnores(MoveTreeCommand.java:206)
        at 
org.netbeans.libs.git.jgit.commands.MoveTreeCommand.run(MoveTreeCommand.java:84)
        at 
org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:56)
        at 
org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:53)
        at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:571)
        at 
org.netbeans.libs.git.jgit.commands.GitCommand.execute(GitCommand.java:53)
        at org.netbeans.libs.git.GitClient.copyAfter(GitClient.java:505)
        at org.netbeans.modules.git.client.GitClient$10.call(GitClient.java:307)
        at org.netbeans.modules.git.client.GitClient$10.call(GitClient.java:303)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1.call(GitClient.java:933)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker$1.call(GitClient.java:956)
        at 
org.netbeans.modules.git.FilesystemInterceptor.runWithoutExternalEvents(FilesystemInterceptor.java:477)
        at org.netbeans.modules.git.Git.runWithoutExternalEvents(Git.java:259)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethodIntern(GitClient.java:966)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethod(GitClient.java:893)
        at 
org.netbeans.modules.git.client.GitClient.copyAfter(GitClient.java:303)
        at 
org.netbeans.modules.git.FilesystemInterceptor.doCopy(FilesystemInterceptor.java:363)
        at 
org.netbeans.modules.versioning.DelegatingVCS$4.doCopy(DelegatingVCS.java:314)
        at 
org.netbeans.modules.versioning.core.filesystems.VCSFilesystemInterceptor$DelegatingInterceptor.doCopy(VCSFilesystemInterceptor.java:640)
        at 
org.netbeans.modules.versioning.core.filesystems.VCSFilesystemInterceptor$DelegatingInterceptor$2.handle(VCSFilesystemInterceptor.java:699)
        at 
org.netbeans.modules.versioning.masterfs.FilesystemInterceptor$2.handle(FilesystemInterceptor.java:318)
        at 
org.netbeans.modules.masterfs.ProvidedExtensionsProxy$DelegatingIOHandler$1.run(ProvidedExtensionsProxy.java:507)
        at 
org.netbeans.modules.masterfs.ProvidedExtensionsProxy.runCheckCode(ProvidedExtensionsProxy.java:467)
        at 
org.netbeans.modules.masterfs.ProvidedExtensionsProxy.access$300(ProvidedExtensionsProxy.java:42)
        at 
org.netbeans.modules.masterfs.ProvidedExtensionsProxy$DelegatingIOHandler.handle(ProvidedExtensionsProxy.java:504)
        at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.handleMoveCopy(BaseFileObj.java:334)
        at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.copy(BaseFileObj.java:229)
        at org.openide.loaders.FileEntry.copy(FileEntry.java:52)
        at 
org.openide.loaders.MultiDataObject.handleCopy(MultiDataObject.java:486)
        at org.openide.loaders.DataObject$2.run(DataObject.java:671)
        at 
org.openide.loaders.DataObjectPool$1WrapAtomicAction.run(DataObjectPool.java:236)
        at 
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
        at 
org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
        at 
org.openide.loaders.DataObjectPool.runAtomicAction(DataObjectPool.java:261)
        at 
org.openide.loaders.DataObject.invokeAtomicAction(DataObject.java:1025)
        at org.openide.loaders.DataObject.copy(DataObject.java:669)
        at 
org.netbeans.modules.refactoring.java.ui.CopyClassRefactoringUI$1.run(CopyClassRefactoringUI.java:174)
        at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1403)
        at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
        at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)
   [catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2018)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to