Willismorse
- Total activity 85
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
-
Created Selectively writing to an external annotation file
I share a codebase with another Eclipse developer. I'm running into some discrepancies with warning suppression between the two IDEs.I have several classes that are used only at runtime through ref... -
Created Idea vs Eclipse with @SuppressWarnings annotations
I share a codebase with another Eclipse developer. I'm running into some discrepancies with warning suppression between the two IDEs.If I have an unused method or field and let Idea suppress the wa... -
Created Use zipgroupfileset instead of zipfileset in Jar artifact?
I would like to create a single jar artifact that contains all dependent jars in exploded form. This way we don't have to mess around with really long classpath declarations when we execute our app... -
Created More PHP refactorings?
Any chance of the more advanced refactorings such as Extract Method coming to PHP? -
Created Using Idea 9 and PHPStorm on the same project?
Can Idea 9 and the new versions of PHPStorm share the same project files? We use both IDEs and keep our project files in svn. I really don't want have to maintain two separate projects if I don't h... -
Created How does Idea programmatically modify its -Xmx settings?
I just got the new out of memory error in Idea 8.1.3, where it suggests a bigger -Xmx value and offers to set it for you.This is very cool. I would love to do this in my app. How is Idea pulling th... -
Created Maia upgrade pricing with recent Idea purchase?
Apologies if this is pointed out somewhere, but couldn't find it anywhere.We are about to upgrade our developers from Idea 7 to Idea 8. I'm wondering what's going to happen when Maia is released. W... -
Created File size limit on XML files in Idea 7?
When I open a 2.5MB XML in Idea 7.0.5, I don't see code folding controls or anything in the structural view. "Validate" and "XML Refactorings" menu items don't show up in either the context menu or... -
Created Some breakpoints in external jar appear as X (broken)
I'm having problems setting breakpoints in an external jar file. When I set a breakpoint in the editor gutter, the breakpoint shows up with an X in it. The tooltip for the breakpoint gives the warn... -
Created NotNull annotation with generated code
I'm using the NotNull annotations in a lot of my code. I am also using some code generated by XMLBeans, which of course contains no Nullable/NotNull annotations.I'm having some problems where these...