Using eclipse galileo 3.5 and my eclipse 7.5
Generated code from matisse does not put a javadoc comment on variables.
In eclipse I want to display warnings when my code does not have a javadoc comment,
but I don’t want to see all the warnings for the generated code from matisse.
I’ve tried @SuppressWarnings(“all”), etc, but there seem to be no options that will suppress the warnings for the generated matisse code in eclipse.
Is there a way to configure matisse so that it will add a javadoc comment to variable names?
Or is there some other way to disable those warnings.
I want to see the warnings for non-generated code, but not the code generated by
matisse….these warnings get in the way when looking for “real” warnings.
Thanks