Library Name | DBCP |
---|---|
Version #1 | 1.1 |
Version #2 | 1.2 |
Total Java ARchives | 1 |
---|---|
Total Methods / Classes | 960 / 43 |
Verdict | Incompatible (21.6%) |
Severity | Count | |
---|---|---|
Added Methods | - | 16 |
Removed Methods | High | 2 |
Problems with Data Types | High | 6 |
Medium | 2 | |
Low | 124 | |
Problems with Methods | High | 0 |
Medium | 0 | |
Low | 51 | |
Other Changes in Data Types | - | 1 |
Change | Effect | |
---|---|---|
1 | Type of field defaultReadOnly has been changed from boolean to java.lang.Boolean. | A client program may be interrupted by NoSuchFieldError exception. |
Change | Effect | |
---|---|---|
1 | Field _conn of type DelegatingConnection has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
Change | Effect | |
---|---|---|
1 | Field _closed of type boolean has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field _conn of type DelegatingConnection has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
Change | Effect | |
---|---|---|
1 | Type of field _defaultReadOnly has been changed from boolean to java.lang.Boolean. | A client program may be interrupted by NoSuchFieldError exception. |
Change | Effect | |
---|---|---|
1 | Field _conn of type java.sql.Connection has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
Change | Effect | |
---|---|---|
1 | Superclass has been changed from AbandonedTrace to DelegatingPreparedStatement. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
Change | Effect | |
---|---|---|
1 | Superclass has been changed from AbandonedTrace to DelegatingStatement. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
Change | Effect | |
---|---|---|
1 | Method addBatch ( ) has been moved up type hierarchy to addBatch ( ) | Method addBatch ( ) will be called instead of addBatch ( ) in a client program. |
2 | Method clearParameters ( ) has been moved up type hierarchy to clearParameters ( ) | Method clearParameters ( ) will be called instead of clearParameters ( ) in a client program. |
3 | Method execute ( ) has been moved up type hierarchy to execute ( ) | Method execute ( ) will be called instead of execute ( ) in a client program. |
4 | Method executeQuery ( ) has been moved up type hierarchy to executeQuery ( ) | Method executeQuery ( ) will be called instead of executeQuery ( ) in a client program. |
5 | Method executeUpdate ( ) has been moved up type hierarchy to executeUpdate ( ) | Method executeUpdate ( ) will be called instead of executeUpdate ( ) in a client program. |
6 | Method getMetaData ( ) has been moved up type hierarchy to getMetaData ( ) | Method getMetaData ( ) will be called instead of getMetaData ( ) in a client program. |
7 | Method getParameterMetaData ( ) has been moved up type hierarchy to getParameterMetaData ( ) | Method getParameterMetaData ( ) will be called instead of getParameterMetaData ( ) in a client program. |
8 | Method setArray ( int, Array ) has been moved up type hierarchy to setArray ( int, Array ) | Method setArray ( int, Array ) will be called instead of setArray ( int, Array ) in a client program. |
9 | Method setAsciiStream ( int, InputStream, int ) has been moved up type hierarchy to setAsciiStream ( int, InputStream, int ) | Method setAsciiStream ( int, InputStream, int ) will be called instead of setAsciiStream ( int, InputStream, int ) in a client program. |
10 | Method setBigDecimal ( int, BigDecimal ) has been moved up type hierarchy to setBigDecimal ( int, BigDecimal ) | Method setBigDecimal ( int, BigDecimal ) will be called instead of setBigDecimal ( int, BigDecimal ) in a client program. |
11 | Method setBinaryStream ( int, InputStream, int ) has been moved up type hierarchy to setBinaryStream ( int, InputStream, int ) | Method setBinaryStream ( int, InputStream, int ) will be called instead of setBinaryStream ( int, InputStream, int ) in a client program. |
12 | Method setBlob ( int, Blob ) has been moved up type hierarchy to setBlob ( int, Blob ) | Method setBlob ( int, Blob ) will be called instead of setBlob ( int, Blob ) in a client program. |
13 | Method setBoolean ( int, boolean ) has been moved up type hierarchy to setBoolean ( int, boolean ) | Method setBoolean ( int, boolean ) will be called instead of setBoolean ( int, boolean ) in a client program. |
14 | Method setByte ( int, byte ) has been moved up type hierarchy to setByte ( int, byte ) | Method setByte ( int, byte ) will be called instead of setByte ( int, byte ) in a client program. |
15 | Method setBytes ( int, byte[ ] ) has been moved up type hierarchy to setBytes ( int, byte[ ] ) | Method setBytes ( int, byte[ ] ) will be called instead of setBytes ( int, byte[ ] ) in a client program. |
16 | Method setCharacterStream ( int, Reader, int ) has been moved up type hierarchy to setCharacterStream ( int, Reader, int ) | Method setCharacterStream ( int, Reader, int ) will be called instead of setCharacterStream ( int, Reader, int ) in a client program. |
17 | Method setClob ( int, Clob ) has been moved up type hierarchy to setClob ( int, Clob ) | Method setClob ( int, Clob ) will be called instead of setClob ( int, Clob ) in a client program. |
18 | Method setDate ( int, Date ) has been moved up type hierarchy to setDate ( int, Date ) | Method setDate ( int, Date ) will be called instead of setDate ( int, Date ) in a client program. |
19 | Method setDate ( int, Date, Calendar ) has been moved up type hierarchy to setDate ( int, Date, Calendar ) | Method setDate ( int, Date, Calendar ) will be called instead of setDate ( int, Date, Calendar ) in a client program. |
20 | Method setDouble ( int, double ) has been moved up type hierarchy to setDouble ( int, double ) | Method setDouble ( int, double ) will be called instead of setDouble ( int, double ) in a client program. |
21 | Method setFloat ( int, float ) has been moved up type hierarchy to setFloat ( int, float ) | Method setFloat ( int, float ) will be called instead of setFloat ( int, float ) in a client program. |
22 | Method setInt ( int, int ) has been moved up type hierarchy to setInt ( int, int ) | Method setInt ( int, int ) will be called instead of setInt ( int, int ) in a client program. |
23 | Method setLong ( int, long ) has been moved up type hierarchy to setLong ( int, long ) | Method setLong ( int, long ) will be called instead of setLong ( int, long ) in a client program. |
24 | Method setNull ( int, int ) has been moved up type hierarchy to setNull ( int, int ) | Method setNull ( int, int ) will be called instead of setNull ( int, int ) in a client program. |
25 | Method setNull ( int, int, String ) has been moved up type hierarchy to setNull ( int, int, String ) | Method setNull ( int, int, String ) will be called instead of setNull ( int, int, String ) in a client program. |
26 | Method setObject ( int, Object ) has been moved up type hierarchy to setObject ( int, Object ) | Method setObject ( int, Object ) will be called instead of setObject ( int, Object ) in a client program. |
27 | Method setObject ( int, Object, int ) has been moved up type hierarchy to setObject ( int, Object, int ) | Method setObject ( int, Object, int ) will be called instead of setObject ( int, Object, int ) in a client program. |
28 | Method setObject ( int, Object, int, int ) has been moved up type hierarchy to setObject ( int, Object, int, int ) | Method setObject ( int, Object, int, int ) will be called instead of setObject ( int, Object, int, int ) in a client program. |
29 | Method setRef ( int, Ref ) has been moved up type hierarchy to setRef ( int, Ref ) | Method setRef ( int, Ref ) will be called instead of setRef ( int, Ref ) in a client program. |
30 | Method setShort ( int, short ) has been moved up type hierarchy to setShort ( int, short ) | Method setShort ( int, short ) will be called instead of setShort ( int, short ) in a client program. |
31 | Method setString ( int, String ) has been moved up type hierarchy to setString ( int, String ) | Method setString ( int, String ) will be called instead of setString ( int, String ) in a client program. |
32 | Method setTime ( int, Time ) has been moved up type hierarchy to setTime ( int, Time ) | Method setTime ( int, Time ) will be called instead of setTime ( int, Time ) in a client program. |
33 | Method setTime ( int, Time, Calendar ) has been moved up type hierarchy to setTime ( int, Time, Calendar ) | Method setTime ( int, Time, Calendar ) will be called instead of setTime ( int, Time, Calendar ) in a client program. |
34 | Method setTimestamp ( int, Timestamp ) has been moved up type hierarchy to setTimestamp ( int, Timestamp ) | Method setTimestamp ( int, Timestamp ) will be called instead of setTimestamp ( int, Timestamp ) in a client program. |
35 | Method setTimestamp ( int, Timestamp, Calendar ) has been moved up type hierarchy to setTimestamp ( int, Timestamp, Calendar ) | Method setTimestamp ( int, Timestamp, Calendar ) will be called instead of setTimestamp ( int, Timestamp, Calendar ) in a client program. |
36 | Method setURL ( int, URL ) has been moved up type hierarchy to setURL ( int, URL ) | Method setURL ( int, URL ) will be called instead of setURL ( int, URL ) in a client program. |
37 | Method setUnicodeStream ( int, InputStream, int ) has been moved up type hierarchy to setUnicodeStream ( int, InputStream, int ) | Method setUnicodeStream ( int, InputStream, int ) will be called instead of setUnicodeStream ( int, InputStream, int ) in a client program. |
38 | Method addBatch ( String ) has been moved up type hierarchy to addBatch ( String ) | Method addBatch ( String ) will be called instead of addBatch ( String ) in a client program. |
39 | Method cancel ( ) has been moved up type hierarchy to cancel ( ) | Method cancel ( ) will be called instead of cancel ( ) in a client program. |
40 | Method clearBatch ( ) has been moved up type hierarchy to clearBatch ( ) | Method clearBatch ( ) will be called instead of clearBatch ( ) in a client program. |
41 | Method clearWarnings ( ) has been moved up type hierarchy to clearWarnings ( ) | Method clearWarnings ( ) will be called instead of clearWarnings ( ) in a client program. |
42 | Method close ( ) has been moved up type hierarchy to close ( ) | Method close ( ) will be called instead of close ( ) in a client program. |
43 | Method execute ( String ) has been moved up type hierarchy to execute ( String ) | Method execute ( String ) will be called instead of execute ( String ) in a client program. |
44 | Method execute ( String, int ) has been moved up type hierarchy to execute ( String, int ) | Method execute ( String, int ) will be called instead of execute ( String, int ) in a client program. |
45 | Method execute ( String, int[ ] ) has been moved up type hierarchy to execute ( String, int[ ] ) | Method execute ( String, int[ ] ) will be called instead of execute ( String, int[ ] ) in a client program. |
46 | Method execute ( String, String[ ] ) has been moved up type hierarchy to execute ( String, String[ ] ) | Method execute ( String, String[ ] ) will be called instead of execute ( String, String[ ] ) in a client program. |
47 | Method executeBatch ( ) has been moved up type hierarchy to executeBatch ( ) | Method executeBatch ( ) will be called instead of executeBatch ( ) in a client program. |
48 | Method executeQuery ( String ) has been moved up type hierarchy to executeQuery ( String ) | Method executeQuery ( String ) will be called instead of executeQuery ( String ) in a client program. |
49 | Method executeUpdate ( String ) has been moved up type hierarchy to executeUpdate ( String ) | Method executeUpdate ( String ) will be called instead of executeUpdate ( String ) in a client program. |
50 | Method executeUpdate ( String, int ) has been moved up type hierarchy to executeUpdate ( String, int ) | Method executeUpdate ( String, int ) will be called instead of executeUpdate ( String, int ) in a client program. |
51 | Method executeUpdate ( String, int[ ] ) has been moved up type hierarchy to executeUpdate ( String, int[ ] ) | Method executeUpdate ( String, int[ ] ) will be called instead of executeUpdate ( String, int[ ] ) in a client program. |
52 | Method executeUpdate ( String, String[ ] ) has been moved up type hierarchy to executeUpdate ( String, String[ ] ) | Method executeUpdate ( String, String[ ] ) will be called instead of executeUpdate ( String, String[ ] ) in a client program. |
53 | Method getConnection ( ) has been moved up type hierarchy to getConnection ( ) | Method getConnection ( ) will be called instead of getConnection ( ) in a client program. |
54 | Method getDelegate ( ) has been moved up type hierarchy to getDelegate ( ) | Method getDelegate ( ) will be called instead of getDelegate ( ) in a client program. |
55 | Method getFetchDirection ( ) has been moved up type hierarchy to getFetchDirection ( ) | Method getFetchDirection ( ) will be called instead of getFetchDirection ( ) in a client program. |
56 | Method getFetchSize ( ) has been moved up type hierarchy to getFetchSize ( ) | Method getFetchSize ( ) will be called instead of getFetchSize ( ) in a client program. |
57 | Method getGeneratedKeys ( ) has been moved up type hierarchy to getGeneratedKeys ( ) | Method getGeneratedKeys ( ) will be called instead of getGeneratedKeys ( ) in a client program. |
58 | Method getInnermostDelegate ( ) has been moved up type hierarchy to getInnermostDelegate ( ) | Method getInnermostDelegate ( ) will be called instead of getInnermostDelegate ( ) in a client program. |
59 | Method getMaxFieldSize ( ) has been moved up type hierarchy to getMaxFieldSize ( ) | Method getMaxFieldSize ( ) will be called instead of getMaxFieldSize ( ) in a client program. |
60 | Method getMaxRows ( ) has been moved up type hierarchy to getMaxRows ( ) | Method getMaxRows ( ) will be called instead of getMaxRows ( ) in a client program. |
61 | Method getMoreResults ( ) has been moved up type hierarchy to getMoreResults ( ) | Method getMoreResults ( ) will be called instead of getMoreResults ( ) in a client program. |
62 | Method getMoreResults ( int ) has been moved up type hierarchy to getMoreResults ( int ) | Method getMoreResults ( int ) will be called instead of getMoreResults ( int ) in a client program. |
63 | Method getQueryTimeout ( ) has been moved up type hierarchy to getQueryTimeout ( ) | Method getQueryTimeout ( ) will be called instead of getQueryTimeout ( ) in a client program. |
64 | Method getResultSet ( ) has been moved up type hierarchy to getResultSet ( ) | Method getResultSet ( ) will be called instead of getResultSet ( ) in a client program. |
65 | Method getResultSetConcurrency ( ) has been moved up type hierarchy to getResultSetConcurrency ( ) | Method getResultSetConcurrency ( ) will be called instead of getResultSetConcurrency ( ) in a client program. |
66 | Method getResultSetHoldability ( ) has been moved up type hierarchy to getResultSetHoldability ( ) | Method getResultSetHoldability ( ) will be called instead of getResultSetHoldability ( ) in a client program. |
67 | Method getResultSetType ( ) has been moved up type hierarchy to getResultSetType ( ) | Method getResultSetType ( ) will be called instead of getResultSetType ( ) in a client program. |
68 | Method getUpdateCount ( ) has been moved up type hierarchy to getUpdateCount ( ) | Method getUpdateCount ( ) will be called instead of getUpdateCount ( ) in a client program. |
69 | Method getWarnings ( ) has been moved up type hierarchy to getWarnings ( ) | Method getWarnings ( ) will be called instead of getWarnings ( ) in a client program. |
70 | Method hashCode ( ) has been moved up type hierarchy to hashCode ( ) | Method hashCode ( ) will be called instead of hashCode ( ) in a client program. |
71 | Method setCursorName ( String ) has been moved up type hierarchy to setCursorName ( String ) | Method setCursorName ( String ) will be called instead of setCursorName ( String ) in a client program. |
72 | Method setEscapeProcessing ( boolean ) has been moved up type hierarchy to setEscapeProcessing ( boolean ) | Method setEscapeProcessing ( boolean ) will be called instead of setEscapeProcessing ( boolean ) in a client program. |
73 | Method setFetchDirection ( int ) has been moved up type hierarchy to setFetchDirection ( int ) | Method setFetchDirection ( int ) will be called instead of setFetchDirection ( int ) in a client program. |
74 | Method setFetchSize ( int ) has been moved up type hierarchy to setFetchSize ( int ) | Method setFetchSize ( int ) will be called instead of setFetchSize ( int ) in a client program. |
75 | Method setMaxFieldSize ( int ) has been moved up type hierarchy to setMaxFieldSize ( int ) | Method setMaxFieldSize ( int ) will be called instead of setMaxFieldSize ( int ) in a client program. |
76 | Method setMaxRows ( int ) has been moved up type hierarchy to setMaxRows ( int ) | Method setMaxRows ( int ) will be called instead of setMaxRows ( int ) in a client program. |
77 | Method setQueryTimeout ( int ) has been moved up type hierarchy to setQueryTimeout ( int ) | Method setQueryTimeout ( int ) will be called instead of setQueryTimeout ( int ) in a client program. |
Change | Effect | |
---|---|---|
1 | Method activate ( ) has been moved up type hierarchy to activate ( ) | Method activate ( ) will be called instead of activate ( ) in a client program. |
2 | Method addBatch ( String ) has been moved up type hierarchy to addBatch ( String ) | Method addBatch ( String ) will be called instead of addBatch ( String ) in a client program. |
3 | Method cancel ( ) has been moved up type hierarchy to cancel ( ) | Method cancel ( ) will be called instead of cancel ( ) in a client program. |
4 | Method checkOpen ( ) has been moved up type hierarchy to checkOpen ( ) | Method checkOpen ( ) will be called instead of checkOpen ( ) in a client program. |
5 | Method clearBatch ( ) has been moved up type hierarchy to clearBatch ( ) | Method clearBatch ( ) will be called instead of clearBatch ( ) in a client program. |
6 | Method clearWarnings ( ) has been moved up type hierarchy to clearWarnings ( ) | Method clearWarnings ( ) will be called instead of clearWarnings ( ) in a client program. |
7 | Method close ( ) has been moved up type hierarchy to close ( ) | Method close ( ) will be called instead of close ( ) in a client program. |
8 | Method execute ( String ) has been moved up type hierarchy to execute ( String ) | Method execute ( String ) will be called instead of execute ( String ) in a client program. |
9 | Method execute ( String, int ) has been moved up type hierarchy to execute ( String, int ) | Method execute ( String, int ) will be called instead of execute ( String, int ) in a client program. |
10 | Method execute ( String, int[ ] ) has been moved up type hierarchy to execute ( String, int[ ] ) | Method execute ( String, int[ ] ) will be called instead of execute ( String, int[ ] ) in a client program. |
11 | Method execute ( String, String[ ] ) has been moved up type hierarchy to execute ( String, String[ ] ) | Method execute ( String, String[ ] ) will be called instead of execute ( String, String[ ] ) in a client program. |
12 | Method executeBatch ( ) has been moved up type hierarchy to executeBatch ( ) | Method executeBatch ( ) will be called instead of executeBatch ( ) in a client program. |
13 | Method executeQuery ( String ) has been moved up type hierarchy to executeQuery ( String ) | Method executeQuery ( String ) will be called instead of executeQuery ( String ) in a client program. |
14 | Method executeUpdate ( String ) has been moved up type hierarchy to executeUpdate ( String ) | Method executeUpdate ( String ) will be called instead of executeUpdate ( String ) in a client program. |
15 | Method executeUpdate ( String, int ) has been moved up type hierarchy to executeUpdate ( String, int ) | Method executeUpdate ( String, int ) will be called instead of executeUpdate ( String, int ) in a client program. |
16 | Method executeUpdate ( String, int[ ] ) has been moved up type hierarchy to executeUpdate ( String, int[ ] ) | Method executeUpdate ( String, int[ ] ) will be called instead of executeUpdate ( String, int[ ] ) in a client program. |
17 | Method executeUpdate ( String, String[ ] ) has been moved up type hierarchy to executeUpdate ( String, String[ ] ) | Method executeUpdate ( String, String[ ] ) will be called instead of executeUpdate ( String, String[ ] ) in a client program. |
18 | Method getConnection ( ) has been moved up type hierarchy to getConnection ( ) | Method getConnection ( ) will be called instead of getConnection ( ) in a client program. |
19 | Method getDelegate ( ) has been moved up type hierarchy to getDelegate ( ) | Method getDelegate ( ) will be called instead of getDelegate ( ) in a client program. |
20 | Method getFetchDirection ( ) has been moved up type hierarchy to getFetchDirection ( ) | Method getFetchDirection ( ) will be called instead of getFetchDirection ( ) in a client program. |
21 | Method getFetchSize ( ) has been moved up type hierarchy to getFetchSize ( ) | Method getFetchSize ( ) will be called instead of getFetchSize ( ) in a client program. |
22 | Method getGeneratedKeys ( ) has been moved up type hierarchy to getGeneratedKeys ( ) | Method getGeneratedKeys ( ) will be called instead of getGeneratedKeys ( ) in a client program. |
23 | Method getInnermostDelegate ( ) has been moved up type hierarchy to getInnermostDelegate ( ) | Method getInnermostDelegate ( ) will be called instead of getInnermostDelegate ( ) in a client program. |
24 | Method getMaxFieldSize ( ) has been moved up type hierarchy to getMaxFieldSize ( ) | Method getMaxFieldSize ( ) will be called instead of getMaxFieldSize ( ) in a client program. |
25 | Method getMaxRows ( ) has been moved up type hierarchy to getMaxRows ( ) | Method getMaxRows ( ) will be called instead of getMaxRows ( ) in a client program. |
26 | Method getMoreResults ( ) has been moved up type hierarchy to getMoreResults ( ) | Method getMoreResults ( ) will be called instead of getMoreResults ( ) in a client program. |
27 | Method getMoreResults ( int ) has been moved up type hierarchy to getMoreResults ( int ) | Method getMoreResults ( int ) will be called instead of getMoreResults ( int ) in a client program. |
28 | Method getQueryTimeout ( ) has been moved up type hierarchy to getQueryTimeout ( ) | Method getQueryTimeout ( ) will be called instead of getQueryTimeout ( ) in a client program. |
29 | Method getResultSet ( ) has been moved up type hierarchy to getResultSet ( ) | Method getResultSet ( ) will be called instead of getResultSet ( ) in a client program. |
30 | Method getResultSetConcurrency ( ) has been moved up type hierarchy to getResultSetConcurrency ( ) | Method getResultSetConcurrency ( ) will be called instead of getResultSetConcurrency ( ) in a client program. |
31 | Method getResultSetHoldability ( ) has been moved up type hierarchy to getResultSetHoldability ( ) | Method getResultSetHoldability ( ) will be called instead of getResultSetHoldability ( ) in a client program. |
32 | Method getResultSetType ( ) has been moved up type hierarchy to getResultSetType ( ) | Method getResultSetType ( ) will be called instead of getResultSetType ( ) in a client program. |
33 | Method getUpdateCount ( ) has been moved up type hierarchy to getUpdateCount ( ) | Method getUpdateCount ( ) will be called instead of getUpdateCount ( ) in a client program. |
34 | Method getWarnings ( ) has been moved up type hierarchy to getWarnings ( ) | Method getWarnings ( ) will be called instead of getWarnings ( ) in a client program. |
35 | Method hashCode ( ) has been moved up type hierarchy to hashCode ( ) | Method hashCode ( ) will be called instead of hashCode ( ) in a client program. |
36 | Method isClosed ( ) has been moved up type hierarchy to isClosed ( ) | Method isClosed ( ) will be called instead of isClosed ( ) in a client program. |
37 | Method passivate ( ) has been moved up type hierarchy to passivate ( ) | Method passivate ( ) will be called instead of passivate ( ) in a client program. |
38 | Method setCursorName ( String ) has been moved up type hierarchy to setCursorName ( String ) | Method setCursorName ( String ) will be called instead of setCursorName ( String ) in a client program. |
39 | Method setEscapeProcessing ( boolean ) has been moved up type hierarchy to setEscapeProcessing ( boolean ) | Method setEscapeProcessing ( boolean ) will be called instead of setEscapeProcessing ( boolean ) in a client program. |
40 | Method setFetchDirection ( int ) has been moved up type hierarchy to setFetchDirection ( int ) | Method setFetchDirection ( int ) will be called instead of setFetchDirection ( int ) in a client program. |
41 | Method setFetchSize ( int ) has been moved up type hierarchy to setFetchSize ( int ) | Method setFetchSize ( int ) will be called instead of setFetchSize ( int ) in a client program. |
42 | Method setMaxFieldSize ( int ) has been moved up type hierarchy to setMaxFieldSize ( int ) | Method setMaxFieldSize ( int ) will be called instead of setMaxFieldSize ( int ) in a client program. |
43 | Method setMaxRows ( int ) has been moved up type hierarchy to setMaxRows ( int ) | Method setMaxRows ( int ) will be called instead of setMaxRows ( int ) in a client program. |
44 | Method setQueryTimeout ( int ) has been moved up type hierarchy to setQueryTimeout ( int ) | Method setQueryTimeout ( int ) will be called instead of setQueryTimeout ( int ) in a client program. |
Change | Effect | |
---|---|---|
1 | Method getConnection ( ) has been moved up type hierarchy to getConnection ( ) | Method getConnection ( ) will be called instead of getConnection ( ) in a client program. |
2 | Method activate ( ) has been overridden by activate ( ) | Method activate ( ) will be called instead of activate ( ) in a client program. |
3 | Method passivate ( ) has been overridden by passivate ( ) | Method passivate ( ) will be called instead of passivate ( ) in a client program. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Added java.sql.SQLException exception thrown. | A client program may be interrupted by added exception. |
Change | Effect | |
---|---|---|
1 | Method became non-synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Method became non-synchronized. | A multi-threaded client program may change behavior. |
Change | Effect | |
---|---|---|
1 | Added java.lang.Exception exception thrown. | A client program may be interrupted by added exception. |
Change | Effect | |
---|---|---|
1 | Field initialSize has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |