Exception in thread "main" java.lang.Error: Unresolved compilation problem:
Cannot switch on a value of type boolean. Only int values or enum constants are permitted
at MainClass.main(MainClass.java:5)
The case values must evaluate to integer values during compilation.
Second case should follow the default label.