| Author |
GWT refactoring question
|
Dave Alvarado
Ranch Hand
Joined: Jul 02, 2008
Posts: 434
|
|
Hi,
I'm using GWT 2.4 and Java 1.6. My code checker (Sonar) is complaining about the following block
saying, "The class com.myco.clearing.product.client.xmltohtml.XmlToHtmlServiceImpl$1 could be refactored into a named _static_ inner class". Any advice on how to do this? The interface being referenced in the code is com.google.gwt.view.client.ProvidesKey.
Thanks, - Dave
|
 |
 |
|
|
subject: GWT refactoring question
|
|
|