saiddfhi / gwt-maven

Automatically exported from code.google.com/p/gwt-maven
0 stars 0 forks source link

gwt-maven-plugin generates thread-unsafe code #217

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
I think you reported this issue on the wrong project. 

Original comment by charlie....@gmail.com on 16 Jan 2010 at 12:38