Configure code-coverage to ignore or accept private constructors
Is there a way in intellij-idea (version 11.1.5) to ignore or accept certain parts of code?In my configuration I am using IDEA as the coverage runner. I currently have a static class with a private...
View ArticleIntelliJ and SceneBuilder code sync
Hi everyone. I am new to Java and IntelliJ. I'm testing forms with JavaFX and SceneBuilder.I created a "test form", it show all right. My question is, when I drop a new control in SceneBuilder,...
View ArticleUsing Gradle for existing Android projects
Is there any help/documentation available for migrating existing IntelliJ Android projects to use gradle. In my case, I have a 'Android-Application Module' which I want to build using gradle and would...
View ArticleUnused symbol: Why are Injections not marked as unused?
Hi, we use IntelliJ inspections a lot and found them to be very reliable. One inspection that we do not understand is the "Unused Declarations" - this inspection does not show injected declarations...
View ArticleHow to authenticate os wsdl using Intellij's "Generate Java Code from WSDL"...
Hi, I am trying to generate some java classes from a wsdl url but it requires authentication. I have tried everything in the said "Generate Java Code from WSDL" window but the only option whereI can...
View Articlefailed to execute tools android.bat error 2
I have installed Eclipse and Android Studio on a Wondows 8.0 machine. The AVD and SDK managers are installed but do not run .I have reviewed this question and multiple answers in various forums. The...
View ArticleStructurally Replace with Static Import
Hello All, I'd like to perform a batch refactoring that inserted a static import. As far as I can tell the closest you can get is Shorten fully qualified names. I'm not sure how to encode this...
View ArticleGo to implementation for autoboxed lambdas (JDK8) ?
given a single method lambda interface: interface MyLambda { String myMethod(File file);} And a class: class MyService { private final MyLambda myLambda public MyService(MyLambda lambda){this.myLambda...
View Article[Plugin Dev] Trigger code when application's settings were changed
Hi All, Is exists API to trigger some code when any settings were changed? In my case I need to detect if File Template Settings was changed, but I agree to perform my code on any changes in the...
View ArticleIDEA 13 being slow in running my groovy program
IDEA 13 have been quite slow in testing my groovy program. Every time I click run, it takes 5 seconds to check and make, then 4 seconds to load the program I wrote, which is just a simple groovy...
View ArticleAre proportional fonts supported by IntelliJ IDEA
Yesterday I tried to investigate using a proportional (i.e. non-monospaced) font for code editors and thus set IntelliJ IDEA to use Lucida Grande. While I seems to work pretty well, I found a few...
View ArticlePolyglot development: using IntelliJ Ultimate a good idea?
Hello, I currently own a PhpStorm license and have RubyMine on eval and IntelliJ Community running too (sometimes I just need a little bit J). I've downloaded the Ultimate trial and configured it for...
View ArticleFrench translation project
Bonjour à tous; Comme vous le savez, la plateforme IntelliJ est le coeur des IDE de JetBrains et par chance, celle-ci est Open Source. Il est donc possible d'y contribuer et proposer des propres...
View ArticleIntelliJ 13 wants to remove modules from Maven projects?
Umm, what's up with Maven support in IntelliJ 13? Everytime I open a Maven project previously configured in IntelliJ 12, I get a dialogue telling me that my project module has been removed from Maven,...
View ArticleAuto-compile & IDE-level tool window settings
Hello everyone, I've just started using the Intellij IDE for about a week now, and so far loving it very much (using it for Java development). I've got a couple of things that I'm still not sure how to...
View ArticleIntellij 13 import and configure JEE app
at jetbrains.communicator.jabber.impl.JabberFacadeImpl._createConnection(JabberFacadeImpl.java:164)Prior to IDEA 13, Javascript
View ArticleNon default (or just emacs) key printable map reference
Any suggestions on where to find or how to do this?I saw a posting from 2008 asking the same question with no response.Is it that hard to do?If someone at Intellij can send me the data maybe I can try...
View ArticleProblem Deploying J2EE application to Websphere 8.5
Hi,I am using IntelliJ idea 12.1 version.I have created a multi module maven project which contains following modules EAR,EJB, JAR, WEB. All configurations are proper and while deploying the exploded...
View ArticleUnused symbol: Why are Injections not marked as unused?
Hi, we use IntelliJ inspections a lot and found them to be very reliable. One inspection that we do not understand is the "Unused Declarations" - this inspection does not show injected declarations...
View ArticleBug in IntelliJ / ScalaTest2 / dynamic.classpath
We have a problem with unreliable unit-tests in IntellIJ using ScalaTest2. When dynamic.classpath property is set to true, the process often hangs, we get false failures, and the reporting is messed...
View Article