Sometimes Java compile errors stick after they've been corrected. I just saw this today (Eclipse 3.7.2, latest ADT). Not sure if it's an issue with Eclipse or ADT.
-- K 2013/2/1 bob <[email protected]> > Why would that have fixed the problem? > > > > > On Friday, February 1, 2013 2:54:14 AM UTC-6, lselwd wrote: >> >> problem fixed: I removed & reinserted whole function... >> >> On Wednesday, January 30, 2013 7:25:44 PM UTC+2, lselwd wrote: >>> >>> >>>> >>>> >>>>> private List<String> fileNameList; // flag file names >>>> >>>> int[] sizeWordCountries = new int[9]; // 10 >>>> >>>> >>>> >>>> for (int i = 0; i < 9; i++) >>>> >>>> { >>>> >>>> sizeWordCountries[i]=(**fileNameList.get(i)).length(); // here >>>>> error: syntax error : insert "(" to complete expression >>>> >>>> } >>>> >>>> -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

