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

Sigtest various fatal errors on reading google guava classes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • TBD_Major
    • None
    • tools
    • jdk/8/promoted/latest
      sigtest/3.1/promoted

    • b02

      1. Download latest Google guava-libraries:
      https://code.google.com/p/guava-libraries/

      2. Launch sigtest with specified parameters:
      $JAVA_HOME/bin/java -jar sigtestdev.jar setup -classpath $JAVA_HOME/jre/lib/rt.jar:guava-17.0.jar -package com.google.common -filename com_google_common.sig

      Expected result: no fatal errors.

      Actual result:
      Class path: "$JAVA_HOME/jre/lib/rt.jar:guava-17.0.jar"
      Constant checking: on
      Found in total: 21658 classes
      Warning: Not found annotation type javax.annotation.Nullable
      Warning: Not found annotation type javax.annotation.concurrent.Immutable
      Warning: Not found annotation type javax.annotation.ParametersAreNonnullByDefault
      Warning: Not found annotation type javax.annotation.CheckReturnValue
      Warning: Not found annotation type javax.annotation.concurrent.GuardedBy
      Warning: Not found annotation type javax.annotation.concurrent.ThreadSafe
      Warning: Not found annotation type javax.annotation.concurrent.NotThreadSafe
      Warning: Not found annotation type javax.annotation.CheckForNull
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Fatal error: class {%%0} not found
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Fatal error: class javax.annotation.concurrent.Immutable not found
      Fatal error: class javax.annotation.concurrent.Immutable not found
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Fatal error: class {com.google.common.util.concurrent.AbstractCheckedFuture%1} not found
      Fatal error: class {com.google.common.util.concurrent.CheckedFuture%1} not found
      Fatal error: class javax.annotation.concurrent.ThreadSafe not found
      Fatal error: class javax.annotation.concurrent.ThreadSafe not found
      Warning: RETURN TYPE FOR PotentialDeadlockException::getConflictingStackTrace CHANGED FROM com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace TO java.lang.IllegalStateException
      Fatal error: class {com.google.common.util.concurrent.ForwardingCheckedFuture%1} not found
      Fatal error: class {com.google.common.util.concurrent.ForwardingCheckedFuture%1} not found
      Fatal error: class javax.annotation.concurrent.ThreadSafe not found
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Fatal error: class javax.annotation.ParametersAreNonnullByDefault not found
      Selected by -Package: 1683 classes
      Written to sigfile: 377 classes(and 67 inner classes)
      STATUS:Failed.23 errors

            ersh Mikhail Ershov (Inactive)
            dsandalov Dmitry Sandalov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: