Mikael Karlsson
- 活动总数 126
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 55
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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.... -
创建于 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... -
创建于 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... -
创建于 $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... -
创建于 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... -
创建于 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