We are using smart-gwt for our application along with Java. The switch case on strings have been introduced in Java 1.7, and used to work in GWT 2.5.
I have upgraded my GWT version to 2.7 and Java to 1.7 but the switch case on strings is not working.
With GWT 2.5, it was showing compile errors in Eclipse but after GWT upgrade, it is not showing any such errors but it is getting runtime exceptions.
I think it is a problem with Smart GWT version, we are using smart-gwt 4.1.
Could any body tell me is my assumption is correct?
I have upgraded my GWT version to 2.7 and Java to 1.7 but the switch case on strings is not working.
With GWT 2.5, it was showing compile errors in Eclipse but after GWT upgrade, it is not showing any such errors but it is getting runtime exceptions.
I think it is a problem with Smart GWT version, we are using smart-gwt 4.1.
Could any body tell me is my assumption is correct?
Comment