Russell Bateman
- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 20
-
Created JUnit library present; it's in pom.xml, it's in Project -> External Libraries, it's in Project Settings -> Libraries, it shows when typing Ctrl-N, etc., but symbol TestName not found
AnsweredI'm utterly baffled. I do not have this problem in various other projects, but I cannot seem to fix it in this one. Is this illustration enough? -
Created Quiet IDEA about using StringBuilder instead of String concatenation
AnsweredI haven't found a way to quiet IDEA from bugging me to toss using StringBuilder in favor of simple String concatenation. I guess I ask because I'm a little obsessive-compulsive and like to leave my... -
Created What constitues "module support"; what are the metadata files; what are the pitfalls even when those files exists?
AnsweredI have a large project that looks like this: ( http://www.javahotchocolate.com/notes/images/nifi-pipeline-project.png ) The modules all look more or less like surveys which I expanded for visibili... -
Created Unable to create modules in complex project subdirectory and module structure
AnsweredMy company's software build system, because language-heterogeneous, creates a "sandbox" system that's difficult to integrate into an IDEA project. Attempting to File -> New -> Module from existing ... -
Created How to coexist PyCharm and IntelliJ IDEA (Java)
AnsweredI began using PyCharm (now 4.5) earlier this year. A couple of months ago, I began using IntelliJ IDEA 14 for Java development. I don't typically share projects between Java and Python, but in some...