Yes there is a checked-in tool.
common/bin/blessed-modifier-order.sh
It is not in the JDK repo. It is at top-level (one up from jdk)
-phil.
On 10/30/15, 3:38 PM, Jim Graham wrote:
I just finished synching the repo with the jdk9 master...
There was one conflict. Phil apparently made a pass over all of the
code to do something along the lines of normalizing the modifiers that
all methods are declared with (there is a preferred order for static
vs synchronized vs. public/protected, etc.). The only conflict we had
was AAShapePipe.java so I guess we got lucky. Also, the only changes
in that file were to methods that were deleted/moved to an inner class.
The question (mainly for Phil): is there a tool we should pass over
the Marlin source to make sure that it complies with the standards?
...jim