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

fix: rename edge class to Edge (Java naming convention) - #101

Closed
sauravbhattacharya001 wants to merge 1 commit into
masterfrom
fix/rename-edge-class-to-Edge
Closed

sauravbhattacharya001 wants to merge 1 commit into
masterfrom
fix/rename-edge-class-to-Edge

Conversation

@sauravbhattacharya001

Copy link
Copy Markdown
Owner

Summary

Renames the \�dge\ class to \Edge\ following standard Java naming conventions (PascalCase for class names).

Resolves #89

Changes

  • Renamed \�dge.java\ → \Edge.java\
  • Updated all references across 208 files (source + tests)
  • No logic changes, purely a rename refactor

Testing

All type references updated consistently. Build should pass as-is since this is a straightforward rename.

Resolves #89. Renames the edge class to Edge following standard Java
naming conventions (PascalCase for class names). Updates all references
across source and test files.
@chatgpt-codex-connector

Copy link
Copy Markdown

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 visualization Graph visualization and UI database Database queries and schema tests Test additions or fixes size/xl labels Mar 21, 2026
@sauravbhattacharya001

Copy link
Copy Markdown
Owner Author

Closing: superseded or conflicting with newer changes already on main/master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

database Database queries and schema size/xl 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