Adam Bickford
- 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 ()
AnsweredBy 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... -
Created Set JDBC Driver Class
AnsweredI'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...