Nikolaos Tsantalis
Nikolaos Tsantalis
https://mvnrepository.com/artifact/com.github.tsantalis/refactoring-miner/2.1.0
jersey/fab1516773d50bf86d9cc37e2f6db13496f0ecae `core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/JarFileScanner.java` ```java } catch (final IOException e) { LOGGER.log(Level.CONFIG, "Unable to read the next jar entry.", e); return false; } catch (final SecurityException e) { LOGGER.log(Level.CONFIG, "Unable to read...
https://github.com/checkstyle/checkstyle/commit/f1afaf83f39b83cc3bd07a2388448b262652a76b#diff-b48cc2ff38026f94180847550cd260a0ebefb4a9cb9635e39f5fa2046311d72bR474
Very useful project. I tried to use it for my Google Scholar profile, but I am getting the following error Uncaught TypeError: Cannot read property 'replace' of undefined at Object.success...
https://github.com/orientechnologies/orientdb/commit/a9dd54d60f46d09e38e3f2170190d078bcafc390#diff-cbf526fa54b5deb193ab9667efe94bf4467a6aea35e1ec7eb744ab4553377d04
Split Conditional with parameterized condition https://github.com/JetBrains/intellij-community/commit/7dd55014f9840ce03867bb175cf37a4c151dc806#diff-3e94a73ad767cd0625d492386470e7fc113a1dd85255d89326f4574c121a8dbb Split Conditional with Invert Condition https://github.com/netty/netty/commit/9f422ed0f44516bea8116ed7730203e4eb316252#diff-5bc264d30521909ef1829e7190be720cae79ce0005e189a901befca972f3f163R641-R644
https://github.com/jodavimehran/code-tracker/commit/daeaccb67f2f1510ae15e45727ed1347d9368bdb Lines R431 and R432 are new and correspond to the extracted variables `fragment1` and `fragment2` It would help to align the code as follows to make the visualization more...
In commit https://github.com/tsantalis/RefactoringMiner/commit/5e79668850baf0cfe4abcae25cc21d0451550e22 there are 3 added parameters, but the offsets are shifted below the actual location of the added parameters  
Defects4J dataset: Closure 148 L376-387 with R427-429, R437-439 and R446-449 
**Describe the bug** GHPullRequestReviewComment.getLine() API does not return accurate value. As a matter of fact it always returns -1 **To Reproduce** Steps to reproduce the behavior: For the following PR...