Making test for #61965 pass - meaning still cannot reproduce the bug in a test. before_ejb_split before_javawssupport_merge facelets55_root jsf_fromdb_base new_editorhits_19082005_base
authorjglick@netbeans.org
Fri, 19 Aug 2005 02:56:50 +0000
changeset 57ba8938478eaf
parent 56 5ad226e30cb1
child 58 066ec987b42f
Making test for #61965 pass - meaning still cannot reproduce the bug in a test.
openide.util/src/org/openide/util/NbBundle.java
     1.1 --- a/openide.util/src/org/openide/util/NbBundle.java	Thu Aug 18 15:24:19 2005 +0000
     1.2 +++ b/openide.util/src/org/openide/util/NbBundle.java	Fri Aug 19 02:56:50 2005 +0000
     1.3 @@ -1043,7 +1043,7 @@
     1.4                  int id = getID(name);
     1.5  
     1.6                  //System.err.println ("\tthis=" + this + " parent=" + getParent ());
     1.7 -                boolean loc = (name.indexOf("/Bundle.") != -1) || (name.indexOf("/Bundle_") != -1); // NOI18N
     1.8 +                boolean loc = name.indexOf("Bundle") != -1; // NOI18N
     1.9  
    1.10                  return new DebugInputStream(base, id, loc);
    1.11              } else {