Package names are non-conventional

Issue #502 new
Christopher Keil repo owner created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Have a proper file setup conforming to Java conventions.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Open Eclipse or any file explorer
  2. Observe package names such as "Cluster", "Views", etc.

CURRENT BEHAVIOR

Package names are capitalized.

EXPECTED BEHAVIOR

Lower case names for packages as per convention

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

  1. Use Eclipse right-click menus to change all package names.
  2. Ensure building the projects remains trouble-free for everyone

FILES AFFECTED (where the changes will be implemented) - developers only e.g. selectColor.java & settingsPanel.java

LEVEL OF EFFORT - developers only

minor

COMMENTS

This could lead to troubles for other developers when build-related files get adjusted. It should be okay but hiccups may occur.

Comments (0)

  1. Log in to comment