André Paris de Oliveira
André Paris de Oliveira
In the debugger screen with Source Code View enabled, when a function in the "Functions" list is selected the proper source code is not loaded. The correct behavior can be...
Hi, I'm running my tests with [cassandra-unit](https://github.com/jsevellec/cassandra-unit) whitch starts an embedded cassandra for tests on the fly. My dependencies: ``` xml org.cassandraunit cassandra-unit-spring 2.1.9.2 org.apache.cassandra cassandra-all org.slf4j slf4j-log4j12 test org.apache.cassandra...
Trying to compile under Ubuntu 18.04 ```shell libfltk1.3: Installed: 1.3.4-6 Candidate: 1.3.4-6 Version table: *** 1.3.4-6 500 500 http://ubuntu.mirrors.tds.net/pub/ubuntu bionic/universe amd64 Packages 100 /var/lib/dpkg/status libboost-all-dev: Installed: 1.65.1.0ubuntu1 Candidate: 1.65.1.0ubuntu1 Version...
**Prettier-Java 2.5.0** ```sh # Options (if any): --print-width 120 --bracket-same-line true ``` **Input:** ```java public static BigDecimal manyArgsMethod(BigDecimal arg1, BigDecimal arg2, BigDecimal arg3, BigDecimal arg4, BigDecimal arg5) { return arg1.add(arg2).add(arg3).add(arg4).add(arg5);...