-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unnecessary and wrong imports #598
Comments
INRIA/spoon#4320 will fix imports of classes from I have figured out why imports like |
@khaes-kth do you remember if running in MAVEN mode resolved this? |
@algomaster99 Not really. I'm not sure if we even checked which specific bugs were fixed. We may need to give it a try again to see if this is fixed. Just to make sure we do not forget this: At the end, we did not use the MAVEN mode, we used that |
When rule 2142 fixes are applied on YCSB (commit: 0a4310), unnecessary imports are added to different files, including
riak/src/main/java/site/ycsb/db/riak/RiakKVClient.java
. These imports cause compilation errors.The text was updated successfully, but these errors were encountered: