Re: Small simplifications on Pivot sources in trunk

2013-09-02 Thread Sandro Martini
Hi all, just committed an update to eclipse project/settings files for trunk, so all should be ok now. Note that as written here ( https://issues.apache.org/jira/browse/PIVOT-864?focusedCommentId=13756102&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13756102 ) I th

Re: Small simplifications on Pivot sources in trunk

2013-08-29 Thread Sandro Martini
Hi Roger, yes, probably because now I'm using eclipse 4.3 (Kepler) with many Compilation warnings enabled ... I'll commit soon even all those changes (there are many) ... Anyway, this is the related issue (just to remember, for the commit to do ...): https://issues.apache.org/jira/browse/PIVOT-895

Re: Small simplifications on Pivot sources in trunk

2013-08-29 Thread Roger Whitcomb
Hi Sandro, This is good. I did make some changes to use the new Java 7 "diamond" operator and did not revert them. So, if Eclipse finds more than I did then by all means change them :) I do not see these compilation errors. Maybe because I added "wtk/lib/*.jar" to the classpath and a simil

Small simplifications on Pivot sources in trunk

2013-08-29 Thread Sandro Martini
Hi all, I'm reviewing Pivot sources in trunk, and I'm updating eclipse project settings to require Java SE 7, and so enable Code compliance settings for it ... So now I get many eclipse warnings, like "Redundant specification of type arguments" and I'm fixing them (there are a lot) ... but I remem