Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008335Openbravo ERPA. Platformpublic2009-03-30 08:562009-04-22 00:01
roklenardic 
mtaal 
normalminoralways
closedfixed 
20Ubuntu 9.04
main 
2.50 
Core
No
0008335: getDataSetTables deprecated
When doing compile.complete, the following occurs:

compileSqlc:
    [javac] Compiling 1514 source files to /home/rok/openbravoMain/main/build/classes
    [javac] /home/rok/openbravoMain/main/src-test/org/openbravo/test/modularity/DatasetServiceTest.java:117: warning: [deprecation] getDataSetTables(org.openbravo.model.ad.utility.DataSet) in org.openbravo.service.dataset.DataSetService has been deprecated
    [javac] final List<DataSetTable> dts = dss.getDataSetTables(d);
    [javac] ^
    [javac] /home/rok/openbravoMain/main/src-test/org/openbravo/test/modularity/DatasetServiceTest.java:120: warning: [deprecation] getDataSetColumns(org.openbravo.model.ad.utility.DataSetTable) in org.openbravo.service.dataset.DataSetService has been deprecated
    [javac] final List<DataSetColumn> dcs = dss.getDataSetColumns(dt);
    [javac] ^
    [javac] /home/rok/openbravoMain/main/src-test/org/openbravo/test/modularity/DatasetServiceTest.java:147: warning: [deprecation] getDataSetTables(org.openbravo.model.ad.utility.DataSet) in org.openbravo.service.dataset.DataSetService has been deprecated
    [javac] for (final DataSetTable dt : dss.getDataSetTables(ds)) {
    [javac] ^
    [javac] /home/rok/openbravoMain/main/src-test/org/openbravo/test/modularity/DatasetServiceTest.java:149: warning: [deprecation] getDataSetColumns(org.openbravo.model.ad.utility.DataSetTable) in org.openbravo.service.dataset.DataSetService has been deprecated
    [javac] final List<DataSetColumn> dscs = dss.getDataSetColumns(dt);
    [javac] ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 warnings
    [javac] Compiling 953 source files to /home/rok/openbravoMain/main/build/classes
No tags attached.
Issue History
2009-03-30 08:56roklenardicNew Issue
2009-03-30 08:56roklenardicAssigned To => mtaal
2009-03-30 08:56roklenardicRegression testing => No
2009-03-30 12:33hgbotCheckin
2009-03-30 12:33hgbotNote Added: 0015061
2009-03-30 12:33hgbotStatusnew => resolved
2009-03-30 12:33hgbotResolutionopen => fixed
2009-03-30 12:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/1c53be8084147141e890a8440b554851e9e7feba [^]
2009-04-21 10:53psarobeStatusresolved => closed
2009-04-22 00:01anonymoussf_bug_id0 => 2778097

Notes
(0015061)
hgbot   
2009-03-30 12:33   
Repository: erp/devel/pi
Changeset: 1c53be8084147141e890a8440b554851e9e7feba
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Mar 30 12:33:21 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1c53be8084147141e890a8440b554851e9e7feba [^]

Fixes issue 8335: getDataSetTables deprecated

---
M src-test/org/openbravo/test/modularity/DatasetServiceTest.java
---