off-plugin icon indicating copy to clipboard operation
off-plugin copied to clipboard

java.util.ConcurrentModificationException at net.sickill.off.common.OffListModel.removeFile(OffListModel.java:106)

Open markiewb opened this issue 10 years ago • 0 comments

java.util.ConcurrentModificationException
    at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:394)
    at java.util.LinkedHashMap$KeyIterator.next(LinkedHashMap.java:405)
    at net.sickill.off.common.OffListModel.removeFile(OffListModel.java:106)
    at net.sickill.off.netbeans.NetbeansProject.fileDeleted(NetbeansProject.java:227)
[catch] at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:181)
    at org.openide.filesystems.FCLSupport$DispatchEventWrapperSingle.dispatchAllEventsSync(FCLSupport.java:224)
    at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:137)
    at org.openide.filesystems.FCLSupport$1.run(FCLSupport.java:261)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
    at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)

markiewb avatar Mar 20 '16 17:03 markiewb