OrenGitHub / dhscanner

free as in speech container scanner
https://orengithub.github.io/
2 stars 0 forks source link

Incorrect fqn #46

Closed OrenGitHub closed 4 months ago

OrenGitHub commented 4 months ago
% should be: Tool.join_tool_slot_and_find_by_id
kb_has_fqn( startloc_36_648_endloc_36_700, 'Any.join_tool_slot_and_find_by_id').
%                                           ~~~
OrenGitHub commented 4 months ago

still incorrect:

kb_has_fqn( startloc_36_648_endloc_36_700, 'int.join_tool_slot_and_find_by_id').
OrenGitHub commented 4 months ago

FIXED !

$ grep -rn "kb_has_fqn( startloc_36_648_endloc_36_700" kb.pl
916:kb_has_fqn( startloc_36_648_endloc_36_700, 'Tool.join_tool_slot_and_find_by_id'). # <--- good !