CPD Results
The following document contains the results of PMD's CPD 6.21.0.
Duplications
File |
Line |
org/bremersee/dccon/api/DomainGroupWebfluxManagementApi.java |
143 |
org/bremersee/dccon/api/DomainGroupWebfluxManagementApi.java |
188 |
description = "The domain group with the specified name.",
content = @Content(
schema = @Schema(
implementation = DomainGroup.class))),
@ApiResponse(
responseCode = "400",
description = "Bad request.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class))),
@ApiResponse(
responseCode = "404",
description = "Not found.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class))),
@ApiResponse(
responseCode = "500",
description = "Fatal server error.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class)))
})
@RequestMapping(
value = "/api/groups/{groupName}",
produces = {"application/json"}, |
File |
Line |
org/bremersee/dccon/api/DomainUserWebfluxManagementApi.java |
151 |
org/bremersee/dccon/api/DomainUserWebfluxManagementApi.java |
249 |
description = "The domain user with the specified name.",
content = @Content(
schema = @Schema(
implementation = DomainUser.class))),
@ApiResponse(
responseCode = "400",
description = "Bad request.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class))),
@ApiResponse(
responseCode = "404",
description = "Not found.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class))),
@ApiResponse(
responseCode = "500",
description = "Fatal server error.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class)))
})
@RequestMapping(
value = "/api/users/{userName}",
produces = {"application/json"}, |
File |
Line |
org/bremersee/dccon/api/NameServerWebfluxManagementApi.java |
268 |
org/bremersee/dccon/api/NameServerWebfluxManagementApi.java |
321 |
schema = @Schema(implementation = DnsNode.class)))),
@ApiResponse(
responseCode = "400",
description = "Bad request.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class))),
@ApiResponse(
responseCode = "404",
description = "Not found.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class))),
@ApiResponse(
responseCode = "500",
description = "Fatal server error.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class)))
})
@RequestMapping(value = "/api/dns/zones/{zoneName}",
produces = {"application/json"}, |
File |
Line |
org/bremersee/dccon/api/DomainGroupWebfluxManagementApi.java |
146 |
org/bremersee/dccon/api/DomainGroupWebfluxManagementApi.java |
191 |
org/bremersee/dccon/api/DomainUserWebfluxManagementApi.java |
154 |
org/bremersee/dccon/api/DomainUserWebfluxManagementApi.java |
200 |
org/bremersee/dccon/api/DomainUserWebfluxManagementApi.java |
252 |
org/bremersee/dccon/api/NameServerWebfluxManagementApi.java |
371 |
implementation = DomainGroup.class))),
@ApiResponse(
responseCode = "400",
description = "Bad request.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class))),
@ApiResponse(
responseCode = "404",
description = "Not found.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class))),
@ApiResponse(
responseCode = "500",
description = "Fatal server error.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class)))
})
@RequestMapping(
value = "/api/groups/{groupName}", |
File |
Line |
org/bremersee/dccon/api/DomainGroupWebfluxManagementApi.java |
146 |
org/bremersee/dccon/api/DomainGroupWebfluxManagementApi.java |
191 |
org/bremersee/dccon/api/DomainUserWebfluxManagementApi.java |
154 |
org/bremersee/dccon/api/DomainUserWebfluxManagementApi.java |
200 |
org/bremersee/dccon/api/DomainUserWebfluxManagementApi.java |
252 |
org/bremersee/dccon/api/NameServerWebfluxManagementApi.java |
268 |
org/bremersee/dccon/api/NameServerWebfluxManagementApi.java |
371 |
implementation = DomainGroup.class))),
@ApiResponse(
responseCode = "400",
description = "Bad request.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class))),
@ApiResponse(
responseCode = "404",
description = "Not found.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class))),
@ApiResponse(
responseCode = "500",
description = "Fatal server error.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class)))
})
@RequestMapping(
value = "/api/groups/{groupName}", |
File |
Line |
org/bremersee/dccon/api/DomainUserWebfluxManagementApi.java |
200 |
org/bremersee/dccon/api/DomainUserWebfluxManagementApi.java |
355 |
org/bremersee/dccon/api/DomainUserWebfluxManagementApi.java |
399 |
implementation = byte[].class))),
@ApiResponse(
responseCode = "400",
description = "Bad request.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class))),
@ApiResponse(
responseCode = "404",
description = "Not found.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class))),
@ApiResponse(
responseCode = "500",
description = "Fatal server error.",
content = @Content(
schema = @Schema(
implementation = RestApiException.class)))
})
@RequestMapping(
value = "/api/users/{userName}/avatar", |