-
Notifications
You must be signed in to change notification settings - Fork 17
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
[BUG] Subclasses of the hidden class are not renamed #5
Labels
help wanted
Extra attention is needed
Comments
UPDATE: Classes aren't renamed in tests too. |
fixed in 3.0.0 |
Getting the following error during compilation: Logs
|
I apologise for pinging. But is there any update on this issue? It seems simply enabling this plugin for the tests didn't work. |
Superseded by #20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NOTE: This could be a documentation issue.
Consider the following example:
AppOpsManagerHidden.java
TestClass.java
According to the documentation, this should've worked.
WORKAROUND
There's a workaround: Annotating
AppOpsManagerHidden.PackageOps
(with@Refine(AppOpsManager.PackageOps.class)
) andAppOpsManagerHidden.OpEntry
(with@Refine(AppOpsManager.OpEntry.class)
) fixes the issue.The text was updated successfully, but these errors were encountered: