Madalin Ilie

Results 4 issues of Madalin Ilie

Hi, I'm trying to create a table where a Description column is quite lengthy. I've tried the following: ``` public class LabelTableRow extends MFXTableRowCell { public LabelTableRow(Function extractor) { super(extractor);...

to-evaluate

**Describe the bug** I get a NPE with the following regex `^[^\p{C}\p{Z}\s]*[^\p{C}]+[^\p{C}\p{Z}]*$` which didn't happen on version 1.4. **To Reproduce** Steps to reproduce the behavior: 1. regex: `^[^\p{C}\p{Z}\s]*[^\p{C}]+[^\p{C}\p{Z}]*$` 2. `RgxGen.parse("^[^\\p{C}\\p{Z}\\s]*[^\\p{C}]+[^\\p{C}\\p{Z}]*$").generate()`...

bug

**Describe the bug** While doing some fuzzing using https://github.com/Endava/cats I discovered an issue for the `/articles` endpoint. Doing a POST with long&random unicode values results in a `500 Internal Server...