mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-23 12:54:17 +02:00
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:
parent
b085ab9316
commit
8f5bb538ab
54 changed files with 2463 additions and 18 deletions
|
@ -23,6 +23,8 @@
|
|||
# questions.
|
||||
#
|
||||
|
||||
DISABLED_WARNINGS_java += this-escape
|
||||
|
||||
DOCLINT += -Xdoclint:all/protected \
|
||||
'-Xdoclint/package:java.*,javax.*'
|
||||
COPY += flavormap.properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue