| Class | Description |
|---|---|
| AddToBitmapFilter |
A RevFilter that adds the visited commits to
bitmap as a side
effect. |
| AddToBitmapWithCacheFilter |
A RevFilter that adds the visited commits to
bitmap as a side effect. |
| AddUnseenToBitmapFilter |
A RevFilter that adds the visited commits to
bitmap as a side
effect. |
| BitmappedObjectReachabilityChecker |
Checks if all objects are reachable from certain starting points using
bitmaps.
|
| BitmappedReachabilityChecker |
Checks the reachability using bitmaps.
|
| PedestrianObjectReachabilityChecker |
Checks if all objects are reachable from certain starting points doing a
walk.
|
| PedestrianReachabilityChecker |
Checks the reachability walking the graph from the starters towards the
target.
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.