|
Rename Method private rewriteIfIntoBoolean(sourceInfo SourceInfo, condExpr JExpression, thenStmt JStatement, elseStmt JStatement, currentMethod JMethod) : JStatement renamed to private rewriteIfStatementAsExpression(sourceInfo SourceInfo, conditionExpression JExpression, thenStmt JStatement, elseStmt JStatement, methodReturnType JType) : JStatement in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Method private orImpl(original JBinaryOperation, info SourceInfo, lhs JExpression, rhs JExpression) : JExpression renamed to public simplifyCast(castExpression JCastOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Method private ifStatementImpl(original JIfStatement, info SourceInfo, condExpr JExpression, thenStmt JStatement, elseStmt JStatement, currentMethod JMethod) : JStatement renamed to public simplifyIfStatement(ifStatement JIfStatement, methodReturnType JType) : JStatement in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Method public and(exp JBinaryOperation) : JExpression renamed to public simplifyAnd(expression JBinaryOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Method private andImpl(original JBinaryOperation, info SourceInfo, lhs JExpression, rhs JExpression) : JExpression renamed to public simplifyOr(expression JBinaryOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Method private maybeUnflipBoolean(expr JExpression) : JExpression renamed to private maybeGetNegatedExpressionArgument(expression JExpression) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Method private notImpl(original JPrefixOperation, info SourceInfo, arg JExpression) : JExpression renamed to public simplifyNot(expression JPrefixOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable lhsMulti : JMultiExpression to lhsMultiExpression : JMultiExpression in method public simplifyOr(expression JBinaryOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable newMulti : JMultiExpression to simplifiedExpression : JMultiExpression in method public simplifyNot(expression JPrefixOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable condExpr : JExpression to conditionExpression : JExpression in method public simplifyIfStatement(ifStatement JIfStatement, methodReturnType JType) : JStatement in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable newMulti : JMultiExpression to simplifiedExpression : JMultiExpression in method public simplifyCast(castExpression JCastOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable booleanLit : JBooleanLiteral to booleanLiteral : JBooleanLiteral in method public simplifyNot(expression JPrefixOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable lhs : JExpression to argument : JExpression in method public simplifyCast(castExpression JCastOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable unflipExpression : JExpression to negationArgument : JExpression in method private rewriteIfStatementAsExpression(sourceInfo SourceInfo, conditionExpression JExpression, thenStmt JStatement, elseStmt JStatement, methodReturnType JType) : JStatement in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable unflipped : JExpression to negationArugment : JExpression in method public simplifyIfStatement(ifStatement JIfStatement, methodReturnType JType) : JStatement in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable unop : JUnaryOperation to prefixOperation : JPrefixOperation in method private maybeGetNegatedExpressionArgument(expression JExpression) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable lhsMulti : JMultiExpression to argumentAsMultiExpression : JMultiExpression in method public simplifyCast(castExpression JCastOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable arg : JExpression to argument : JExpression in method public simplifyNot(expression JPrefixOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable newMulti : JMultiExpression to simplifiedExpression : JMultiExpression in method public simplifyOr(expression JBinaryOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable newBlock : JBlock to simplifiedStatement : JBlock in method public simplifyIfStatement(ifStatement JIfStatement, methodReturnType JType) : JStatement in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable argMulti : JMultiExpression to multiExpression : JMultiExpression in method public simplifyNot(expression JPrefixOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable argOp : JBinaryOperation to binaryOperation : JBinaryOperation in method private isFloatingPointComparison(expr JExpression) : boolean in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable booleanLiteral : JBooleanLiteral to valueLiteral : JValueLiteral in method public simplifyCast(castExpression JCastOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Variable boolVal : boolean to conditionValue : boolean in method public simplifyIfStatement(ifStatement JIfStatement, methodReturnType JType) : JStatement in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Parameter stmt : JStatement to statement : JStatement in method private extractExpression(statement JStatement) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Parameter expr : JExpression to expression : JExpression in method private maybeGetNegatedExpressionArgument(expression JExpression) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Parameter condExpr : JExpression to conditionExpression : JExpression in method private rewriteIfStatementAsExpression(sourceInfo SourceInfo, conditionExpression JExpression, thenStmt JStatement, elseStmt JStatement, methodReturnType JType) : JStatement in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Parameter stmt : JStatement to statement : JStatement in method private ensureBlock(statement JStatement) : JStatement in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Parameter stmt : JStatement to statement : JStatement in method private extractSingleStatement(statement JStatement) : JStatement in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Parameter currentMethod : JMethod to methodReturnType : JType in method private rewriteIfStatementAsExpression(sourceInfo SourceInfo, conditionExpression JExpression, thenStmt JStatement, elseStmt JStatement, methodReturnType JType) : JStatement in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |
|
Rename Parameter exp : JBinaryOperation to expression : JBinaryOperation in method public simplifyAnd(expression JBinaryOperation) : JExpression in class com.google.gwt.dev.jjs.impl.Simplifier |
From |
To |