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’ task fails on master #62

Closed
jcxldn opened this issue Jan 1, 2021 · 6 comments · May be fixed by #56
Closed

‘javadoc’ task fails on master #62

jcxldn opened this issue Jan 1, 2021 · 6 comments · May be fixed by #56
Assignees
Labels
dependencies Pull requests that update a dependency file p0 bug Very high priority bug (server crashing etc)

Comments

@jcxldn
Copy link
Member

jcxldn commented Jan 1, 2021

Error log:

StickyAPI/src/main/java/com/dumbdogdiner/stickyapi/common/util/FieldUtil.java:8: error: cannot find symbol
import java.lang.invoke.VarHandle;
                       ^
  symbol:   class VarHandle
  location: package java.lang.invoke
StickyAPI/src/main/java/com/dumbdogdiner/stickyapi/common/util/FieldUtil.java:20: error: cannot find symbol
    private static final VarHandle MODIFIERS;
@jcxldn jcxldn added p3 bug Low priority bug p0 bug Very high priority bug (server crashing etc) and removed p3 bug Low priority bug labels Jan 1, 2021
@ZachyFoxx
Copy link
Member

First p0 bug! 🎉

@ZachyFoxx ZachyFoxx added the dependencies Pull requests that update a dependency file label Jan 1, 2021
@aakatz3
Copy link
Collaborator

aakatz3 commented Jan 2, 2021

Similar thing happens (I think??) for GUI#get

@jcxldn
Copy link
Member Author

jcxldn commented Jan 2, 2021

output running in the build container (locally) - ./gradlew javadoc

/stickyapi/build/delombok/main/com/dumbdogdiner/stickyapi/bukkit/command/ExitCode.java:12: error: unexpected content
 * @see {@link com.dumbdogdiner.stickyapi.common.command.ExitCode}
   ^
/stickyapi/build/delombok/main/com/dumbdogdiner/stickyapi/common/command/CommandBuilder.java:38: error: reference not found
     * @return {@link CommandBuilderBase}

@aakatz3
Copy link
Collaborator

aakatz3 commented Jan 2, 2021

@see {@link blah} is invalid
the not founds are the real issue, need to look into a few things furthur.

@aakatz3
Copy link
Collaborator

aakatz3 commented Jan 9, 2021

Fixed in #56

@jcxldn
Copy link
Member Author

jcxldn commented Jan 17, 2021

Fixed in master.

@jcxldn jcxldn closed this as completed Jan 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file p0 bug Very high priority bug (server crashing etc)
Projects
None yet
3 participants