On Wed, Jan 7, 2009 at 12:28 PM, sebb <seb...@gmail.com> wrote:
> Eclipse warns that there are unnecessary
> @SuppressWarnings("unchecked") annotations in the SCXMLParser and
> JSBindings classes - is it OK to remove them?
>
<snip/>

Yup, if you're convinced they aren't needed.


> Also, there are some warnings about boxing/unboxing in
> FunctionResolver and SCInstance - do you want to suppress the warnings
> - or perform the boxing?
>
> [I've fixed the boxing warnings in the test code]
>
<snap/>

Perhaps the little code simplification is worth the purported
performance issues? They should be handling booleans mostly (atleast
in the source part). You can also turn off the warning in Eclipse if
you want.

-Rahul

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to