Randgalt / record-builder

Record builder generator for Java records
Apache License 2.0
758 stars 55 forks source link

Delete existing class files to avoid JDK/IntelliJ bugs #174

Open Randgalt opened 8 months ago

Randgalt commented 8 months ago

https://github.com/Randgalt/record-builder/pull/147 attempted to do this but it only did it for Record Interface classes. This commit does it for all classes that are to be generated. Ad hoc testing shows that it solves the problem.

Fixes #139