Adam Bickford
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Adam Bickford created a post, AnsweredGroovy auto complete closures with {} vs ()
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... -
Adam Bickford commented, -
Adam Bickford created a post, AnsweredSet JDBC Driver Class
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...