In the plugin, the generated Java code shows quite a number of warnings. These warnings are irrelevant to the webdsl developer and distracting during development. You can turn them off by placing the attached file (or something similar) in the .settings directory of a webdsl project. Could you please do so on creating a new project or on converting an existing project to a webdsl project?

Submitted by Sander Vermolen on 18 October 2010 at 13:27
org.eclipse.jdt.core.prefs18 October 2010 at 13:33

On 18 October 2010 at 18:23 Lennart Kats commented:

Alternatively, you could just add a @SuppressWarnings("all") annotation to the generated code (or perhaps some combination of more selective warning suppression annos). Works for me with STRJ.


On 25 October 2010 at 20:35 Danny Groenewegen closed this issue.

Log in to post comments