Nick Pratt
- 活动总数 674
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 243
-
创建于 What happened to Unscramble Stack Trace in 3116?
I dont see the unscramable stack trace option at the bottom of the tools menu in 3116 - where does it live now? -
创建于 What happened to Unscramble Stack Trace in 3116?
I dont see the unscramable stack trace option at the bottom of the tools menu in 3116 - where does it live now? -
-
创建于 Regression: Debugger held on breakpoint cannot stop/exit without F9
Can anyone else reproduce this:http://www.jetbrains.net/jira/browse/IDEA-1360 -
创建于 RFE: Intention Action
Declaration of TreeMap< blah, blah > should probably be weakened to Map.I would have expected an intention action here to actually replace the TreeMap with Map -
创建于 Querying for bug fixes in a build (3281)
Is the data in the tracker for "Fixed in build" still complete and valid - I have a query/filter setup for the old tracker that told me what was fixed in a build - is this still complete data, or d... -
创建于 Blank lines in code being removed
I have the following code (before format):foo();bar();I played with the blank line / format settings, and now when I reformat the code, IDEA eats up the blank line:foo();bar();I have the following ... -
创建于 #3265 lost project Run.Debug Configs
3265 just lost all my project run/debug configs.All of them, apps, app servers, unit tests, everything. -
创建于 3265 + Tomcat
Is anyone using 3265 + Tomcat 5.5.x without issues?Does anyone have a simple way to get allow a servlet to access a JBoss EJB without hardcoding the InitialContext info inside the servlet? Id like ... -
创建于 Inspection - RFE
How about adding a "Adding class to Set/Map" that does not implement equals() and hashCode() ?