Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
7.2.x, 7.1.x, 7.0.x
-
Committed
Description
Service Builder is generating ModelImpl classes that have incorrectly marked up code in the class description.
For example, CounterModelImpl's class description surrounds CounterModel with two end code tags (</code>):
- This implementation and its corresponding interface </code>CounterModel</code> exist
This was detected on generating Javadoc for the com.liferay.counter package.
Steps to Reproduce:
- Navigate to portal source root dir
- ant javadoc
Warning reported:
[javadoc] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/counter/model/impl/CounterModelImpl.java:45: error: unexpected end tag: </code>
[javadoc] * This implementation and its corresponding interface </code>CounterModel</code> exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link CounterImpl}.
Attachments
Issue Links
- relates
-
LPS-106652 Javadoc errors and warnings for portal-impl and portal-kernel
-
- Open
-