Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Unused fields in REST SystemProperty.java #3208

@GCHQDeveloper314

Description

@GCHQDeveloper314

Describe the issue
In SystemProperty.java the fields SERVICES_PACKAGE_PREFIX and SERVICES_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.

Metadata

Metadata

Assignees

Labels

good first issueSmall, lower complexity and doesn't require pre-existing Gaffer knowledgetech-debtRelates to Technical Debt

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions