This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 64392
Collapse All | Expand All

(-)apichanges.xml (-1 / +29 lines)
Lines 14-20 Link Here
14
"Portions Copyrighted [year] [name of copyright owner]"
14
"Portions Copyrighted [year] [name of copyright owner]"
15
15
16
The Original Software is NetBeans. The Initial Developer of the Original
16
The Original Software is NetBeans. The Initial Developer of the Original
17
Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
17
Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
18
Microsystems, Inc. All Rights Reserved.
18
Microsystems, Inc. All Rights Reserved.
19
-->
19
-->
20
<?xml-stylesheet type="text/xml" href="../../nbbuild/javadoctools/apichanges.xsl"?>
20
<?xml-stylesheet type="text/xml" href="../../nbbuild/javadoctools/apichanges.xsl"?>
Lines 152-157 Link Here
152
        <class package="org.openidex.search" name="FileObjectFilter"/>
152
        <class package="org.openidex.search" name="FileObjectFilter"/>
153
        <issue number="42540"/>
153
        <issue number="42540"/>
154
        <issue number="43940"/>
154
        <issue number="43940"/>
155
    </change>
156
    
157
    <change>
158
        <api name="search"/>
159
        <summary>
160
            <code>SearchInfo</code>
161
            objects contained in <code>Project</code>s'
162
            lookups are now taken into account by action <em>Find in Projects...</em>
163
        </summary>
164
        <version major="3" minor="11"/>
165
        <date day="12" month="1" year="2007"/>
166
        <author login="mpetras"/>
167
        <compatibility modification="yes"/>  <!-- something must be "yes" -->
168
        <description>
169
            The change is not in the API itself but in the range of its usage.
170
            Before the change, action <em>Find in Projects...</em> did not look
171
            for
172
            <a href="@org-openidex-util@/org/openidex/search/SearchInfo.html"><code>SearchInfo</code></a>
173
            objects &ndash; it always searched
174
            projects' <a href="@org-netbeans-modules-projectapi@/org/netbeans/api/project/SourceGroup.html"><code>SourceGroup</code></a>s.
175
            Now the action first checks the
176
            <a href="@org-netbeans-modules-projectapi@/org/netbeans/api/project/Project.html#getLookup()">project's <code>Lookup</code></a>
177
            for presence of a <code>SearchInfo</code> object. If some
178
            <code>SearchInfo</code> is present, it is used for the search,
179
            and only if there is no <code>SearchInfo</code>,
180
            the project's <code>SourceGroup</code>s are searched.
181
        </description>
182
        <issue number="64392"/>
155
    </change>
183
    </change>
156
184
157
  </changes>
185
  </changes>

Return to bug 64392