[Commons Wiki] Update of "ClassScan" by Charles Honton

2012-07-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "ClassScan" page has been changed by Charles Honton: http://wiki.apache.org/commons/ClassScan New page: #REDIRECT classscan ---

[Commons Wiki] Update of "classscan" by Charles Honton

2012-07-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "classscan" page has been changed by Charles Honton: http://wiki.apache.org/commons/classscan?action=diff&rev1=7&rev2=8 Cache With this approach, `MetaRegistry` would

[Commons Wiki] Update of "classscan" by Charles Honton

2012-07-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "classscan" page has been changed by Charles Honton: http://wiki.apache.org/commons/classscan?action=diff&rev1=6&rev2=7 The `[classscan]` component aims to provide a general-purp

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-07 Thread Farrukh Najmi
Oops. Here is the correct file this time. On 07/07/2012 01:39 AM, Damjan Jovanovic wrote: Hi Farrukh Your patch is just an empty file. Regards Damjan On Fri, Jul 6, 2012 at 9:23 PM, Farrukh Najmi wrote: Hi Damjan, Attached is the patch for implementing the proposed change outlined in bull

[math] In class RealVector, sparseIterator() is confusing

2012-07-07 Thread Sébastien Brisard
Hi, recent bugs have revealed that the use of sparseIterator() is quite delicate. Also, the current Javadoc is confusing, since it says "Specialized implementations may choose to not iterate over all dimensions, either because those values are unset, or are equal to defaultValue(), or are small eno

[math] On MATH-812

2012-07-07 Thread Sébastien Brisard
Hi, MATH-812 is the reason why Cump keeps complaining these days. So please have a look and let me know what option seems preferable. Best regards, Sébastien - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additi

[math] Fluent interface in RealVector

2012-07-07 Thread Sébastien Brisard
Hello, most existing methods in class RealVector allow method chaining. However, some methods just return void instead of this - addToEntry - set - setEntry - setSubVector - unitize Are you OK with having all or only some (which ones) methods return this? Best regards, Sébastien -