Re: [tentacles] Factoring Out Nested Classes?

2013-03-26 Thread P. Ottlinger
Hi, Am 25.03.2013 21:19, schrieb sebb: However if the nested class is very small, leave it - it's clearer. I'd prefer to avoid nested classes (except for enumerations). They prevent easy testing ... Just my 2ct. Cheers Philipp

[tentacles] assertions

2013-03-26 Thread Robert Burrell Donkin
Tentacles is a little unusual in using Java assertions. When assertions are off, then [1] no longer works as expected (rather than running with debugging checks off). For applications in runnable jars, I think using assertions to allow debugging is a cool idea - controlling logging levels is

Issue with orgapachecreadur-019 [WAS Re: Staging Apache Rat 0.9]

2013-03-26 Thread Robert Burrell Donkin
On 03/24/13 18:21, Robert Burrell Donkin wrote: On 03/24/13 09:26, Robert Burrell Donkin wrote: On 03/23/13 11:39, Robert Burrell Donkin wrote: Unless anyone jumps in sometime soon with an issue with the latest[1] snapshot[2], following the guidelines[3] I hope to cut a 0.9 and upload it to

Re: Issue with orgapachecreadur-019 [WAS Re: Staging Apache Rat 0.9]

2013-03-26 Thread Robert Burrell Donkin
On 03/26/13 12:18, Robert Burrell Donkin wrote: snip Unfortunately, I didn't check that the build for the apache-rat runnable uber-jar uses the maven-shade plugin :-( This means that the jar is missing NOTICE files for the Apache Licensed dependencies included within the jar. Apologies. The

[jira] [Commented] (RAT-130) GSOC Port Apache Rat to New Languages, Integrate With New Build Systems

2013-03-26 Thread Ishan somasiri (JIRA)
[ https://issues.apache.org/jira/browse/RAT-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614124#comment-13614124 ] Ishan somasiri commented on RAT-130: So are you suggesting to port Rat to a totally new

Re: [tentacles] assertions

2013-03-26 Thread sebb
On 26 March 2013 09:58, Robert Burrell Donkin robertburrelldon...@blueyonder.co.uk wrote: Tentacles is a little unusual in using Java assertions. When assertions are off, then [1] no longer works as expected (rather than running with debugging checks off). For applications in runnable jars, I

Re: Issue with orgapachecreadur-019 [WAS Re: Staging Apache Rat 0.9]

2013-03-26 Thread sebb
On 26 March 2013 12:18, Robert Burrell Donkin robertburrelldon...@blueyonder.co.uk wrote: On 03/24/13 18:21, Robert Burrell Donkin wrote: On 03/24/13 09:26, Robert Burrell Donkin wrote: On 03/23/13 11:39, Robert Burrell Donkin wrote: Unless anyone jumps in sometime soon with an issue with