summaryrefslogtreecommitdiff
path: root/tools/edit_monitor/utils.py
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2025-02-10 16:22:37 +0000
committer Paul Duffin <paulduffin@google.com> 2025-02-10 16:31:34 +0000
commitd2e4c08c2eadbfaed21a0022ed8295e29a776cae (patch)
tree453377d26b683dd150a7fcc037817b7983338fac /tools/edit_monitor/utils.py
parent3617bc1fc20beaff6de5ed7c272b69e434ec3ef1 (diff)
Add missing type parameters
Previously, when reading a signature file if Metalava came across an unqualified type that is not a type parameter it would assume that it was part of `java.lang` package. However, it now checks to see if that is true and if not then it reports an error, which by default is thrown as an exception. That breaks this test as it references `T` and `U` which are clearly type parameters but they have never been defined. This change fixes that by adding the missing type parameters. Bug: 394789173 Test: atest check-flagged-apis-test Change-Id: Ic5772c544f435c1a27d3ac0517b741a68670595c
Diffstat (limited to 'tools/edit_monitor/utils.py')
0 files changed, 0 insertions, 0 deletions