-
Bug
-
Resolution: Fixed
-
P5
-
7
-
None
-
b30
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084985 | emb-9 | Yuri Nesterenko | P5 | Resolved | Fixed | team |
The methods getCategory()/getName() and the constructor could be aligned with the following javadoc convention:
----------------------------------------------------------------------------------
Use 3rd person (descriptive) not 2nd person (prescriptive).
The description is in 3rd person declarative rather than 2nd person imperative.
Gets the label. (preferred)
Get the label. (avoid)
----------------------------------------------------------------------------------
http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html#styleguide
----------------------------------------------------------------------------------
Use 3rd person (descriptive) not 2nd person (prescriptive).
The description is in 3rd person declarative rather than 2nd person imperative.
Gets the label. (preferred)
Get the label. (avoid)
----------------------------------------------------------------------------------
http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html#styleguide
- backported by
-
JDK-8084985 Javadoc typo in javax.print.attribute.standard.DialogTypeSelection
-
- Resolved
-