Re: [SCXML] J6 tidyup

2009-01-07 Thread Rahul Akolkar
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

Re: [SCXML] J6 tidyup

2009-01-07 Thread sebb
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

Re: [SCXML] J6 tidyup

2009-01-07 Thread Rahul Akolkar
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

[SCXML] J6 tidyup

2009-01-07 Thread sebb
Eclipse warns that there are unnecessary @SuppressWarnings("unchecked") annotations in the SCXMLParser and JSBindings classes - is it OK to remove them? Also, there are some warnings about boxing/unboxing in FunctionResolver and SCInstance - do you want to suppress the warnings - or perform the bo