Nick Pratt
- 活动总数 674
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 243
-
创建于 5706, JDK6rc, Live Template, Max CPU
Attempting to use the 'itco' live template pegs the CPU on my box at 100%.Ive reproduced this 3 times in a row. How do I get a thread dump out of IDEA?Nick -
创建于 7506, JDK6, Live template - Max CPU
Under JDK 6-rc, attempting to use the LiveTemplate 'itco' max's the CPU on my box.I have reproduced the issue 3 times in a row. How do I get a thread dump out of IDEA? -
创建于 EAP with SVN file:///
Is anyone using an SVN repo with any EAP build with the file:/// protocol?If so, could you explain step by step how to make this work?Ive got SVN and IDEA working with http://, but I cant make IDEA... -
创建于 List of changes in XYZ...
Jetbrains:Would it be possible to add a summary list of bugs fixed in the EAP release announcements on the "List of changes in XYZ" page."Bugs fixed" isnt that helpful - a list of JIRA IDs of fixed... -
创建于 SVN - Local file access
Is the latest build supposed to work with SVN and file:// protocol ?Nick -
创建于 RFE: Inspections : Generics usage
We just hit a bug here and I was wondering if it would be possible to add an error check for this:Map<Long, Integer> test = new HashMap<Long,Integer>();test.get( "" );This compiles and runs fine (e... -
创建于 How to use : @noinspection
How do you use the '@noinspection' javadoc tag ?Can you disable inspection for specific things? If so, how? -
创建于 3339
3339 is leaking memory like a sieve - it might be related to the intention actions / code insight routines that are crashing now (which didn't in 3326).When running an app server (JBoss in this cas... -
创建于 RFE: Introduce Decorated Class
How about a refactoring that will create a decorated class based on an existing supplied interface/class :for example:Id like to make a decorated Statement :public class MyStatement implements Stat... -
创建于 OT : Generified class returning T[] ?
A little off topic, and I dont think this is an IDEA generics bug:I have a generified class :class Foo { } is it possible to have a method in that class return a T[] ? The compiler keeps telling m...