Export to GitHub

doclava - issue #67

Doclava and Guava - same class name with missing methods


Posted on May 13, 2015 by Quick Ox

What steps will reproduce the problem? 1. Include doclava-1.0.6 & Guava-18.0 2. MoreExecutors class at "com.google.common.util.concurrent" doesn't have method listeningDecorator in the doclava jar and hence clashes in classpath with Guava. 3. Many classes are same in both. Can these be moved out in a 3rd jar

What is the expected output? What do you see instead? No clash with classpath. Same package/class are used in both jars which are not same.

What version of the product are you using? On what operating system? Linux OLE 6 doclava-1.0.6 & Guava-18.0

Please provide any additional information below.

Status: New

Labels:
Type-Defect Priority-Medium