Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Marked BIRT ODA as deprecated

Title: CHECKIN: Marked BIRT ODA as deprecated

Summary:
Marked BIRT ODA classes and interfaces as deprecated, since they have been migrated to DTP ODA.

Bugzilla Entry(ies) Resolved:
110678

Description:

  • Since BIRT ODA classes and interfaces have been migrated to DTP ODA (BPS30), they are now marked with the @deprecated Javadoc tag.
  • This would trigger compiler warnings within the BIRT ODA project; and are considered expected. 

  • Enhanced DTP ODA build script for Javadoc generation
  • Fixed Javadoc comments in DTP ODA source.

Tests Description:
Tested with odaconsumer JUnit tests

Files Edited:
CVS:/cvsroot/birt/source/
org.eclipse.birt.data.oda/
        src/org/eclipse/birt/data/oda/
                *.java
                impl/*.java
                util/*.java
                util/logging/*.java
                util/manifest/*.java

CVS:/cvsroot/datatools/org.eclipse.datatools.connectivity/plugins/
org.eclipse.datatools.connectivity.oda/
        build.xml
        build.properties
        src/org/eclipse/datatools/connectivity/oda/
                IDriver.java
                IParameterMetaData.java
                IResultSetMetaData.java

                impl/
                        Blob.java
                        Clob.java
                        SimpleConnection.java
                        SimpleDriver.java
                util/manifest/
                        JavaRuntimeInterface.java

Files Added:
None.

Notes to Build Team:
None.

Notes to Developers:
None.

Notes to QA:
None.

Notes to Documentation:
None.


Back to the top