Gonçalo Luiz

Results 4 issues of Gonçalo Luiz

Hi, I've tried the add on, which installed ok. I tested v1.4.4 Once I try to enter any folder (movies, tv series, any one) I get a plugin error. The...

Hi, I have the following case: ``` public class B() { public B(String s) { if(!"accepted".equals(s) && !"hello".equals(s)) { throw IllegalArgumentException("Argument must be the string 'accepted' or 'hello' "); }...

feature-request

One use case of a database cluster is by an application with a heavy bias towards reads. In this case, the master database can be mostly idle This task is...

enhancement

Currently little to no documentation exists at the source code level. At least the public classes and methods should have some javadoc documentation.