public class AllChangesIndexer extends SiteIndexer<Change.Id, ChangeData, ChangeIndex> {
----------------------------------------------------
[
["keyword", "public"],
["keyword", "class"],
["class-name", ["AllChangesIndexer"]],
["keyword", "extends"],
["class-name", ["SiteIndexer"]],
["generics", [
["punctuation", "<"],
"Change",
["punctuation", "."],
"Id",
["punctuation", ","],
" ChangeData",
["punctuation", ","],
" ChangeIndex",
["punctuation", ">"]
]],
["punctuation", "{"]
]
----------------------------------------------------
Checks for generics. See #1351