Bug 5345

Summary: print bogus reports "null"
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Sami Wagiaalla <swagiaal>
Status: RESOLVED FIXED    
Severity: normal CC: swagiaal, tthomas
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 5336    

Description Andrew Cagney 2007-11-15 20:59:27 UTC
(where bogus is an unknown symbol)
Looks like it is originating from an npe
Comment 1 Sami Wagiaalla 2007-11-20 20:18:34 UTC
fixed:
Attached to process 5482
(fhpd) print bogus
[0.0]
Error: Object bogus was not found
(fhpd) 

---------------------------------------------------------
commit f81881effcd7fc9c9d35bc20fbac346ca4eaa088
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Tue Nov 20 14:46:48 2007 -0500

    swagiaal: DeclarationSearchEngine throws an exception when an object is not
found
    
    frysk-core/frysk/debuginfo/ChangeLog
    +2007-11-20  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +       * ObjectDeclarationSearchEngine.java (getVariable): Now throws
    +       ObjectDeclaratioinNotFoundException instead of returning null.
    +       * TestObjectDeclarationSearchEngine.java (verifyVariable): Updated.
    +       * ObjectDeclaratioinNotFoundException.java: New file.
    +
Comment 2 Mark Wielaard 2007-12-05 14:46:52 UTC
*** Bug 5286 has been marked as a duplicate of this bug. ***