/[Apache-SVN]/commons/proper/math/trunk/findbugs-exclude-filter.xml
ViewVC logotype

Log of /commons/proper/math/trunk/findbugs-exclude-filter.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 830772 - (view) (annotate) - [select for diffs]
Modified Wed Oct 28 21:54:13 2009 UTC (4 weeks, 1 day ago) by luc
File length: 9998 byte(s)
Diff to previous 799857 (colored)
fixed findbugs false positive

Revision 799857 - (view) (annotate) - [select for diffs]
Modified Sat Aug 1 13:07:12 2009 UTC (3 months, 3 weeks ago) by luc
File length: 9676 byte(s)
Diff to previous 795590 (colored)
cleaned more subversion properties

Revision 795590 - (view) (annotate) - [select for diffs]
Modified Sun Jul 19 18:35:43 2009 UTC (4 months, 1 week ago) by luc
File length: 9676 byte(s)
Diff to previous 791745 (colored)
fixed an exclusion rule after an API change some time ago

Revision 791745 - (view) (annotate) - [select for diffs]
Modified Tue Jul 7 07:57:37 2009 UTC (4 months, 3 weeks ago) by luc
File length: 9659 byte(s)
Diff to previous 790368 (colored)
added an exclusion rule for a false positive from findbugs concerning a desired and documented feature

Revision 790368 - (view) (annotate) - [select for diffs]
Modified Wed Jul 1 20:31:50 2009 UTC (4 months, 3 weeks ago) by luc
File length: 9438 byte(s)
Diff to previous 790243 (colored)
fixed another set of warnings identified by recent findbugs versions

Revision 790243 - (view) (annotate) - [select for diffs]
Modified Wed Jul 1 16:03:28 2009 UTC (4 months, 3 weeks ago) by luc
File length: 9188 byte(s)
Diff to previous 786819 (colored)
fixed a number of warnings identified by findbugs eclipse plugin version 1.3.9

Revision 786819 - (view) (annotate) - [select for diffs]
Modified Sat Jun 20 13:42:56 2009 UTC (5 months, 1 week ago) by luc
File length: 8444 byte(s)
Diff to previous 786482 (colored)
added Loess interpolator, applying Eugene Kirpichov's patch
JIRA: MATH-278

Revision 786482 - (view) (annotate) - [select for diffs]
Modified Fri Jun 19 12:38:01 2009 UTC (5 months, 1 week ago) by luc
File length: 8134 byte(s)
Diff to previous 783702 (colored)
added back findbugs exclusion rules for a deprecated class that is still there under its old name

Revision 783702 - (view) (annotate) - [select for diffs]
Modified Thu Jun 11 08:54:02 2009 UTC (5 months, 2 weeks ago) by luc
File length: 7748 byte(s)
Diff to previous 783678 (colored)
renamed RealMatrixImpl, RealVectorImpl, FieldMatrixImpl and FieldVectorImpl
into Array2DRowRealMatrix, ArrayRealVector, Array2DRowFieldMatrix and ArrayFieldVector
as suggested by Sam in http://markmail.org/message/hh37ivxpzaoapekj

Revision 783678 - (view) (annotate) - [select for diffs]
Modified Thu Jun 11 08:05:24 2009 UTC (5 months, 2 weeks ago) by luc
File length: 7722 byte(s)
Diff to previous 780643 (colored)
renamed Dense{Real/Field}Matrix into Block{Real/Field}Matrix
as suggested by Phil in http://markmail.org/message/iibgiz4bsv6hjjvh

Revision 780643 - (view) (annotate) - [select for diffs]
Modified Mon Jun 1 13:21:03 2009 UTC (5 months, 3 weeks ago) by luc
File length: 7722 byte(s)
Diff to previous 776311 (colored)
updated filter after replacement of MultistepStepInterpolator by NordsieckStepInterpolator

Revision 776311 - (view) (annotate) - [select for diffs]
Modified Tue May 19 13:31:34 2009 UTC (6 months, 1 week ago) by psteitz
File length: 7701 byte(s)
Diff to previous 771076 (colored)
Added rank transformations.

Revision 771076 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:28:48 2009 UTC (6 months, 3 weeks ago) by luc
File length: 7449 byte(s)
Diff to previous 766485 (colored)
fixed various checkstyle and findbugs errors

Revision 766485 - (view) (annotate) - [select for diffs]
Modified Sun Apr 19 16:39:40 2009 UTC (7 months, 1 week ago) by luc
File length: 6812 byte(s)
Diff to previous 762136 (colored)
added support for any kind of field in linear algebra
we can now use FieldMatrix<Fraction> and use exact LU-decomposition
on such matrices to solve linear systems

Revision 762136 - (view) (annotate) - [select for diffs]
Modified Sun Apr 5 19:10:44 2009 UTC (7 months, 3 weeks ago) by luc
File length: 6148 byte(s)
Diff to previous 758912 (colored)
fixed findbugs warnings and added more explanation about the corresponding behavior in javadoc

