Svein-erik Loken
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Edited How to turn of that IntelliJ add return type Unit on refactoring like with "Introduce Parameter..." in kotlin?
AnsweredWhen 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. -
Created Code Completion does not work for createQuery().setParameter() using Jakarta EE
AnsweredCode 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...