watson-developer-cloud / assistant-with-discovery

DEPRECATED: this application is deprecated and thus will not receive fixes or security updates. It is archived for educational purposes, but may not function.
Apache License 2.0
145 stars 340 forks source link

Fixed bug with error message getting a null pointer on e.getMessage() #105

Closed stevenpkg closed 7 years ago

stevenpkg commented 7 years ago

https://developer.ibm.com/answers/questions/388685/connecting-own-discovery-collection-to-conversatio/

Not sure whats wrong with this user account, but the null pointer is due to the exception having a null message

codecov-io commented 7 years ago

Codecov Report

Merging #105 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #105   +/-   ##
========================================
  Coverage      12.5%   12.5%           
  Complexity       12      12           
========================================
  Files            10      10           
  Lines           280     280           
  Branches         33      33           
========================================
  Hits             35      35           
  Misses          238     238           
  Partials          7       7
Impacted Files Coverage Δ Complexity Δ
...onversation_with_discovery/rest/ProxyResource.java 42.64% <0%> (ø) 7 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3467442...05aabaa. Read the comment docs.