Typo: SymphonyDataHandlerCofig / syphonyExtendedVersionSpace

Open Beginner friendly
#495 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

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.

Description

Description

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

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:

  • SymphonyDataHandlerCofigSymphonyDataHandlerConfig
  • syphonyExtendedVersionSpacesymphonyExtendedVersionSpace

Update imports/usages accordingly.

Dominant language
Java
Stars
78
Forks
40
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from finos/spring-bot

All issues in finos/spring-bot

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.