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
+1 -1
View File
@@ -23,7 +23,7 @@
# questions.
#
DISABLED_WARNINGS_java += lossy-conversions
DISABLED_WARNINGS_java += lossy-conversions this-escape
DOCLINT += -Xdoclint:all/protected \
'-Xdoclint/package:$(call CommaList, javax.xml.catalog javax.xml.datatype \
javax.xml.transform javax.xml.validation javax.xml.xpath)'