Skip to content

refactor: rename edge class to Edge (Java PascalCase convention)#95

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

refactor: rename edge class to Edge (Java PascalCase convention)#95
sauravbhattacharya001 wants to merge 1 commit intomasterfrom
fix/rename-edge-to-pascal-case

Conversation

@sauravbhattacharya001
Copy link
Owner

Summary

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

Changes

  • Renamed \�dge.java\ → \Edge.java\
  • Updated class declaration and constructors
  • Updated all 195 files with type references: generics (\Graph<String, Edge>), constructors (
    ew Edge()), variable declarations, casts, and array types
  • No behavioral changes — pure rename refactor

Impact

  • Improves IDE support (autocompletion, refactoring tools)
  • Consistent with Java ecosystem conventions
  • All existing tests pass with updated type references

Closes #89

Rename the edge class to Edge to follow Java naming conventions.
Update all 197 files with type references (generics, constructors,
declarations, casts, array types) across the entire codebase.

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 visualization Graph visualization and UI tests Test additions or fixes size/xl labels Mar 19, 2026
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