Stephen Friedrich

- Total activity 1565
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 639
-
Created How to "smart step"
I have seen the announcement in the milestone 1 release notes and have seen some discussion about it.What I can't figure out is how I can actually use smart step in the debugger ui to choose one of... -
Created File with inspection "infos": Should it be yellow or green?
I have set quite many inspections to show at "info" level (shown as "yellowish underwiggle" in the source).Still the square at the top of the right gutter is yellow, even if my file contains no war... -
Created File with inspection "infos": Should it be yellow or green?
I have set quite many inspections to show at "info" level (shown as "yellowish underwiggle" in the source).Still the square at the top of the right gutter is yellow, even if my file contains no war... -
Created VCS for VSS-Plugin-Sources?
I just noticed that sources for the VSS integration plugin are contained in the dev package.That's great news to me as I can try and fix the bugs that annoy me most myself.However it would be easie... -
Created Please fix this usability bug - creating class with package
See screenshot - it appears to me that creating a class in a specified package isn't such an strange idea. (I am pretty sure that there is a Jira issue somewhere.)In general I think you should test... -
Created Aaarg!! Structural Search
Build 7027: I want to find all declarations of type int.There's no predefined structural search template for declarations, so I started with "unboxing in declarations" which looks like "$Type$ $Var... -
Created Read-only section in editor
Some of our source files are generated (by custom templates using Objecteering).The build regularly breaks after newly generated sources are commited, beause some developer edited protected section... -
Created Cannot post a reply?!
I tried to post an answer in the "Inspection UI Feedback (As of build 6951)" feedback, but all I get is a redisplay of the form with a red cross above it without any explanatory text.Something wron... -
Created @Spoil ?
I noticed that over time again and again I find bugs (coded by me as well as lots of other people) in usage of EntityManager.merge() or similar methods (e.g. in my current large project using anoth... -
Created Nothing Idea specific for a change
Give the shortest/cleanest Java expression that rounds a long value to two digits (i.e. last two digits should be zero afterwards, but the value properly rounded).Must work for large and negative v...