alphaville / ToxOtis

An HTTP client for consuming OpenTox predictive toxicology web services.
http://opentox.ntua.gr/wiki
6 stars 1 forks source link

IHtmlSupport#inHtml throws Nullpointer exception if some meta are null #27

Closed alphaville closed 13 years ago

alphaville commented 13 years ago

Method IHtmlSupport#inHtml responsible for NullPointerException issues thrown in case some of the meta info are null. Refactoring is needed and IHtmlSupport should be implemented/subclassed by MetaInfo to return an HTML table of meta-info for a resource. This way an algorithm HTML representation will display, amid other, a table of meta information.

alphaville commented 13 years ago

Solved