Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in

Pihentagy+github

Avatar
  • Total activity 5
  • Last activity December 14, 2016 14:54
  • Member since December 07, 2016 14:29
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 1
Activity overview Posts (0) Comments (3)
  • Pihentagy+github commented, December 14, 2016 14:25
    It is an enum value. What do you mean by constant btw?
    1. Community
    2. IntelliJ IDEA Users
    3. if/else if to switch statement
    • 0 votes
  • Pihentagy+github commented, December 07, 2016 15:43
    import org.apache.zookeeper.KeeperException;try { tryCreate();} catch (KeeperException first) { if (first.code() == KeeperException.Code.NODEEXISTS) { System.out.println("nodeexists"); } else if (f...
    1. Community
    2. IntelliJ IDEA Users
    3. if/else if to switch statement
    • 0 votes
  • Pihentagy+github commented, December 07, 2016 14:29
    It does not convert if/else if to switch, if the value tested is an enum. / using 2016.3.1
    1. Community
    2. IntelliJ IDEA Users
    3. if/else if to switch statement
    • 0 votes
Copyright © 2000– JetBrains s.r.o.