Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1.0
-
Component/s: DSL for Services
-
Labels:None
-
Number of attachments :
Description
No documentation from the DSL is applied to the actual source code it seems.
ProjectX.sermod
"List all Bedrijfsonderdelen." listall listAllBedrijfsonderdeelDtos for BedrijfsonderdeelDto ; "Zoek een vacature gebaseerd op een voorbeeld object." find findVacature for VacatureDto;
ProjectXServiceModelLocalService.java
/** * */ public List<BedrijfsonderdeelDto> listAllBedrijfsonderdeelDtos(); /** * Find method: */ public List<VacatureDto> findVacature(VacatureDto example);
The implementation is also without javadoc. This behaviour occurs for the 'find' and 'listall' keywords but it might affect more.
Also applies to for ... reference ... add/remove/get.