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

执行Test类时报错:com.google.common.util.concurrent.UncheckedExecutionException #39

Open
BigMasterGithub opened this issue Mar 18, 2024 · 2 comments

Comments

@BigMasterGithub
Copy link

public class AdditionalTests {

    @Test
    public void idl4oasTest() {
        Analyzer analyzer = new Analyzer(
                "oas",
                "./src/test/resources/OAS_example.yaml",
                "/optionalParams",
                "get");
        assertTrue(analyzer.isValidIDL(), "The IDL should be VALID");
        System.out.println("Test passed: idl4oasTest.");
    }
  }

I got an exception when I tried to execute this method:

com.google.common.util.concurrent.UncheckedExecutionException: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Unable to load cache item

  1. What is the jdk version of the project?
@saman-barakat
Copy link

Hello,

The JDK version used in our project is JDK 8. However, it's worth noting that now we are working on a newer version of the IDL reasoner based on Choco Solver. You can find more information about it here: IDLReasonerChoco

Thanks

@BigMasterGithub
Copy link
Author

thank you very much!

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

No branches or pull requests

2 participants