cleanup
This commit is contained in:
+5
-4
@@ -43,10 +43,10 @@ import java.awt.event.ActionListener;
|
|||||||
*/
|
*/
|
||||||
public class JetInplaceVariableIntroducer extends InplaceVariableIntroducer<JetExpression> {
|
public class JetInplaceVariableIntroducer extends InplaceVariableIntroducer<JetExpression> {
|
||||||
|
|
||||||
private boolean myReplaceOccurrence;
|
private final boolean myReplaceOccurrence;
|
||||||
private JetProperty myProperty;
|
private final JetProperty myProperty;
|
||||||
private boolean isVar;
|
private final boolean isVar;
|
||||||
private boolean myDoNotChangeVar;
|
private final boolean myDoNotChangeVar;
|
||||||
@Nullable private final JetType myExprType;
|
@Nullable private final JetType myExprType;
|
||||||
private JCheckBox myVarCheckbox;
|
private JCheckBox myVarCheckbox;
|
||||||
private JCheckBox myExprTypeCheckbox;
|
private JCheckBox myExprTypeCheckbox;
|
||||||
@@ -64,6 +64,7 @@ public class JetInplaceVariableIntroducer extends InplaceVariableIntroducer<JetE
|
|||||||
myExprType = exprType;
|
myExprType = exprType;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
@Nullable
|
@Nullable
|
||||||
protected JComponent getComponent() {
|
protected JComponent getComponent() {
|
||||||
if (!myDoNotChangeVar) {
|
if (!myDoNotChangeVar) {
|
||||||
|
|||||||
Reference in New Issue
Block a user