mtedone / podam

PODAM - POjo DAta Mocker
https://mtedone.github.io/podam
MIT License
323 stars 750 forks source link

Javadoc inconsistencies with some type manufacturer classes #285

Closed mjustin closed 4 years ago

mjustin commented 4 years ago

A number of the type manufacturer classes have class-level Javadoc descriptions that don't match their types. These appear to be copy/paste errors.

For example, ArrayTypeManufacturerImpl says that it's the "Default collection type manufacturer", rather than the "Default array type manufacturer".

Inconsistent classes:

Type Javadoc
ArrayTypeManufacturerImpl Default collection type manufacturer.
LongTypeManufacturerImpl Default int type manufacturer.
MapTypeManufacturerImpl Default collection type manufacturer.
TypeTypeManufacturerImpl Default byte type manufacturer.
daivanov commented 4 years ago

Fixed in podam 7.2.5.