khwang0 / 2018F-COMP3111

19 stars 13 forks source link

[Basic 1] About the skeleton code in WebScrapper.java #62

Open victor0362 opened 6 years ago

victor0362 commented 6 years ago

the set function of url in the skeleton is duplicated.

item.setUrl(DEFAULT_URL + itemAnchor.getHrefAttribute());

Is it a bug in the skeleton code?

victor0362 commented 6 years ago

I delete the DEFAULT_URL in order to make the clickable Url in the summary tab work as expected. Is it alright?

comp3111ta commented 6 years ago

You can do whatever you want with the base code.