Is this Maven 1 or Maven 2?
Maven 2
What steps will reproduce the problem?
1. Run the gwt-maven-plugin on PreferencesRetriever.
2. Examine the generated PreferencesRetrieverAsync.
What is the expected output? What do you see instead?
See attached. The "Util" class that it generates is thread-unsafe; the
getInstance() method should properly be marked "synchronized".
What version of the product are you using? On what operating system?
Version 1.1 on Windows.
Please provide any additional information below.
Original issue reported on code.google.com by mbeer...@gmail.com on 18 Dec 2009 at 2:53
Original issue reported on code.google.com by
mbeer...@gmail.com
on 18 Dec 2009 at 2:53Attachments: