Mohamed Omar

Results 5 comments of Mohamed Omar

the error details are: ``` java.lang.IllegalMonitorStateException at java.base/java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:149) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1302) at java.base/java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:439) at org.netbeans.modules.parsing.impl.TaskProcessor.releaseParserLock(TaskProcessor.java:427) at org.netbeans.modules.parsing.impl.Utilities.releaseParserLock(Utilities.java:76) at org.netbeans.modules.csl.core.GsfReformatTask$Lock.unlock(GsfReformatTask.java:130) at org.netbeans.modules.editor.indent.TaskHandler$MimeItem.unlock(TaskHandler.java:556) at org.netbeans.modules.editor.indent.TaskHandler.unlock(TaskHandler.java:288) at org.netbeans.modules.editor.indent.IndentImpl.reformatUnlock(IndentImpl.java:212) at org.netbeans.modules.editor.indent.IndentImpl.reformatLock(IndentImpl.java:195) at org.netbeans.modules.editor.indent.api.Reformat.lock(Reformat.java:89) at org.netbeans.lib.editor.codetemplates.CodeTemplateInsertHandler.insertTemplate(CodeTemplateInsertHandler.java:256)...

for example if I try to autocomplete the following: \Illuminate\Suppor it should open intill menu for other packages to select once select it , the above exception occurs.

after I tried the dev version , the exception disappeared, then I installed the stable version again , after some tries, I found out the when import the old settings...

I setup the package as local hosted package as following, ``` "require": { "edujugon/push-notification":"*" }, "autoload-dev": { "psr-4": { "Edujugon\\PushNotification\\": "vendor/edujugon/push-notification/src/" } }, "repositories": [ { "url": "vendor/edujugon/push-notification", "type": "path"...