Shows nice gutter icons for method calls that interact with network / database / file system in IDE.
# | Type | Class Name | Method Name | Args Count |
---|---|---|---|---|
1 | broadcast | org.springframework.http.ResponseEntity | getStatusCodeValue | 0 |
2 | broadcast | org.springframework.data.repository.ListCrudRepository | findAll | 0 |
# | Type | Class Name | Method Name | Args Count |
---|---|---|---|---|
1 | io-read | java.util.Scanner | nextLine | 0 |
2 | filesystem | java.io.File | lastModified | 0 |
3 | filesystem | java.nio.file.Path | toAbsolutePath | 0 |
4 | io-write | java.nio.file.Files | writeString | 3 |
5 | database | org.springframework.security.provisioning.JdbcUserDetailsManager | validateUserDetails | 1 |
6 | filesystem | kotlin.io.FilesKt__UtilsKt | deleteRecursively | 1 |
7 | io-write | kotlin.io.FilesKt__FileReadWriteKt | writeBytes | 2 |
8 | io-write | kotlin.io.FilesKt__FileReadWriteKt | writeText | 3 |
9 | io-read | org.springframework.util.StreamUtils | copyToString | 2 |
10 | io-write | java.io.Writer | write | 1 |