Export to GitHub

dxcorecommunityplugins - issue #91

CR_ClassCleaner - multiplying lines with multiple fields declared


Posted on May 6, 2011 by Quick Monkey

Which edition of the DevExpress toolset are you using? CodeRush (pro) RefactorPro! 10.2.6 VS2008 VS2010 Win7 64bit

Plugin CR_ClassCleaner

  1. I have a class: class MyClass { string MyField1, MyField2, MyField3; }

  2. I clean it without regions

I expect MyClass will look like input, but it looks like this:

class MyClass { string MyField1, MyField2, MyField3; string MyField1, MyField2, MyField3; string MyField1, MyField2, MyField3; }

Status: New

Labels:
Type-Defect Priority-Medium