jodavimehran / code-tracker

GNU General Public License v3.0
18 stars 7 forks source link

Qualifier of the static method renamed #195

Closed pouryafard75 closed 1 week ago

pouryafard75 commented 1 week ago

https://github.com/JetBrains/intellij-community/blob/ecb1bb9d4d484ae63ee77f8ad45bdce154db9356/java/compiler/impl/src/com/intellij/compiler/actions/CompileDirtyAction.java](https://github.com/JetBrains/intellij-community/blob/ecb1bb9d4d484ae63ee77f8ad45bdce154db9356/java/compiler/impl/src/com/intellij/compiler/actions/CompileDirtyAction.java#L28)

Actual: 0104f1489

image

Expected: 53ddd10a4 image

tsantalis commented 1 week ago

@pouryafard75

The tool actually returns 4 commits, which all have the same commit time. I think we need to improve the sorting of the HistoryInfo objects

image