path=path.substring( 0, lastSlash+1);
path=path+selectedObject.getDBClass().getSourceFile();
Url fileUrl=analyzer.project.findSourcePathUrl( path);
if ( fileUrl!=null)
{
FileNode node=analyzer.project.getNode( fileUrl);
try
{
browser.setActiveNode( node, true);
if ( node instanceof TextFileNode)
{