anthonyvdotbe commented on issue #4962:
URL: https://github.com/apache/netbeans/issues/4962#issuecomment-1326567104

   > are you privilegied user on windows ? do you use special folder ? I cannot 
reproduce too. :/
   
   Yes, I have admin rights. No, the Maven project is in an ordinary folder and 
there's nothing special about my VS Code installation or workspace.
   
   What would be helpful imho, would be to have a custom build which adds 
something like:
   
   ```java
   if(Objects.equals(file.getName(), "pom.xml")) {
       Thread.dumpStack();
   }
   ```
   
   to 
[LockForFile::getLockFile](https://github.com/apache/netbeans/blob/master/platform/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/LockForFile.java#L236)
   
   and similar for 
[WriteLockUtils::writeContentOfLckFile](https://github.com/apache/netbeans/blob/master/platform/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/WriteLockUtils.java#L85).
   
   That way I could provide a stacktrace, which would likely be sufficient to 
understand what's going on without being able to reproduce yourself.


-- 
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