Peter Verhas
Peter Verhas
JavaProcessUnitIntegrationTest.java does not properly test the output reading of a process. The example in the article is also misleading and can cause a lot of headaches to readers. I recommend...
Instead of generating code that relies on the Java clone capability let the programmer create a method in the annotated class that makes the cloning class specific and annotate the...
While I was scanning the code, I played with it and added some JavaDoc, and I also refactored the code a bit. There was some copy-paste in the code, many...
I have a project `https://github.com/verhas/jamal` with a lot of adoc files in it. I tried to upload them using the tool to the cloud hosted by Atlassian. First I ran...
we do not want to process `manager:ifjustanygarbage can come here: /Delete` as a proper `if`
## Documentation maintenance enhancement adding Jamal to the documentation toolset - [ ] Bug fix - [ ] New non-breaking feature - [ ] New breaking feature - [X] Documentation...
When writing the project properties to a properties file, it writes all the properties, including those defined in the `~/.m2/settings.xml` file. Some of these properties are sensitive, for example, `gpg.password`...
**Describe the bug** terminal does not change directory **To Reproduce** Steps to reproduce the behavior: 1. Create a file sss so that ``` $ cat sss #!/bin/zsh github(){ cd ~/github...