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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0037959
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] Z. Othersminorhave not tried2018-02-16 12:152018-03-02 08:43
ReportershuehnerView Statuspublic 
Assigned Toshuehner 
PriorityhighResolutionfixedFixed in Version3.0PR18Q2
StatusclosedFix in branchFixed in SCM revision37bf992c62e8
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Todmiguelez
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0037959: JDK 9: remove [dep-ann] warnings by adding the missing @Deprecated annotation (functional team code)

DescriptionWhen building Openbravo with JDK 9, several [dep-ann] warnings appears:

warning: [dep-ann] deprecated item is not annotated with @Deprecated

Some of this warnings can be removed just by using the missing @Deprecated because it still makes sense to keep them as part of the API.
Steps To Reproduce1. Build Openbravo with Java 9
  -> Check warnings
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks feature request 0037083 closedalostale support JDK 9 

-  Notes
(0102462)
hgbot (developer)
2018-02-16 12:54

Repository: erp/devel/pi
Changeset: 37bf992c62e82a8c6be1aaac7cc4eec605724318
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Fri Feb 16 12:53:50 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/37bf992c62e82a8c6be1aaac7cc4eec605724318 [^]

Fixed 37959. remove [dep-ann] jdk9 warnings by adding missing @Deprected

JDK9 adds above warning when something has @deprecated javadoc tag but is
imssing the @Deprecated annotation itself.

Add the later for several methods only having the former tag.

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.java
M src/org/openbravo/erpCommon/ad_forms/DocLineCashVATReady_PaymentTransactionReconciliation.java
M src/org/openbravo/erpCommon/ad_forms/DocLine_FINFinAccTransaction.java
M src/org/openbravo/erpCommon/ad_forms/DocLine_FINPayment.java
M src/org/openbravo/erpCommon/ad_forms/ProductInfo.java
M src/org/openbravo/erpCommon/utility/CashVATUtil.java
M src/org/openbravo/financial/FinancialUtils.java
M src/org/openbravo/materialmgmt/ServicePriceUtils.java
---
(0102905)
dmiguelez (developer)
2018-03-02 08:43

Code Review + Testing Ok

- Issue History
Date Modified Username Field Change
2018-02-16 12:15 shuehner New Issue
2018-02-16 12:15 shuehner Assigned To => shuehner
2018-02-16 12:15 shuehner Modules => Core
2018-02-16 12:15 shuehner Triggers an Emergency Pack => No
2018-02-16 12:15 shuehner Issue generated from 0037941
2018-02-16 12:15 shuehner Relationship added blocks 0037083
2018-02-16 12:54 hgbot Checkin
2018-02-16 12:54 hgbot Note Added: 0102462
2018-02-16 12:54 hgbot Status new => resolved
2018-02-16 12:54 hgbot Resolution open => fixed
2018-02-16 12:54 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/37bf992c62e82a8c6be1aaac7cc4eec605724318 [^]
2018-02-16 12:54 shuehner Review Assigned To => dmiguelez
2018-03-02 08:43 dmiguelez Note Added: 0102905
2018-03-02 08:43 dmiguelez Status resolved => closed
2018-03-02 08:43 dmiguelez Fixed in Version => 3.0PR18Q2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker