intellij-idea-2016

IntelliJ IDEA not “hyperlinking” to source files in Maven Run tool window

ぐ巨炮叔叔 提交于 2019-12-03 07:33:46
I have been using intellij for 2 years now and love it. however after updating to 2016.3.4 it stopped highlighting path locations in the run window. I used to be able to just click on the highlighted path and it would jump to the file and line. example of output from maven-checkstyle-plugin which should be "clickable" : [ERROR] C:\Users\userName\Documents\project.main\src\main\java\MyClass.java:36: Only one statement per line allowed. [OneStatementPerLine] This is extremely frustrating and any idea of how to get intellij to do this again would be fantastic. Minimal, Complete, and Verifiable

IntelliJ cannot find any declarations

走远了吗. 提交于 2019-11-29 19:41:14
I completely uninstalled IntelliJ and have now reinstalled and imported my project. I imported using gradle and can see all of the files in my project present. However, when I open a file I can't find any declaration to go to by doing cmd + click. I have the Java 7 SDK setup, and I can't even go to the declaration of classes in my own project. Going to a Java core class like String or List doesn't work either. How can I enable the IDE to be able to find my classes? I'm on OSX Yosemite, IntelliJ 2016.1.2 build 145.972. I had this same problem, and @AniaG's solution in the comments worked for me