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

Better diagnostic if class not found (not in classpath) during member building

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • TBD_Major
    • None
    • tools
    • jdk/8/promoted
      sigtest/3.1/promoted/fcs/b02

    • b02

      1. Download imglib project:
      git clone https://github.com/imglib/imglib.git

      2. Switch to master branch (if needed)
      git checkout master

      3. The latest commit when I was testing was ad84253
      git checkout ad84253

      4. Compile the 'algorithms' module with ./imglib/algorithms/pom.xml

      5. Go to ./imglib/algorithms/core/target folder

      6. Launch sigtest
      java -jar sigtestdev.jar Setup -classpath classes:$JAVA_HOME/jre/lib/rt.jar -static -package net.imglib2.algorithm -filename test.sig 2>&1 | grep Neighborhood

      The output of the last command is

      Warning: The return type net.imglib2.IterableInterval<net.imglib2.algorithm.region.localneighborhood.Neighborhood<{%%0}>> can't be resolved
      Warning: The return type net.imglib2.IterableInterval<net.imglib2.algorithm.region.localneighborhood.Neighborhood<{%%0}>> can't be resolved
      Warning: The return type net.imglib2.RandomAccessible<net.imglib2.algorithm.region.localneighborhood.Neighborhood<{%%0}>> can't be resolved
      Warning: The return type net.imglib2.RandomAccessible<net.imglib2.algorithm.region.localneighborhood.Neighborhood<{%%0}>> can't be resolved
      Warning: The return type net.imglib2.IterableInterval<net.imglib2.algorithm.region.localneighborhood.Neighborhood<{%%0}>> can't be resolved
      Warning: The return type net.imglib2.IterableInterval<net.imglib2.algorithm.region.localneighborhood.Neighborhood<{%%0}>> can't be resolved
      Warning: The return type net.imglib2.RandomAccessible<net.imglib2.algorithm.region.localneighborhood.Neighborhood<{%%0}>> can't be resolved
      Warning: The return type net.imglib2.RandomAccessible<net.imglib2.algorithm.region.localneighborhood.Neighborhood<{%%0}>> can't be resolved

      ===

      Additionally there are some fatal errors with sigtest -debug option:
      java.lang.ClassNotFoundException

      ===

      I failed to write the minimal failing code.
      Sigtest works Ok with both multiple inheritance and generics.

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

              Created:
              Updated: