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

fatal error encountered: java.lang.NullPointerException: Cannot invoke "jdk.java

XMLWordPrintable

      ADDITIONAL SYSTEM INFORMATION :
      openjdk:

        Runtime Environment (build 17.0.13+11-Debian-2deb12u1)
        Server VM (build 17.0.13+11-Debian-2deb12u1, mixed mode, sharing)

      javadoc:

        17.0.13

      A DESCRIPTION OF THE PROBLEM :
      I am testing my doclet as html, for this program compiling java code for documentation on my own doclet as html. What can happen when the document compiler, which converts the HTML code into an HTML doclet, rejects my own doclet as HTML. And here is an example message of this document compiler, I just gave this example of my code for my doclet in this class: "Documentation", in the constructor: "Documentation()". Sample java code: "
        /*
         * ....
         */
        package *.*.*.*;
        ....
        public class Documentation extends .... implements ... {
          ....
          public Documentation() {
            ...
            this.Configuration = new Option[] {
                null,
                ...(,)
            };
            ....
          }
          ....
        }
      ", in the package: "*.*.*.*". In my executable and special file: "<File location>(/: "Unix, Linux and Other Unix-like systems"|\: "Windows")<File name>Builder.JDR"


            tongwan Andrew Wang
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: