8253753: Enable default constructor warning in client modules

Reviewed-by: prr, serb, ihse
This commit is contained in:
Joe Darcy 2020-11-27 21:31:59 +00:00
parent f6bfbb2b09
commit 65137ff02c

View File

@ -76,7 +76,6 @@ java.datatransfer_COPY += flavormap.properties
################################################################################
java.desktop_DISABLED_WARNINGS += missing-explicit-ctor
java.desktop_DOCLINT += -Xdoclint:all/protected,-reference \
'-Xdoclint/package:java.*,javax.*'
java.desktop_COPY += .gif .png .wav .txt .xml .css .pf
@ -295,10 +294,6 @@ java.xml.crypto_CLEAN += .properties
################################################################################
jdk.accessibility_DISABLED_WARNINGS += missing-explicit-ctor
################################################################################
jdk.charsets_COPY += .dat
################################################################################