| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
✅ Deploy Preview for docs-securecodebox canceled.
|
Sorry, something went wrong.
So we can split the method better in further refactorings. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Get them out of the way, since they are used at various places. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
In Java getters are by convention methods which only returns a field. Java developers do not expect that getters operate on something else than "this" to retrieve an value. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Found the test in the wrong package, after wondering why there are so much public API... Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
…rdcoded Newline Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
In Java getters are by convention methods which only returns a field. Java developers do not expect that getters operate on something else than "this" to retrieve an value. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Null should be avoid whenever possible because it leads to endless drama with NullPointerExceptions at runtime. In this particular case it is formatted as a string which will (maybe) convert to the string "null". Since this is an implementation detail of the Java SDK we can rely on that. Introduce the explicit string "n/a"" to indicate that there is no starting time. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Since generate is the important API the test cases should be before the ones for utility methods. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
This value may be null, but the join method requirres non-null. The fix is to check for null and defult to an empty list. This object creation should not be a performace problem. If to many descritions wil be generated this can be circumvented by default to a hardcoded string literal for empty/null parameters. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.