Fork me on GitHub

Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of 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

Each tag is detailed below:

TODO

Number of occurrences found in the code: 3

fr.paris.lutece.plugins.identitystore.v3.web.services.HistoryRestServiceTest Line
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 Line
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