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,4 +23,4 @@
# questions.
#
DISABLED_WARNINGS_java += missing-explicit-ctor
DISABLED_WARNINGS_java += missing-explicit-ctor this-escape