You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
What steps will reproduce the problem?
Try to 'Moe magic' a repository with > MAX_REVISIONS_TO_SEARCH (=400)
revisions to visit.
Results in NullPointerException in AbstractRevisionHistory.java:60,
specifically, `revision` is null in the following block of code:
if (visited.size() > MAX_REVISIONS_TO_SEARCH) {
throw new MoeProblem(String.format(
"Couldn't find a matching revision for matcher (%s) in repo %s within %d revisions.",
matcher,
revision.repositoryName,
MAX_REVISIONS_TO_SEARCH));
}
Original issue reported on code.google.com by [email protected] on 31 Jan 2013 at 6:16
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 31 Jan 2013 at 6:16The text was updated successfully, but these errors were encountered: