-
### Describe the bug
If we add an annotation via `aws_cdk.Annotations.of(x).add_error(...)` where the error message is an f-string contain a token, then it does not print out the error message proper…
-
### Database Type
PostgreSQL 14.8
### Database Version
PostgreSQL 14.8
### Druid Version
1.2.8
### JDK Version
Oracle OpenJDK 21.0.4
### Error SQL
### 由Hibernate生成执行sql如下:
select
…
-
as titled
-
### Preconditions (*)
Magento 2.4.2
### Steps to reproduce (*)
Call `getItemsByColumnValue([string], [array])` on any collection.
### Expected result (*)
Get the collection
### Actual …
-
Given the following application and test classes, the `@Nested` test class fails due to `getMessage()` returning `"Hello!"` instead of `"Mocked!"` resulting from the fact that the static nested `@Test…
-
I suggest to decorate `ApplicationContextAssert::getBean(s)` methods with a [`@CheckReturnValue`](https://errorprone.info/bugpattern/CheckReturnValue) annotation so that incomplete statements like the…
-
I want to intercept all tool methods marked with @Tool at runtime.
By doing this, I can track the execution flow of the entire application at runtime, such as the input and output of each invoked t…
-
-
The goal of this issue would be to explore hacking a converter from annotated Java sources to a NullAway LibraryModels generator MVP POC.
Use case / application would be for / driven by https://git…
-
Hi Guys,
A few of the newer libraries are mixing and matching other annotations for injection points, such as MicroProfile Config,
Whereby the ```@ConfigProperty(name = "test")``` is both a name…