Matteo Mirk

Results 10 issues of Matteo Mirk

given in input two types A and B, A following the JavaBean convention, B being immutable with an accessible constructor, generates the Transformer model through JavaPoet. The output is: TypeSpec...

enhancement
transformer generator
transformer core

given in input two types A and B, A following the JavaBean convention, B being mixed, that is with an accessible constructor and optional setters, generates the Transformer model through...

enhancement
transformer generator
transformer core

I was trying to open a pdf version of a book but the app got stuck and the wheel spinning. Had to force quit. I cannot share the file, since...

When generating the string representation of functions inside a private type, all non-private modifiers (PUBLIC, INTERNAL) are omitted. Fixes #1301

### Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest version - [x] I checked the documentation and found no...

enhancement

## Describe the bug When documenting a type parameter in Kdoc, the only correct way to do it is using the `@param` tag, for example: ```kotlin /** * @param T...

bug
good first issue

The example you show in the README doesn't work: trying to access the "menuitem" array by the invoke operator returns null. After some experimenting, I found out that you can...

## Describe the bug When there is a violation on imports, the error message doesn't match Diktat style guide. The message says: > [FILE_UNORDERED_IMPORTS] imports should be ordered alphabetically and...

bug
good first issue

When upgrading my test suite to Kotest 6, I found out it fails at runtime because there has been a breaking change (undocumented in their changelog) where a property [has...

bug

Currently there are two different settings files for Mockk: 1. `src/test/resources/io/mockk/settings.properties` to configure [settings](https://mockk.io/#settings-file) globally 2. `src/test/resources/mockk.properties` to configure [Restricted Mocking](https://mockk.io/#how-to-configure-restricted-mocking) We should merge these files and provide a single...

enhancement
small
good first issue