Reporter | Serge Baltic (baltic) |
---|---|
Created | May 26, 2011 11:41:45 PM |
Updated | Mar 27, 2012 5:03:10 PM |
Priority | Critical |
Type | Unspecified |
Fix versions | 7.0 |
State | Open |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | Refactoring |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
Renames into a namespace whose name is already occupied by a class.
For example see IProductNameAndVersion, its namespace is JetBrains.Application, wants to become JetBrains.Application.ApplicationDescriptor, and successfully becomes. But there is a class with such a name already, which makes the code red.
No conflict is reported by the refactoring.
For example see IProductNameAndVersion, its namespace is JetBrains.Application, wants to become JetBrains.Application.ApplicationDescriptor, and successfully becomes. But there is a class with such a name already, which makes the code red.
No conflict is reported by the refactoring.