Dennis Haupt
- Total activity 1158
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 412
-
Created what happened to highlight usages in file?
i updated to the newest eap (6117), and the feature is gone? -
Created intention to dechain chains of death
i stumple across a lot of code which looks like:the longer the chain, the more time consuming it is to find the null element. an intention that extracts every return value as a local variable would... -
Created personal license question
hi,this may be a stupid question, but since there are no stupid ones, here it comes:i've bought a personal license for 6.0 because i'm developing a webshop as a freelancer (which is permitted) and ... -
Created current project -> simple runnable jar file?
hi.is it possible to make idea create a jar file containing all project classes (both compiled stuf and other jars) that can simply be run on another computer? i'm sick of typing batch files manually. -
Created changes-tab suggestion (easy made & very useful)
when i want to commit my changes, i first have to check for updates. after i did this, i do NOT want to switch to the messages-tab. if there a conflicts, i'll know it because of a message box. if t... -
Created no more ant support in 5646
the "ant build" button at the left (or right?) is simply missing since i installed eap 5646. as far as i see, there is no exception except one caused by the declarationtools-plugin that was install... -
Created feature request: generate clone
i just noticed that there is no plugin/menue/option to do this. since there is a generator for toString, equals and hashcode, constructors and accessors, there should be one for generating clone. -
Created can't work with 5181
almost any action results in:(ProfileMappingConfigurable.java:51) at com.intellij.profile.ui.InspectionProfileConfigurable.(InspectionProfileConfigurable.java:11) at sun.reflect.NativeConstructor... -
Created code completition doesn't work in "evaluate expression" and "evaluate code fragment"
i've got a problem:as the title says, the code completition is broken. since a few weeks (maybe month) but it's just me at home. i've got another installation on my office, the same eap-builds, it ... -
Created how do "@NotNull" and "@Nullable" work ?
i have no idea how to use those annotations. idea says that it can use them to warn about NPEs, but build 3417 either ignores them, or i'm using them wrong...(created an public @interface Nullable)