Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
Description
Sometimes we are too lazy to check what automatic imports our IDE wrote for us and it leads to importing shaded classes.
Shaded classes are somehow private to the library which decided to shade them and thus we should not depend on it.
We should get rid of theses imports and add a checkstyle rule to prevent this to happen again.