Skip to content

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

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

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

Conversation

@sauravbhattacharya001
Copy link
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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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