Jordan Zimmerman

Results 17 issues of Jordan Zimmerman

### Describe the bug Using the Maven plugin under Java 16 produces: ``` [ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:4.0.0:revision (default) on project missioncontrol-ui: Could not complete Mojo execution...: Unable to...

bug

I'm writing a custom checker and would like to use VisitorHelper like the built in checkers. I can't see a reason why `VisitorHelper` is `protected[scalariform]`.

Built off of #265 > A new interface (ServiceCacheEventListener) is introduced to expose changed instances, while preserving backward compatibility. > Unit test has updated as well. @JerryChin this PR builds...

Updated my email address

**FOR YOUR CONSIDERATION** This is an idea that I've had for a while: being able to inject null checks and defensive copying into Java Record default constructors. While working on...

Yes that will probably be good for all. However I can't keep working on #106 or the other nullable annotation bugs till some decisions are made. Which is why I...

Why is the minimum keep alive 30 seconds? This seems like an arbitrary number and quite high. Why not allow smaller times?

question
volunteer-needed

Fixes #139 It seems the existence of an old .class file for the record being generated by `@RecordInterface` is exposing a bug in javac. This change checks for the existence...

Hi - I'm very interested in building a react app from scratch (not using create-react-app) and I stumbled across this project. Sadly it's not working for me: ``` > [email protected]...

A variant of staged builders is available that only stages required record components. Any optional components (when `addConcreteSettersForOptional` is enabled) are not staged and are added to the final stage....