GithubHelp home page GithubHelp logo

cuba-labs / cuba-events-intellij-plugin Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 3.0 138 KB

Advanced navigation for Events subsystem of CUBA Platform with IntelliJ IDEA

License: Apache License 2.0

Java 100.00%
cuba-platform intellij-plugin

cuba-events-intellij-plugin's Introduction

cuba-events-intellij-plugin

license Download

Advanced navigation for Events subsystem of CUBA Platform with IntelliJ IDEA.

cuba-events-intellij-plugin's People

Contributors

jreznot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

jreznot douit

cuba-events-intellij-plugin's Issues

NoSuchMethodError on FileUploadField.Listener.Event gutter icon

Exception is thrown on click:

java.lang.NoSuchMethodError: com.intellij.openapi.ui.popup.JBPopup.setCaption(Ljava/lang/String;)V
	at com.haulmont.intellij.cubaevents.usages.ShowUsagesAction.lambda$null$7(ShowUsagesAction.java:601)
	at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:315)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.doRun(LaterInvocator.java:447)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:431)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:415)

image

NoSuchMethodError on CalendarEvent.EventChangeEvent

Stacktrace:

java.lang.NoSuchMethodError: com.intellij.openapi.ui.popup.JBPopup.setCaption(Ljava/lang/String;)V
	at com.haulmont.intellij.cubaevents.usages.ShowUsagesAction.rebuildPopup(ShowUsagesAction.java:852)
	at com.haulmont.intellij.cubaevents.usages.ShowUsagesAction.lambda$showElementUsages$6(ShowUsagesAction.java:513)
	at com.haulmont.intellij.cubaevents.usages.PingEDT.processNext(PingEDT.java:84)
	at com.haulmont.intellij.cubaevents.usages.PingEDT.access$300(PingEDT.java:31)
	at com.haulmont.intellij.cubaevents.usages.PingEDT$1.run(PingEDT.java:53)

IntelliJ IDEA 2018.1 (Community Edition)
Build #IC-181.4203.550, built on March 27, 2018
JRE: 1.8.0_152-release-1136-b20 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0

NoSuchMethodError with IDEA 2018.1.2

com.intellij.psi.PsiMethod.getAnnotation(Ljava/lang/String;)Lcom/intellij/psi/PsiAnnotation;
java.lang.NoSuchMethodError: com.intellij.psi.PsiMethod.getAnnotation(Ljava/lang/String;)Lcom/intellij/psi/PsiAnnotation;
	at com.haulmont.intellij.cubaevents.CubaEventsLineMarkerProvider.showEventSenders(CubaEventsLineMarkerProvider.java:104)
	at com.intellij.codeInsight.daemon.NavigateAction.actionPerformed(NavigateAction.java:56)
	at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:220)

IntelliJ IDEA 2018.1.2 (Community Edition)
Build #IC-181.4668.68, built on April 24, 2018
JRE: 1.8.0_152-release-1136-b29 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.6

NoSuchMethodError on Intellij IDEA 2017.3

TC 1:
Push on the icon near to the events.publish() method

com.intellij.usages.UsageViewSettings.setGroupByFileStructure(Z)V
java.lang.NoSuchMethodError: com.intellij.usages.UsageViewSettings.setGroupByFileStructure(Z)V
	at com.haulmont.intellij.cubaevents.usages.ShowUsagesAction.<init>(ShowUsagesAction.java:140)
	at com.haulmont.intellij.cubaevents.CubaEventsLineMarkerProvider.showEventReceivers(CubaEventsLineMarkerProvider.java:141)
	at com.intellij.codeInsight.daemon.NavigateAction.actionPerformed(NavigateAction.java:56)
	at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:220)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:237)
	at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.performAction(EditorGutterComponentImpl.java:1658)
	at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.mouseReleased(EditorGutterComponentImpl.java:1619)

TC 2:
Icon near to the class definition

java.lang.NoSuchMethodError: com.intellij.usages.UsageViewSettings.setGroupByFileStructure(Z)V
	at com.haulmont.intellij.cubaevents.usages.ShowUsagesAction.<init>(ShowUsagesAction.java:140)
	at com.haulmont.intellij.cubaevents.CubaEventsLineMarkerProvider.showEventUsages(CubaEventsLineMarkerProvider.java:71)
	at com.intellij.codeInsight.daemon.NavigateAction.actionPerformed(NavigateAction.java:56)
	at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:220)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:237)
	at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.performAction(EditorGutterComponentImpl.java:1658)
	at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.mouseReleased(EditorGutterComponentImpl.java:1619)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.