-
```
I would consider useful having a method to parse Strings and convert it
directly to an statement or expression.. because many expressions and
statements are necessary to build a simple getter or…
-
Thanks for the feedback! If your issue is related to the Flutter framework itself,
please open an issue at
[github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new).
## Steps to…
-
Adding configurable attributes to methods
-
### Component
`InfrahubTransform`
### Infrahub SDK version
0.13.1
### Current Behavior
When an InfrahubTransform is instantiated it's `.git` attribute is undefined. The `branch_name` pr…
-
add isInteger getter/setter of range.
if there are two integer range, and one's head equal to the other's tail + 1, they can adjacency, for example: [1, 3] and [4, 5], set them as integer ranges, [1,…
-
```
What steps will reproduce the problem?
1. Create a java source with a GWT native jsni function.
2. Run delombok on the file.
Example:
@Getter
@Setter
@NoArgsConstructor
public GWTDelombokTest …
-
We use mapstruct 1.4.2 and have a `MapperConfig` together with a `Mapper` using this config in a maven module A. The Mapper(Config) contain two different methods where the name of a passed parameter i…
-
Consider...
```
public class TestEqualToByComparingFields {
public static class X {
public X(String message) {
this.message = message;
}
private String messag…
-
```
It would be nice to have aliases in @Getter and @Setter
In my case it would be handy in multilingual project
For example:
@Getter(aliases={"ключ"}) private long key;
As a shortcut for:
private…
-
Lets implement support for bit-fields for read-only mode.