Björn Kautler

Results 380 issues of Björn Kautler

Without this, the test fails on Windows due to different line end sequence.

`OPM_OVERLY_PERMISSIVE_METHOD` in SpotBugs 3.1.12 just told me I should make `equals` `protected`, which of course would be invalid. The class is package-private which triggers the bug I think. --- Originally...

needs investigation

The website https://fb-contrib.sourceforge.net/ says latest version is 7.4.3, while there is already 7.6.0, so I guess there is also other outdated information. And as the page says > Please note...

documentation

I have some code that catches a `RuntimeException` subclass, enriches it with some details and rethrows the same exception instance. The rule description "catching a checked exception and weakening it...

needs investigation

- [x] I have read the [guidelines for submitting issues](https://jmfayard.github.io/refreshVersions/contributing/submitting-issues/) ## ⚠️ Is your feature request related to a problem? Please describe The plugin is not compatible with Gradle 9....

## What? Handle version for NPM libs that are defined in a version catalog. ## Why? So that you get version update comments for NPM libs in the version catalog....

size/M

Just to test, I configured ```kts refreshVersions { rejectVersionIf { println("FOO: $moduleId") true } } ``` But it does not reject any version and also does not print any `FOO`....

The docs at https://jmfayard.github.io/refreshVersions/add-dependencies/#using-gradle-7-versions-catalogs say that version catalogs are incubating and need a feature preview flag and that this plugin supports it, but only with using the `_` placeholder. Both...

If you have hardcoded versions, the task mourns about it and tells that "refreshVersions only works with version placeholders", which is not exactly true anymore with the support of version...