
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
A very useful refactoring on class members would be "Change To Narrowest Scope" that would change the scope of a method from public to private/internal/protected based on current usages. For example, if a method is public, but its only usages are within the same class, the method could be made private.
|
|
Description
|
A very useful refactoring on class members would be "Change To Narrowest Scope" that would change the scope of a method from public to private/internal/protected based on current usages. For example, if a method is public, but its only usages are within the same class, the method could be made private. |
Show » |
| There are no comments yet on this issue.
|
|