Russell Bateman
- 活动总数 67
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 20
-
创建于 Missing package paths/symbols from both command-line Maven build and IDEA build
已回答I saw another, similar post from 2016-1018 on this. `External Libraries` at `Project` pane's bottom clearly shows that I have the JARs containing the package paths and symbols that turn up missing ... -
-
创建于 Running JUnit tests in IDEA does not respect/consume pom.xml configuration of maven-surefire-plugin
已回答In pom.xml I have: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${maven-surefire-plugin.version}</version> <configuration> <sy... -
创建于 Tomcat deployment and use in IDEA works, but 404 when deployed to server
已回答I do Run->Edit Configurations and deploy my web application to Tomcat in IDEA. It works perfectly for my GET and POST. When I take the resulting WAR file and drop it into a "real" systemd Tomcat se... -
创建于 Stop organizing imports in IDEA editor
已回答I guess I'm different from all other IDEA users who've asked questions on the editor organizing imports because they want that: I don't prefer the order of imports automatically imposed in my sourc... -
创建于 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
已回答I'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? -
创建于 Quiet IDEA about using StringBuilder instead of String concatenation
已回答I 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... -
创建于 What constitues "module support"; what are the metadata files; what are the pitfalls even when those files exists?
已回答I 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... -
创建于 Unable to create modules in complex project subdirectory and module structure
已回答My 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 ... -
创建于 How to coexist PyCharm and IntelliJ IDEA (Java)
已回答I 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...