8015831: Add lint check for calling overridable methods from a constructor

6557145: Warn about calling abstract methods in constructors

Reviewed-by: ihse, vromero, mcimadamore
This commit is contained in:
Archie L. Cobbs 2023-03-17 22:05:50 +00:00 committed by Vicente Romero
parent b085ab9316
commit 8f5bb538ab
54 changed files with 2463 additions and 18 deletions

View file

@ -23,6 +23,8 @@
# questions.
#
DISABLED_WARNINGS_java += this-escape
DOCLINT += -Xdoclint:all/protected \
'-Xdoclint/package:java.*,javax.*'
COPY += flavormap.properties