// "Fix all 'Constant conditions & exceptions' problems in file" "true" class Main { void t() { int i = 5; switch(i) { // Apply 'Fix all problems in the file' } } }