Project
ReSharper
Priority
Normal
Type
Feature
Fix versions
2.0.2
State
Fixed
Assignee
Evgeny Pasynkov
Subsystem
Code Cleanup
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Amir Kolsky
    5 years ago (05 Aug 2006 01:35)
  • Updated by   Amir Kolsky
    5 years ago (24 Oct 2006 18:14)
  • Jira: RSRP-5033
    (history, comments)
 
RSRP-5033 Code analysis and reformatting request: remove redundant semi-colons.
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
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.

Issue was closed
Comments (3)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Valentin Kipiatkov
  Valentin Kipiatkov
07 Aug 2006 16:48
5 years ago
Re: #5033- Code analysis and reformatting request: remove redundant semi-colons.
Maybe highlight them as warnings instead?
Valentin Kipiatkov
  Valentin Kipiatkov
07 Aug 2006 18:08
5 years ago
Re: #5033- Code analysis and reformatting request: remove redundant semi-colons.
Maybe highlight them as warnings instead?
Valentin Kipiatkov
  Valentin Kipiatkov
18 Oct 2006 15:02
5 years ago
There is a warning in code analysis. IMO that's enough.