Alan Zimmer

Results 53 comments of Alan Zimmer

@ibrahimrabab are there any updates on this? I know a while back we added `openInputStream` to `DataLakeFileClient`, were there plans on adding this API as well?

I'm also seeing a similar issue as this with a method such as: ```java public T logThrowableAsError(T throwable) { // Logic to log the throwable. return throwable; } // Other...

We've upgraded to Spotbugs 4.2.2 and this continues to persist, is there any chance that this has been resolved by an even newer version?

@metlos any chance this PR could be reviewed?

Just following up on this again @metlos. At this time, fortunately, this case only results in warnings being thrown from our implementation code which isn't a problem but it makes...

Dug around a bit more and this may be how the `JavaFileObject`s are iterated here: https://github.com/revapi/revapi/blob/main/revapi-java/src/main/java/org/revapi/java/compilation/ClasspathScanner.java#L402 I looked at the JAR/ZIP file generated by RevApi in local temporary AppData (in...

Should also add Java version information: openjdk version "17.0.5" 2022-10-18 OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8) OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (build 17.0.5+8, mixed mode, sharing)

@metlos I checked and this appears to be an issue when there is a class nested in a nested class, something like ``` java class A { class B {...

I did create a small prototype when I had `ClasspathScanner` natural order sort the class files by name before running analysis, I can open a PR for that if you...

Thank you for filing this @liuchang0520. Is it possible to include a stack trace or reproduction of this issue? FYI @ibrahimrabab @ibrandes