Cohenran

Avatar
  • Total activity 30
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 6
  • Created

    "Guessing" a class name

    Answered
    In 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Thinning out created JAR

    Answered
    In 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Getting coverage of tests for a REST project

    Answered
    I 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...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    Seeing links of class names to class files in different jars

    Answered
    If 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...
    • 2 followers
    • 11 comments
    • 0 votes
  • 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...
    • 3 followers
    • 8 comments
    • 0 votes
  • 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...
    • 2 followers
    • 11 comments
    • 0 votes