We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b2b39 commit 66409beCopy full SHA for 66409be
1 file changed
plugin/src/main/java/org/autorefactor/refactoring/rules/AndroidViewHolderRefactoring.java
@@ -78,8 +78,8 @@ public class AndroidViewHolderRefactoring extends AbstractRefactoringRule {
78
79
@Override
80
public String getDescription() {
81
- return "Optimization for Android applications to optimize getView() routines. "
82
- + "It allows reducing the calls to inflate and getViewById() Android API methods.";
+ return "Android - Optimize getView() routines for Android applications. "
+ + "It reduces the number calls to the costly inflate()) and getViewById() Android API methods.";
83
}
84
85
0 commit comments