Svein-erik Loken
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
已编辑于 How to turn of that IntelliJ add return type Unit on refactoring like with "Introduce Parameter..." in kotlin?
已回答When I finish the above Introduce Parameter... : Unit is added. Is it possible stop this behavior? The method should not return anything so I have to remove : Unit manually for each refactoring. -
创建于 Code Completion does not work for createQuery().setParameter() using Jakarta EE
已回答Code Completion works for javax.persistence.setParameter(String name, Object value), not for jakarta.persistence.setParameter(String name, Object value) Language Injection seems correct for En...