finos / finos/spring-bot

Typo: SymphonyDataHandlerCofig / syphonyExtendedVersionSpace

Open Beginner friendly
#495 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
78
Forks
40
PR merge metrics
No merged PRs in 30d

Description

## Description

The Symphony data-handler Spring `@Configuration` class is misspelled as `SymphonyDataHandlerCofig` (should be `Config`). The helper method `syphonyExtendedVersionSpace()` is similarly misspelled (`syphony` → `symphony`).

## Location

- `libs/symphony-bdk/symphony-bdk-chat-workflow-spring-boot-starter/src/main/java/org/finos/springbot/symphony/data/SymphonyDataHandlerCofig.java`
- Referenced from `SymphonyWorkflowConfig` and several Symphony starter tests

## Impact

Cosmetic / discoverability only — behavior is fine, but the name is inconsistent with other `*Config` classes and harder to find when searching.

## Proposed fix

Rename:

- `SymphonyDataHandlerCofig` → `SymphonyDataHandlerConfig`
- `syphonyExtendedVersionSpace` → `symphonyExtendedVersionSpace`

Update imports/usages accordingly.

Contributor guide

Open the contributing guide

Research direction

Start with libs/symphony-bdk/symphony-bdk-chat-workflow-spring-boot-starter/src/main/java/org/finos/springbot/symphony/data/SymphonyDataHandlerCofig.java and inspect its references from SymphonyWorkflowConfig and the Symphony starter tests. Rename the class and helper method, update all imports and usages, then run the affected starter tests. Done means the corrected names compile and no old spellings remain in the referenced code.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring-boot
Domain
backend
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
82/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.