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

Display warning and outputs Failures #262

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

txiang61
Copy link
Member

@txiang61 txiang61 commented Mar 25, 2020

added PR #220 and enable conflicting annotation check in CFI

@txiang61 txiang61 changed the title Display warning Display warning and outputs Failures Mar 25, 2020
@txiang61 txiang61 force-pushed the display_warning branch 4 times, most recently from 7b2d88e to b687b37 Compare March 27, 2020 02:34
@txiang61
Copy link
Member Author

txiang61 commented May 29, 2020

This PR is currently blocked due to missing annotation on anonymous class declarations within method bodies.

la4j/src/main/java/org/la4j/operation/MatrixVectorOperation.java:83: error: [type.invalid.too.few.annotations] invalid type: missing annotations [] in type "MatrixVectorOperation<R extends @VarAnnot(2) Object>.<anonymous org.la4j.operation.MatrixVectorOperation$3>"
        return new VectorOperation<R>() {
                                        ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants