AgentMime
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/27/2025 in #java-help
What are some things and language features you use to reduce writing/time spent on boilerplate?
It’s fine for now at least, and if it ever becomes obsolete they also have a “delombok” tool to undo everything
15 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/27/2025 in #java-help
What are some things and language features you use to reduce writing/time spent on boilerplate?
Ah that could be a problem
15 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/27/2025 in #java-help
What are some things and language features you use to reduce writing/time spent on boilerplate?
Project Lombok is nice for a lot of boilerplate elimination. You use annotations to generate getters, setters, and constructors, and it comes with a lot of other interesting features such as an annotation to generate a Builder for any class.
15 replies
JCHJava Community | Help. Code. Learn.
•Created by AgentMime on 12/4/2024 in #java-help
Mockito: mockStatic is underfined
Never mind, I think I fixed it. One of the other projects was using a different version of Maven and that was causing problems for some reason
5 replies
JCHJava Community | Help. Code. Learn.
•Created by AgentMime on 9/18/2024 in #java-help
Java Hibernate with Negative Enums
This was a bit verbose but it works great, thanks!
13 replies
JCHJava Community | Help. Code. Learn.
•Created by AgentMime on 9/18/2024 in #java-help
Java Hibernate with Negative Enums
Fair enough lol
13 replies
JCHJava Community | Help. Code. Learn.
•Created by AgentMime on 9/18/2024 in #java-help
Java Hibernate with Negative Enums
What do you mean by "user" type?
13 replies