-
We would like to have properties generated in constants.
Similar to [Lombok FieldNameConstants]( https://projectlombok.org/features/experimental/FieldNameConstants)
-
**TLDR**: Cannot build using Maven under Java 16 and some other annotation processors.
To begin with, I was very excited to find better-strings library, which, as others have mentioned, should be a…
-
In Android project how can I get android code suggestions?
OS: windows 10
Gradle: 6.5
JDK: installed 8, 11 ,17
IDE: Neovim 0.10.1
I set JAVA_HOME and ANDROID_HOME in the system variables, but…
-
### Short description
I have a java16 record with an `@With` annotation. When trying to use any of the generated `with...()` methods, the plugin tells me they don't exist, even though it compiles jus…
-
### Short description
I want to add quick fixes for loggers, getters, setter, constructors
### Expected behavior
* Replace logger variables with `@Log` annotations. For example
```
public cla…
-
### What happened?
I am using Apache Beam's JdbcIO to read data from a PostgreSQL database and log the retrieved data. I'm using a custom UserData class and have applied the @DefaultCoder(AvroCoder…
-
the lombok version from 1.18.18 to 1.18.24,we found gradle compileJava very slow
1.18.24:
![image](https://user-images.githubusercontent.com/14068031/227160770-c76596d2-39f9-4754-8d9f-3914ac816a52.p…
-
Hi,
Is it possible to inject a new field with logger like in Lombok?
-
```
What steps will reproduce the problem?
1. Make a class with a number of fields and @EqualsAndHashCode or @Data
annotations
2. Test it through Jacoco but don't call the equals and/or hashcode meth…
-
```
What steps will reproduce the problem?
This is happening when trying to run JUnit tests on a module of a project. I
don't know if this is related but it is a quite heavy module, for simpler
mod…