IDEA14: How to create linked documentation for JUnit test cases
Hi, When I write my JUnit test cases I like them to look like: public class MyClassTest {/** * Unit test {@link MyClassTest#myMethod} */@Testpublic void testMyMethod() {}} The important bit is the...
View ArticleEditeur graphique
Bonjour, je veux créer un application web en j2ee. Une partie de cette application est un module pour l'édition graphique ( par exemple ce éditeur permet la représentation d'un diagramme de classe).Je...
View ArticleGit integration question
OK Now I am xconfused about Git integration . The instructions for using Git qith 14.1 are here: https://www.jetbrains.com/idea/help/committing-changes-to-a-local-git-repository.html They don't...
View ArticleProductivity estimation
Hi, We are actually interested in changing our IDE to IntelliJ IDEA and I have some questions : Do you have an estimation on the number of hours needed to master the IDE for a developer ? In comparison...
View ArticleJava Card Development
Hey there, I wonder if anyone had success developing Java Card Platform Speicifcation compliant Java Applications in IntelliJ. I would like to develop an application for Java Card in IntelliJ and test...
View ArticleProblem running node with maven inside IntelliJ
Hi all, I have a problem with my project. I have a pom.xml that runs some node.js task (grunt, bower). I have Ubuntu instaled in my laptop, and I instaled node.js via nvm. When I maven clean install...
View ArticleAnnotation processor generated code
Hi I have bounced into a few problems related to annotation processors. 1) Shouldn't annotation processor discovery be enabled by default? It would make things easier since developers would not have to...
View ArticleEditor slow, high cpu usage
I am using 13.1.2, build 135.690, on LInux Mint Release 14 (nadia) 64-bit Machine specs: Processor: Intel® Core™ i7-2600 CPU @ 3.40GHz × 8, Memory: 15.7 GiB, ide system files are on ssd partition....
View ArticleProblem with indent
I cannot figure out why this indentation is occurring in my code: it('should return an array of users from the group', function() { var result = jsom.getGroupUsers(2); result .then(function(data) {...
View ArticleTool windows are disappearing / editor pane maximizes on maven project changes
I have a multi-module maven project opened in IntelliJ and everytime I change one of the pom.xml files (so everytime a maven related change is triggered) all my tool windows disappear. I then use...
View Articleweb deployment ClassNotFoundException (no security manager: RMI class loader...
Hi, I am trrying to deploy a war from inteelije to local tomcat, and getting ClassNotfoundException, The class is present in a jar in WEB-INF/lib.When I deploy the same war in tomcat (by copying to...
View Article[Scala] How do I satisfy IDEA's expectation that my scala class's companion...
case class Point(x: Double = 0, y: Double = 0, z: Double = 0) extends Point3D(x, y, z) { def +(that: Point): Point = new Point(x + that.x, y + that.y,...
View ArticleProblem with dependencies when importing modules from another IntelliJ project
I have an IntelliJ project A composed of several Maven modules.I have another IntelliJ project B also composed of several Maven modules.I need to import few modules from project B into project A, since...
View ArticleRemoteMavenServer using 20-30% cpu constantly
Hi.... I have noticed something while using Idea 14.1.4 CE. There is a java process running the class RemoteMavenServer that is using between 20-30% cpu (on my MacBook Pro) all the time. I have one...
View ArticleGenerate toString with parent member variables?
Maybe I am missing something obvious, but I can't seem to make toString generation include parent member variables. For instance for with the following to classes Foo and Bar, the Intellij IDE...
View ArticleImport a project using command line
I have manually created gradle project for some reasons and I want to import it to android studio. Is there a way to do this using command line? I am posting here to get some idea as android studio is...
View ArticleHow to copy lines from an effective POM?
Hi! I'm displaying an effective POM as described e.g. here http://stackoverflow.com/a/27035545/2018047Once it's on screen, how do I copy text from it?Ctrl+C doesn't work; neither does the context...
View ArticleImplements Methods should ask wich access modifier
When I add an Methode (Implement Methods), the IntelliJ creates an new Method with the identifier "private" - I need it in "protected". Is it possible to change this behavior? I'm talking about php...
View ArticleHow to set environment variables for test config?
In IDEA 14.1.4 running on CentOS 7, I have set an environment variable in a test run config: But it seems the variable isn't being passed into the environment the test is running under. This is easily...
View Article