Bug#473954: libcommons-cli-java: FTBFS: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found.
Lucas Nussbaum
lucas at lucas-nussbaum.net
Wed Apr 2 11:05:08 UTC 2008
Package: libcommons-cli-java
Version: 1.1-2
Severity: serious
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20080401 qa-ftbfs
Justification: FTBFS on i386
Hi,
During a rebuild of all packages in sid, your package failed to build on i386.
Relevant part:
> make[1]: Entering directory `/build/user/libcommons-cli-java-1.1'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory `/build/user/libcommons-cli-java-1.1'
> cd . && /usr/lib/jvm/java-gcj/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/junit.jar:/usr/share/java/commons-lang.jar:/usr/lib/jvm/java-gcj/lib/tools.jar -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true -propertyfile /build/user/libcommons-cli-java-1.1/debian/ant.properties jar
> Buildfile: build.xml
>
> init:
> [mkdir] Created dir: /build/user/libcommons-cli-java-1.1/target/lib
>
> get-deps:
>
> compile:
> [mkdir] Created dir: /build/user/libcommons-cli-java-1.1/target/classes
> [javac] Compiling 20 source files to /build/user/libcommons-cli-java-1.1/target/classes
> [javac] ----------
> [javac] 1. WARNING in /build/user/libcommons-cli-java-1.1/src/java/org/apache/commons/cli/AlreadySelectedException.java (at line 26)
> [javac] public class AlreadySelectedException
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class AlreadySelectedException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 2. WARNING in /build/user/libcommons-cli-java-1.1/src/java/org/apache/commons/cli/CommandLineParser.
> [javac] java (at line 19)
> [javac] import java.util.Properties;
> [javac] ^^^^^^^^^^^^^^^^^^^^
> [javac] The import java.util.Properties is never used
> [javac] ----------
> [javac] ----------
> [javac] 3. WARNING in /build/user/libcommons-cli-java-1.1/src/java/org/apache/commons/cli/MissingArgumentExc
> [javac] eption.java (at line 26)
> [javac] public class MissingArgumentException
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class MissingArgumentException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 4. WARNING in /build/user/libcommons-cli-java-1.1/src/java/org/apache/commons/cli/MissingOptionException.java (at line 25)
> [javac] public class MissingOptionException
> [javac] ^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class MissingOptionException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 5. WARNING in /build/user/libcommons-cli-java-1.1/src/java/org/apache/commons/cli/ParseException.jav
> [javac] a (at line 25)
> [javac] public class ParseException extends Exception {
> [javac] ^^^^^^^^^^^^^^
> [javac] The serializable class ParseException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] ----------
> [javac] 6. WARNING in /build/user/libcommons-cli-java-1.1/src/java/org/apache/commons/cli/UnrecognizedOptionException.java (at line 26)
> [javac] public class UnrecognizedOptionException
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The serializable class UnrecognizedOptionException does not declare a static final serialVersionUID field of type long
> [javac] ----------
> [javac] 6 problems (6 warnings)
> [mkdir] Created dir: /build/user/libcommons-cli-java-1.1/target/classes/META-INF
> [copy] Copying 1 file to /build/user/libcommons-cli-java-1.1/target/classes/META-INF
>
> junit-present:
>
> compile-tests:
> [mkdir] Created dir: /build/user/libcommons-cli-java-1.1/target/test-classes
> [javac] Compiling 23 source files to /build/user/libcommons-cli-java-1.1/target/test-classes
> [javac] ----------
> [javac] 1. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ApplicationTest.java (at line 59)
> [javac] options.addOption( OptionBuilder.withLongOpt( "block-size" )
> [javac]
> [javac] .withDescription( "use SIZE-byte blocks" )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 2. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ApplicationTest.ja
> [javac] va (at line 59)
> [javac] options.addOption( OptionBuilder.withLongOpt( "block-size" )
> [javac] .withDescription( "use SIZE-byte blocks" )
> [javac]
> [javac] .withValueSeparator( '=' )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 3. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ApplicationTest.ja
> [javac] va (at line 59)
> [javac] options.addOption( OptionBuilder.withLongOpt( "block-size" )
> [javac] .withDescription( "use SIZE-byte blocks" )
> [javac]
> [javac] .withValueSeparator( '=' )
> [javac] .hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 4. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ApplicationTest.java (at line 59)
> [javac] options.addOption( OptionBuilder.withLongOpt( "block-size" )
> [javac]
> [javac] .withDescription( "use SIZE-byte blocks" )
> [javac] .withValueSeparator( '=' )
> [javac] .hasArg()
> [javac]
> [javac] .create() );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 5. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ApplicationTest.java (at line 98)
> [javac] options.addOption( OptionBuilder.withDescription( "use value for given property" )
> [javac] .hasArgs(1)
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArgs(int) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 6. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ApplicationTest.ja
> [javac] va (at line 98)
> [javac] options.addOption( OptionBuilder.withDescription( "use value for given property" )
> [javac] .hasArgs(1)
> [javac] .withVal
> [javac] ueSeparator()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 7. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ApplicationTest.ja
> [javac] va (at line 98)
> [javac] options.addOption( OptionBuilder.withDescription( "use value for given property" )
> [javac] .hasArgs(1)
> [javac] .withVal
> [javac] ueSeparator()
> [javac] .create( 'D' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] ----------
> [javac] 8. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 32)
> [javac] private CommandLine _cmdline = null;
> [javac] ^^^^^^^^
> [javac] The field BugsTest._cmdline is never read locally
> [javac] ----------
> [javac] 9. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 33)
> [javac] private Option _option = null;
> [javac] ^^^^^^^
> [javac] The field BugsTest._option is never read locally
> [javac] ----------
> [javac] 10. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 54)
> [javac] options.addOption( OptionBuilder.withLongOpt( "verbose" )
> [javac]
> [javac] .create() );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 11. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 73)
> [javac] options.addOption( OptionBuilder.withValueSeparator( '=' )
> [javac]
> [javac] .hasArgs()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArgs() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 12. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 73)
> [javac] options.addOption( OptionBuilder.withValueSeparator( '=' )
> [javac]
> [javac] .hasArgs()
> [javac] .create( 'D' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 13. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 76)
> [javac] options.addOption( OptionBuilder.withValueSeparator( ':' )
> [javac] .hasArgs()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArgs() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 14. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 76)
> [javac] options.addOption( OptionBuilder.withValueSeparator( ':' )
> [javac] .hasArgs()
> [javac] .create( 'p' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 15. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 151)
> [javac] options.addOption( OptionBuilder.hasOptionalArg()
> [javac] .create
> [javac] ( 'a' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 16. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 153)
> [javac] options.addOption( OptionBuilder.hasArg()
> [javac] .create( 'b' )
> [javac] );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 17. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 169)
> [javac] options.addOption( OptionBuilder.hasOptionalArg()
> [javac] .create
> [javac] ( 'a' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 18. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 171)
> [javac] options.addOption( OptionBuilder.hasArg()
> [javac] .create( 'b' )
> [javac] );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 19. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 247)
> [javac] Option oldpass = OptionBuilder.withLongOpt( "old-password" )
> [javac] .withDescri
> [javac] ption( "Use this option to specify the old password" )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 20. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 247)
> [javac] Option oldpass = OptionBuilder.withLongOpt( "old-password" )
> [javac] .withDescription( "Use this option to specify the old password" )
> [javac] .hasArg()
> [javac] ^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 21. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 247)
> [javac] Option oldpass = OptionBuilder.withLongOpt( "old-password" )
> [javac] .withDescri
> [javac] ption( "Use this option to specify the old password" )
> [javac] .hasArg()
> [javac] .create( 'o' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 22. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 251)
> [javac] Option newpass = OptionBuilder.withLongOpt( "new-password" )
> [javac] .withDescri
> [javac] ption( "Use this option to specify the new password" )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 23. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 251)
> [javac] Option newpass = OptionBuilder.withLongOpt( "new-password" )
> [javac] .withDescription( "Use this option to specify the new password" )
> [javac] .hasArg()
> [javac] ^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 24. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 251)
> [javac] Option newpass = OptionBuilder.withLongOpt( "new-password" )
> [javac] .withDescri
> [javac] ption( "Use this option to specify the new password" )
> [javac] .hasArg()
> [javac] .create( 'n' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 25. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 268)
> [javac] CommandLine line = parser.parse( options, args );
> [javac] ^^^^
> [javac] The local variable line is never read
> [javac] ----------
> [javac] 26. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 280)
> [javac] Option dir = OptionBuilder.withDescription( "dir" )
> [javac]
> [javac] .hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 27. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 280)
> [javac] Option dir = OptionBuilder.withDescription( "dir" )
> [javac]
> [javac] .hasArg()
> [javac] .create( 'd' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 28. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 333)
> [javac] CommandLine line = parser.parse( opts, args );
> [javac] ^^^^
> [javac] The local variable line is never read
> [javac] ----------
> [javac] 29. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 347)
> [javac] CommandLine line = parser.parse( opts, args );
> [javac] ^^^^
> [javac] The local variable line is never read
> [javac] ----------
> [javac] 30. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 361)
> [javac] CommandLine line = parser.parse( opts, args );
> [javac] ^^^^
> [javac] The local variable line is never read
> [javac] ----------
> [javac] 31. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 370)
> [javac] CommandLine line = parser.parse( opts, args );
> [javac] ^^^^
> [javac] The local variable line is never read
> [javac] ----------
> [javac] 32. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 378)
> [javac] Option o = OptionBuilder.isRequired().withDescription("test").create("test");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 33. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 378)
> [javac] Option o = OptionBuilder.isRequired().withDescription("test").create("test");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 34. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 410)
> [javac] Option m = OptionBuilder.hasArgs().create("m");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 35. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 423)
> [javac] Option timeLimit = OptionBuilder.withLongOpt("limit")
> [javac]
> [javac] .hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 36. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 423)
> [javac] Option timeLimit = OptionBuilder.withLongOpt("limit")
> [javac]
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 37. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 423)
> [javac] Option timeLimit = OptionBuilder.withLongOpt("limit")
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac]
> [javac] .withDescription("Set time limit for execution, in mintues")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 38. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 423)
> [javac] Option timeLimit = OptionBuilder.withLongOpt("limit")
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac]
> [javac] .withDescription("Set time limit for execution, in mintues")
> [javac] .create("l");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 39. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 429)
> [javac] Option age = OptionBuilder.withLongOpt("age")
> [javac]
> [javac] .hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 40. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 429)
> [javac] Option age = OptionBuilder.withLongOpt("age")
> [javac]
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 41. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 429)
> [javac] Option age = OptionBuilder.withLongOpt("age")
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac]
> [javac] .withDescription("Age (in days) of cache item before being recomputed")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 42. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 429)
> [javac] Option age = OptionBuilder.withLongOpt("age")
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac]
> [javac] .withDescription("Age (in days) of cache item before being recomputed")
> [javac] .create("a");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 43. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 435)
> [javac] Option server = OptionBuilder.withLongOpt("server")
> [javac]
> [javac] .hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 44. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 435)
> [javac] Option server = OptionBuilder.withLongOpt("server")
> [javac]
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 45. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 435)
> [javac] Option server = OptionBuilder.withLongOpt("server")
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac]
> [javac] .withDescription("The NLT server address")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 46. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 435)
> [javac] Option server = OptionBuilder.withLongOpt("server")
> [javac]
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac] .withDescription("The NLT server address")
> [javac]
> [javac] .create("s");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 47. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 441)
> [javac] Option numResults = OptionBuilder.withLongOpt("results")
> [javac]
> [javac] .hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 48. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 441)
> [javac] Option numResults = OptionBuilder.withLongOpt("results")
> [javac]
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 49. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 441)
> [javac] Option numResults = OptionBuilder.withLongOpt("results")
> [javac]
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac] .withDescription("Number of results per item")
> [javac] ^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 50. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 441)
> [javac] Option numResults = OptionBuilder.withLongOpt("results")
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac]
> [javac] .withDescription("Number of results per item")
> [javac] .create("r");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 51. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 447)
> [javac] Option configFile = OptionBuilder.withLongOpt("config")
> [javac] .hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 52. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 447)
> [javac] Option configFile = OptionBuilder.withLongOpt("config")
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 53. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java
> [javac] (at line 447)
> [javac] Option configFile = OptionBuilder.withLongOpt("config")
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac]
> [javac] .withDescription("Use the specified configuration file")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static
> [javac] way
> [javac] ----------
> [javac] 54. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/BugsTest.java (at line 447)
> [javac] Option configFile = OptionBuilder.withLongOpt("config")
> [javac]
> [javac] .hasArg()
> [javac] .withValueSeparator()
> [javac] .withDescription("Use the specified configuration file")
> [javac]
> [javac] .create();
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] ----------
> [javac] 55. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/GnuParseTest.java (at line 139)
> [javac] CommandLine cl = _parser.parse(_options, args);
> [javac] ^^
> [javac] The local variable cl is never read
> [javac] ----------
> [javac] ----------
> [javac] 56. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithShort.java (at line 52)
> [javac] Option timeLimit = OptionBuilder.withLongOpt("limit").hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 57. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithSho
> [javac] rt.java (at line 52)
> [javac] Option timeLimit = OptionBuilder.withLongOpt("limit").hasArg()
> [javac] .withValueSeparator()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 58. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithShort.java (at line 52)
> [javac] Option timeLimit = OptionBuilder.withLongOpt("limit").hasArg()
> [javac]
> [javac] .withValueSeparator()
> [javac] .withDescription("Set time limit for execution, in mintues")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 59. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithSho
> [javac] rt.java (at line 52)
> [javac] Option timeLimit = OptionBuilder.withLongOpt("limit").hasArg()
> [javac] .withValueSeparator()
> [javac] .withDescript
> [javac] ion("Set time limit for execution, in mintues")
> [javac] .create("l");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 60. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithSho
> [javac] rt.java (at line 57)
> [javac] Option age = OptionBuilder.withLongOpt("age").hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 61. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithShort.java (at line 57)
> [javac] Option age = OptionBuilder.withLongOpt("age").hasArg()
> [javac]
> [javac] .withValueSeparator()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 62. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithShort.java (at line 57)
> [javac] Option age = OptionBuilder.withLongOpt("age").hasArg()
> [javac]
> [javac] .withValueSeparator()
> [javac] .withDescription("Age (in days) of cache item before being recomputed")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 63. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithSho
> [javac] rt.java (at line 57)
> [javac] Option age = OptionBuilder.withLongOpt("age").hasArg()
> [javac] .withValueSeparator()
> [javac] .withDescription("Age (in days) o
> [javac] f cache item before being recomputed")
> [javac] .create("a");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 64. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithShort.java (at line 62)
> [javac] Option server = OptionBuilder.withLongOpt("server").hasArg()
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 65. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithSho
> [javac] rt.java (at line 62)
> [javac] Option server = OptionBuilder.withLongOpt("server").hasArg()
> [javac] .withValueSeparator()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 66. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithShort.java (at line 62)
> [javac] Option server = OptionBuilder.withLongOpt("server").hasArg()
> [javac]
> [javac] .withValueSeparator()
> [javac] .withDescription("The NLT server address")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 67. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithShort.java (at line 62)
> [javac] Option server = OptionBuilder.withLongOpt("server").hasArg()
> [javac]
> [javac] .withValueSeparator()
> [javac] .withDescription("The NLT server address")
> [javac] .create("s");
> [javac] ^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 68. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithSho
> [javac] rt.java (at line 67)
> [javac] Option numResults = OptionBuilder.withLongOpt("results").hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 69. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithShort.java (at line 67)
> [javac] Option numResults = OptionBuilder.withLongOpt("results").hasArg()
> [javac]
> [javac] .withValueSeparator()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 70. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithSho
> [javac] rt.java (at line 67)
> [javac] Option numResults = OptionBuilder.withLongOpt("results").hasArg()
> [javac] .withValueSeparator()
> [javac] .withDes
> [javac] cription("Number of results per item")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 71. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithShort.java (at line 67)
> [javac] Option numResults = OptionBuilder.withLongOpt("results").hasArg()
> [javac]
> [javac] .withValueSeparator()
> [javac] .withDescription("Number of results per item")
> [javac] .create("r");
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 72. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithShort.java (at line 72)
> [javac] Option configFile = OptionBuilder.withLongOpt("file").hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 73. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithSho
> [javac] rt.java (at line 72)
> [javac] Option configFile = OptionBuilder.withLongOpt("file").hasArg()
> [javac] .withValueSeparator()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 74. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithShort.java (at line 72)
> [javac] Option configFile = OptionBuilder.withLongOpt("file").hasArg()
> [javac]
> [javac] .withValueSeparator()
> [javac] .withDescription("Use the specified configuration file")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 75. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/LongOptionWithSho
> [javac] rt.java (at line 72)
> [javac] Option configFile = OptionBuilder.withLongOpt("file").hasArg()
> [javac] .withValueSeparator()
> [javac] .withDescri
> [javac] ption("Use the specified configuration file")
> [javac] .create();
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] ----------
> [javac] 76. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest
> [javac] .java (at line 40)
> [javac] Option simple = OptionBuilder.withLongOpt( "simple option")
> [javac] .hasArg( )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 77. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest
> [javac] .java (at line 40)
> [javac] Option simple = OptionBuilder.withLongOpt( "simple option")
> [javac] .hasArg( )
> [javac] .isRequired( )
> [javac] ^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method isRequired() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 78. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest.java (at line 40)
> [javac] Option simple = OptionBuilder.withLongOpt( "simple option")
> [javac]
> [javac] .hasArg( )
> [javac] .isRequired( )
> [javac] .hasArgs( )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArgs() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 79. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest.java (at line 40)
> [javac] Option simple = OptionBuilder.withLongOpt( "simple option")
> [javac]
> [javac] .hasArg( )
> [javac] .isRequired( )
> [javac] .hasArgs( )
> [javac] .withType( new Float( 10 ) )
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withType(Object) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 80. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest.java (at line 40)
> [javac] Option simple = OptionBuilder.withLongOpt( "simple option")
> [javac]
> [javac] .hasArg( )
> [javac] .isRequired( )
> [javac] .hasArgs( )
> [javac] .withType( new Float( 10 ) )
> [javac]
> [javac] .withDescription( "this is a simple option" )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 81. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest
> [javac] .java (at line 40)
> [javac] Option simple = OptionBuilder.withLongOpt( "simple option")
> [javac] .hasArg( )
> [javac] .isRequired( )
> [javac]
> [javac] .hasArgs( )
> [javac] .withType( new Float( 10 ) )
> [javac] .withDescription( "this is a simple option" )
> [javac]
> [javac] .create( 's' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 82. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest
> [javac] .java (at line 58)
> [javac] Option simple = OptionBuilder.withLongOpt( "simple option")
> [javac] .hasArg( )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 83. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest
> [javac] .java (at line 58)
> [javac] Option simple = OptionBuilder.withLongOpt( "simple option")
> [javac] .hasArg( )
> [javac] .isRequired( )
> [javac] ^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method isRequired() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 84. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest.java (at line 58)
> [javac] Option simple = OptionBuilder.withLongOpt( "simple option")
> [javac]
> [javac] .hasArg( )
> [javac] .isRequired( )
> [javac] .hasArgs( )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArgs() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 85. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest.java (at line 58)
> [javac] Option simple = OptionBuilder.withLongOpt( "simple option")
> [javac]
> [javac] .hasArg( )
> [javac] .isRequired( )
> [javac] .hasArgs( )
> [javac] .withType( new Float( 10 ) )
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withType(Object) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 86. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest.java (at line 58)
> [javac] Option simple = OptionBuilder.withLongOpt( "simple option")
> [javac]
> [javac] .hasArg( )
> [javac] .isRequired( )
> [javac] .hasArgs( )
> [javac] .withType( new Float( 10 ) )
> [javac]
> [javac] .withDescription( "this is a simple option" )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 87. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest
> [javac] .java (at line 58)
> [javac] Option simple = OptionBuilder.withLongOpt( "simple option")
> [javac] .hasArg( )
> [javac] .isRequired( )
> [javac]
> [javac] .hasArgs( )
> [javac] .withType( new Float( 10 ) )
> [javac] .withDescription( "this is a simple option" )
> [javac]
> [javac] .create( 's' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 88. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest
> [javac] .java (at line 74)
> [javac] simple = OptionBuilder.withLongOpt( "dimple option")
> [javac] .hasArg( )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 89. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest
> [javac] .java (at line 74)
> [javac] simple = OptionBuilder.withLongOpt( "dimple option")
> [javac] .hasArg( )
> [javac] .withDescription( "this is a dimple option" )
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 90. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest
> [javac] .java (at line 74)
> [javac] simple = OptionBuilder.withLongOpt( "dimple option")
> [javac] .hasArg( )
> [javac] .withDescription( "this is a dimple option" )
> [javac]
> [javac] .create( 'd' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 91. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest.java (at line 89)
> [javac] Option base = OptionBuilder.withDescription( "option description")
> [javac]
> [javac] .create( 'o' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac]
> [javac] ----------
> [javac] 92. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest.java (at line 98)
> [javac] Option base = OptionBuilder.withDescription( "option description")
> [javac]
> [javac] .create( "o" );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 93. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest
> [javac] .java (at line 110)
> [javac] Option opt = OptionBuilder.withDescription( "help options" )
> [javac] .create( '?' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 94. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest.java (at line 120)
> [javac] Option opt = OptionBuilder.withDescription( "read from stdin" )
> [javac]
> [javac] .create( '@' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 95. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest
> [javac] .java (at line 130)
> [javac] Option opt = OptionBuilder.withDescription( "option description" )
> [javac] .hasArgs( 2 )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArgs(int) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 96. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest.java (at line 130)
> [javac] Option opt = OptionBuilder.withDescription( "option description" )
> [javac]
> [javac] .hasArgs( 2 )
> [javac] .create( 'o' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 97. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest.java (at line 139)
> [javac] Option opt = OptionBuilder.withDescription( "option description" )
> [javac] ^^^
> [javac] The local variable opt is never read
> [javac] ----------
> [javac] 98. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest.java (at line 139)
> [javac] Option opt = OptionBuilder.withDescription( "option description" )
> [javac]
> [javac] .create( '"' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 99. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTest
> [javac] .java (at line 149)
> [javac] Option opt = OptionBuilder.create( "opt`" );
> [javac] ^^^
> [javac] The local variable opt is never read
> [javac] ----------
> [javac] 100. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionBuilderTes
> [javac] t.java (at line 158)
> [javac] Option opt = OptionBuilder.create( "opt" );
> [javac] ^^^
> [javac] The local variable opt is never read
> [javac] ----------
> [javac] ----------
> [javac] 101. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionGroupTest.
> [javac] java (at line 207)
> [javac] CommandLine cl = parser.parse( _options, args);
> [javac] ^^
> [javac] The local variable cl is never read
> [javac] ----------
> [javac] 102. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionGroupTest.
> [javac] java (at line 225)
> [javac] CommandLine cl = parser.parse( _options, args);
> [javac] ^^
> [javac] The local variable cl is never read
> [javac] ----------
> [javac] ----------
> [javac] 103. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionsTest.java
> [javac] (at line 53)
> [javac] Option longOnly1 = OptionBuilder
> [javac] .withLongOpt("long-only1")
> [javac] .create();
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 104. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionsTest.java
> [javac] (at line 57)
> [javac] Option longOnly2 = OptionBuilder
> [javac] .withLongOpt("long-only2")
> [javac] .create();
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 105. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionsTest.java
> [javac] (at line 67)
> [javac] Option bothA = OptionBuilder
> [javac] .withLongOpt("bothA")
> [javac] .create("a");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 106. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionsTest.java
> [javac] (at line 71)
> [javac] Option bothB = OptionBuilder
> [javac] .withLongOpt("bothB")
> [javac] .create("b");
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 107. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionsTest.java
> [javac] (at line 99)
> [javac] options.addOption(OptionBuilder.isRequired().create("f"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 108. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionsTest.java (at line 110)
> [javac] options.addOption(OptionBuilder.isRequired().create("f"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 109. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/OptionsTest.java
> [javac] (at line 111)
> [javac] options.addOption(OptionBuilder.isRequired().create("x"));
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] ----------
> [javac] 110. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ParseRequiredTest.java (at line 49)
> [javac] .addOption( OptionBuilder.withLongOpt( "bfile" )
> [javac]
> [javac] .hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 111. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ParseRequiredTest.java (at line 49)
> [javac] .addOption( OptionBuilder.withLongOpt( "bfile" )
> [javac]
> [javac] .hasArg()
> [javac] .isRequired()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method isRequired() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 112. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ParseRequiredTes
> [javac] t.java (at line 49)
> [javac] .addOption( OptionBuilder.withLongOpt( "bfile" )
> [javac] .hasArg()
> [javac] .isRequired()
> [javac]
> [javac] .withDescription( "set the value of [b]" )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 113. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ParseRequiredTest.java (at line 49)
> [javac] .addOption( OptionBuilder.withLongOpt( "bfile" )
> [javac]
> [javac] .hasArg()
> [javac] .isRequired()
> [javac] .withDescription( "set the value of [b]" )
> [javac] .create( 'b' )
> [javac] );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 114. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ParseRequiredTest.java (at line 105)
> [javac] CommandLine cl = parser.parse(_options,args);
> [javac] ^^
> [javac] The local variable cl is never read
> [javac] ----------
> [javac] ----------
> [javac] 115. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ParseTest.java (at line 162)
> [javac] CommandLine cl = _parser.parse(_options, args);
> [javac] ^^
> [javac] The local variable cl is never read
> [javac] ----------
> [javac] ----------
> [javac] 116. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValueTest.java (at line 34)
> [javac] private CommandLine _clOptional = null;
> [javac] ^^^^^^^^^^^
> [javac] The field ValueTest._clOptional is never read locally
> [javac] ----------
> [javac] 117. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValueTest.java (at line 62)
> [javac] opts.addOption( OptionBuilder.hasOptionalArg()
> [javac] .create( 'e')
> [javac] );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 118. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValueTest.java (at line 65)
> [javac] opts.addOption( OptionBuilder.hasOptionalArg()
> [javac] .withLongOpt(
> [javac] "fish" )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withLongOpt(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 119. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValueTest.java (at line 65)
> [javac] opts.addOption( OptionBuilder.hasOptionalArg()
> [javac] .withLongOpt(
> [javac] "fish" )
> [javac] .create( ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 120. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValueTest.java
> [javac] (at line 69)
> [javac] opts.addOption( OptionBuilder.hasOptionalArgs()
> [javac] .withLongOpt( "gravy" )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withLongOpt(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 121. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValueTest.java
> [javac] (at line 69)
> [javac] opts.addOption( OptionBuilder.hasOptionalArgs()
> [javac] .withLongOpt( "gravy" )
> [javac] .create( ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 122. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValueTest.java (at line 73)
> [javac] opts.addOption( OptionBuilder.hasOptionalArgs( 2 )
> [javac] .withLongO
> [javac] pt( "hide" )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withLongOpt(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 123. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValueTest.java (at line 73)
> [javac] opts.addOption( OptionBuilder.hasOptionalArgs( 2 )
> [javac] .withLongO
> [javac] pt( "hide" )
> [javac] .create( ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 124. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValueTest.java
> [javac] (at line 77)
> [javac] opts.addOption( OptionBuilder.hasOptionalArgs( 2 )
> [javac] .create( 'i' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 125. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValueTest.java
> [javac] (at line 80)
> [javac] opts.addOption( OptionBuilder.hasOptionalArgs( )
> [javac] .create( 'j' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 126. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValueTest.java
> [javac] (at line 83)
> [javac] opts.addOption( OptionBuilder.hasArgs( ).withValueSeparator( ',' )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 127. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValueTest.java
> [javac] (at line 83)
> [javac] opts.addOption( OptionBuilder.hasArgs( ).withValueSeparator( ',' )
> [javac] .create( 'k' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] ----------
> [javac] 128. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java
> [javac] (at line 62)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "e" )
> [javac] .hasArgs()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArgs() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 129. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java
> [javac] (at line 62)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "e" )
> [javac] .hasArgs()
> [javac] .withDescription( "set -e ")
> [javac] ^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 130. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 62)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "e" )
> [javac]
> [javac] .hasArgs()
> [javac] .withDescription( "set -e ")
> [javac] .create( 'e' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 131. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 72)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "g" )
> [javac] .hasArgs( 2
> [javac] )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArgs(int) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 132. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 72)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "g" )
> [javac] .hasArgs( 2
> [javac] )
> [javac] .withDescription( "set -g")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 133. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java
> [javac] (at line 72)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "g" )
> [javac] .hasArgs( 2 )
> [javac] .withDescription( "set -g")
> [javac] .create( 'g' ) );
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 134. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java
> [javac] (at line 77)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "h" )
> [javac] .hasArgs( 2 )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArgs(int) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 135. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java
> [javac] (at line 77)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "h" )
> [javac] .hasArgs( 2 )
> [javac] .withDescription( "set -h")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 136. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 77)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "h" )
> [javac] .hasArgs( 2
> [javac] )
> [javac] .withDescription( "set -h")
> [javac] .create( 'h' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 137. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 82)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "i" )
> [javac] .withDescrip
> [javac] tion( "set -i")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 138. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 82)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "i" )
> [javac] .withDescrip
> [javac] tion( "set -i")
> [javac] .create( 'i' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 139. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java
> [javac] (at line 86)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "j" )
> [javac] .hasArgs( )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArgs() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 140. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java
> [javac] (at line 86)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "j" )
> [javac] .hasArgs( )
> [javac] .withDescription( "set -j")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 141. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 86)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "j" )
> [javac] .hasArgs( )
> [javac] .withDescription( "set -j")
> [javac] .withValueSeparator( '=' )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 142. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 86)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "j" )
> [javac] .hasArgs( )
> [javac] .withDescription( "set -j")
> [javac] .withValueSeparator( '=' )
> [javac] .create( 'j' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 143. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java
> [javac] (at line 92)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "k" )
> [javac] .hasArgs( )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArgs() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 144. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java
> [javac] (at line 92)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "k" )
> [javac] .hasArgs( )
> [javac] .withDescription( "set -k")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 145. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 92)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "k" )
> [javac] .hasArgs( )
> [javac] .withDescription( "set -k")
> [javac] .withValueSeparator( '=' )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 146. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 92)
> [javac] opts.addOption( OptionBuilder.withLongOpt( "k" )
> [javac] .hasArgs( )
> [javac] .withDescription( "set -k")
> [javac] .withValueSeparator( '=' )
> [javac] .create( 'k' ) );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 147. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java
> [javac] (at line 98)
> [javac] _option = OptionBuilder.withLongOpt( "m" )
> [javac] .hasArgs( )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArgs() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 148. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java
> [javac] (at line 98)
> [javac] _option = OptionBuilder.withLongOpt( "m" )
> [javac] .hasArgs( )
> [javac] .withDescription( "set -m")
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 149. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 98)
> [javac] _option = OptionBuilder.withLongOpt( "m" )
> [javac] .hasArgs( )
> [javac]
> [javac] .withDescription( "set -m")
> [javac] .withValueSeparator( )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withValueSeparator() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 150. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 98)
> [javac] _option = OptionBuilder.withLongOpt( "m" )
> [javac] .hasArgs( )
> [javac]
> [javac] .withDescription( "set -m")
> [javac] .withValueSeparator( )
> [javac] .create( 'm' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 151. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 161)
> [javac] String[] result = _cmdline.getOptionValues("e");
> [javac] ^^^^^^
> [javac] The local variable result is never read
> [javac] ----------
> [javac] 152. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 170)
> [javac] String[] result = _cmdline.getOptionValues("g");
> [javac] ^^^^^^
> [javac] The local variable result is never read
> [javac] ----------
> [javac] 153. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/ValuesTest.java (at line 179)
> [javac] String[] result = _cmdline.getOptionValues("h");
> [javac] ^^^^^^
> [javac] The local variable result is never read
> [javac] ----------
> [javac] ----------
> [javac] 154. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/bug/BugCLI13Test.java (at line 37)
> [javac] Option debug = OptionBuilder
> [javac] .withArgName( debugOpt )
> [javac] .w
> [javac] ithDescription( "turn on debugging" )
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withDescription(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 155. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/bug/BugCLI13Test
> [javac] .java (at line 37)
> [javac] Option debug = OptionBuilder
> [javac] .withArgName( debugOpt )
> [javac] .withDescription( "turn on debugging" )
> [javac] .withLongOpt( debugOpt )
> [javac] ^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method withLongOpt(String) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 156. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/bug/BugCLI13Test.java (at line 37)
> [javac] Option debug = OptionBuilder
> [javac] .withArgName( debugOpt )
> [javac] .w
> [javac] ithDescription( "turn on debugging" )
> [javac] .withLongOpt( debugOpt )
> [javac] .hasArg()
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 157. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/bug/BugCLI13Test.java (at line 37)
> [javac] Option debug = OptionBuilder
> [javac] .withArgName( debugOpt )
> [javac] .w
> [javac] ithDescription( "turn on debugging" )
> [javac] .withLongOpt( debugOpt )
> [javac] .hasArg()
> [javac] .create( 'd' );
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] ----------
> [javac] 158. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/bug/BugCLI51Test.java (at line 23)
> [javac] import org.apache.commons.cli.ParseException;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import org.apache.commons.cli.ParseException is never used
> [javac] ----------
> [javac] 159. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/bug/BugCLI51Test
> [javac] .java (at line 46)
> [javac] Option opt = OptionBuilder.withArgName( "t").hasArg().create('t');
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method hasArg() from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] 160. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/bug/BugCLI51Test.java (at line 46)
> [javac] Option opt = OptionBuilder.withArgName( "t").hasArg().create('t');
> [javac]
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The static method create(char) from the type OptionBuilder should be accessed in a static way
> [javac] ----------
> [javac] ----------
> [javac] 161. WARNING in /build/user/libcommons-cli-java-1.1/src/test/org/apache/commons/cli/bug/BugCLI71Test.java (at line 61)
> [javac] CommandLine line = parser.parse( options, args);
> [javac] ^^^^
> [javac] The local variable line is never read
> [javac] ----------
> [javac] 161 problems (161 warnings)
>
> internal-test:
> [mkdir] Created dir: /build/user/libcommons-cli-java-1.1/target/test-reports
>
> BUILD FAILED
> /build/user/libcommons-cli-java-1.1/build.xml:90: Problem: failed to create task or type junit
> Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found.
> This looks like one of Ant's optional components.
> Action: Check that the appropriate optional JAR exists in
> -/usr/share/ant/lib
> -/nonexistent/.ant/lib
> -a directory added on the command line with the -lib argument
>
> Do not panic, this is a common problem.
> The commonest cause is a missing JAR.
>
> This is not a bug; it is a configuration problem
>
>
> Total time: 1 second
> make: *** [debian/stamp-ant-build] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2008/04/01
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment. Internet was not accessible from the build systems.
--
| Lucas Nussbaum
| lucas at lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr GPG: 1024D/023B3F4F |
More information about the pkg-java-maintainers
mailing list