Ce document référence tous les tags de développement qui ont été trouvés dans le code. Le tableau ci-dessous résume le nombre d'occurrences trouvées pour chaque tag.
Tag Class | Nombre total d'occurrences | Tag strings used by tag class |
---|---|---|
@deprecated | 0 | @deprecated |
@todo | 0 | @todo |
DOCUMENT_ME | 0 | DOCUMENT_ME |
FIXME | 0 | FIXME |
NOT_YET_DOCUMENTED | 0 | NOT_YET_DOCUMENTED |
TODO | 3 | TODO |
Chaque tag est détaillé ci-dessous :
Nombre d'occurrences trouvées dans le code : 3
fr.paris.lutece.plugins.identitystore.v3.web.services.HistoryRestServiceTest | Ligne |
---|---|
test when refactoring of history API is done final IdentityHistorySearchRequest requestWithMetadata2 = new IdentityHistorySearchRequest( ); requestWithMetadata2.getMetadata( ).put( AttributeTreatmentType.STRICT.name( ), "birthdate,birthplace_code" ); requestWithMetadata2.getMetadata( ).put( Constants.METADATA_DUPLICATE_RULE_CODE, "RG_GEN_StrictDoublon_01" ); requestWithMetadata2.setNbDaysFrom( 15 ); final IdentityHistorySearchResponse responseWithMetadata2 = service.searchIdentityHistory( requestWithMetadata2, clientCode, this.getRequestAuthor( ) ); assert Objects.equals( responseWithMetadata2.getStatus( ).getType( ), ResponseStatusType.OK ); | 113 |
test when refactoring of history API is done final IdentityHistorySearchRequest requestWithMetadata = new IdentityHistorySearchRequest( ); requestWithMetadata.getMetadata( ).put( Constants.METADATA_DUPLICATE_RULE_CODE, duplicateRuleCode ); requestWithMetadata.setNbDaysFrom( 15 ); final IdentityHistorySearchResponse responseWithMetadata = service.searchIdentityHistory( requestWithMetadata, clientCode, this.getRequestAuthor( ) ); assert Objects.equals( responseWithMetadata.getStatus( ).getType( ), ResponseStatusType.OK ); | 128 |
fr.paris.lutece.plugins.identitystore.v3.web.services.IdentityServiceTest | Ligne |
il n'y a pas d'API permettant de récupérer une identité merged, on renvoie systématiquement le master => impossible d'unmerge | 183 |