Leonardo Pistone
Leonardo Pistone
Hi! Giving a look at how `java.util.List.of()` is implemented, could we just do the same that they do and generate always the following? ```java @SafeVarargs @SuppressWarnings("varargs") ```
@danielnorberg in my case, with Java 11, Javac with `-Xlint:all` does emit warnings, and auto-matter is the only reason why I have to pass `-XLint:-varargs` to `maven-compiler-plugin`. So this is...
Hi! I can't reproduce that with the latest vim-rst-tables and latest pathogen (v2.4). Maybe a change in pathogen fixed that.