arrays of HashMaps
Java thinks Why does Java throw up its hands when you mix generics and arrays?What are you supposed to do instead? Are they imagining you will havea differ type in each slot? private HashSet[...
View Article[bug] Keyboard get locked in IntelliJ IDEA
Hello,I'm experiencing a problem with my keyboard with IDEA. While working with idea, keyboard get locked up for no reason. After that, I can't type anything IN idea.(works perfectly in other apps.) I...
View ArticleHow do I move / drag tabs from one group to another?
Hello, I often work on 2 source files at the same time, so I split the view up in 2.However, quite often I need to move tabs from one split pane to another. I have tried dragging and dropping the tabs...
View Articlegrails errors upgrading from 2.1.1 to 2.3.0
Hello,I'm hoping someone may have some insight on how to resolve this issue. I've been trying to upgrade from grails 2.1.1 to 2.3.0 on IntelliJ 11.1.5 and keep running into problems. At first I had a...
View Articleorg.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProcessor not found
Hello,We have Maven projects with Eclipselink 2.5.1 integration. Unit tests using Intellij stop working for me with error "Error:java: error: Annotation processor...
View ArticleDebuging android application
Hi All.I am trying to debug android application using IntelliJ IDEA 13.1.2. I have "no executable code found at line" when I set breakpoint at any line from my code. First of all I noticed that...
View ArticleIJ 13 doesn't like JIRA?
I upgraded from v11U to v13.0.3C and then to v13.1.2C, and in both cases, JIRA integration is broken. In 13.0.3, I got HTTP errors that it couldn't contact the host. In 13.1.2, the Test button in the...
View ArticleCannot resolve the name 'repository:auditing-attributes' when running a Test...
Hi all, I have an Maven project that uses Spring Data 1.3. On the command line I can run a mvn test and everything runs fine. The problem is when I want to execute my test inside Intellij Idea...
View Article"Find Usages" change with 13.1.2 or accidental settings change?
For some reason, the default "Find Usages" now returns text occurences by default for me. I noticed this around the time I took an update earlier this week. Is it possible to disable this so that I...
View ArticleDocumentation for Gradle files
It seems "almost random" for when C-q does or doesnt work when editing a build.gradle. Sometimes when I open a project the IDE will prompt me to attach sources and docs for the gradle files, other...
View ArticleNewbie Question Compiling App
I have created a very simple test application to display Hello World in a form. The code is as follows: import javax.swing.*; /** * Created by Ian on 4/30/14. */public class Test { private JPanel...
View Article'make' is slow when restarting a test
Hi there When I start a unit test and I restart it with Shift+F10 IntelliJ shows a quite long time the message 'make' at the bottom. Since I made no changes I thought it must be incredibly fast. A...
View ArticleJava: see compile errors throughout project on save?
I've tried to switch from Eclipse to IntelliJ for my Java development. The one issue I have is that I want to quickly see any compile errors throughout my project when I make changes in a given file....
View Articlev13.1.2 unstable? (lost cursor and then ignore keystrokes)
Hi, Since I updated to IJ 13.1.2 CE (on XUbuntu 13.04), I often experience a lack of responsiveness which eventually (after a few hours) makes the cursor disappear and few keystroke later, the editor...
View ArticleCompiling an IDEA project without running IDEA itself
This IDEA blog entry http://blog.jetbrains.com/scala/2012/12/28/a-new-way-to-compile/ states that a project can be compiled without running IDEA - how do I do that ? From the blog entry: Now we...
View ArticleCreate New Project through wizard with maven support
Is it possible to create a New Project in IntelliJ 13.+ by using the project wizard but configuring it to use Maven instead of dowloading the libraries during project Creation? I know you can create...
View ArticleAndroid Gradle-Project and Unit-Testing
Hi, can anyone help me getting Unittesting working for my Android-Project within Intellij?I just need normal unit tests for my code - no UI-Testing. After hours of research I got it working from the...
View ArticleIntellij - Gradle - OSX - Where is the build cache ?
Hello dear IntelliJ-users, I am trying to build a Gradle-based Android project but my IDE (IntelliJ Ultimate 13.1) is failing hard while trying to assemble my project :Error:Internal error:...
View Articleproblem with code formatter and case indent
You can configure IntelliJ to format case statements with or withoutindentation. This works fine so long as you don't enclose your case block in {}. Ifyou do, it refuses to indent. So what? Take off...
View ArticleHow do I make this simple project work using maven?
I am trying tof figure out how to distribute a simple Hello World app as a jar file using maven. Project code is a s follows: import com.jgoodies.forms.layout.CellConstraints;import...
View Article