I have a package with five classes. Each class has 100% code coverage, 100% line coverage bar one (which has 98% line coverage). As a result the package code coverage is 88% and line coverage i开发者_
Here\'s the build console trace when I launch a grails 2.0 app in intellij in debug mode.It didn\'t used to be so verbose in grails 1.3.4
i am using IntelliJ to develop Grails application but as our application grows i am hitting the Permgen errors when using the Tomcat plugin. I have tried several combination in 开发者_运维百科settings
I have some Junit unit tests that require a large amount of heap-space to run - i.e. 1G. (They test memory-intensive functionality for a webstart app that will only run with sufficient heap-space, and
Is ther开发者_JAVA技巧e a way in IntelliJ IDEA to delete previously used projects? I am referring to a list on the main page when the application starts. Please look at the image.
I am building jars using build artifacts from the menu. In \"Project structure\" I have in the artifacts - output directory.
Due to automatic code completion, I regularly find myself in between parentheses, having to get to the end of a line to add the inevitable semicolon.
I am working with IntelliJ Idea and I need to change the -Xxs. Where should I change it f开发者_如何学编程rom?For IDEA itself or for your app? If the first, see reply from Tomasz. If the latter, edit
I\'m trying to figure out how to transfer the templates in the /.IdeaC10/config/templates/user.xml file to my coworker\'s machines.
I have just started using IntelliJ IDEA.I am really novice to this IDE, so please bear if my question sounds silly.