Rob Williams
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 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 ... -
创建于 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...