On 22 May 2013 21:19, <[email protected]> wrote: > Author: ggregory > Date: Wed May 22 20:19:00 2013 > New Revision: 1485398 > > URL: http://svn.apache.org/r1485398 > Log: > Remove rule that assumed DBCP 1.4 is on Java 1.4, it is on Java 6. >
I'm not sure that's correct. Although the code is designed for JDBC 4 (Java 1.6), it can also be processed to generate code that supports JDBC 3 (Java 1.4/1.5) > Modified: > commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/findbugs-exclude-filter.xml > > Modified: > commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/findbugs-exclude-filter.xml > URL: > http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/findbugs-exclude-filter.xml?rev=1485398&r1=1485397&r2=1485398&view=diff > ============================================================================== > --- > commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/findbugs-exclude-filter.xml > (original) > +++ > commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/findbugs-exclude-filter.xml > Wed May 22 20:19:00 2013 > @@ -22,9 +22,4 @@ > put here to instruct findbugs it must ignore them. > --> > <FindBugsFilter> > - <!-- Minimum JDK level is still 1.4, so valueOf(int) is not available --> > - <Match> > - <Class>*</Class> > - <Bug pattern="DM_NUMBER_CTOR" /> > - </Match> > </FindBugsFilter> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
