DiamondLightSource / DiamondLightSource/gda-ispyb-api
Change API parameters and return types from primitives to appropriate class types
Open
- Dominant language
- Java
- Stars
- 3
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Parameters and return types on the API may potentially be nullable.
Easiest to avoid any related problems if all API parameters and return types avoided primitives in their signatures.
Done for v1.0.9 but newer API extensions waver from this practice.
Contributor guide
Assessment
This issue has not been assessed yet.