VueGWT / vue-gwt

Vue.js Components/Custom Elements in Java with GWT. Developed at https://www.genmymodel.com.
https://vuegwt.github.io/vue-gwt/
MIT License
204 stars 46 forks source link

fix: SpotBugs reported warnings are eliminated. #43

Closed slavap closed 6 years ago

slavap commented 6 years ago

@adrienbaron Formatter also did some minor changes in javadoc and few in code (mostly related to 100 symbols in line). So looks like Idea and Eclipse are still formatting slightly different despite of "Google code style" profile activated. And in Eclipse by default there are preferences how to organize imports, currently I've just cleared them, so it's alphabetical, but default by: java, javax, org, com sounds much logical to me.