-
Type:
Bug
-
Status: Verified
-
Resolution: Unresolved
-
Affects Version/s: 7.0.X, Master
-
Fix Version/s: None
-
Component/s: Dev Tools > Plugins SDK
-
Labels:None
-
Story Points:0.25
-
Fix Priority:2
There are certain classes that cannot be formatted with the Javadoc Formatter due to Qdox parsing errors. Reproducible steps are listed below:
- Navigate to /modules/apps/adaptive-media/adaptive-media-image-api
- Execute gradlew formatJavadoc
An error is registered that looks like this:
Qdox parsing error while formatting file src/main/java/com/liferay/adaptive/media/image/finder/AMImageQueryBuilder.java
The AMImageQueryBuilder class is not formatted. This is a bug.
The area the formatter is choking on is contained within the ConfigurationStatus enum. When deleting the contents of that enum and rerunning the Javadoc Formatter, it runs successfully.