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

(-)apichanges.xml (-1 / +15 lines)
Lines 82-88 Link Here
82
    <!-- ACTUAL CHANGES BEGIN HERE: -->
82
    <!-- ACTUAL CHANGES BEGIN HERE: -->
83
83
84
    <changes>
84
    <changes>
85
        
85
        <change id="JavaSource-Task">
86
            <api name="general"/>
87
            <summary>CancellableTask split into Task and CancellableTask.</summary>
88
            <version major="0" minor="17"/>
89
            <date day="13" month="6" year="2007"/>
90
            <author login="tzezula"/>
91
            <compatibility addition="yes" binary="incompatible" deletion="no" deprecation="no" modification="no" semantic="compatible" source="compatible"/>
92
            <description>
93
                The JavaSource.runModificationTask(), runWhenScanFinished() and runUserActionTask() never call the cancel method of the
94
                CancellableTask, the implementor of such a CancellableTask just writes an empty cancel method. The compatible API
95
                change splits the CancellableTask into Task with run method and CancellableTask which extends the Task by cancel method.
96
                The JavaSource methods mentioned above take Task rather than CancellableTask. The CancellableTask is used only for tasks
97
                registered by factories.
98
            </description>
99
        </change>
86
        <change id="CompilationInfo-getTopLevelElements">
100
        <change id="CompilationInfo-getTopLevelElements">
87
            <api name="general"/>
101
            <api name="general"/>
88
            <summary>Added a method to obtain top level elements defined in the source/class file.</summary>
102
            <summary>Added a method to obtain top level elements defined in the source/class file.</summary>

Return to bug 106549