Unused fields in REST SystemProperty.java #3208
Labels
good first issue
Small, lower complexity and doesn't require pre-existing Gaffer knowledge
tech-debt
Relates to Technical Debt
Milestone
Describe the issue
In
SystemProperty.java
the fieldsSERVICES_PACKAGE_PREFIX
andSERVICES_PACKAGE_PREFIX_DEFAULT
are declared but are not used anywhere in the Gaffer codebase.It's possible they were used at the time they were added and have since become redundant. The history behind them should be investigated and if not required these fields should be removed.
Expected situation
The codebase shouldn't contain unused code, unless there's a good reason for it.
The text was updated successfully, but these errors were encountered: