Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project spring-surf-doc-plugin: Compilation failure: Compilation failure:
[ERROR] D:\Projects\AfrescoSource\Surf\spring-surf-devtools\spring-surf-doc-plugin\src\main\java\org\springframework\core\type \classreading\EnhancedMethodMetadataReadingVisitor .java:[74,15] error: constructor AnnotationAttributesReadingVisitor in class AnnotationAttributesReadingVisitor cannot be applied to given types;
[ERROR]
[ERROR] could not parse error message: required: String,Map<String,AnnotationAttributes>,Map<String ,Set<String>>,ClassLoader
[ERROR] found: String,Map<String,Map<String,Object>>,<null>,Class Loader
[ERROR] reason: actual argument Map<String,Map<String,Object>> cannot be converted to Map<String,AnnotationAttributes> by method invocation conversion
[ERROR] D:\Projects\AfrescoSource\Surf\spring-surf-devtools\spring-surf-doc-plugin\src\main\java\org\springframework\core\type \classreading\EnhancedMethodMetadataReadingVisitor .java:89: error: constructor AnnotationAttributesReadingVisitor in class AnnotationAttributesReadingVisitor cannot be applied to given types;
[ERROR] return new AnnotationAttributesReadingVisitor(className, paramAttributeMaps.get(String.valueOf(parameter)), null, this.classLoader);
[ERROR] D:\Projects\AfrescoSource\Surf\spring-surf-devtools\spring-surf-doc-plugin\src\main\java\org\springframework\core\type \classreading\EnhancedMethodMetadataReadingVisitor .java:[74,15] error: constructor AnnotationAttributesReadingVisitor in class AnnotationAttributesReadingVisitor cannot be applied to given types;
[ERROR]
[ERROR] could not parse error message: required: String,Map<String,AnnotationAttributes>,Map<String ,Set<String>>,ClassLoader
[ERROR] found: String,Map<String,Map<String,Object>>,<null>,Class Loader
[ERROR] reason: actual argument Map<String,Map<String,Object>> cannot be converted to Map<String,AnnotationAttributes> by method invocation conversion
[ERROR] D:\Projects\AfrescoSource\Surf\spring-surf-devtools\spring-surf-doc-plugin\src\main\java\org\springframework\core\type \classreading\EnhancedMethodMetadataReadingVisitor .java:89: error: constructor AnnotationAttributesReadingVisitor in class AnnotationAttributesReadingVisitor cannot be applied to given types;
[ERROR] return new AnnotationAttributesReadingVisitor(className, paramAttributeMaps.get(String.valueOf(parameter)), null, this.classLoader);
Comment