Wednesday, September 26, 2007

11.WebSpider - Revised Version

  • What I did:
    • The pmd test was not successfully built on Monday, because it complained about "ArrayList" interface. Therefore, I used the extra time to check this issue in the text book "JAVA". It suggests to use "List" instead of "ArrayList". Then, pmd now is built successfully.
    • The task 3 is completed. I decided to use "System.out.println" for logging, because the print lines were already in my code. However, I have tried to look up logging online and in the textbook. I believe I will need more time to figure it out.

No comments: