Mikael Karlsson
- Total activity 126
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 55
-
Created Search Structurally
This starts as a rant about my problems with the Search Structurallyfunctionality, becomes a sort of explanation of the different optionsin the dialogs, and ends up with a suggestion on how these t... -
Created Transitive dependencies
Is there a way to find transitive dependencies usingAnalyze Dependencies? I want to find out if anything inpackage A is using anything in package C, immediatelyor indirectly through another package... -
Created New inspection: Unnecessarily strong cast
InspectionGadgets notified me about the linetelling me that "Declaration of ArrayList should probably be weakened to List".I modified the line as suggested into this:Strangely enough, after this ch... -
Created Idea for plugin (maybe for InspectionGadgets)
When InspectionGadgets tell me that I have a magic number,I would like to have the intention to replace the magicnumber with the appropriate constant.Let's say I have this code:Putting the cursor o... -
Created Problems with Quick Javadoc
I'm sure I can't be the only one having problems with theQuick Javadoc.Tracker request 29753 is marked as fixed.http://www.intellij.net/tracker/idea/viewSCR?publicId=29753I'm still seeing problems.... -
Created Class not found when using JUnit
I'm using build 1167 and when I try to run a single JUnittest I get an error message sayingClass not found "Test_18_7".I can run the test successfully by using the command lineused by IDEA, replaci... -
Created Alternative to 'Only when no "..\" is required'
Could we perhaps use the collective wisdom in this forum tothink of a better alternative for the radio button 'Only when no "..\" is required' on the Paths page?The current text contains one restri... -
Created $OutputPath$ macro in multi-module project
Has anyone figured out how to add rmic as an external toolin a multi-module project?I need to specify the output directory for this specific file. The $OutputPath$ macro gives me the collection ofa... -
Created Introduction to Projects, Modules, and LIbraries
An Introduction to Projects, Modules, and LibrariesThis is an attempt to make sense of the different new terms related to project configuration. I may be way off on some points so feel free tocorre... -
Created Confirmation dialog on Undo
Am I the only one going nuts over having to confirmevery time I undo? Is there any way to skip theconfirmation dialog? I haven't found any option forit./Mikael