rhsType for String += is String!

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@436 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent aed8134f9c
commit cfdf0bf6d8
  1. 2
      jode/jode/flow/CreateAssignExpression.java

@ -146,7 +146,7 @@ public class CreateAssignExpression {
|| !store.matches((Operator) simple))
return false;
rhsType = lastExpr.getOperator().getOperandType(1);
rhsType = Type.tString;
/* ... and remove it. */
if (lastExpr.getParent() != null) {

Loading…
Cancel
Save