Max Petrov

Results 19 issues of Max Petrov

Split from https://github.com/objectionary/eo/issues/739 Refactor the class to pass all checkstyle checks. Current warnings: ``` [INFO] Checkstyle: src/main/java/org/eolang/ExprReduce.java[83]: More than 3 parameters (found 5). (ParameterNumberCheck) [INFO] Checkstyle: src/main/java/org/eolang/ExprReduce.java[104]: More than 3...

In order to simplify debugging let's make below hardcoded value configurable via jvm property `-Dmax.dataization.log`. It must be defaulted to `4`. `Dataized.java` ``` if (Dataized.LOGGER.isLoggable(Level.FINE) && Dataized.LEVEL.get() < 4 )...

Split from https://github.com/objectionary/eo/issues/739 Refactor the class to pass all checkstyle checks. Current warnings: ``` [INFO] Checkstyle: src/main/java/EOorg/EOeolang/EOtxt/EOsscanf.java[50]: Class Data Abstraction Coupling is 8 (max allowed is 7) classes [AtComposite, AtFree,...

Split from #739 Refactor the class to pass all checkstyle checks. Current warnings: ``` [INFO] Checkstyle: src/main/java/org/eolang/PhDefault.java[44]: Class Data Abstraction Coupling is 10 (max allowed is 7) classes [AtAbsent, AtNamed,...

Make it possible to refer to matching groups by index like in the example below: ``` [] > app stdout > @ replace "a1a A2B B3B" "/((([A-Za-z])[0-9])\g{2})/" "$2" ``` Output:...

Split from https://github.com/objectionary/eo/issues/739 Refactor the class to pass all checkstyle checks. Current warnings: ``` [INFO] Checkstyle: src/main/java/EOorg/EOeolang/EOtxt/EOregex$EOmatch.java[60]: Return count is 2 (max allowed for non-void methods/lambdas is 1). (ReturnCountCheck) [INFO]...

Split from https://github.com/objectionary/eo/issues/739 Refactor the class to pass all checkstyle checks. Current warnings: ``` [INFO] Checkstyle: src/main/java/EOorg/EOeolang/EOtxt/EOregex$EOcompile.java[59]: Return count is 2 (max allowed for non-void methods/lambdas is 1). (ReturnCountCheck) [INFO]...

Split from https://github.com/objectionary/eo/issues/739 Refactor the class to pass all checkstyle checks. Current warnings: ``` [INFO] Checkstyle: src/main/java/org/eolang/AtComposite.java[74]: Catching 'RuntimeException' is not allowed. (IllegalCatchCheck) [INFO] Checkstyle: src/main/java/org/eolang/AtComposite.java[76]: Catching 'Exception' is not...

The version must not be changed manually during development and must always be `0.0.0`. Maven verifier plugin can be used to check presence of correct version. https://maven.apache.org/plugins/maven-verifier-plugin/index.html

Currently the process is described in EO maven plugin. It would be good to extend the description with the input/output folders structure for each step.

bug