I'm a software engineer from Switzerland working for ti&m.
Here I am doing some open source stuff. Currently I am creating an open source port of my bachelor's thesis called jPBE.
However, usually I am just starring repos of others ๐
I'm a software engineer from Switzerland working for ti&m.
Here I am doing some open source stuff. Currently I am creating an open source port of my bachelor's thesis called jPBE.
However, usually I am just starring repos of others ๐
/*
* Just copy and paste the code.
*/
package editabletableview;
Runtime enforcement of JSpecify nullability for Jackson 3
Java
Maven archetype for a Java library set up to publish to Maven Central: Error Prone/NullAway, Spotless, Checkstyle, 100% JaCoCo, GitHub Actions CI/release/Pages, JReleaser.
Shell
Ensure every package in a Java project has a package-info.java annotated with JSpecify's @NullMarked
Java
JUnit 5 library for detecting persistence regressions (N+1, query drift, missing indexes) in Spring Boot integration tests
Java