Commit c23e9d2
committed
fix: add missing @nullable annotations in javaagent-tooling and muzzle
- VirtualFieldChecker.getAnnotationNode(): missing @nullable on return
- HelperInjector: @nullable on helpersSource (first constructor),
instrumentation (forDynamicTypes), and classLoader (transform)
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>1 parent 0fc541f commit c23e9d2
2 files changed
Lines changed: 3 additions & 1 deletion
File tree
- javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/instrumentation/indy
- muzzle/src/main/java/io/opentelemetry/javaagent/tooling
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments