MetroCS / QualityToolsForBlueJ

BlueJ extension to integrate quality assessment tools
GNU Lesser General Public License v3.0
0 stars 42 forks source link

[BUG] Library and LibraryTest do not belong in the project #117

Closed jody closed 4 years ago

jody commented 4 years ago

Describe the bug The classes Library and LibraryTest were introduced to verify the installation of Gradle as the project build tool. Both should have been removed after initial investigation and verification.

To Reproduce Steps to reproduce the behavior:

  1. Library.java exists within src/main/java/edu/msudenver/bluejext/qualitytools
  2. LibraryTest.java exists within src/test/java/edu/msudenver/bluejext/qualitytools

Expected behavior Neither Library nor LibraryTest should appear within the repository. No references to either should exist within the repository or build process.

ghost commented 4 years ago

Dr Jody Paul,

Could you assign this ticket to @lnieddu And @ppanth7 and @LStCyr

ghost commented 4 years ago

Dr. Paul,

They have been deleted.

Respectfully, Lucas Nieddu

On Thu, Nov 21, 2019, 10:30 Jody Paul notifications@github.com wrote:

What's up with the delay in simply removing 2 files?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/MetroCS/QualityToolsForBlueJ/issues/117?email_source=notifications&email_token=ANHMFEDKV3LKBYGNJQT4PQDQU3ATDA5CNFSM4JOZ3ST2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE3A4YI#issuecomment-557190753, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANHMFEBVPGBQ3567RO5V5LLQU3ATDANCNFSM4JOZ3STQ .

jody commented 4 years ago

Just needed a reference to when they were deleted. I think I found it myself in PR #123.