You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This class path is incorrect in your case. It results in World.get().getClassHierarchy().getClass("org.example.springtest.Injection") retrieving a phantom class, which is expected to be located at project/BOOT-INF/classes/org/example/springtest/org/example/springtest/Injection. Consequently, the modifiers for this phantom class may not be reliable.
📝 Overall Description
In
options.yml
The first configuration causes incorrect type checking.
For example, there is an interface type
If the first appClassPath configuration is used, it will result in
I have created a repo to reproduce this bug, please check it.
🎯 Expected Behavior
None
🐛 Current Behavior
None
🔄 Reproducible Example
No response
⚙️ Tai-e Arguments
🔍 Click here to see Tai-e Options
{{The content of 'output/options.yml' file}}
🔍 Click here to see Tai-e Analysis Plan
{{The content of 'output/tai-e-plan.yml' file}}
📜 Tai-e Log
🔍 Click here to see Tai-e Log
ℹ️ Additional Information
No response
The text was updated successfully, but these errors were encountered: