8316971: Add Lint warning for restricted method calls

Reviewed-by: ihse, vromero
This commit is contained in:
Maurizio Cimadamore
2023-10-04 09:36:53 +00:00
parent d4c904d819
commit 0d4de8a71f
15 changed files with 119 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
# questions.
#
DISABLED_WARNINGS_java += this-escape
DISABLED_WARNINGS_java += this-escape restricted
DOCLINT += -Xdoclint:all/protected \
'-Xdoclint/package:java.*,javax.*'