javatest 4.1.1_b07
com.sun.interview.PropertiesQuestion.ValueConstraints is a public API class but ir has a very poor Javadocs. Same problem for all its subclasses - StringConstraints, etc.
For example there is a constructor:
public ValueConstraints(boolean, boolean)
without having access to the source code, it's absolutely not possible to realize what that booleans stand for.
com.sun.interview.PropertiesQuestion.ValueConstraints is a public API class but ir has a very poor Javadocs. Same problem for all its subclasses - StringConstraints, etc.
For example there is a constructor:
public ValueConstraints(boolean, boolean)
without having access to the source code, it's absolutely not possible to realize what that booleans stand for.