Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Implementation of warning hints for "Convert rule switch to Traditional switch"
Use case:
Actual code:
public void test(int i){
String result;
switch
}
Warning Hints : "Convert to traditional switch"
After Fix:
public void test(int i){
String result;
switch
}
Attachments
Issue Links
- links to