Reporter | Matt Honeycutt (mattxpo) |
---|---|
Created | Mar 5, 2010 12:37:41 AM |
Updated | Apr 11, 2012 12:50:59 AM |
Resolved | Apr 11, 2012 12:50:59 AM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Obsolete |
Assignee | eugene legkiy (jenya.legkiy) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
We use a standard copyright header on all of our source files, like so:
//Copyright <blah>
//Blah blah blah
using...
using ..
namespace goes.here
When applying the "Namespace does not correspond to file location" quickfix, Resharper 5.0 adds extra blank lines in the copyright header, so it becomes:
//Copyright
//Blah blah blah
<note two blanks here>
using ..
//Copyright <blah>
//Blah blah blah
using...
using ..
namespace goes.here
When applying the "Namespace does not correspond to file location" quickfix, Resharper 5.0 adds extra blank lines in the copyright header, so it becomes:
//Copyright
//Blah blah blah
<note two blanks here>
using ..