Class BitmappedReachabilityChecker

    • Constructor Detail

      • BitmappedReachabilityChecker

        public BitmappedReachabilityChecker​(RevWalk walk)
                                     throws IOException
        Parameters:
        walk - walk on the repository to get or create the bitmaps for the commits. It must have bitmaps.
        Throws:
        AssertionError - runtime exception if walk is over a repository without bitmaps
        IOException - if the index or the object reader cannot be opened.