Willismorse
- 活动总数 85
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 31
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 More PHP refactorings?
Any chance of the more advanced refactorings such as Extract Method coming to PHP? -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...