-
Bug
-
Resolution: Incomplete
-
P4
-
None
-
17
-
generic
-
generic
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"
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"