|
146 KB
|
18 KB
|
11 KB
|
64 KB
|
65 KB
We upgraded to JGit version 3.7.0.201502260915-r in dev-9 build.
Update: Looks like we are not showing the status icon for files under a sub-folder or a sub-folder hierarchy. Files which are direct children of the root folder shows the status icon correctly.
Update: Looks like we are not showing the status icon for files under a sub-folder or a sub-folder hierarchy. Files which are direct children of the root folder shows the status icon correctly.
Root cause: The jGit api we were using to check file status was deprecated and was throwing exception.
Fix is to use the new WorkingTreeIterator > isModified(DirCacheEntry, boolean, ObjectReader) api. The fix is available in v17 Branch and US Trunk.
Root cause: The jGit api we were using to check file status was deprecated and was throwing exception.
Fix is to use the new WorkingTreeIterator > isModified(DirCacheEntry, boolean, ObjectReader) api. The fix is available in v17 Branch and US Trunk.
Verified in ADS-17.0.8 and ADS 18.0.0-devi-207
Verified in ADS-17.0.8 and ADS 18.0.0-devi-207
Issue #14633 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v17 branch r50874, US Trunk r50875 |
No time estimate |
We upgraded to JGit version 3.7.0.201502260915-r in dev-9 build.