core/src/main/java/com/spotify/missinglink/ClassLoader.java [252:257]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              .lineNumber(lineNumber)
              .caughtExceptions(
                  tryCatchBlocksProtecting.stream()
                      .map(node -> TypeDescriptors.fromClassName(node.type))
                      .collect(Collectors.toList()))
              .build());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



core/src/main/java/com/spotify/missinglink/ClassLoader.java [272:277]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              .lineNumber(lineNumber)
              .caughtExceptions(
                  tryCatchBlocksProtecting.stream()
                      .map(node -> TypeDescriptors.fromClassName(node.type))
                      .collect(Collectors.toList()))
              .build());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



