That's fine - the next big push for things will probably be for Java 8 anyway.
I think I found some counter-based for loops in Inspector.java, but without looking at the tests, etc. I can't see if this is deliberate. Well aware of the dangers of static analysis tools, but they have some uses. On 22 October 2013 16:25, Rob Vesse <rve...@dotnetrdf.org> wrote: > I would stick to Java 6 since that's what the rest of Jena uses and is > still widely used in the wild > > Rob > > On 22/10/2013 15:52, "Chris Dollin" <chris.dol...@epimorphics.com> wrote: > > >On Tuesday, October 22, 2013 03:40:17 PM Phil Coates wrote: > >> Does anyone have any objections if I make a few changes: > >> > >> 1) reformat code style towards more standard K&R-style (basically IDE > >> autoformat, nothing particularly controversial: e.g. 4 spaces per > >>indent, > >> opening curly brace on same line, etc.) > > > >Well, it's a despicably ugly layout, but sadly yes, go ahead. I'm inured > >to it nowadays after using Go's gofmt ... > > > >> 2) Use Java 5+ where relevant (e.g. foreach, generics) - maybe even > >>Java 7? > > > >*blinks* I thought Eyeball used generics and for-each and that those > >were present in Java 5. What am I missing? > > > >> 3) Remove "unused" code, so things like unnecessary default > >>constructors, > >> etc. (checking with FindBugs, etc.) > > > >Take care -- I find Findbugs rather over-enthusiastic about some things. > > > >There's code to be taken out. I see there are still traces of the Repair > >code (which has been abandoned). > > > >It would be nice to set up some kind of review process. What's > >available with JIRA and friends? > > > >Chris > > > >-- > >"I know it was late, but Mountjoy never bothers, /Archer's > >Goon/ > > so long as it's the full two thousand words." > > > >Epimorphics Ltd, http://www.epimorphics.com > >Registered address: Court Lodge, 105 High Street, Portishead, Bristol > >BS20 6PT > >Epimorphics Ltd. is a limited company registered in England (number > >7016688) > > > > > > >