Commit ca35cd6
authored
Merge pull request #58 from juherr/features/nullaway
This pull request introduces NullAway static analysis support to improve null safety in the codebase. The main purpose is to enhance code quality by adding null annotations and restructuring imports/formatting to align with NullAway requirements.309 files changed
Lines changed: 5947 additions & 5949 deletions
File tree
- .github/workflows
- .mvn
- build-tools
- src/main/resources/steve
- steve-api
- src
- main/java/de/rwth/idsg/steve
- config
- web/api
- dto
- test/java/de/rwth/idsg/steve/web/api
- steve-core
- src/main/java/de/rwth/idsg/steve
- config
- ocpp
- task
- repository
- dto
- service
- dto
- notification
- utils
- web
- dto
- ocpp
- validation
- steve-jooq
- steve-ocpp-1-x
- steve-ocpp-2-x
- steve-ocpp-soap
- src/main/java/de/rwth/idsg/steve
- config
- ocpp
- converter
- soap
- steve-ocpp-websocket
- src/main/java/de/rwth/idsg/steve
- config
- ocpp/ws
- custom
- data
- ocpp12
- ocpp15
- ocpp16
- pipeline
- steve-ocpp
- src
- main/java/de/rwth/idsg/ocpp
- jaxb
- test/java/de/rwth/idsg/ocpp/jaxb
- steve-ui-jsp
- src
- main/java/de/rwth/idsg/steve
- config
- utils
- mapper
- web
- controller
- test/java/de/rwth/idsg/steve/web
- steve
- k8s/docker
- src
- main/java/de/rwth/idsg/steve
- config
- repository/impl
- service
- utils
- test/java/de/rwth/idsg/steve
- issues
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 81 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments