Kelvin Glaß

Results 36 comments of Kelvin Glaß

@tobous Do you use the PMD IntelliJ integration?

> But, if you want to add documentation about IntelliJ IDEA integration No, I like to keep the docs as small as possible. I will just add the information how...

I think they don't support eclipse anymore. After your reminder, I wanted to create a PR, but they set JDK 11 as current minimum JDK which is not supported by...

I think it is more relevant to define a best-practice to write a TODO: A TODO should contain the information: * **What** should be adjusted and (which is often missing)...

> Since commons-io seems to get used by the server (in server/src/saros/server/editor/Editor.java and others) we did not think it would be possible to also exclude it from the exported dependencies....

We have to check whether the SWTBot version (2.7) we are currently using is compatible. Therefore, running STF tests is necessary. With the switch from 4.6 to 4.8 I just...

I wrote a small [migration script](https://github.com/saros-project/saros/files/5231247/log4j2_migration.zip) (Disclaimer: This script uses heuristics and the output should be validated). It should migrate all relevant calls, but manual changes are required if: *...

I think `xpp3` is used in `saros.net.internal.XMPPReceiver` (`import org.xmlpull.*` imports).