Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8146022

AbstractMemberWriter.serialWarning() issue

XMLWordPrintable

      The jdk.javadoc.internal.doclets.formats/html.AbstractMemberWriter.serialWarning() method throws the exception:
      javadoc: error - com.sun.tools.doclets.internal.toolkit.util.DocletAbortException: com.sun.tools.doclets.internal.toolkit.util.DocletAbortException: com.sun.tools.doclets.internal.toolkit.util.DocletAbortException: com.sun.tools.doclets.internal.toolkit.util.DocletAbortException: com.sun.tools.doclets.internal.toolkit.util.DocletAbortException: com.sun.tools.doclets.internal.toolkit.util.DocletAbortException: java.util.MissingResourceException: Can't find resource for bundle com.sun.tools.doclets.formats.html.resources.standard, key doclet.MissingSerialDataTag

      The reason is that the used property file (com.sun.tools.doclets.formats.html.resources.standard) does not contain the corresponding key (doclet.MissingSerialDataTag):

          public Configuration() {
              message =
                  new MessageRetriever(this,
                  "com.sun.tools.doclets.internal.toolkit.resources.doclets");
      .....
          public ConfigurationImpl() {
              standardmessage = new MessageRetriever(this,
                  "com.sun.tools.doclets.formats.html.resources.standard");

            jjg Jonathan Gibbons
            ogb Oleg Barbashov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: