Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0008335
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminoralways2009-03-30 08:562009-04-22 00:01
ReporterroklenardicView Statuspublic 
Assigned Tomtaal 
PrioritynormalResolutionfixedFixed in Version2.50
StatusclosedFix in branchFixed in SCM revision1c53be808414
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_12
OS VersionUbuntu 9.04Database version8.3.7Ant version1.7.1
Product VersionmainSCM revision3491:3a6f090658fd 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0008335: getDataSetTables deprecated

DescriptionWhen 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0015061)
hgbot (developer)
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
---

- Issue History
Date Modified Username Field Change
2009-03-30 08:56 roklenardic New Issue
2009-03-30 08:56 roklenardic Assigned To => mtaal
2009-03-30 08:56 roklenardic OBNetwork customer => No
2009-03-30 08:56 roklenardic Regression testing => No
2009-03-30 12:33 hgbot Checkin
2009-03-30 12:33 hgbot Note Added: 0015061
2009-03-30 12:33 hgbot Status new => resolved
2009-03-30 12:33 hgbot Resolution open => fixed
2009-03-30 12:33 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/1c53be8084147141e890a8440b554851e9e7feba [^]
2009-04-21 10:53 psarobe Status resolved => closed
2009-04-22 00:01 anonymous sf_bug_id 0 => 2778097


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker