Exception with IntelliJ IDEA 2018.3 EAP
See original GitHub issueSave actions plugin throws following exception when used with IDEA v2018.3 EAP
java.lang.NoClassDefFoundError: Could not initialize class com.dubreuia.processors.java.JavaProcessor
at com.dubreuia.processors.java.ProcessorFactory.getSaveActionsProcessors(ProcessorFactory.java:17)
at com.dubreuia.core.component.java.SaveActionManager.getSaveActionsProcessors(SaveActionManager.java:28)
at com.dubreuia.core.component.SaveActionManager.processPsiFile(SaveActionManager.java:75)
at com.dubreuia.core.component.SaveActionManager.processPsiFileIfNecessary(SaveActionManager.java:70)
at com.dubreuia.core.action.ShortcutAction.lambda$actionPerformed$1(ShortcutAction.java:30)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1376)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at com.dubreuia.core.action.ShortcutAction.actionPerformed(ShortcutAction.java:30)
at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:258)
at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:275)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$1.performAction(IdeKeyEventDispatcher.java:620)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.lambda$processAction$2(IdeKeyEventDispatcher.java:669)
at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:195)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:668)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processActionOrWaitSecondStroke(IdeKeyEventDispatcher.java:520)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:475)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:212)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:642)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:366)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
I use ctrl
+ shift
+ s
combination for triggering save actions but it fails with above exception every time.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:11 (8 by maintainers)
Top Results From Across the Web
IntelliJ IDEA 2018.3 EAP 183.3647.12 Release Notes
Usability, IDEA-179037, Last Edit Location List: edits performed in the diff window are not appended to the list. Exception, IDEA-199921, com.intellij.util.
Read more >Change Log of JFormDesigner 6 - Java/Swing GUI Designer
IntelliJ IDEA plug-in: Fixed ConcurrentModificationException when using Darcula theme and Nimbus L&F in IntelliJ IDEA 2018.3 and later.
Read more >What's New in IntelliJ IDEA 2018.3 EAP 5? - DZone Java
In this post, we take a look at the recent IntelliJ IDEA 2018.3 EAP 5 release, which includes additional Kotlin support by the...
Read more >Error: Java: invalid target release: 11 - IntelliJ IDEA
Please update to IntelliJ IDEA 2018.x to get Java 11 support. Your IntelliJ IDEA version was released before Java ...
Read more >IntelliJ AEM Plugin - Updates
Version 0.6.2 is now compatible with IntelliJ IDEA's latest 2018.2 EAP builds (Early Access Program). Check out JetBrains' official page for details. However, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey guys, thanks a lot for reporting.
It seems like they removed an inspection that I was using. I’m fixing this ASAP.
Thanks a lot guy for reporting and commenting and testing. I really appreciate it!