Package: clirr / 0.6-5

Metadata

Package Version Patches format
clirr 0.6-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
bcel5.2.patch | (download)

core/src/java/net/sf/clirr/core/internal/bcel/BcelJavaType.java | 18 14 + 4 - 0 !
1 file changed, 14 insertions(+), 4 deletions(-)

 displays an error message instead of throwing an exception when a class is not found.
 This restores the behavior of BCEL 5.1 as used originaly by clirr.
modify command line help.patch | (download)

core/src/java/net/sf/clirr/cli/Clirr.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 modifies the usage syntax displayed with the help information
 to match the actual command used in Debian.
fix file array parsing.patch | (download)

core/src/java/net/sf/clirr/cli/Clirr.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes the parsing of the command line parameters containing several jars (i.e. "foo.jar:bar.jar")
 This fix has already been applied upstream