Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7901700

clean sources for javadoc lint

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • asm_tools_6.0
    • asm_tools_6.0
    • tools

      Fails the default JDK 8 lint check. >100 errors.

      To fix, disable lint deactivation in this diff:
      diff --git a/build/build.xml b/build/build.xml
      --- a/build/build.xml
      +++ b/build/build.xml
      @@ -296,7 +296,7 @@
                   destdir="${build.javadoc.dir}"
                   author="false"
                   version="false"
      - additionalparam="-breakiterator"
      + additionalparam="-breakiterator -Xdoclint:none"
               >
                   <classpath>
                       <path path="${javac.classpath}"/>

      Then work through the errors you'll see in a plain build.

            lkuskov Leonid Kuskov
            bkurotsu Brian Kurotsuchi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: