Skip to content

Commit dd84156

Browse files
committedFeb 9, 2024
#23 Add TODO Hint to Remove Checked Exceptions from Public API
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 2f66e7e commit dd84156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/main/java/io/securecodebox/persistence/defectdojo/service/GenericDefectDojoService.java

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
import java.util.*;
3636

3737
// FIXME: Should be package private bc implementation detail.
38+
// TODO: Remove JsonProcessingException, URISyntaxException from public API and use a own runtime exception type bc these checked exceptions clutter the client coe.
3839
public abstract class GenericDefectDojoService<T extends Model> {
3940
private static final String API_PREFIX = "/api/v2/";
4041
private static final long DEFECT_DOJO_OBJET_LIMIT = 100L;

0 commit comments

Comments
 (0)
Please sign in to comment.