Index: JavaUIHelp.java =================================================================== RCS file: /home/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/JavaUIHelp.java,v retrieving revision 1.8 diff -u -r1.8 JavaUIHelp.java --- JavaUIHelp.java 11 Jun 2002 10:58:34 -0000 1.8 +++ JavaUIHelp.java 6 Aug 2002 13:52:52 -0000 @@ -152,7 +152,7 @@ } } fHelpResources= (IHelpResource[]) helpResources.toArray(new IHelpResource[helpResources.size()]); - if (fText == null && fText.length() == 0) { + if (fText == null || fText.length() == 0) { if (context != null) { fText= context.getText(); }