Jiri Pejchal

Results 8 issues of Jiri Pejchal

I'm trying to make the plugin configuration shareable among developers and store it in git: ```xml ``` It basically works except the sevntu-checkstyle jar location: ```xml ``` Because we are...

Proctor can't be run with guava 21. ```java java.lang.NoSuchMethodError: com.google.common.base.Objects.firstNonNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; at com.indeed.proctor.common.model.TestType.register(TestType.java:34) ~[proctor-common-1.1.27.jar:na] at com.indeed.proctor.common.model.TestType.(TestType.java:96) ~[proctor-common-1.1.27.jar:na] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_102] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_102] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_102] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[na:1.8.0_102] at...

I'm using the Maven enforcer plugin that can check for duplicate classes during the build. When I upgrade datecalc-joda (that artefact depends on datecalc-common) from `1.4.1` to `1.4.2` my build...

- sort method names inside dwr interfaces so that content doesn't change between application runs - allows consistent content hashing

Modify java command completion scripts to also complete filenames with the .java extension. This adds support for - JEP 330: Launch Single-File Source-Code Programs - JEP 458: Launch Multi-File Source-Code...

## Description Enhance the bash completion scripts for the `java` command to complete filenames with the `.java` extension. This enhancement is necessary to support: - JEP 330: Launch Single-File Source-Code...

It would be nice to have completion for the goals of [maven wrapper plugin](https://maven.apache.org/wrapper/) : ``` This plugin has 2 goals: wrapper:help Display help information on maven-wrapper-plugin. Call mvn wrapper:help...