History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-5033
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Eugene Pasynkov
Reporter: Amir Kolsky
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Code analysis and reformatting request: remove redundant semi-colons.

Created: 05 Aug 06 01:35   Updated: 24 Oct 06 18:14
Component/s: Code Cleanup
Fix Version/s: 2.0.2
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 111
Fixed in build: 260
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=5033


 Description  « Hide
Some of our developers have the annoying pascal/delphi habit of sticking semicolons everywhere.

e.g.,

if (condition) { doSomething()};

it would be nice to be able to throw these useless empty statements away and be warned about them.



 All   Comments   Work Log   Change History      Sort Order:
Valentin Kipiatkov - 07 Aug 06 16:48
Re: #5033- Code analysis and reformatting request: remove redundant semi-colons.
Maybe highlight them as warnings instead?

Valentin Kipiatkov - 07 Aug 06 18:08
Re: #5033- Code analysis and reformatting request: remove redundant semi-colons.
Maybe highlight them as warnings instead?

Valentin Kipiatkov - 18 Oct 06 15:02
There is a warning in code analysis. IMO that's enough.