jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
GRECLIPSE
  • GRECLIPSE
  • GRECLIPSE-1340

Split && condition

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: Quick fix/assist
  • Labels:
    None
  • Number of attachments :
    0

Description

Convert this:

if (x && y) { 
}

to:

if (x) { 
  if (y) {
  }
}

Only applicable inside of an if statement. Must ensure that proper indentation happens for contained statements.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Andrew Eisenberg made changes - 16/Jan/12 4:18 PM
Field Original Value New Value
Component/s Quick fix/assist [ 15458 ]
Andrew Eisenberg made changes - 15/Mar/12 3:39 PM
Summary Split && condition and split || codnition Split && condition

People

  • Assignee:
    Unassigned
    Reporter:
    Andrew Eisenberg
Vote (0)
Watch (0)

Dates

  • Created:
    16/Jan/12 4:17 PM
    Updated:
    15/Mar/12 3:39 PM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.