Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exception in IntelliJ IDEA Leda 123.23 #15

Closed
GoogleCodeExporter opened this issue Apr 23, 2015 · 14 comments
Closed

exception in IntelliJ IDEA Leda 123.23 #15

GoogleCodeExporter opened this issue Apr 23, 2015 · 14 comments

Comments

@GoogleCodeExporter
Copy link

I tried the plugin in the latest EAP version 123.23 and every attempt to run 
FindBugs ends with following exception:

Error during dispatching of 
java.awt.event.MouseEvent[MOUSE_RELEASED,(54,839),absolute(46,831),button=1,modi
fiers=Button1,clickCount=1] on frame0: COMPILATION_CLASSES
java.lang.NoSuchFieldError: COMPILATION_CLASSES
    at org.twodividedbyzero.idea.findbugs.common.util.IdeaUtilImpl.getProjectClasspath(IdeaUtilImpl.java:563)
    at org.twodividedbyzero.idea.findbugs.common.util.IdeaUtilImpl.getProjectClasspath(IdeaUtilImpl.java:554)
    at org.twodividedbyzero.idea.findbugs.actions.AnalyzeCurrentEditorFile.initWorker(AnalyzeCurrentEditorFile.java:153)
    at org.twodividedbyzero.idea.findbugs.actions.AnalyzeCurrentEditorFile.actionPerformed(AnalyzeCurrentEditorFile.java:78)
    at com.intellij.openapi.actionSystem.impl.ActionButton.a(ActionButton.java:169)
    at com.intellij.openapi.actionSystem.impl.ActionButton.a(ActionButton.java:132)
    at com.intellij.openapi.actionSystem.impl.ActionButton.processMouseEvent(ActionButton.java:310)
    at java.awt.Component.processEvent(Component.java:6270)
    at java.awt.Container.processEvent(Container.java:2229)
    at java.awt.Component.dispatchEventImpl(Component.java:4861)
    at java.awt.Container.dispatchEventImpl(Container.java:2287)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
    at java.awt.Container.dispatchEventImpl(Container.java:2273)
    at java.awt.Window.dispatchEventImpl(Window.java:2719)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:723)
    at java.awt.EventQueue.access$200(EventQueue.java:103)
    at java.awt.EventQueue$3.run(EventQueue.java:682)
    at java.awt.EventQueue$3.run(EventQueue.java:680)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
    at java.awt.EventQueue$4.run(EventQueue.java:696)
    at java.awt.EventQueue$4.run(EventQueue.java:694)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:693)
    at com.intellij.ide.IdeEventQueue.d(IdeEventQueue.java:673)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:494)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:333)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)

Original issue reported on code.google.com by blene...@gmail.com on 27 Nov 2012 at 12:13

@GoogleCodeExporter
Copy link
Author

Error persists in IntelliJ IDEA Leda 123.67

Original comment by florian_...@gmx.de on 5 Dec 2012 at 6:51

@GoogleCodeExporter
Copy link
Author

Same with 123.72.

Original comment by amccl...@gmail.com on 6 Dec 2012 at 1:28

@GoogleCodeExporter
Copy link
Author

Hello.  If the Plugin could be updated for IDEA 12 - now at RC3, that would be 
very brilliant.  I hope it is not a monumental task.  :-)


Original comment by David.V....@gmail.com on 6 Dec 2012 at 3:20

@GoogleCodeExporter
Copy link
Author

+1 please fix ... may keep us from upgrading to IntelliJ 12...thank you!

Original comment by jeff@olsonzoo.com on 6 Dec 2012 at 10:37

@GoogleCodeExporter
Copy link
Author

I have created a patch that gets the plugin working in IDEA 12.  File is 
attached.  I hope this is helpful.

Original comment by jeff@olsonzoo.com on 7 Dec 2012 at 8:42

Attachments:

@GoogleCodeExporter
Copy link
Author

Jeff, Andrea.  Any chance someone could build with the patch and make available 
here please.  I checked out the source and applied the patch, but don't have 
time to sort it all out.

TIA.  :-)


Original comment by David.V....@gmail.com on 12 Dec 2012 at 10:49

@GoogleCodeExporter
Copy link
Author

David, yes, here is the .zip file that I built incorporating my patch.  You can 
use the "Install plugin from disk" option in IDEA 12, and just point to the 
.zip file directly (no need to unzip).  Apologies for the long file 
name/version number.

Original comment by jeff@olsonzoo.com on 12 Dec 2012 at 5:25

Attachments:

@GoogleCodeExporter
Copy link
Author

Thanks very much.  Got it installed & running.  :-)

Original comment by David.V....@gmail.com on 13 Dec 2012 at 8:31

@GoogleCodeExporter
Copy link
Author

this due to api changs in idea 12 

Original comment by andre.pf...@gmail.com on 3 Jan 2013 at 1:44

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Issue 16 has been merged into this issue.

Original comment by andre.pf...@gmail.com on 3 Jan 2013 at 1:45

@GoogleCodeExporter
Copy link
Author

Nice, the zip file patch works in 12.0.1.  Thanks!

Original comment by eazyigz on 5 Jan 2013 at 7:47

@GoogleCodeExporter
Copy link
Author

Original comment by andre.pf...@gmail.com on 7 Jan 2013 at 10:35

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

old issues - verified -> change state to done

Original comment by andre.pf...@gmail.com on 19 Mar 2014 at 2:20

  • Changed state: Done

@GoogleCodeExporter
Copy link
Author

change state to verified. 

Original comment by andre.pf...@gmail.com on 19 Mar 2014 at 2:21

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant