Christian
- Total activity 95
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 36
-
Created Can't download dependency's source code - why?
Hi all,I have a maven (multi module project) that (i.e. one of the modules) depends on a library. When I jump to one of the library's files, I can't download the sources. Why?Here is the dependency... -
Created Maven: why is the test lifecycle grayed out for my module, what does it mean and how do I get it back to normal?
Hi all,Some time earlier today, the test lifecycle in my project went from being displayed in black to grayed out with a strikethrough:Any idea why, what it means and how to revert back to normal?K... -
Created SVN integration not working - what settings ought I check?
Hi,I can't see any SVN-related entries in the editor's context menu, and View > Tool Windows > Version Control is greyed out.Any idea what I need to do to enable SVN support? (I'd like to compare a... -
Created Code coverage with JaCoCo appears not to show lines as partially covered?
AnsweredHi!When I run code coverage with the JaCoCo engine, I think I get partially covered lines (like if statements) displayed as fully covered. When I run the same test on our CI server, SONAR (using Ja... -
Created How 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 me... -
Created Maven dependency changes - how do I force IntelliJ to check all Java imports across all my project's classes are still ok?
Hi all,We chagned a maven dependency for our project. The version number changed from 1.x.y to 2.n.m, because of breaking changes (e.g. packages being renamed).How can I make sure IntelliJ goes thr... -
Created External Tools report format
Hi all,In IntelliJ, we can set up External Tools to run, and they can return their output in a format that IntelliJ can parse, to display messages, complete with line numbers, file names, and links... -
Created Find Next for Speed Search? Finding nested (collapsed) items with it?
Hi everyone,When I use Speed Search, is there a way to jump to the next (previous) text occurence?Also, when I'm searching the Project Structure view, is there a way to make Speed Search also searc... -
Created 14.1: Project structure not imported correctly from 14.0.3 - anyone else experiencing issues?
Hi all,I just installed IntelliJ 14.1, Community Edition. I didn't remove any of my previous installations, so still have 14.0.3 and 13.1.4 on my disk.When I opened 14.1 up, it initially looked lik... -
Created Why would IntelliJ not organise Java imports even though the Auto Import options for Java are enabled?
Hi!I'm trying to convince a colleague of mine how much nicer IntelliJ is compared to Eclipse. I finally got him to try it, and we set the Auto Import options to on (cf. attached screenshot).Unfortu...