-
- Downloads
First REFACTOR! I extracted two methods in inspector.java I extracted...
First REFACTOR! I extracted two methods in inspector.java I extracted getSuperclass and getInterface getSuperclass is for getting the immediate super class and interface for interface both print the results I then look to make sure the output contains the proper words. I also tested both with recursive true or false to make sure it still prints even if set to false
parent
8b12ddf2
No related branches found
No related tags found
Showing
- out/production/cpsc501w25a3/Inspector.class 0 additions, 0 deletionsout/production/cpsc501w25a3/Inspector.class
- out/test/cpsc501w25a3/InspectorTest.class 0 additions, 0 deletionsout/test/cpsc501w25a3/InspectorTest.class
- out/test/cpsc501w25a3/Test_output.txt 21 additions, 0 deletionsout/test/cpsc501w25a3/Test_output.txt
- out/test/cpsc501w25a3/testingObj.class 0 additions, 0 deletionsout/test/cpsc501w25a3/testingObj.class
- out/test/cpsc501w25a3/testingObj2.class 0 additions, 0 deletionsout/test/cpsc501w25a3/testingObj2.class
- scrap.txt 280 additions, 0 deletionsscrap.txt
- src/Inspector.java 43 additions, 7 deletionssrc/Inspector.java
- testing/InspectorTest.java 78 additions, 7 deletionstesting/InspectorTest.java
- testing/testingInterface.java 3 additions, 0 deletionstesting/testingInterface.java
- testing/testingObj.java 0 additions, 4 deletionstesting/testingObj.java
- testing/testingObj2.java 3 additions, 10 deletionstesting/testingObj2.java
Loading
Please register or sign in to comment