Files
openide/platform/indexing-impl
Ruslan Cheremin 13dfa850c0 [indexes][refactoring] combine add/remove/update processors into single UpdatedEntryProcessor
+ 3 different processors were used during diff(old,new) calculation, to report added/updated/removed entries -> actual processing of all 3 categories is quite similar, so I replace 3 processors with 1 `UpdatedEntryProcessor` with an additional `UpdateKind` enum arg.

GitOrigin-RevId: 53b1121ee1cb0899c87de17a9148b0b51029dd45
2024-08-24 12:52:25 +00:00
..