| Change | Effect |
---|
1 | Type of field debug has been changed from org.kohsuke.args4j.opts.BooleanOption to boolean. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Type of field libVersion has been changed from org.kohsuke.args4j.opts.StringOption to java.lang.String. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Type of field libid has been changed from org.kohsuke.args4j.opts.StringOption to java.lang.String. | A client program may be interrupted by NoSuchFieldError exception. |
4 | Type of field outDir has been changed from org.kohsuke.args4j.opts.FileOption to java.io.File. | A client program may be interrupted by NoSuchFieldError exception. |
5 | Type of field packageName has been changed from org.kohsuke.args4j.opts.StringOption to java.lang.String. | A client program may be interrupted by NoSuchFieldError exception. |
6 | Type of field verbose has been changed from org.kohsuke.args4j.opts.BooleanOption to boolean. | A client program may be interrupted by NoSuchFieldError exception. |
7 | Field refOpt of type org.kohsuke.args4j.CmdLineOption has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |