Nick Pratt
- Total activity 674
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 243
-
Created 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? -
Created 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? -
-
Created Regression: Debugger held on breakpoint cannot stop/exit without F9
Can anyone else reproduce this:http://www.jetbrains.net/jira/browse/IDEA-1360 -
Created 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 -
Created 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... -
Created 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 ... -
Created #3265 lost project Run.Debug Configs
3265 just lost all my project run/debug configs.All of them, apps, app servers, unit tests, everything. -
Created 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 ... -
Created Inspection - RFE
How about adding a "Adding class to Set/Map" that does not implement equals() and hashCode() ?