ljacqu

Results 74 issues of ljacqu

Write a unit test that scans the parameters of methods and constructors, and the return value of methods and that reports any that don't have `@NotNull` or `@Nullable`. To do...

Unfortunately, `@NotNull` clutters the code and especially array/varargs and makes it more difficult to follow the code. In this issue, we want to think about a long-term solution for this,...

architecture

As a user I might be interested in having a default config file that provides default values for properties instead of having to define them with the property itself

architecture

- GitHub now shows an overview of the titles on the right-hand side. "Quiz questions" is a top-level title semantically but I had used a lower level to make the...

docs

Input by @Sxtanna: Document how additional types can be supported in the bean mapper to the Wiki, as demonstrated in #182

beanmapper
docs

I don't think it's very useful, but it is possible to statically define a comment on a sequence entry or a specific map key. It would be good to document...

docs

As a user, I may like to separate my configuration into multiple files but in the code it is most convenient to use the same settings manager (since properties can...

architecture

An idea: during development of an application it might be interesting to have ConfigMe throw exceptions when it can't convert a certain value rather than silently replacing it with the...

architecture

Users may find it inconvenient to have to declare Property fields whose values must be resolved with a SettingsManager. I would like to invest some time into looking for alternative...

architecture