Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

DataProcessor 'wirteFile' has typo and resource leak #69

Description

@aliAljaffer

As a developer
I want proper file writing with correct spelling
So that the API is professional and doesn't leak resources

Current Behavior

  1. Method name: wirteFile() instead of writeFile()
  2. FileWriter never closed - resource leak

Location: src/java/DataProcessor.java line 23

Acceptance Criteria

  • Rename to writeFile()
  • Use try-with-resources for FileWriter
  • Test proper file closing

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdata-processingData processing issuesjavaJava code issuespriority: highHigh priority issueresource-leakResource not properly closedtypoSpelling or grammar erroruser-storyUser story format issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions