Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javadoc warnings on compile with Gradle #2

Open
lukespragg opened this issue Aug 11, 2014 · 0 comments
Open

Javadoc warnings on compile with Gradle #2

lukespragg opened this issue Aug 11, 2014 · 0 comments

Comments

@lukespragg
Copy link
Member

lukespragg commented Aug 11, 2014

flow-cerealization\src\main\java\com\flowpowered\cerealization\ReflectionUtils.java:220: warning: no @param for annotations
    public static List<Field> getDeclaredFieldsRecur(Class<?> clazz, boolean includeObject, Class<? extends Annotation>... annotations) {
                              ^
flow-cerealization\src\main\java\com\flowpowered\cerealization\ReflectionUtils.java:493: warning: no @param for annotations
    public static List<Method> getDeclaredMethodsRecur(Class<?> clazz, boolean includeObject, Class<? extends Annotation>... annotations) {
                               ^
flow-cerealization\src\main\java\com\flowpowered\cerealization\config\ConfigurationNode.java:304: warning: no @param for type
    public Object setValue(Type type, Object value) {
                  ^
flow-cerealization\src\main\java\com\flowpowered\cerealization\config\ConfigurationNode.java:304: warning: no @param for value
    public Object setValue(Type type, Object value) {
                  ^
flow-cerealization\src\main\java\com\flowpowered\cerealization\config\annotated\AnnotatedObjectConfiguration.java:92: warning: no @param for config
    public AnnotatedObjectConfiguration(Configuration config) {
           ^
flow-cerealization\src\main\java\com\flowpowered\cerealization\config\ini\IniConfiguration.java:313: warning: no @param for value
    public String toStringValue(Object value) {
@lukespragg lukespragg changed the title Javadoc errors on compile with Gradle Javadoc warnings on compile with Gradle Aug 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant