
| Key: |
IDEABKL-4414
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Normal
|
| Assignee: |
Unassigned
|
| Reporter: |
Alex Tkachman
|
| Votes: |
1
|
| Watchers: |
3
|
|
Available Workflow Actions
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
| Build: |
3,542
|
| Severity: |
Medium
|
|
It would be great to have annotation @Const for methods and parameters which has semantic "no side effect".
|
|
Description
|
It would be great to have annotation @Const for methods and parameters which has semantic "no side effect". |
Show » |
|
Also, refactorings like "introduce variable" could automatically check the "replace all occurrences" box if the variable is a method call to a const method.