
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Wintel
|
|
Issue Links:
|
Relates
|
|
This issue relates to:
|
|
IDEA-11424
Introduce meta-annotation to control ...
|
|
|
|
|
|
|
|
One annotation which can be dropped is the SuppressWarnings.
If an implmentation in a super class supresses certain warnings there is no reason to assume the overriding method will supress the same warnings.
In fact it preferable that the @SuppressWarnings be dropped.
|
|
Description
|
One annotation which can be dropped is the SuppressWarnings.
If an implmentation in a super class supresses certain warnings there is no reason to assume the overriding method will supress the same warnings.
In fact it preferable that the @SuppressWarnings be dropped. |
Show » |
|
1. It is good idea not to keep @SuppressWarnings for inherited methods/classes
2. Why do not we introduce a meta-annotation which will specify this behaviour?