[jira] [Created] (OFBIZ-9144) refactor javadocs in OFBiz to be standards compliant

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-9144) refactor javadocs in OFBiz to be standards compliant

Nicolas Malin (Jira)
Taher Alkhateeb created OFBIZ-9144:
--------------------------------------

             Summary: refactor javadocs in OFBiz to be standards compliant
                 Key: OFBIZ-9144
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9144
             Project: OFBiz
          Issue Type: Improvement
          Components: ALL COMPONENTS
    Affects Versions: Upcoming Release
            Reporter: Taher Alkhateeb
            Assignee: Taher Alkhateeb
            Priority: Minor


The OFBiz javadocs are not standard compliant and not legally correct which we means that generating javadocs would fail. As a temporary workaround we added to the gradle build script:
{code} javadoc.failOnError = false{code}
However, the root solution would be to fix all the errors in javadocs and eventually remove the above code snippet from gradle.

This is a large task (might need to be broken down to many sub-tasks).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)