| Change | Effect |
---|
1 | Type of field debug has been changed from org.kohsuke.args4j.opts.BooleanOption to boolean. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.kohsuke.args4j.opts.BooleanOption, required: boolean. |
2 | Type of field libVersion has been changed from org.kohsuke.args4j.opts.StringOption to java.lang.String. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.kohsuke.args4j.opts.StringOption, required: java.lang.String. |
3 | Type of field libid has been changed from org.kohsuke.args4j.opts.StringOption to java.lang.String. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.kohsuke.args4j.opts.StringOption, required: java.lang.String. |
4 | Type of field outDir has been changed from org.kohsuke.args4j.opts.FileOption to java.io.File. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.kohsuke.args4j.opts.FileOption, required: java.io.File. |
5 | Type of field packageName has been changed from org.kohsuke.args4j.opts.StringOption to java.lang.String. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.kohsuke.args4j.opts.StringOption, required: java.lang.String. |
6 | Type of field verbose has been changed from org.kohsuke.args4j.opts.BooleanOption to boolean. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.kohsuke.args4j.opts.BooleanOption, required: boolean. |
7 | Field refOpt of type org.kohsuke.args4j.CmdLineOption has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable refOpt in Main. |