You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/tmp/options/src/main/java/org/plumelib/options/OptionsDoclet.java:562: error: [signature:argument.type.incompatible] incompatible argument for parameter arg0 of classNamed.
ClassDoc optDoc = root.classNamed(oi.getDeclaringClass().getName());
^
found : @ClassGetName String
required: @BinaryName String
/tmp/options/src/main/java/org/plumelib/options/OptionsDoclet.java:608: error: [signature:argument.type.incompatible] incompatible argument for parameter arg0 of classNamed.
ClassDoc enumDoc = root.classNamed(oi.baseType.getName());
^
found : @ClassGetName String
The cause is similar to #189: The PR build used plume-lib/options because we don't have a branch named "eisop-3.17" in opprop/options. However, the build for our master branch used opprop/options which is currently outdated.
Errors:
The cause is similar to #189: The PR build used plume-lib/options because we don't have a branch named "eisop-3.17" in opprop/options. However, the build for our master branch used opprop/options which is currently outdated.
This issue has already been fixed in the latest plume-lib/options, so I suggest merging the latest plume-lib/options into https://github.com/opprop/options.
The text was updated successfully, but these errors were encountered: