| See
METAGEN-50 Closed for background. That bug added support for adding
to generated metamodel source files. Unfortunately, @SuppressWarnings("all") is an Eclipe-ism and not guaranteed to actually do anything. In fact the JDK compiler ignores it:
Instead of suppressing "all" which is technically meaningless, it should suppress (at least) "rawtypes" and probably "unchecked" too. |