Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Bas Leijdekkers
Subsystem
Code Analysis. Inspection
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Jonas Kvarnstrom
    6 years ago (17 Aug 2005 20:04)
  • Updated by   root
    2 years ago (17 Jan 2010 20:22)
  • Jira: IDEADEV-2283
    (history, comments)
 
IDEA-29932 "String concatenation inside append()" quickfix should remove outer parentheses
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
buf.append("This is number " + (i+1));
==>
buf.append("This is number ").append((i+1));

I'd like the outer parentheses around (i+1) to be removed.

Issue was resolved
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments