-
### Summary
The release process for Powertools Java is mostly manual as of today. We do have some github actions to help ([release-drafter](https://github.com/aws-powertools/powertools-lambda-java/bl…
-
Hi,
I want to write a check that needs to know a lot of information about the codebase and knowing just the context of the current class/file is not enough... I need first to scan the whole codebase…
-
Hello,
I have a question regarding `@InjectionAnnotation`. I read about it in [JSR-305.pdf](http://www.cs.umd.edu/~pugh/JSR-305.pdf) (slide 69). Is this annotation still planned or was it rejected?…
-
We're using a custom `@Nullable` annotation on parameters when overriding a method which has `@android.support.annotation.Nullable` on its parameters in the super class.
This issues a `NP_METHOD_PAR…
-
### What feature do you want to see added?
As part of our effort to improve the Jenkins-based pipeline for our Java project, I propose implementing the following enhancements:
Continuous Integrati…
-
-
Now that Java 8+ supports Optionals, we can improve our API's by returning errors as values, as opposed to using convoluted try/catch logic. Could we get a rule, disabled by default, that warns when:
…
-
Plugin Version
===========
v1.1
IDE Version
==========
IntelliJ IDEA 2022.2.3
Buid #IU-222.4345.14, built on October 5, 2022
System
======
Ununtu Linux 22.04.1 LTS
Problem
=======
…
-
(The below applies to constructors as well as methods, and includes usages of either via member references.)
## Background
Each call to a non-void method produces a _result_ value, which the cal…
-
## Environment
| Component | Version |
| ------------------ | ------- |
| FindSecBugs | 1.8.0 |
## Problem
TransformerFactoryDetector returns if `FEATURE_SECURE_PROCESSI…