FYI: Shai's email reminded me that Hudson has plugins that let you scan source files for "notes" that you want it to count/report on -- so i'm currently tweaking the hudson configs to look for "nocommit,HACK,FIXME" and "TODO" -- i also remembered it can monitor the output for compiler warnings and javadoc warnings and graph those as they change over time, so i'm setting that up as well.
I'm starting with the Lucene-3x build, don't be suprised if i break a few builds testing this all out. : Date: Fri, 21 May 2010 21:57:48 +0300 : From: Shai Erera <[email protected]> : Reply-To: [email protected] : To: [email protected] : Subject: CharTermAttributeImp contains a nocommit task : : Hi : : I don't know if it's on purpose or not, but I've noticed : CharTermAttributeImp contains a nocommit task: : : // nocommit: CharSequence requires that only the contents are returned, : but this is orginal code: "term=" + new String(termBuffer, 0, termLength) : : Not sure if that's supposed to remain there or not ... I suggest it's : removed, or the task removed, if that's not intentional 'cause it looks : fishy. : : Shai : -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
