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 105005
Collapse All | Expand All

(-)apichanges.xml (+21 lines)
Lines 83-88 Link Here
83
  <changes>
83
  <changes>
84
84
85
 
85
 
86
     <change id="SearchInfoFactory.createCompoundSearchInfo">
87
        <api name="search"/>
88
        <summary>Added method <code>createCompoundSearchInfo(...)</code>
89
                 to class <code>SearchInfoFactory</code></summary>
90
        <version major="3" minor="12"/>
91
        <date day="29" month="5" year="2007"/>
92
        <author login="mpetras"/>
93
        <compatibility addition="yes"/>
94
        <description>
95
            <p>
96
                Compound <code>SearchInfo</code> is a useful functionality that
97
                has been present in the package since the
98
                <code>SearchInfo</code> interface had been introduced. It just
99
                was not available from outside the
100
                <code>org.openidex.search</code> package. This change makes it
101
                available through a public factory method.
102
            </p>
103
        </description>
104
        <class package="org.openidex.search" name="SearchInfoFactory"/>
105
    </change>
106
  
86
     <change id="SearchHistory.ADD_TO_HISTORY">
107
     <change id="SearchHistory.ADD_TO_HISTORY">
87
        <api name="search"/>
108
        <api name="search"/>
88
        <summary>Added <code>ADD_TO_HISTORY</code> field</summary>
109
        <summary>Added <code>ADD_TO_HISTORY</code> field</summary>

Return to bug 105005