Alix

Results 20 issues of Alix

**Affects PMD Version:** 6.10.0 **Rule:** [LawOfDemeter](https://pmd.github.io/latest/pmd_rules_java_design.html#lawofdemeter) **Description:** When third party (or native) API is designed in a way where it is impossible to follow the Law of Demeter it would...

an:enhancement

### Configuration - Version: 0.11.1 - Integration: native/Kotlin - Identity provider: KeyCloak ### Description I am trying to retrieve an OpenID Connect Discovery document by calling `AuthorizationServiceConfiguration.fetchFromUrl(openIdConnectDiscoveryUri, callback)` towards and...

question

**Setup:** SonarQube 6.7 Sonar Gitlab plugin 2.1.0 **Build step** ``` - git checkout -f origin/develop - git merge $CI_COMMIT_SHA --no-commit --no-ff - ./gradlew --no-daemon sonarqube -Dsonar.branch.name=$CI_COMMIT_REF_NAME -Dsonar.gitlab.url=$GITLAB_HOST_URL -Dsonar.gitlab.failure_notification_mode=exit-code -Dsonar.gitlab.user_token=$GITLAB_USER_TOKEN -Dsonar.gitlab.api_version=v4...

I added a sample project based on my own setup: - Gradle plugin 2.x (latest released) - Robolectric (latest released) There is a Robolectric test in the sample project which...

## Describe the bug With the [OSS Licenses Gradle Plugin](https://github.com/google/play-services-plugins/blob/master/oss-licenses-plugin/README.md) it is possible to trigger an activity that shows the apps currently used open source libraries and their licenses. However,...

My tests were running fine before the update and are configured with the following annotations: ``` @Config(sdk = [30]) @RunWith(AndroidJUnit4::class) @LooperMode(LooperMode.Mode.PAUSED) ``` A minimum reproducer could potentially be a very...

## Describe the bug This is a crash reported from an analytics tool so I cannot give more details than the stacktrace and the devices where the issues were found....

**Affects PMD Version:** 5.4.2 **Rule:** [SingletonClassReturningNewInstance](https://docs.pmd-code.org/latest/pmd_rules_java_errorprone.html#singletonclassreturningnewinstance) **Description:** The rule incorrectly indicates that the code sample always returns a new instance: > getInstance method always creates a new object and hence...

a:false-positive

Adding missing whitespace in log message ### Checklist - [x] I read the [Contribution Guidelines](https://github.com/openid/AppAuth-Android/blob/master/CONTRIBUTING.md) - [x] I signed the CLA and WG Agreements - [x] I ran, updated and...

To get the latest false positive bug fixes (and more), I'm requesting a new release where PMD is bumped to the latest released version, 6.55: https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_release_notes.html. I'm in particular interested...