Adam Bickford

Avatar
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 2
  • Created

    Groovy auto complete closures with {} vs ()

    Answered
    By default methods that accept closures (such as [].findAll) auto complete with (), but I'd far prefer {}. ([].findAll{} vs [].findAll({})) Is there a way to do this in the configs?  I couldn't fin...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Set JDBC Driver Class

    Answered
    I'm trying to connect to a CacheDB instance and IDEA doesn't seem to have support out of the box.  My issue is that when trying to create a new driver they only choice in the drop down is "java.sql...
    • 3 followers
    • 2 comments
    • 0 votes