On Wed, Jan 7, 2009 at 2:45 PM, sebb wrote:
> On 07/01/2009, Rahul Akolkar wrote:
>> On Wed, Jan 7, 2009 at 12:28 PM, sebb wrote:
>> > Eclipse warns that there are unnecessary
>> > @SuppressWarnings("unchecked") annotations in the SCXMLParser and
>> > JSBindings classes - is it OK to remove t
On 07/01/2009, Rahul Akolkar wrote:
> On Wed, Jan 7, 2009 at 12:28 PM, sebb wrote:
> > Eclipse warns that there are unnecessary
> > @SuppressWarnings("unchecked") annotations in the SCXMLParser and
> > JSBindings classes - is it OK to remove them?
> >
>
>
>
> Yup, if you're convinced they a
On Wed, Jan 7, 2009 at 12:28 PM, sebb wrote:
> Eclipse warns that there are unnecessary
> @SuppressWarnings("unchecked") annotations in the SCXMLParser and
> JSBindings classes - is it OK to remove them?
>
Yup, if you're convinced they aren't needed.
> Also, there are some warnings about boxin