mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-18 07:19:44 +01: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:
committed by
Vicente Romero
parent
b085ab9316
commit
8f5bb538ab
@@ -23,6 +23,8 @@
|
||||
# questions.
|
||||
#
|
||||
|
||||
DISABLED_WARNINGS_java += this-escape
|
||||
|
||||
DOCLINT += -Xdoclint:all/protected \
|
||||
'-Xdoclint/package:java.*,javax.*'
|
||||
JAVAC_FLAGS += -XDstringConcat=inline \
|
||||
|
||||
Reference in New Issue
Block a user