Revision 758912 - (view) (annotate) - [select for diffs]
Modified Thu Mar 26 23:00:27 2009 UTC (8 months ago) by luc
File length: 5911 byte(s)
Diff to previous 758060 (colored)
fixed checkstyle and findbugs errors

Revision 758060 - (view) (annotate) - [select for diffs]
Modified Tue Mar 24 22:17:13 2009 UTC (8 months ago) by luc
File length: 5866 byte(s)
Diff to previous 754765 (colored)
improved consistency in class naming with respect to functions in the analysis package

Revision 754765 - (view) (annotate) - [select for diffs]
Modified Sun Mar 15 21:35:38 2009 UTC (8 months, 1 week ago) by luc
File length: 5870 byte(s)
Diff to previous 754499 (colored)
fixed checkstyle and findbugs errors

Revision 754499 - (view) (annotate) - [select for diffs]
Modified Sat Mar 14 17:35:49 2009 UTC (8 months, 2 weeks ago) by luc
File length: 5858 byte(s)
Diff to previous 748274 (colored)
updated optimization main interfaces to handle scalar and vectorial functions
and to handle functions with or without explicit derivatives

Revision 748274 - (view) (annotate) - [select for diffs]
Modified Thu Feb 26 19:17:39 2009 UTC (8 months, 4 weeks ago) by luc
File length: 4946 byte(s)
Diff to previous 735501 (colored)
started refactoring of optimization framework:
 - created subpackages optimization.direct, optimization.general,
   optimization.linear (currently empty) and optimization.univariate
 - removed packages analysis.minimization and estimation
 - renamed all Cost-related interfaces/classes into Objective
   (this allows both minimization and maximization)
 - added a few new general interfaces

This work is not complete yet. The direct and general packages classes
are very close to the former design, they have almost not been changed
structurally.

Revision 735501 - (view) (annotate) - [select for diffs]
Modified Sun Jan 18 16:57:29 2009 UTC (10 months, 1 week ago) by luc
File length: 4944 byte(s)
Diff to previous 735449 (colored)
fixed various minor bugs identified by checkstyle and findbugs

Revision 735449 - (view) (annotate) - [select for diffs]
Modified Sun Jan 18 13:07:22 2009 UTC (10 months, 1 week ago) by luc
File length: 4651 byte(s)
Diff to previous 731749 (colored)
split the analysis package into several sub-packages

Revision 731749 - (view) (annotate) - [select for diffs]
Modified Mon Jan 5 22:32:52 2009 UTC (10 months, 3 weeks ago) by luc
File length: 4635 byte(s)
Diff to previous 731746 (colored)
removed two false positives from findbugs

Revision 731746 - (view) (annotate) - [select for diffs]
Modified Mon Jan 5 22:17:12 2009 UTC (10 months, 3 weeks ago) by luc
File length: 4335 byte(s)
Diff to previous 729291 (colored)
updated findbugs plugin version
fixed exclusion rule for some false positives

Revision 729291 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 10:47:53 2008 UTC (11 months ago) by luc
File length: 4236 byte(s)
Diff to previous 722335 (colored)
fixed various errors and warnings detected by checkstyle and findbugs

Revision 722335 - (view) (annotate) - [select for diffs]
Modified Tue Dec 2 02:21:22 2008 UTC (11 months, 3 weeks ago) by psteitz
File length: 4159 byte(s)
Diff to previous 680166 (colored)
Moved math 2.0 branch to trunk.

Revision 680166 - (view) (annotate) - [select for diffs]
Modified Sun Jul 27 19:15:22 2008 UTC (16 months ago) by luc
Original Path: commons/proper/math/branches/MATH_2_0/findbugs-exclude-filter.xml
File length: 4159 byte(s)
Diff to previous 680032 (colored)
Support for one dimensional vectors has been added to the linear algebra
package with a RealVector interface, a RealVectorImpl default implementation
using a single double array to store elements and a RealVectorFormat class for
input/output.

Revision 680032 - (view) (annotate) - [select for diffs]
Modified Sat Jul 26 19:35:35 2008 UTC (16 months ago) by luc
Original Path: commons/proper/math/branches/MATH_2_0/findbugs-exclude-filter.xml
File length: 3974 byte(s)
Diff to previous 651200 (colored)
filtered out findbugs warnings for intentional and documented features

Revision 651200 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 09:03:43 2008 UTC (19 months ago) by luc
Original Path: commons/proper/math/branches/MATH_2_0/findbugs-exclude-filter.xml
File length: 3251 byte(s)
Diff to previous 612535 (colored)
branching for initial work on 2.0
starting from a copy of trunk, shortly after 1.2 release

Revision 612535 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 18:24:23 2008 UTC (22 months, 1 week ago) by rahul
File length: 3251 byte(s)
Diff to previous 611643 (colored)
Fix global search+replace error.

Revision 611643 - (view) (annotate) - [select for diffs]
Added Sun Jan 13 20:59:58 2008 UTC (22 months, 2 weeks ago) by luc
File length: 3251 byte(s)
added an exclusion filter file for findbugs, to prevent false positives from being displayed

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2