Skip to content

refactor: rename edge class to Edge (Java naming convention)#104

Open
sauravbhattacharya001 wants to merge 1 commit intomasterfrom
refactor/rename-edge-to-Edge
Open

refactor: rename edge class to Edge (Java naming convention)#104
sauravbhattacharya001 wants to merge 1 commit intomasterfrom
refactor/rename-edge-to-Edge

Conversation

@sauravbhattacharya001
Copy link
Owner

Summary

Rename the �dge class to Edge to follow Java PascalCase naming conventions.

Changes

  • Renamed �dge.java to Edge.java`n- Renamed class �dge to Edge and updated constructors
  • Updated all ~190 source and test files that reference the class
  • No behavioral change

Closes #89

Rename edge.java to Edge.java and update the class name and constructors
to follow Java PascalCase naming conventions. Update all references
across ~190 source and test files.

No behavioral change.

Closes #89
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions github-actions bot added size/xl visualization Graph visualization and UI tests Test additions or fixes and removed size/xl labels Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Test additions or fixes visualization Graph visualization and UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename edge.java to Edge.java (Java naming convention)

1 participant