boolean ai = entry.isAttributesInitialized();
if ( ( !ai || ( !oai && showOperationalAttributes && entry.isConsistent() ) ) && entry.isDirectoryEntry() )
{
InitializeAttributesRunnable runnable = new InitializeAttributesRunnable( new IEntry[]
{ entry }, showOperationalAttributes );
StudioBrowserJob job = new StudioBrowserJob( runnable );
job.execute();
return new Object[0];
}
else
{
IAttribute[] attributes = entry.getAttributes();