jongseo98 / project

SW Engineering project
0 stars 0 forks source link

New output problems found #4

Open woojin7879 opened 3 years ago

woojin7879 commented 3 years ago
  1. occupation with miss spelling not sorted as error and prints out 0=> ex) project/project1# java -cp target/project1-1.0-SNAPSHOT.jar project1.ReadData Western a
    0

2.program does not accept values when genres are not identical with capital letters ex) root@67c2d450cafe:~/project/project1# java -cp target/project1-1.0-SNAPSHOT.jar project1.ReadData sci-fi other Error. This input can't be aceepted. Try again

root@67c2d450cafe:~/project/project1# java -cp target/project1-1.0-SNAPSHOT.jar project1.ReadData Sci-Fi other 3.3998468606431853

woojin7879 commented 3 years ago
  1. Found a problem in contain algorithm=needs to be fixed.
  2. Found a problem in equal=>need to use equalsIgnoreCase