-
Notifications
You must be signed in to change notification settings - Fork 47
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
Missed source file for nested class #1359
Comments
@Domonion could you please have a look? |
Domonion
added a commit
that referenced
this issue
Dec 1, 2022
1. fixes #1359 2. changes log formatting in IDEA process
Merged
Domonion
added a commit
that referenced
this issue
Dec 1, 2022
1. fixes #1359 2. changes log formatting in IDEA process
Domonion
added a commit
that referenced
this issue
Dec 1, 2022
1. fixes #1359 2. changes log formatting in IDEA process
Domonion
added a commit
that referenced
this issue
Dec 2, 2022
[rd & logs] 1. fixes #1359 2. changes log formatting in IDEA process
Repository owner
moved this from Todo
to Done
in UTBot Java
Dec 2, 2022
tamarinvs19
pushed a commit
that referenced
this issue
Dec 6, 2022
[rd & logs] 1. fixes #1359 2. changes log formatting in IDEA process
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Summarization for nested classes are not generated due to the not found source file in the call
Instrumenter.adapter.computeSourceFileByClass(this.method.classId.jClass, searchDirectory)
File not found, nothing to parse as a result the summaries are not generated.
To Reproduce
Code for test generation:
Expected behavior
Source file should not be empty.
Actual behavior
Source file is not found
Visual proofs (screenshots, logs, images)
Additional context
Related to the #710
The text was updated successfully, but these errors were encountered: