Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0034683Openbravo ERPA. Platformpublic2016-12-03 12:202016-12-06 08:29
shuehner 
shuehner 
noneminorhave not tried
closedfixed 
5
 
3.0PR17Q1 
alostale
Core
No
0034683: Fix up javadoc syntax issues in pi
Current pi codebase accumulated again some javadoc syntax issues which should be fixed up.

The changes here are for 3 groups of things
a.) Fixup warnings shown in eclipse when adding those optional warnings to validate javadoc syntax
b.) Warnings shown on commandline when running 'ant generate.java.doc' with java7
c.) update build.xml to link to java7 version of oracle html javadoc of java itself (and no longer java6). This make sense now as the required java version was raised to 7 recently also.
-
No tags attached.
blocks feature request 0031477 new shuehner Tracking issue to reduce the huge number of eclipse warnings in pi 
Issue History
2016-12-03 12:20shuehnerNew Issue
2016-12-03 12:20shuehnerAssigned To => platform
2016-12-03 12:20shuehnerModules => Core
2016-12-03 12:20shuehnerTriggers an Emergency Pack => No
2016-12-03 12:21shuehnerRelationship addedblocks 0031477
2016-12-03 12:42shuehnerAssigned Toplatform => shuehner
2016-12-03 12:43shuehnerReview Assigned To => alostale
2016-12-03 15:15hgbotCheckin
2016-12-03 15:15hgbotNote Added: 0092076
2016-12-03 15:16hgbotStatusnew => resolved
2016-12-03 15:16hgbotResolutionopen => fixed
2016-12-03 15:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/6e6af1f0c29db357d5706152d307492a3d506787 [^]
2016-12-06 08:00alostaleNote Added: 0092104
2016-12-06 08:00alostaleStatusresolved => closed
2016-12-06 08:00alostaleFixed in Version => 3.0PR17Q2
2016-12-06 08:29alostaleFixed in Version3.0PR17Q2 => 3.0PR17Q1

Notes
(0092076)
hgbot   
2016-12-03 15:15   
Repository: erp/devel/pi
Changeset: 6e6af1f0c29db357d5706152d307492a3d506787
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Sat Dec 03 15:14:58 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6e6af1f0c29db357d5706152d307492a3d506787 [^]

Fixed 34683. Fix some javadoc syntax warnings

- build.xml -> update link to oracle javadocs from java 6 to java 7 version
  - with now java >=7 being required to compile anyway
- Fix all javadoc syntax warnings shown both in
  - optional eclipse warnigns about javadoc syntax
  - on commandline when running ant generate.java.doc

---
M build.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java
M modules/org.openbravo.client.application/src/org/openbravo/client/application/CachedPreference.java
M modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/CSSMinimizer.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/UIDefinition.java
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/CheckTreeOperationManager.java
M src/org/openbravo/erpCommon/ad_callouts/CalloutInformationProvider.java
M src/org/openbravo/erpCommon/ad_callouts/SimpleCallout.java
M src/org/openbravo/erpCommon/ad_forms/DocLineCashVATReady_PaymentTransactionReconciliation.java
M src/org/openbravo/erpCommon/businessUtility/CancelAndReplaceUtils.java
M src/org/openbravo/materialmgmt/UOMUtil.java
---
(0092104)
alostale   
2016-12-06 08:00   
code reviewed