-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.0.0 DXP FP89, 7.0.10.13 DXP SP13, 7.0.X, 7.1.10 DXP FP17, 7.1.10.4 SP4, 7.1.X, 7.2.10 DXP FP4, 7.2.X, 7.3.0 CE GA1, 7.3.10 DXP GA1, Master
-
Component/s: Core Infrastructure > Service Builder
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Git Pull Request:
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}.
- relates
-
LPS-106652 Javadoc errors and warnings for portal-impl and portal-kernel
-
- Open
-