Uploaded image for project: 'Clover'
  1. Clover
  2. CLOV-1055 Support Intellij 11
  3. CLOV-1043

Exception when loading Clover plugin into IntelliJ IDEA 11

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Fixed
    • Low
    • 3.1.3
    • 3.1.2
    • CIJ Plugin
    • None
    • Java version=1.6.0_29, Java vendor=Apple Inc., OS name=Mac OS X, OS architecture=x86_64, IDEA build number=IC-111.69
      Plugin release=3.1.2.v20111107000000

    Description

      The following was thrown in IDEA 11 on boot:

      com.cenqua.clover.idea.autoupdater.NotificationIcon.init([Ljavax/swing/Icon;Ljavax/swing/Icon;III)V: com.cenqua.clover.idea.autoupdater.NotificationIcon.init([Ljavax/swing/Icon;Ljavax/swing/Icon;III)V
      java.lang.NoSuchMethodError: com.cenqua.clover.idea.autoupdater.NotificationIcon.init([Ljavax/swing/Icon;Ljavax/swing/Icon;III)V
      at com.cenqua.clover.idea.autoupdater.NotificationIcon.<init>(NotificationIcon.java:14)
      at com.cenqua.clover.idea.autoupdater.NewVersionNotifier.addNotification(NewVersionNotifier.java:77)
      at com.cenqua.clover.idea.autoupdater.NewVersionNotifier.update(NewVersionNotifier.java:29)
      at com.cenqua.clover.idea.autoupdater.AutoUpdateComponent.updateNotifiers(AutoUpdateComponent.java:188)
      at com.cenqua.clover.idea.autoupdater.AutoUpdateComponent.handleVersion(AutoUpdateComponent.java:180)
      at com.cenqua.clover.idea.autoupdater.AutoUpdateComponent.access$100(AutoUpdateComponent.java:38)
      at com.cenqua.clover.idea.autoupdater.AutoUpdateComponent$2.run(AutoUpdateComponent.java:223)
      at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:333)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:677)
      at java.awt.EventQueue.access$000(EventQueue.java:85)
      at java.awt.EventQueue$1.run(EventQueue.java:638)
      at java.awt.EventQueue$1.run(EventQueue.java:636)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:647)
      at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:686)
      at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:534)
      at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:416)
      at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:374)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

      Interestingly, the plugin seems to basically function.

      Attachments

        Issue Links

          Activity

            People

              mstudman Michael Studman (Inactive)
              b69cd711ec60 David Peterson
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: