Rob Williams
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Making Live Template, Import Messes it Up
So I have a Live Template for adding a method to a builder: public $currentClass$ $methodName$($paramType$ $paramName$){ $END$ return this; }If the $paramType$ I input requires ... -
Created IntelliJ insists on running unit tests with JDK 8
I installed the preview and no amount of fiddling will keep IJ from using it to compile and run unit tests. I have gone into the Run/Debug Configurations. I changed the default to 'Alternate JRE' a...