Philippe Marschall

Results 117 issues of Philippe Marschall

When an instance of `RoundedMoney` is created the rounding operator is not applied. This compounded by the fact that operations assume the instance is rounded so the shortcuts or add,...

deferred
analysis

`java.util.Arrays#oString` is overloaded for every array type, I would like to call `java.util.Arrays#oString(byte[])` but this fails with 'com.oracle.truffle.api.interop.UnsupportedTypeException: Multiple applicable overloads found for method name toString (candidates: [Method[public static java.lang.String...

interop

**Expected Behavior** It should be possible to run Spring Batch integration tests without having to set up a database or if one is present without the tests committing to the...

status: waiting-for-triage
type: feature

Remove the sorting from JdbcJobExecutionDao#GET_RUNNING_EXECUTIONS because #findRunningJobExecutions returns an unsorted HashSet. Issue #3987

pr-for: enhancement
in: core

With large hash collisions hashed gs-collections seem to perform a lot worse than the stock HotSpot hashed collections. Initial superficial analysis seems to suggest that with large hash collisions gs-collections...

In order to make the library easy to consume publish an artifact to [Maven Central](http://central.sonatype.org).

The HTML Javadoc files are generated, best practices say generated artifacts should not be checked in source repository.

None of the types seem to have documentation, see for example [Transaction](https://github.com/pmem/pcj/blob/master/LLPL/src/main/java/lib/llpl/Transaction.java).

The code base has `printStackTrace` sprinkled over various places in place of proper error handling and logging. In cases where exceptions are wrapped the cause is not passed on. Interruption...

The library has `System.exit` sprinkled over the code base causing the shutdown of the entire application on error. This is considered bad practice, instead exceptions should be thrown.