mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +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
|
||||
|
||||
# No SCTP implementation on Mac OS X or AIX. These classes should be excluded.
|
||||
SCTP_IMPL_CLASSES = \
|
||||
$(TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/AssociationChange.java \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue