This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes GWT and the fly likes GWT refactoring question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "GWT refactoring question" Watch "GWT refactoring question" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: GWT refactoring question
 
Similar Threads
Using generics and the Comparable interface to implement a node
Create a tree from a resultset
SurefireExecutionException
How to convert java object into xml .Object contains contains cyclic references
Trouble adding children with FastTree