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

experimenting to fix this issue 47 #51

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

diohabara
Copy link

@diohabara diohabara commented Jul 7, 2023

related issue: #47

@diohabara diohabara changed the title experimenting to fix this issue https://github.com/mistupv/JavaSlicer/issues/47 experimenting to fix this issue 47 Jul 7, 2023
@diohabara
Copy link
Author

diohabara commented Jul 7, 2023

About this error.

The exception has occured in findContainingTypeDeclOrObjectCreationExpr method.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

javaparser-core has two versions here which will lead to the failure for compilation

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

javaparser-core has two versions here which will lead to the failure for compilation

@diohabara I had the same problem.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to a problem with int[][] and similar arrays, we are using our own version of javaparser-symbolsolver. If you don't have similar arrays, you can remove the dependence for the local version and change the versions of javaparser and its associated libraries (core, symbolsolver, etc.) across all pom.xml files.

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.

None yet

4 participants