Closed
Description
Description
Sometimes there are internal irrelevant entries in the stacktrace on the Problems tab:
public class ClassNotFoundException {
public Class<?> getClass(String className) throws java.lang.ClassNotFoundException {
return Class.forName(className);
}
}
To Reproduce
- Enable the checkbox "Display detected errors..." in the project settings
- Run test generation on the sample class above
- Check the stacktrace on the Problems tab ("Analyze stack trace" button)
Expected behavior
No internal calls in the stacktrace
Actual behavior
org.utbot.instrumentation.process.HandlerClassesLoader.loadClass(ChildProcess.kt:48)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done