Cohenran
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Created "Guessing" a class name
AnsweredIn Intellij (2017 at least), if there are two classes with the same name, and I remote debug a project that calls one of them – I get a message saying there is an alternative source.With this comma... -
Created Thinning out created JAR
AnsweredIn my project, I have many classes with main. I want to create a runnable JAR, that included only 1 class, and out of it, only one class from an apache.commons dependency.I can make IntelliJ create... -
Created Getting coverage of tests for a REST project
AnsweredI have a project that runs on tomcat with spring boot, and tests that connect to it via localhost:8443. If I start the server, and then run the tests on a different process, I don't get any coverag... -
Created Seeing links of class names to class files in different jars
AnsweredIf I print the full class name with its package (and a line number), IntelliJ autolinks this class name to the class file (like when "at" is printed in an exception).But IntelliJ doesn't link to th... -
Created unresolved function or method
I have "unresolved function or method" when I tried to add a user (app.post) as defined here. I have "Node.JS Core library" under "Node.js and NPM" enabled, and also "NodeJS/node_modules" under "Li... -
Created Why is using WebStorm so hard?!
I have a simple JS I want to load. I try to start it but get "Program path not specified". I tried to read about it (with not many help), and installed node js, but then got "... CreateProcess erro...