Nikolaos Tsantalis
Nikolaos Tsantalis
Hi @koppor The new Single Page View is ready. @pouryafard75 dedicated a lot of time on its implementation. Each file-level AST diff appears in its own `div`. The `div` height...
@pouryafard75 In the single page view, in the cases of moved code between files, the displayed diff is not fully minimized. Case study: https://github.com/spring-projects/spring-framework/commit/ad2e0d45875651d9a707b514dd3966fa81a9048c org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/method/annotation/support/HttpEntityMethodProcessor.java -> org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/method/annotation/support/AbstractMessageConverterMethodProcessor.java org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/method/annotation/support/RequestResponseBodyMethodProcessor.java -> org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/method/annotation/support/AbstractMessageConverterMethodProcessor.java...
The issue was automatically closed from the PR. I re-open it.
@pouryafard75 The single page view has the bug you fixed already (horizontal scrollbar appearing for no reason). Please fix it asap. Sorry @koppor This is an unwanted side-effect from the...
@koppor Your PRs keep challenging our tool. You have some Stream API migrations that our tool missed in `PdfMergeMetadataImporter.java`
5-6 minutes to process `DekaBankPDFExtractorTest.java`
@koppor There are two sub-issues related to that. 1. We display all deleted and added files after the modified ones. 2. We change the order we process the files based...
@koppor The information regarding whether the file is viewed is not available in the GitHub API. This is what Gemini says: > The GitHub API currently does not provide a...