Skip to content

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

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

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

Conversation

@sauravbhattacharya001
Copy link
Owner

Resolves #89.

The edge class violated Java naming conventions by using a lowercase class name. This PR renames it to Edge and updates all 207 files that reference it.

Changes:

  • Renamed edge.java to Edge.java
  • Renamed public class edge to public class Edge
  • Updated all new edge(...) calls to new Edge(...)
  • Updated all type declarations and generic type parameters

@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
@github-actions github-actions bot removed the database Database queries and schema label Mar 22, 2026
Rename edge.java to Edge.java and update all 209 files referencing
the lowercase class name. This brings the Edge model class in line
with standard Java PascalCase naming conventions.

Fixes #89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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