Svein-erik Loken
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
Svein-erik Loken created a post, AnsweredHow 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. -
-
Svein-erik Loken created a post, AnsweredCode 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...