For the doubleProperty() static method in the DoubleProperty class, the @throws reads as:
* @throws NullPointerException
* if {@code value} is {@code null}
...but the actual parameter name is 'property' not 'value'.
* @throws NullPointerException
* if {@code value} is {@code null}
...but the actual parameter name is 'property' not 'value'.