Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0036885 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Modules] zz obsolete Easy Extensible Attributes | trivial | have not tried | 2017-09-19 10:29 | 2017-09-29 12:00 | |||
Reporter | inigosanchez | View Status | public | |||||
Assigned To | inigosanchez | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | d041e248cc96 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Regression date | ||||||||
Regression introduced by commit | ||||||||
Regression level | ||||||||
Review Assigned To | alostale | |||||||
Regression introduced in release | ||||||||
Summary | 0036885: Remove a call to the DBSMOBUtil.getInstance().updateCRC(platform) deprecated method. | |||||||
Description | It should be invoked DBSMOBUtil.getInstance().updateCRC() method instead of deprecated method. This method was deprecated here (0036112) because the platform argument it wasn't needed. The error was detected in mod-platform job: .................................................. eclipse-warnings: [echo] Compiling... [java] invalid Class-Path header in manifest of jar file: /srv/ci/workspace/mod-simple-ci23.140/WebContent/WEB-INF/lib/org.restlet-2.0.8.jar [java] invalid Class-Path header in manifest of jar file: /srv/ci/workspace/mod-simple-ci23.140/WebContent/WEB-INF/lib/org.restlet.ext.servlet-2.0.8.jar [java] ---------- [java] 1. WARNING in /srv/ci/workspace/mod-simple-ci23.140/modules/org.openbravo.ezattributes/src/org/openbravo/ezattributes/processes/GenerateProcess.java (at line 1157) [java] DBSMOBUtil.getInstance().updateCRC(platform); [java] ^^^^^^^^^^^^^^^^^^^ [java] The method updateCRC(Platform) from the type DBSMOBUtil is deprecated [java] ---------- [java] 1 problem (1 warning) .................................................. | |||||||
Steps To Reproduce | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||
|
Notes | |
(0099219) hgbot (developer) 2017-09-21 16:00 |
Repository: erp/pmods/org.openbravo.ezattributes Changeset: d041e248cc9671842ff41a0cc32c9bf6b53b0150 Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com> Date: Thu Sep 21 15:35:47 2017 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.ezattributes/rev/d041e248cc9671842ff41a0cc32c9bf6b53b0150 [^] Fixed issue 36885: avoid usage of deprecated method updateCRC(platform) Use DBSMOBUtil.getInstance().updateCRC() instead of DBSMOBUtil.getInstance().updateCRC(platform). The Platform is not used inside the method and for this reason was deprecated. --- M src/org/openbravo/ezattributes/processes/GenerateProcess.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2017-09-19 10:29 | inigosanchez | New Issue | |
2017-09-19 10:29 | inigosanchez | Assigned To | => platform |
2017-09-19 10:30 | inigosanchez | Relationship added | related to 0036112 |
2017-09-21 15:59 | inigosanchez | Assigned To | platform => inigosanchez |
2017-09-21 15:59 | inigosanchez | Status | new => scheduled |
2017-09-21 16:00 | inigosanchez | Review Assigned To | => alostale |
2017-09-21 16:00 | hgbot | Checkin | |
2017-09-21 16:00 | hgbot | Note Added: 0099219 | |
2017-09-21 16:00 | hgbot | Status | scheduled => resolved |
2017-09-21 16:00 | hgbot | Resolution | open => fixed |
2017-09-21 16:00 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.ezattributes/rev/d041e248cc9671842ff41a0cc32c9bf6b53b0150 [^] |
2017-09-29 12:00 | alostale | Status | resolved => closed |
2022-02-18 04:26 | priyam | Category | Easy Extensible Attributes => zz obsolete Easy Extensible Attributes |
Copyright © 2000 - 2009 MantisBT Group |