class Formulas{
private double x=0, y=0, z=0, t=0, theta=0, v=0, a=0;
}
Assume I have a class similar to the one above and want to overload the constructor for all possible combinations of the given fields. Is there a faster way to generate all necessary constructors using Eclipse?