kinland / cse403-wi11-wikimap

Automatically exported from code.google.com/p/cse403-wi11-wikimap
0 stars 0 forks source link

Update DB Updater to handle the null case situations. Passing null should not break operations. #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the JUnit Test
2. Step into and you'll see it is trying to access relatedArticles.keySet(), 
though relatedArticles is empty and not a HashMap.

What is the expected output? What do you see instead?
It should not even go into the for loop.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by kwanste on 23 Feb 2011 at 12:19

GoogleCodeExporter commented 8 years ago

Original comment by kwanste on 23 Feb 2011 at 12:19

GoogleCodeExporter commented 8 years ago
Setting to Fixed because Steven just fixed a bug.

Original comment by holycrap...@gmail.com on 23 Feb 2011 at 12:31