StripesFramework / stripes

Stripes is a Java framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as it should be. It's stripey and it doesn't suck.
http://www.stripesframework.org/
171 stars 72 forks source link

Doclint for Javadoc fails on JDK 8 #41

Closed jccarrillo closed 8 years ago

jccarrillo commented 8 years ago

java -version java version "1.8.0_66" Java(TM) SE Runtime Environment (build 1.8.0_66-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)


[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (generate-javadoc) on project stripes: MavenReportException: Error while creating archive: [ERROR] Exit code: 1 - /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ActionBeanContext.java:183: warning: no @param for key [ERROR] public List getMessages(String key) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/OnwardResolution.java:140: warning: no @param for anchor [ERROR] protected T setAnchor(String anchor) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/OnwardResolution.java:140: warning: no @return [ERROR] protected T setAnchor(String anchor) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/HttpCache.java:45: error: unexpected end tag:

[ERROR] *

[ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ObjectOutputBuilder.java:165: warning: no description for @throws [ERROR] * @throws java.lang.Exception [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ObjectOutputBuilder.java:180: warning: no description for @throws [ERROR] * @throws java.lang.Exception [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/JsonResolution.java:43: warning: no description for @throws [ERROR] * @throws java.lang.Exception [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/SimpleMessage.java:71: warning: no description for @param [ERROR] * @param parameters [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/StrictBinding.java:49: error: unexpected end tag:

[ERROR] *

[ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/StrictBinding.java:81: warning: no @return [ERROR] String[] allow() default ""; [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/StrictBinding.java:78: warning: no @return [ERROR] Policy defaultPolicy() default Policy.DENY; [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/StrictBinding.java:84: warning: no @return [ERROR] String[] deny() default ""; [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/UrlBinding.java:63: warning: no @return [ERROR] String value(); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ValidationErrorReportResolution.java:50: warning: no @return [ERROR] public ActionBeanContext getContext() { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ValidationErrorReportResolution.java:78: warning: no @throws for java.lang.Exception [ERROR] protected void sendErrors(HttpServletRequest request, HttpServletResponse response) [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ValidationErrorReportResolution.java:45: warning: no @param for context [ERROR] public ValidationErrorReportResolution(ActionBeanContext context) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/Wizard.java:48: warning: no @return [ERROR] String[] startEvents() default {}; [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/ajax/JavaScriptBuilder.java:386: warning: no @param for in [ERROR] public String getScalarAsString(Object in) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/ajax/JavaScriptBuilder.java:386: warning: no @return [ERROR] public String getScalarAsString(Object in) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:67: warning: no @param for filterConfig [ERROR] public void setFilterConfig(FilterConfig filterConfig) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:72: warning: no @return [ERROR] public FilterConfig getFilterConfig() { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:138: warning: no @param for [ERROR] public Class<? extends T> getClassProperty(String paramName, Class targetType) [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:218: warning: no @param for [ERROR] public List<Class<? extends T>> getClassPropertyList(Class targetType) [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:238: warning: no @param for [ERROR] public List<Class<? extends T>> getClassPropertyList(String paramName, Class targetType) [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:253: warning: no @param for [ERROR] protected void removeDontAutoloadClasses(Collection<Class<? extends T>> classes) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:253: warning: no @param for classes [ERROR] protected void removeDontAutoloadClasses(Collection<Class<? extends T>> classes) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:265: warning: no @param for [ERROR] protected void removeAbstractClasses(Collection<Class<? extends T>> classes) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:265: warning: no @param for classes [ERROR] protected void removeAbstractClasses(Collection<Class<? extends T>> classes) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:45: error: unexpected end tag:

[ERROR] *

[ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:61: warning: no @param for filterConfig [ERROR] public BootstrapPropertyResolver(FilterConfig filterConfig) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/Configuration.java:84: warning: no @param for debugMode [ERROR] void setDebugMode(boolean debugMode); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/Configuration.java:87: warning: no @return [ERROR] boolean isDebugMode(); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/Configuration.java:183: error: unknown tag: Interceptor [ERROR] * @return Collection an ordered collection of interceptors to be executed [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/Configuration.java:186: warning: no @param for stage [ERROR] Collection getInterceptors(LifecycleStage stage); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:276: warning: no @return [ERROR] protected Boolean initDebugMode() { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:291: warning: no @return [ERROR] protected ObjectFactory initObjectFactory() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:303: warning: no @return [ERROR] protected ActionResolver initActionResolver() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:315: warning: no @return [ERROR] protected ActionBeanPropertyBinder initActionBeanPropertyBinder() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:328: warning: no @return [ERROR] protected ActionBeanContextFactory initActionBeanContextFactory() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:340: warning: no @return [ERROR] protected TypeConverterFactory initTypeConverterFactory() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:351: warning: no @return [ERROR] protected LocalizationBundleFactory initLocalizationBundleFactory() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:360: warning: no @return [ERROR] protected LocalePicker initLocalePicker() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:369: warning: no @return [ERROR] protected FormatterFactory initFormatterFactory() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:380: warning: no @return [ERROR] protected TagErrorRendererFactory initTagErrorRendererFactory() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:391: warning: no @return [ERROR] protected PopulationStrategy initPopulationStrategy() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:401: warning: no @return [ERROR] protected ExceptionHandler initExceptionHandler() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:416: warning: no @return [ERROR] protected MultipartWrapperFactory initMultipartWrapperFactory() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:430: warning: no @return [ERROR] protected ValidationMetadataProvider initValidationMetadataProvider() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:450: warning: no @param for dst [ERROR] protected void mergeInterceptorMaps(Map<LifecycleStage, Collection> dst, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:450: warning: no @param for src [ERROR] protected void mergeInterceptorMaps(Map<LifecycleStage, Collection> dst, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:467: warning: no @param for map [ERROR] protected void addInterceptor(Map<LifecycleStage, Collection> map, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:467: warning: no @param for interceptor [ERROR] protected void addInterceptor(Map<LifecycleStage, Collection> map, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:506: warning: no @return [ERROR] protected Map<LifecycleStage, Collection> initCoreInterceptors() { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:514: warning: no @return [ERROR] protected Map<LifecycleStage,Collection> initInterceptors() { return null; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/RuntimeConfiguration.java:225: warning: no @param for classes [ERROR] protected Map<LifecycleStage, Collection> initInterceptors(List classes) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/RuntimeConfiguration.java:253: warning: no @param for [ERROR] protected T initializeComponent(Class componentType, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ActionBeanPropertyBinder.java:48: warning: no @return [ERROR] ValidationErrors bind(ActionBean bean, ActionBeanContext context, boolean validate); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ActionBeanPropertyBinder.java:29: error: unexpected end tag:

[ERROR] *

[ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ActionResolver.java:152: warning: no @throws for net.sourceforge.stripes.exception.StripesServletException [ERROR] String getHandledEvent(Method handler) throws StripesServletException; [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ActionResolver.java:159: warning: no @return [ERROR] Collection<Class<? extends ActionBean>> getActionBeanClasses(); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:158: warning: no @return [ERROR] public UrlBindingFactory getUrlBindingFactory() { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:261: warning: no @param for clazz [ERROR] protected void processMethods(Class<?> clazz, Map<String, Method> classMappings) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:261: warning: no @param for classMappings [ERROR] protected void processMethods(Class<?> clazz, Map<String, Method> classMappings) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:360: error: unknown tag: ActionBean [ERROR] * @return a Class for the ActionBean requested [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:714: warning: no @return [ERROR] protected Configuration getConfiguration() { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:56: error: unknown tag: HandlesEvent [ERROR] * @HandlesEvent annotations, and potentially a @DefaultHandler annotation. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:96: error: bad use of '>' [ERROR] * Maps action bean classes simple name -> action bean class [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java:146: warning: no @param for bean [ERROR] protected Resolution invoke(ActionBean bean, Method m, LifecycleStage stage, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java:146: warning: no @param for m [ERROR] protected Resolution invoke(ActionBean bean, Method m, LifecycleStage stage, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java:146: warning: no @param for stage [ERROR] protected Resolution invoke(ActionBean bean, Method m, LifecycleStage stage, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java:146: warning: no @param for when [ERROR] protected Resolution invoke(ActionBean bean, Method m, LifecycleStage stage, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java:146: warning: no @return [ERROR] protected Resolution invoke(ActionBean bean, Method m, LifecycleStage stage, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java:146: warning: no @throws for java.lang.Exception [ERROR] protected Resolution invoke(ActionBean bean, Method m, LifecycleStage stage, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:88: warning: no @return [ERROR] protected Configuration getConfiguration() { return configuration; } [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:365: warning: no @param for scalarType [ERROR] protected void bindNonNullValue(ActionBean bean, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:421: warning: no @param for bean [ERROR] protected SortedMap<ParameterName, String[]> getParameters(ActionBean bean) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:421: warning: no @return [ERROR] protected SortedMap<ParameterName, String[]> getParameters(ActionBean bean) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:454: warning: no @param for parameters [ERROR] protected void validateRequiredFields(Map<ParameterName, String[]> parameters, ActionBean bean, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:454: warning: no @param for bean [ERROR] protected void validateRequiredFields(Map<ParameterName, String[]> parameters, ActionBean bean, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:454: warning: no @param for errors [ERROR] protected void validateRequiredFields(Map<ParameterName, String[]> parameters, ActionBean bean, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:557: warning: empty

tag [ERROR] *

[ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:570: warning: no @param for req [ERROR] protected void checkSingleRequiredField(String name, String strippedName, String[] values, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:747: error: unknown tag: Object [ERROR] * @return List a List of objects containing only objects of the desired type. It is [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:751: warning: no @throws for java.lang.Exception [ERROR] protected List convert(ActionBean bean, ParameterName propertyName, String[] values, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:846: warning: no @param for values [ERROR] protected String[] trim(String[] values, ValidationMetadata meta) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:846: warning: no @param for meta [ERROR] protected String[] trim(String[] values, ValidationMetadata meta) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:846: warning: no @return [ERROR] protected String[] trim(String[] values, ValidationMetadata meta) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:884: warning: no @return [ERROR] public boolean hasNonEmptyValues() { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultObjectFactory.java:112: warning: no @return [ERROR] public Configuration getConfiguration() { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultObjectFactory.java:200: warning: no @param for [ERROR] public T newInterfaceInstance(Class interfaceType) throws InstantiationException, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultObjectFactory.java:240: warning: no @param for [ERROR] public void addImplementingClass(Class iface, Class<? extends T> impl) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultObjectFactory.java:325: warning: no @param for [ERROR] protected T postProcess(T object) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ObjectFactory.java:61: warning: no @param for [ERROR] T newInstance(Class clazz); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ObjectFactory.java:68: warning: no @param for [ERROR] T newInstance(Constructor constructor, Object... args); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ObjectFactory.java:68: warning: no @param for constructor [ERROR] T newInstance(Constructor constructor, Object... args); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ObjectFactory.java:68: warning: no @param for args [ERROR] T newInstance(Constructor constructor, Object... args); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ObjectFactory.java:80: warning: no @param for [ERROR] T newInstance(Class clazz, Class<?>[] constructorArgTypes, Object[] constructorArgs); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ObjectFactory.java:95: warning: no @param for [ERROR] ConstructorWrapper constructor(Class clazz, Class<?>... parameterTypes); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ObjectFactory.java:49: warning: no @return [ERROR] public Constructor getConstructor(); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ObjectFactory.java:52: warning: no @param for args [ERROR] public T newInstance(Object... args); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ObjectFactory.java:52: warning: no @return [ERROR] public T newInstance(Object... args); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:124: warning: no @throws for java.lang.Exception [ERROR] public static Resolution resolveActionBean(final ExecutionContext ctx) throws Exception { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:166: warning: no @throws for java.lang.Exception [ERROR] public static Resolution resolveHandler(final ExecutionContext ctx) throws Exception { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:256: warning: no @param for validate [ERROR] public static Resolution doBindingAndValidation(final ExecutionContext ctx, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:256: warning: no @throws for java.lang.Exception [ERROR] public static Resolution doBindingAndValidation(final ExecutionContext ctx, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:290: warning: no @param for alwaysInvokeValidate [ERROR] public static Resolution doCustomValidation(final ExecutionContext ctx, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:290: warning: no @throws for java.lang.Exception [ERROR] public static Resolution doCustomValidation(final ExecutionContext ctx, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:347: error: bad use of '>' [ERROR] *
  • info.on={}, event="save" => true
  • [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:348: error: bad use of '>' [ERROR] *
  • info.on={"save", "update"}, event="save" => true
  • [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:349: error: bad use of '>' [ERROR] *
  • info.on={"save", "update"}, event="delete" => false
  • [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:350: error: bad use of '>' [ERROR] *
  • info.on={"!delete"}, event="save" => true
  • [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:351: error: bad use of '>' [ERROR] *
  • info.on={"!delete"}, event="delete" => false
  • [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:375: warning: no @throws for java.lang.Exception [ERROR] public static Method[] findCustomValidationMethods(Class<? extends ActionBean> type) throws Exception { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DispatcherHelper.java:438: warning: no @throws for java.lang.Exception [ERROR] public static Resolution handleValidationErrors(ExecutionContext ctx) throws Exception { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DynamicMappingFilter.java:86: error: unexpected end tag:

    [ERROR] *

    [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/NameBasedActionResolver.java:154: error: unexpected end tag:

    [ERROR] * {@link net.sourceforge.stripes.controller.NameBasedActionResolver#getBindingSuffix()}.

    [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/UrlBindingFactory.java:51: error: unexpected end tag:

    [ERROR] *

    [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/exception/DefaultExceptionHandler.java:223: error: unexpected end tag:

    [ERROR] *

    [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/integration/spring/SpringInjectionPostProcessor.java:61: error: ')' missing in reference [ERROR] * Calls {@link SpringHelper#injectBeans((Object, ServletContext))} to inject dependencies [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/integration/spring/SpringInjectionPostProcessor.java:26: error: ')' missing in reference [ERROR] * An implementation of {@link ObjectPostProcessor} that calls {@link [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/ErrorsTag.java:203: error: self-closing element not allowed [ERROR] * @return SKIP_BODY if the errors are not to be output, or there aren't any
    [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/FieldMetadataTag.java:360: error: invalid entity ' [ERROR] * the address currently shown in the browser's address bar. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/FormTag.java:87: error: invalid entity ' [ERROR] * correctly regardless of the address currently shown in the browser's address bar. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/FormTag.java:487: error: unknown tag: String [ERROR] * @return Set - the set of field names seen so far [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTagSupport.java:362: error: unknown tag: ValidationError [ERROR] * @return List the list of validation errors for this field [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputHiddenTag.java:31: error: unexpected end tag:

    [ERROR] *

    [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputOptionsEnumerationTag.java:83: error: unknown tag: Enum [ERROR] * to Class. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputOptionsEnumerationTag.java:43: error: unexpected end tag:

    [ERROR] * following order:

    [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:32: error: unknown tag: il [ERROR] * A value with the same name in the HttpServletRequest [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:32: error: text not allowed in
      element [ERROR] * A value with the same name in the HttpServletRequest [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:32: error: unexpected end tag: [ERROR] * A value with the same name in the HttpServletRequest [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:33: error: unknown tag: il [ERROR] * A value on the ActionBean if an ActionBean instance is present [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:33: error: unexpected end tag: [ERROR] * A value on the ActionBean if an ActionBean instance is present [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:34: error: unknown tag: il [ERROR] * The contents of the body of the textarea [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:34: error: unexpected end tag: [ERROR] * The contents of the body of the textarea [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:35: error: unknown tag: il [ERROR] * The value attribute of the tag [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:35: error: unexpected end tag: [ERROR] * The value attribute of the tag [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/MessagesTag.java:145: error: unknown tag: Message [ERROR] * @return List a possibly null list of messages to display [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/PageOptionsTag.java:53: error: unexpected end tag:

      [ERROR] * provide this tag, at or near the beginning of the view, or JSP.

      [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/Base64.java:30: error: malformed HTML [ERROR] * when using very small files (~< 40 bytes). [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/CryptoUtil.java:60: error: unexpected text [ERROR] * @see https://en.wikipedia.org/wiki/Authenticated_encryption [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/ReflectUtil.java:128: error: tag not allowed here:

      [ERROR] *

      If, for some unforseen reason, an exception is thrown within this method it will be [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/ReflectUtil.java:124: error: element not closed: ul [ERROR] *

        [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/UrlBuilder.java:175: error: bad HTML entity [ERROR] * pages and '&' otherwise. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/UrlBuilder.java:196: error: malformed HTML [ERROR] * adding all scalar values as parameters to the URL.</p. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/validation/ByteTypeConverter.java:23: error: malformed HTML [ERROR] the range Byte.MIN_VALUE =< X =< Byte.MAX_VALUE. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/validation/ByteTypeConverter.java:23: error: malformed HTML [ERROR] the range Byte.MIN_VALUE =< X =< Byte.MAX_VALUE. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/validation/DateTypeConverter.java:60: error: unexpected end tag:

        [ERROR] *

        [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/validation/DateTypeConverter.java:76: error: unexpected end tag:

        [ERROR] *

        [ERROR] ^ [ERROR] [ERROR] Command line was: /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/bin/javadoc @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/Users/jcarrillo/Workspace/stripesframework/stripes/stripes/target/apidocs' dir. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :stripes