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

(-)tomcatint/tomcat5/nbproject/project.xml (-1 / +1 lines)
Lines 47-53 Link Here
47
                    <build-prerequisite/>
47
                    <build-prerequisite/>
48
                    <compile-dependency/>
48
                    <compile-dependency/>
49
                    <run-dependency>
49
                    <run-dependency>
50
                        <release-version>1</release-version>
50
                        <release-version>2</release-version>
51
                    </run-dependency>
51
                    </run-dependency>
52
                </dependency>                                
52
                </dependency>                                
53
                <dependency>
53
                <dependency>
(-)j2ee/debug/nbproject/project.xml (-1 / +1 lines)
Lines 30-36 Link Here
30
                    <build-prerequisite/>
30
                    <build-prerequisite/>
31
                    <compile-dependency/>
31
                    <compile-dependency/>
32
                    <run-dependency>
32
                    <run-dependency>
33
                        <release-version>1</release-version>
33
                        <release-version>2</release-version>
34
                    </run-dependency>
34
                    </run-dependency>
35
                </dependency>
35
                </dependency>
36
                <dependency>
36
                <dependency>
(-)j2ee/earproject/nbproject/project.xml (-1 / +1 lines)
Lines 39-45 Link Here
39
                    <build-prerequisite/>
39
                    <build-prerequisite/>
40
                    <compile-dependency/>
40
                    <compile-dependency/>
41
                    <run-dependency>
41
                    <run-dependency>
42
                        <release-version>1</release-version>
42
                        <release-version>2</release-version>
43
                    </run-dependency>
43
                    </run-dependency>
44
                </dependency>
44
                </dependency>
45
                <dependency>
45
                <dependency>
(-)j2ee/ejbjarproject/nbproject/project.xml (-1 / +1 lines)
Lines 55-61 Link Here
55
                    <build-prerequisite/>
55
                    <build-prerequisite/>
56
                    <compile-dependency/>
56
                    <compile-dependency/>
57
                    <run-dependency>
57
                    <run-dependency>
58
                        <release-version>1</release-version>
58
                        <release-version>2</release-version>
59
                    </run-dependency>
59
                    </run-dependency>
60
                </dependency>
60
                </dependency>
61
                <dependency>
61
                <dependency>
(-)j2eeserver/nbproject/project.xml (-1 / +1 lines)
Lines 188-194 Link Here
188
                    <build-prerequisite/>
188
                    <build-prerequisite/>
189
                    <compile-dependency/>
189
                    <compile-dependency/>
190
                    <run-dependency>
190
                    <run-dependency>
191
                        <release-version>1</release-version>
191
                        <release-version>2</release-version>
192
                    </run-dependency>
192
                    </run-dependency>
193
                </dependency>                                
193
                </dependency>                                
194
            </module-dependencies>
194
            </module-dependencies>
(-)debuggerjpda/ant/nbproject/project.xml (-1 / +1 lines)
Lines 106-112 Link Here
106
                    <build-prerequisite/>
106
                    <build-prerequisite/>
107
                    <compile-dependency/>
107
                    <compile-dependency/>
108
                    <run-dependency>
108
                    <run-dependency>
109
                        <release-version>1</release-version>
109
                        <release-version>2</release-version>
110
                    </run-dependency>
110
                    </run-dependency>
111
                </dependency>
111
                </dependency>
112
                <dependency>
112
                <dependency>
(-)debuggerjpda/api/apichanges.xml (+22 lines)
Lines 311-316 Link Here
311
            </p>
311
            </p>
312
        </description>
312
        </description>
313
    </change>
313
    </change>
314
    <change>
315
        <api name="JPDADebuggerAPI"/>
316
        <summary>JPDA API interfaces that correspond to JDI API declared as not to implement.</summary>
317
        <version major="2" minor="6"/>
318
        <date day="5" month="8" year="2005"/>
319
        <author login="mentlicher"/>
320
        <compatibility addition="no" source="incompatible" binary="incompatible"/>
321
        <description>
322
            <p>
323
                JPDA API represents JDI functionality.
324
                Since JDI interfaces evolve from one version to another, it's
325
                necessary to declare that interfaces in
326
                org.netbeans.api.debugger.jpda package should not be implemented,
327
                since new methods can be added to these interfaces at any time
328
                to keep up with the JDI functionality.
329
            </p>
330
            <p>
331
                Also JPDABreakpointEvent and JPDABreakpointListener are moved to
332
                newly created org.netbeans.api.debugger.jpda.event package.
333
            </p>
334
        </description>
335
    </change>
314
336
315
</changes>
337
</changes>
316
338
(-)debuggerjpda/api/manifest.mf (-2 / +2 lines)
Lines 1-6 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
OpenIDE-Module: org.netbeans.api.debugger.jpda/1
2
OpenIDE-Module: org.netbeans.api.debugger.jpda/2
3
OpenIDE-Module-Localizing-Bundle: org/netbeans/api/debugger/jpda/Bundle.properties
3
OpenIDE-Module-Localizing-Bundle: org/netbeans/api/debugger/jpda/Bundle.properties
4
OpenIDE-Module-Specification-Version: 1.5
4
OpenIDE-Module-Specification-Version: 2.0
5
OpenIDE-Module-Package-Dependencies: com.sun.jdi[VirtualMachineManager]
5
OpenIDE-Module-Package-Dependencies: com.sun.jdi[VirtualMachineManager]
6
6
(-)debuggerjpda/api/nbproject/project.xml (+1 lines)
Lines 36-41 Link Here
36
            </module-dependencies>
36
            </module-dependencies>
37
            <public-packages>
37
            <public-packages>
38
                <package>org.netbeans.api.debugger.jpda</package>
38
                <package>org.netbeans.api.debugger.jpda</package>
39
                <package>org.netbeans.api.debugger.jpda.event</package>
39
                <package>org.netbeans.spi.debugger.jpda</package>
40
                <package>org.netbeans.spi.debugger.jpda</package>
40
            </public-packages>
41
            </public-packages>
41
        </data>
42
        </data>
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/CallStackFrame.java (-1 / +6 lines)
Lines 7-13 Link Here
7
 * http://www.sun.com/
7
 * http://www.sun.com/
8
 * 
8
 * 
9
 * The Original Code is NetBeans. The Initial Developer of the Original
9
 * The Original Code is NetBeans. The Initial Developer of the Original
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
11
 * Microsystems, Inc. All Rights Reserved.
11
 * Microsystems, Inc. All Rights Reserved.
12
 */
12
 */
13
13
Lines 20-25 Link Here
20
20
21
/**
21
/**
22
 * Represents one stack frame.
22
 * Represents one stack frame.
23
 *
24
 * <pre style="background-color: rgb(255, 255, 102);">
25
 * Since JDI interfaces evolve from one version to another, it's strongly recommended
26
 * not to implement this interface in client code. New methods can be added to
27
 * this interface at any time to keep up with the JDI functionality.</pre>
23
 *
28
 *
24
 * @author Jan Jancura
29
 * @author Jan Jancura
25
 */
30
 */
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/Field.java (+5 lines)
Lines 19-24 Link Here
19
 * interface, if the represented field contains not primitive value (object
19
 * interface, if the represented field contains not primitive value (object
20
 * value).
20
 * value).
21
 *
21
 *
22
 * <pre style="background-color: rgb(255, 255, 102);">
23
 * Since JDI interfaces evolve from one version to another, it's strongly recommended
24
 * not to implement this interface in client code. New methods can be added to
25
 * this interface at any time to keep up with the JDI functionality.</pre>
26
 *
22
 * @see ObjectVariable
27
 * @see ObjectVariable
23
 * @author   Jan Jancura
28
 * @author   Jan Jancura
24
 */
29
 */
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/JPDABreakpoint.java (+2 lines)
Lines 19-24 Link Here
19
import java.util.Iterator;
19
import java.util.Iterator;
20
20
21
import org.netbeans.api.debugger.Breakpoint;
21
import org.netbeans.api.debugger.Breakpoint;
22
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
23
import org.netbeans.api.debugger.jpda.event.JPDABreakpointListener;
22
24
23
/**
25
/**
24
 * Abstract definition of JPDA breakpoint.
26
 * Abstract definition of JPDA breakpoint.
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/JPDADebugger.java (+1 lines)
Lines 32-37 Link Here
32
import org.netbeans.api.debugger.DebuggerManager;
32
import org.netbeans.api.debugger.DebuggerManager;
33
import org.netbeans.api.debugger.jpda.InvalidExpressionException;
33
import org.netbeans.api.debugger.jpda.InvalidExpressionException;
34
import org.netbeans.api.debugger.jpda.Variable;
34
import org.netbeans.api.debugger.jpda.Variable;
35
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
35
36
36
37
37
/**
38
/**
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/JPDAThread.java (-1 / +6 lines)
Lines 7-13 Link Here
7
 * http://www.sun.com/
7
 * http://www.sun.com/
8
 * 
8
 * 
9
 * The Original Code is NetBeans. The Initial Developer of the Original
9
 * The Original Code is NetBeans. The Initial Developer of the Original
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
11
 * Microsystems, Inc. All Rights Reserved.
11
 * Microsystems, Inc. All Rights Reserved.
12
 */
12
 */
13
13
Lines 21-26 Link Here
21
/**
21
/**
22
 * Represents one Java thread in debugged process.
22
 * Represents one Java thread in debugged process.
23
 * 
23
 * 
24
 * <pre style="background-color: rgb(255, 255, 102);">
25
 * Since JDI interfaces evolve from one version to another, it's strongly recommended
26
 * not to implement this interface in client code. New methods can be added to
27
 * this interface at any time to keep up with the JDI functionality.</pre>
28
 *
24
 * @author Jan Jancura
29
 * @author Jan Jancura
25
 */
30
 */
26
public interface JPDAThread {
31
public interface JPDAThread {
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/JPDAThreadGroup.java (-1 / +6 lines)
Lines 7-13 Link Here
7
 * http://www.sun.com/
7
 * http://www.sun.com/
8
 * 
8
 * 
9
 * The Original Code is NetBeans. The Initial Developer of the Original
9
 * The Original Code is NetBeans. The Initial Developer of the Original
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
11
 * Microsystems, Inc. All Rights Reserved.
11
 * Microsystems, Inc. All Rights Reserved.
12
 */
12
 */
13
13
Lines 17-22 Link Here
17
/**
17
/**
18
 * Represents one Java thread group in debugged process.
18
 * Represents one Java thread group in debugged process.
19
 * 
19
 * 
20
 * <pre style="background-color: rgb(255, 255, 102);">
21
 * Since JDI interfaces evolve from one version to another, it's strongly recommended
22
 * not to implement this interface in client code. New methods can be added to
23
 * this interface at any time to keep up with the JDI functionality.</pre>
24
 *
20
 * @author Jan Jancura
25
 * @author Jan Jancura
21
 */
26
 */
22
public interface JPDAThreadGroup  {
27
public interface JPDAThreadGroup  {
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/JPDAWatch.java (-1 / +6 lines)
Lines 7-13 Link Here
7
 * http://www.sun.com/
7
 * http://www.sun.com/
8
 * 
8
 * 
9
 * The Original Code is NetBeans. The Initial Developer of the Original
9
 * The Original Code is NetBeans. The Initial Developer of the Original
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
11
 * Microsystems, Inc. All Rights Reserved.
11
 * Microsystems, Inc. All Rights Reserved.
12
 */
12
 */
13
13
Lines 17-22 Link Here
17
17
18
/**
18
/**
19
 * Represents watch in JPDA debugger.
19
 * Represents watch in JPDA debugger.
20
 *
21
 * <pre style="background-color: rgb(255, 255, 102);">
22
 * It's strongly recommended
23
 * not to implement this interface in client code. New methods can be added to
24
 * this interface at any time to keep up with the JDI functionality.</pre>
20
 *
25
 *
21
 * @author   Jan Jancura
26
 * @author   Jan Jancura
22
 */
27
 */
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/LocalVariable.java (-1 / +6 lines)
Lines 7-13 Link Here
7
 * http://www.sun.com/
7
 * http://www.sun.com/
8
 * 
8
 * 
9
 * The Original Code is NetBeans. The Initial Developer of the Original
9
 * The Original Code is NetBeans. The Initial Developer of the Original
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
11
 * Microsystems, Inc. All Rights Reserved.
11
 * Microsystems, Inc. All Rights Reserved.
12
 */
12
 */
13
13
Lines 18-23 Link Here
18
 * Represents one local. This interface is extended by {@link ObjectVariable}
18
 * Represents one local. This interface is extended by {@link ObjectVariable}
19
 * interface, if the represented local contains not primitive value (object
19
 * interface, if the represented local contains not primitive value (object
20
 * value).
20
 * value).
21
 *
22
 * <pre style="background-color: rgb(255, 255, 102);">
23
 * Since JDI interfaces evolve from one version to another, it's strongly recommended
24
 * not to implement this interface in client code. New methods can be added to
25
 * this interface at any time to keep up with the JDI functionality.</pre>
21
 *
26
 *
22
 * @see ObjectVariable
27
 * @see ObjectVariable
23
 * @author   Jan Jancura
28
 * @author   Jan Jancura
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/ObjectVariable.java (-1 / +6 lines)
Lines 7-13 Link Here
7
 * http://www.sun.com/
7
 * http://www.sun.com/
8
 * 
8
 * 
9
 * The Original Code is NetBeans. The Initial Developer of the Original
9
 * The Original Code is NetBeans. The Initial Developer of the Original
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
11
 * Microsystems, Inc. All Rights Reserved.
11
 * Microsystems, Inc. All Rights Reserved.
12
 */
12
 */
13
13
Lines 18-23 Link Here
18
 * Represents instance of some object in debugged JVM. This interface can 
18
 * Represents instance of some object in debugged JVM. This interface can 
19
 * be optionally inplemented by a implementation of {@link LocalVariable} or 
19
 * be optionally inplemented by a implementation of {@link LocalVariable} or 
20
 * {@link Field} interfaces.
20
 * {@link Field} interfaces.
21
 *
22
 * <pre style="background-color: rgb(255, 255, 102);">
23
 * Since JDI interfaces evolve from one version to another, it's strongly recommended
24
 * not to implement this interface in client code. New methods can be added to
25
 * this interface at any time to keep up with the JDI functionality.</pre>
21
 *
26
 *
22
 * @see LocalVariable
27
 * @see LocalVariable
23
 * @see Field
28
 * @see Field
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/SmartSteppingFilter.java (-1 / +6 lines)
Lines 7-13 Link Here
7
 * http://www.sun.com/
7
 * http://www.sun.com/
8
 * 
8
 * 
9
 * The Original Code is NetBeans. The Initial Developer of the Original
9
 * The Original Code is NetBeans. The Initial Developer of the Original
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
11
 * Microsystems, Inc. All Rights Reserved.
11
 * Microsystems, Inc. All Rights Reserved.
12
 */
12
 */
13
13
Lines 19-24 Link Here
19
/**
19
/**
20
 * Defines list of class exclusion filters to be used to filter stepping 
20
 * Defines list of class exclusion filters to be used to filter stepping 
21
 * in debugged session.
21
 * in debugged session.
22
 *
23
 * <pre style="background-color: rgb(255, 255, 102);">
24
 * It's strongly recommended
25
 * not to implement this interface in client code. New methods can be added to
26
 * this interface at any time to keep up with the JDI functionality.</pre>
22
 *
27
 *
23
 * @author   Jan Jancura
28
 * @author   Jan Jancura
24
 */
29
 */
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/Super.java (+5 lines)
Lines 17-22 Link Here
17
/**
17
/**
18
 * Represents super class of some object and its value.
18
 * Represents super class of some object and its value.
19
 *
19
 *
20
 * <pre style="background-color: rgb(255, 255, 102);">
21
 * Since JDI interfaces evolve from one version to another, it's strongly recommended
22
 * not to implement this interface in client code. New methods can be added to
23
 * this interface at any time to keep up with the JDI functionality.</pre>
24
 *
20
 * @see ObjectVariable#getSuper
25
 * @see ObjectVariable#getSuper
21
 *
26
 *
22
 * @author Jan Jancura
27
 * @author Jan Jancura
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/This.java (+5 lines)
Lines 17-22 Link Here
17
/**
17
/**
18
 * Represents "this" value for call stack frame.
18
 * Represents "this" value for call stack frame.
19
 *
19
 *
20
 * <pre style="background-color: rgb(255, 255, 102);">
21
 * Since JDI interfaces evolve from one version to another, it's strongly recommended
22
 * not to implement this interface in client code. New methods can be added to
23
 * this interface at any time to keep up with the JDI functionality.</pre>
24
 *
20
 * @see CallStackFrame#getThisVariable
25
 * @see CallStackFrame#getThisVariable
21
 *
26
 *
22
 * @author   Jan Jancura
27
 * @author   Jan Jancura
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/Variable.java (-1 / +6 lines)
Lines 7-13 Link Here
7
 * http://www.sun.com/
7
 * http://www.sun.com/
8
 * 
8
 * 
9
 * The Original Code is NetBeans. The Initial Developer of the Original
9
 * The Original Code is NetBeans. The Initial Developer of the Original
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
10
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
11
 * Microsystems, Inc. All Rights Reserved.
11
 * Microsystems, Inc. All Rights Reserved.
12
 */
12
 */
13
13
Lines 16-21 Link Here
16
16
17
/**
17
/**
18
 * Represents some variable in debugged JVM. 
18
 * Represents some variable in debugged JVM. 
19
 *
20
 * <pre style="background-color: rgb(255, 255, 102);">
21
 * Since JDI interfaces evolve from one version to another, it's strongly recommended
22
 * not to implement this interface in client code. New methods can be added to
23
 * this interface at any time to keep up with the JDI functionality.</pre>
19
 *
24
 *
20
 * @see LocalVariable
25
 * @see LocalVariable
21
 * @see Field
26
 * @see Field
(-)debuggerjpda/api/src/org/netbeans/api/debugger/jpda/package.html (-5 / +9 lines)
Lines 17-31 Link Here
17
  -- http://www.sun.com/
17
  -- http://www.sun.com/
18
  -- 
18
  -- 
19
  -- The Original Code is NetBeans. The Initial Developer of the Original
19
  -- The Original Code is NetBeans. The Initial Developer of the Original
20
  -- Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
20
  -- Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
21
  -- Microsystems, Inc. All Rights Reserved.
21
  -- Microsystems, Inc. All Rights Reserved.
22
  -->
22
  -->
23
</head>
23
</head>
24
<body>
24
<body>
25
JPDA Debugger APIs.
25
JPDA Debugger APIs provide representation of JDI functionality. Interfaces in
26
<ul>
26
org.netbeans.api.debugger.jpda package correspond to appropriate JDI interfaces.
27
  
27
<br>
28
</ul>
28
<br>
29
<pre style="background-color: rgb(255, 255, 102);">
30
Since JDI interfaces evolve from one version to another, it's strongly recommended
31
not to implement any interface in this package. New methods can be added to
32
these interfaces at any time to keep up with the JDI functionality.</pre>
29
<br>
33
<br>
30
<br>
34
<br>
31
</body>
35
</body>
(-)debuggerjpda/nbproject/project.xml (-1 / +1 lines)
Lines 30-36 Link Here
30
                    <build-prerequisite/>
30
                    <build-prerequisite/>
31
                    <compile-dependency/>
31
                    <compile-dependency/>
32
                    <run-dependency>
32
                    <run-dependency>
33
                        <release-version>1</release-version>
33
                        <release-version>2</release-version>
34
                    </run-dependency>
34
                    </run-dependency>
35
                </dependency>
35
                </dependency>
36
                <dependency>
36
                <dependency>
(-)debuggerjpda/src/org/netbeans/modules/debugger/jpda/JPDADebuggerImpl.java (-1 / +1 lines)
Lines 60-66 Link Here
60
import org.netbeans.api.debugger.jpda.CallStackFrame;
60
import org.netbeans.api.debugger.jpda.CallStackFrame;
61
import org.netbeans.api.debugger.jpda.DebuggerStartException;
61
import org.netbeans.api.debugger.jpda.DebuggerStartException;
62
import org.netbeans.api.debugger.jpda.JPDABreakpoint;
62
import org.netbeans.api.debugger.jpda.JPDABreakpoint;
63
import org.netbeans.api.debugger.jpda.JPDABreakpointEvent;
63
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
64
import org.netbeans.api.debugger.jpda.JPDADebugger;
64
import org.netbeans.api.debugger.jpda.JPDADebugger;
65
import org.netbeans.api.debugger.jpda.JPDAThread;
65
import org.netbeans.api.debugger.jpda.JPDAThread;
66
import org.netbeans.api.debugger.jpda.SmartSteppingFilter;
66
import org.netbeans.api.debugger.jpda.SmartSteppingFilter;
(-)debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/BreakpointImpl.java (-1 / +1 lines)
Lines 31-37 Link Here
31
31
32
import org.netbeans.api.debugger.jpda.InvalidExpressionException;
32
import org.netbeans.api.debugger.jpda.InvalidExpressionException;
33
import org.netbeans.api.debugger.jpda.JPDABreakpoint;
33
import org.netbeans.api.debugger.jpda.JPDABreakpoint;
34
import org.netbeans.api.debugger.jpda.JPDABreakpointEvent;
34
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
35
import org.netbeans.api.debugger.jpda.JPDADebugger;
35
import org.netbeans.api.debugger.jpda.JPDADebugger;
36
import org.netbeans.api.debugger.Session;
36
import org.netbeans.api.debugger.Session;
37
import org.netbeans.api.debugger.DebuggerManager;
37
import org.netbeans.api.debugger.DebuggerManager;
(-)debuggerjpda/test/unit/src/org/netbeans/api/debugger/jpda/BreakpointResumeTest.java (+2 lines)
Lines 16-21 Link Here
16
import org.netbeans.api.debugger.DebuggerManager;
16
import org.netbeans.api.debugger.DebuggerManager;
17
17
18
import java.net.URL;
18
import java.net.URL;
19
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
20
import org.netbeans.api.debugger.jpda.event.JPDABreakpointListener;
19
import org.netbeans.junit.NbTestCase;
21
import org.netbeans.junit.NbTestCase;
20
22
21
23
(-)debuggerjpda/test/unit/src/org/netbeans/api/debugger/jpda/ClassBreakpointTest.java (+2 lines)
Lines 14-19 Link Here
14
package org.netbeans.api.debugger.jpda;
14
package org.netbeans.api.debugger.jpda;
15
15
16
import org.netbeans.api.debugger.DebuggerManager;
16
import org.netbeans.api.debugger.DebuggerManager;
17
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
18
import org.netbeans.api.debugger.jpda.event.JPDABreakpointListener;
17
import org.netbeans.junit.NbTestCase;
19
import org.netbeans.junit.NbTestCase;
18
20
19
21
(-)debuggerjpda/test/unit/src/org/netbeans/api/debugger/jpda/ExceptionBreakpointTest.java (+2 lines)
Lines 14-19 Link Here
14
package org.netbeans.api.debugger.jpda;
14
package org.netbeans.api.debugger.jpda;
15
15
16
import org.netbeans.api.debugger.DebuggerManager;
16
import org.netbeans.api.debugger.DebuggerManager;
17
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
18
import org.netbeans.api.debugger.jpda.event.JPDABreakpointListener;
17
import org.netbeans.junit.NbTestCase;
19
import org.netbeans.junit.NbTestCase;
18
20
19
/**
21
/**
(-)debuggerjpda/test/unit/src/org/netbeans/api/debugger/jpda/FieldBreakpointTest.java (+2 lines)
Lines 15-20 Link Here
15
15
16
import com.sun.jdi.AbsentInformationException;
16
import com.sun.jdi.AbsentInformationException;
17
import org.netbeans.api.debugger.DebuggerManager;
17
import org.netbeans.api.debugger.DebuggerManager;
18
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
19
import org.netbeans.api.debugger.jpda.event.JPDABreakpointListener;
18
import org.netbeans.junit.NbTestCase;
20
import org.netbeans.junit.NbTestCase;
19
import org.openide.util.RequestProcessor;
21
import org.openide.util.RequestProcessor;
20
22
(-)debuggerjpda/test/unit/src/org/netbeans/api/debugger/jpda/JspLineBreakpointTest.java (+2 lines)
Lines 21-26 Link Here
21
import java.net.URL;
21
import java.net.URL;
22
import junit.framework.AssertionFailedError;
22
import junit.framework.AssertionFailedError;
23
import org.netbeans.api.debugger.DebuggerManager;
23
import org.netbeans.api.debugger.DebuggerManager;
24
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
25
import org.netbeans.api.debugger.jpda.event.JPDABreakpointListener;
24
import org.netbeans.junit.NbTestCase;
26
import org.netbeans.junit.NbTestCase;
25
27
26
28
(-)debuggerjpda/test/unit/src/org/netbeans/api/debugger/jpda/LineBreakpointTest.java (+2 lines)
Lines 18-23 Link Here
18
18
19
import com.sun.jdi.connect.IllegalConnectorArgumentsException;
19
import com.sun.jdi.connect.IllegalConnectorArgumentsException;
20
import org.netbeans.api.debugger.DebuggerManager;
20
import org.netbeans.api.debugger.DebuggerManager;
21
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
22
import org.netbeans.api.debugger.jpda.event.JPDABreakpointListener;
21
import org.netbeans.junit.NbTestCase;
23
import org.netbeans.junit.NbTestCase;
22
24
23
/**
25
/**
(-)debuggerjpda/test/unit/src/org/netbeans/api/debugger/jpda/MethodBreakpointTest.java (+2 lines)
Lines 14-19 Link Here
14
package org.netbeans.api.debugger.jpda;
14
package org.netbeans.api.debugger.jpda;
15
15
16
import org.netbeans.api.debugger.DebuggerManager;
16
import org.netbeans.api.debugger.DebuggerManager;
17
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
18
import org.netbeans.api.debugger.jpda.event.JPDABreakpointListener;
17
import org.netbeans.junit.NbTestCase;
19
import org.netbeans.junit.NbTestCase;
18
20
19
21
(-)debuggerjpda/test/unit/src/org/netbeans/api/debugger/jpda/ThreadBreakpointTest.java (+2 lines)
Lines 14-19 Link Here
14
package org.netbeans.api.debugger.jpda;
14
package org.netbeans.api.debugger.jpda;
15
15
16
import org.netbeans.api.debugger.DebuggerManager;
16
import org.netbeans.api.debugger.DebuggerManager;
17
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
18
import org.netbeans.api.debugger.jpda.event.JPDABreakpointListener;
17
import org.netbeans.junit.NbTestCase;
19
import org.netbeans.junit.NbTestCase;
18
20
19
/**
21
/**
(-)debuggerjpda/ui/nbproject/project.xml (-1 / +1 lines)
Lines 30-36 Link Here
30
                    <build-prerequisite/>
30
                    <build-prerequisite/>
31
                    <compile-dependency/>
31
                    <compile-dependency/>
32
                    <run-dependency>
32
                    <run-dependency>
33
                        <release-version>1</release-version>
33
                        <release-version>2</release-version>
34
                    </run-dependency>
34
                    </run-dependency>
35
                </dependency>
35
                </dependency>
36
                <dependency>
36
                <dependency>
(-)debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/BreakpointOutput.java (+2 lines)
Lines 19-24 Link Here
19
import org.netbeans.api.debugger.DebuggerManager;
19
import org.netbeans.api.debugger.DebuggerManager;
20
import org.netbeans.api.debugger.Session;
20
import org.netbeans.api.debugger.Session;
21
import org.netbeans.api.debugger.jpda.*;
21
import org.netbeans.api.debugger.jpda.*;
22
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
23
import org.netbeans.api.debugger.jpda.event.JPDABreakpointListener;
22
import org.netbeans.modules.debugger.jpda.ui.models.BreakpointsNodeModel;
24
import org.netbeans.modules.debugger.jpda.ui.models.BreakpointsNodeModel;
23
import org.netbeans.spi.debugger.ContextProvider;
25
import org.netbeans.spi.debugger.ContextProvider;
24
26
(-)debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/RunIntoMethodActionProvider.java (-2 / +2 lines)
Lines 29-36 Link Here
29
import org.netbeans.api.debugger.Session;
29
import org.netbeans.api.debugger.Session;
30
import org.netbeans.api.debugger.jpda.JPDADebugger;
30
import org.netbeans.api.debugger.jpda.JPDADebugger;
31
import org.netbeans.api.debugger.jpda.LineBreakpoint;
31
import org.netbeans.api.debugger.jpda.LineBreakpoint;
32
import org.netbeans.api.debugger.jpda.JPDABreakpointListener;
32
import org.netbeans.api.debugger.jpda.event.JPDABreakpointListener;
33
import org.netbeans.api.debugger.jpda.JPDABreakpointEvent;
33
import org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent;
34
import org.netbeans.api.debugger.jpda.JPDAStep;
34
import org.netbeans.api.debugger.jpda.JPDAStep;
35
import org.netbeans.modules.debugger.jpda.ui.EditorContextBridge;
35
import org.netbeans.modules.debugger.jpda.ui.EditorContextBridge;
36
import org.netbeans.spi.debugger.ActionsProviderSupport;
36
import org.netbeans.spi.debugger.ActionsProviderSupport;
(-)web/jspdebug/nbproject/project.xml (-1 / +1 lines)
Lines 60-66 Link Here
60
                    <build-prerequisite/>
60
                    <build-prerequisite/>
61
                    <compile-dependency/>
61
                    <compile-dependency/>
62
                    <run-dependency>
62
                    <run-dependency>
63
                        <release-version>1</release-version>
63
                        <release-version>2</release-version>
64
                    </run-dependency>
64
                    </run-dependency>
65
                </dependency> 
65
                </dependency> 
66
                <dependency>
66
                <dependency>
(-)serverplugins/sun/appsrv81/manifest.mf (-1 / +1 lines)
Lines 20-26 Link Here
20
 org.netbeans.modules.j2eeserver/3 > 1.5,
20
 org.netbeans.modules.j2eeserver/3 > 1.5,
21
 org.netbeans.modules.j2eeapis/1, 
21
 org.netbeans.modules.j2eeapis/1, 
22
 org.netbeans.api.debugger/1, 
22
 org.netbeans.api.debugger/1, 
23
 org.netbeans.api.debugger.jpda/1, 
23
 org.netbeans.api.debugger.jpda/2, 
24
 org.netbeans.modules.j2ee.dd/1 > 1.3, 
24
 org.netbeans.modules.j2ee.dd/1 > 1.3, 
25
 org.netbeans.modules.schema2beans/1,
25
 org.netbeans.modules.schema2beans/1,
26
 org.netbeans.modules.db/1 = 2, 
26
 org.netbeans.modules.db/1 = 2, 
(-)serverplugins/sun/appsrv81/nbproject/project.xml (-1 / +1 lines)
Lines 32-38 Link Here
32
                    <build-prerequisite/>
32
                    <build-prerequisite/>
33
                    <compile-dependency/>
33
                    <compile-dependency/>
34
                    <run-dependency>
34
                    <run-dependency>
35
                        <release-version>1</release-version>
35
                        <release-version>2</release-version>
36
                    </run-dependency>
36
                    </run-dependency>
37
                </dependency>
37
                </dependency>
38
                
38
                
(-)web/project/nbproject/project.xml (-1 / +1 lines)
Lines 47-53 Link Here
47
                    <build-prerequisite/>
47
                    <build-prerequisite/>
48
                    <compile-dependency/>
48
                    <compile-dependency/>
49
                    <run-dependency>
49
                    <run-dependency>
50
                        <release-version>1</release-version>
50
                        <release-version>2</release-version>
51
                    </run-dependency>
51
                    </run-dependency>
52
                </dependency>
52
                </dependency>
53
                <dependency>
53
                <dependency>
(-)ide/golden/cluster-deps.txt (-1 / +1 lines)
Lines 34-40 Link Here
34
  REQUIRES javax.jmi.reflect/1 (ide)
34
  REQUIRES javax.jmi.reflect/1 (ide)
35
  REQUIRES org.apache.tools.ant.module/3 (ide)
35
  REQUIRES org.apache.tools.ant.module/3 (ide)
36
  REQUIRES org.netbeans.api.debugger/1 (ide)
36
  REQUIRES org.netbeans.api.debugger/1 (ide)
37
  REQUIRES org.netbeans.api.debugger.jpda/1 (ide)
37
  REQUIRES org.netbeans.api.debugger.jpda/2 (ide)
38
  REQUIRES org.netbeans.api.java/1 (ide)
38
  REQUIRES org.netbeans.api.java/1 (ide)
39
  REQUIRES org.netbeans.api.mdr/1 (ide)
39
  REQUIRES org.netbeans.api.mdr/1 (ide)
40
  REQUIRES org.netbeans.api.progress/1 (platform)
40
  REQUIRES org.netbeans.api.progress/1 (platform)
(-)ide/golden/deps.txt (-12 / +14 lines)
Lines 41-47 Link Here
41
  REQUIRES org.openide.filesystems (platform)
41
  REQUIRES org.openide.filesystems (platform)
42
  REQUIRES org.openide.modules.ModuleFormat1
42
  REQUIRES org.openide.modules.ModuleFormat1
43
  REQUIRES org.openide.util (platform)
43
  REQUIRES org.openide.util (platform)
44
MODULE org.netbeans.api.debugger.jpda/1 (ide)
44
MODULE org.netbeans.api.debugger.jpda/2 (ide)
45
  REQUIRES org.netbeans.api.debugger/1 (ide)
45
  REQUIRES org.netbeans.api.debugger/1 (ide)
46
  REQUIRES org.netbeans.spi.viewmodel/2 (ide)
46
  REQUIRES org.netbeans.spi.viewmodel/2 (ide)
47
  REQUIRES org.openide.modules.ModuleFormat1
47
  REQUIRES org.openide.modules.ModuleFormat1
Lines 387-393 Link Here
387
  REQUIRES org.openide.windows (platform)
387
  REQUIRES org.openide.windows (platform)
388
MODULE org.netbeans.modules.debugger.jpda/2 (ide)
388
MODULE org.netbeans.modules.debugger.jpda/2 (ide)
389
  REQUIRES org.netbeans.api.debugger/1 (ide)
389
  REQUIRES org.netbeans.api.debugger/1 (ide)
390
  REQUIRES org.netbeans.api.debugger.jpda/1 (ide)
390
  REQUIRES org.netbeans.api.debugger.jpda/2 (ide)
391
  REQUIRES org.netbeans.spi.viewmodel/2 (ide)
391
  REQUIRES org.netbeans.spi.viewmodel/2 (ide)
392
  REQUIRES org.openide.filesystems (platform)
392
  REQUIRES org.openide.filesystems (platform)
393
  REQUIRES org.openide.modules.ModuleFormat1
393
  REQUIRES org.openide.modules.ModuleFormat1
Lines 395-401 Link Here
395
MODULE org.netbeans.modules.debugger.jpda.ant (ide)
395
MODULE org.netbeans.modules.debugger.jpda.ant (ide)
396
  REQUIRES org.apache.tools.ant.module/3 (ide)
396
  REQUIRES org.apache.tools.ant.module/3 (ide)
397
  REQUIRES org.netbeans.api.debugger/1 (ide)
397
  REQUIRES org.netbeans.api.debugger/1 (ide)
398
  REQUIRES org.netbeans.api.debugger.jpda/1 (ide)
398
  REQUIRES org.netbeans.api.debugger.jpda/2 (ide)
399
  REQUIRES org.netbeans.api.java/1 (ide)
399
  REQUIRES org.netbeans.api.java/1 (ide)
400
  REQUIRES org.netbeans.modules.debugger.jpda.ui/1 (ide)
400
  REQUIRES org.netbeans.modules.debugger.jpda.ui/1 (ide)
401
  REQUIRES org.netbeans.modules.java.platform/1 (ide)
401
  REQUIRES org.netbeans.modules.java.platform/1 (ide)
Lines 413-425 Link Here
413
  REQUIRES org.openide.windows (platform)
413
  REQUIRES org.openide.windows (platform)
414
MODULE org.netbeans.modules.debugger.jpda.ui/1 (ide)
414
MODULE org.netbeans.modules.debugger.jpda.ui/1 (ide)
415
  REQUIRES org.netbeans.api.debugger/1 (ide)
415
  REQUIRES org.netbeans.api.debugger/1 (ide)
416
  REQUIRES org.netbeans.api.debugger.jpda/1 (ide)
416
  REQUIRES org.netbeans.api.debugger.jpda/2 (ide)
417
  REQUIRES org.netbeans.modules.debugger.jpda/2 (ide)
417
  REQUIRES org.netbeans.modules.debugger.jpda/2 (ide)
418
  REQUIRES org.netbeans.spi.debugger.ui/1 (ide)
418
  REQUIRES org.netbeans.spi.debugger.ui/1 (ide)
419
  REQUIRES org.netbeans.spi.viewmodel/2 (ide)
419
  REQUIRES org.netbeans.spi.viewmodel/2 (ide)
420
  REQUIRES org.openide.awt (platform)
420
  REQUIRES org.openide.awt (platform)
421
  REQUIRES org.openide.dialogs (platform)
421
  REQUIRES org.openide.dialogs (platform)
422
  REQUIRES org.openide.filesystems (platform)
422
  REQUIRES org.openide.io (platform)
423
  REQUIRES org.openide.io (platform)
424
  REQUIRES org.openide.loaders (platform)
423
  REQUIRES org.openide.modules.ModuleFormat1
425
  REQUIRES org.openide.modules.ModuleFormat1
424
  REQUIRES org.openide.nodes (platform)
426
  REQUIRES org.openide.nodes (platform)
425
  REQUIRES org.openide.util (platform)
427
  REQUIRES org.openide.util (platform)
Lines 787-800 Link Here
787
  REQUIRES org.openide.windows (platform)
789
  REQUIRES org.openide.windows (platform)
788
MODULE org.netbeans.modules.j2ee.debug/1 (j2ee)
790
MODULE org.netbeans.modules.j2ee.debug/1 (j2ee)
789
  REQUIRES org.netbeans.api.debugger/1 (ide)
791
  REQUIRES org.netbeans.api.debugger/1 (ide)
790
  REQUIRES org.netbeans.api.debugger.jpda/1 (ide)
792
  REQUIRES org.netbeans.api.debugger.jpda/2 (ide)
791
  REQUIRES org.netbeans.spi.viewmodel/2 (ide)
793
  REQUIRES org.netbeans.spi.viewmodel/2 (ide)
792
  REQUIRES org.openide.modules.ModuleFormat1
794
  REQUIRES org.openide.modules.ModuleFormat1
793
  REQUIRES org.openide.util (platform)
795
  REQUIRES org.openide.util (platform)
794
MODULE org.netbeans.modules.j2ee.earproject (j2ee)
796
MODULE org.netbeans.modules.j2ee.earproject (j2ee)
795
  REQUIRES org.apache.tools.ant.module/3 (ide)
797
  REQUIRES org.apache.tools.ant.module/3 (ide)
796
  REQUIRES org.netbeans.api.debugger/1 (ide)
798
  REQUIRES org.netbeans.api.debugger/1 (ide)
797
  REQUIRES org.netbeans.api.debugger.jpda/1 (ide)
799
  REQUIRES org.netbeans.api.debugger.jpda/2 (ide)
798
  REQUIRES org.netbeans.api.java/1 (ide)
800
  REQUIRES org.netbeans.api.java/1 (ide)
799
  REQUIRES org.netbeans.api.web.webmodule (j2ee)
801
  REQUIRES org.netbeans.api.web.webmodule (j2ee)
800
  REQUIRES org.netbeans.modules.ant.browsetask (ide)
802
  REQUIRES org.netbeans.modules.ant.browsetask (ide)
Lines 854-860 Link Here
854
  REQUIRES javax.jmi.reflect/1 (ide)
856
  REQUIRES javax.jmi.reflect/1 (ide)
855
  REQUIRES org.apache.tools.ant.module/3 (ide)
857
  REQUIRES org.apache.tools.ant.module/3 (ide)
856
  REQUIRES org.netbeans.api.debugger/1 (ide)
858
  REQUIRES org.netbeans.api.debugger/1 (ide)
857
  REQUIRES org.netbeans.api.debugger.jpda/1 (ide)
859
  REQUIRES org.netbeans.api.debugger.jpda/2 (ide)
858
  REQUIRES org.netbeans.api.java/1 (ide)
860
  REQUIRES org.netbeans.api.java/1 (ide)
859
  REQUIRES org.netbeans.api.mdr/1 (ide)
861
  REQUIRES org.netbeans.api.mdr/1 (ide)
860
  REQUIRES org.netbeans.api.progress/1 (platform)
862
  REQUIRES org.netbeans.api.progress/1 (platform)
Lines 970-976 Link Here
970
  REQUIRES org.openide.util (platform)
972
  REQUIRES org.openide.util (platform)
971
MODULE org.netbeans.modules.j2ee.sun.appsrv81/1 (j2ee)
973
MODULE org.netbeans.modules.j2ee.sun.appsrv81/1 (j2ee)
972
  REQUIRES org.netbeans.api.debugger/1 (ide)
974
  REQUIRES org.netbeans.api.debugger/1 (ide)
973
  REQUIRES org.netbeans.api.debugger.jpda/1 (ide)
975
  REQUIRES org.netbeans.api.debugger.jpda/2 (ide)
974
  REQUIRES org.netbeans.api.xml/1 (ide)
976
  REQUIRES org.netbeans.api.xml/1 (ide)
975
  REQUIRES org.netbeans.modules.db/1 (ide)
977
  REQUIRES org.netbeans.modules.db/1 (ide)
976
  REQUIRES org.netbeans.modules.j2ee.dd/1 (j2ee)
978
  REQUIRES org.netbeans.modules.j2ee.dd/1 (j2ee)
Lines 1035-1041 Link Here
1035
  REQUIRES org.openide.windows (platform)
1037
  REQUIRES org.openide.windows (platform)
1036
MODULE org.netbeans.modules.j2eeserver/3 (j2ee)
1038
MODULE org.netbeans.modules.j2eeserver/3 (j2ee)
1037
  REQUIRES org.netbeans.api.debugger/1 (ide)
1039
  REQUIRES org.netbeans.api.debugger/1 (ide)
1038
  REQUIRES org.netbeans.api.debugger.jpda/1 (ide)
1040
  REQUIRES org.netbeans.api.debugger.jpda/2 (ide)
1039
  REQUIRES org.netbeans.api.java/1 (ide)
1041
  REQUIRES org.netbeans.api.java/1 (ide)
1040
  REQUIRES org.netbeans.api.xml/1 (ide)
1042
  REQUIRES org.netbeans.api.xml/1 (ide)
1041
  REQUIRES org.netbeans.libs.j2eeeditor/1 (j2ee)
1043
  REQUIRES org.netbeans.libs.j2eeeditor/1 (j2ee)
Lines 1555-1561 Link Here
1555
  REQUIRES org.openide.windows (platform)
1557
  REQUIRES org.openide.windows (platform)
1556
MODULE org.netbeans.modules.tomcat5/1 (j2ee)
1558
MODULE org.netbeans.modules.tomcat5/1 (j2ee)
1557
  REQUIRES org.netbeans.api.debugger/1 (ide)
1559
  REQUIRES org.netbeans.api.debugger/1 (ide)
1558
  REQUIRES org.netbeans.api.debugger.jpda/1 (ide)
1560
  REQUIRES org.netbeans.api.debugger.jpda/2 (ide)
1559
  REQUIRES org.netbeans.api.java/1 (ide)
1561
  REQUIRES org.netbeans.api.java/1 (ide)
1560
  REQUIRES org.netbeans.libs.xerces/1 (ide)
1562
  REQUIRES org.netbeans.libs.xerces/1 (ide)
1561
  REQUIRES org.netbeans.modules.j2ee.dd/1 (j2ee)
1563
  REQUIRES org.netbeans.modules.j2ee.dd/1 (j2ee)
Lines 1756-1762 Link Here
1756
  REQUIRES org.openide.windows (platform)
1758
  REQUIRES org.openide.windows (platform)
1757
MODULE org.netbeans.modules.web.debug/1 (j2ee)
1759
MODULE org.netbeans.modules.web.debug/1 (j2ee)
1758
  REQUIRES org.netbeans.api.debugger/1 (ide)
1760
  REQUIRES org.netbeans.api.debugger/1 (ide)
1759
  REQUIRES org.netbeans.api.debugger.jpda/1 (ide)
1761
  REQUIRES org.netbeans.api.debugger.jpda/2 (ide)
1760
  REQUIRES org.netbeans.api.web.webmodule (j2ee)
1762
  REQUIRES org.netbeans.api.web.webmodule (j2ee)
1761
  REQUIRES org.netbeans.modules.j2eeserver/3 (j2ee)
1763
  REQUIRES org.netbeans.modules.j2eeserver/3 (j2ee)
1762
  REQUIRES org.netbeans.modules.projectapi/1 (ide)
1764
  REQUIRES org.netbeans.modules.projectapi/1 (ide)
Lines 1831-1837 Link Here
1831
  REQUIRES javax.jmi.reflect/1 (ide)
1833
  REQUIRES javax.jmi.reflect/1 (ide)
1832
  REQUIRES org.apache.tools.ant.module/3 (ide)
1834
  REQUIRES org.apache.tools.ant.module/3 (ide)
1833
  REQUIRES org.netbeans.api.debugger/1 (ide)
1835
  REQUIRES org.netbeans.api.debugger/1 (ide)
1834
  REQUIRES org.netbeans.api.debugger.jpda/1 (ide)
1836
  REQUIRES org.netbeans.api.debugger.jpda/2 (ide)
1835
  REQUIRES org.netbeans.api.java/1 (ide)
1837
  REQUIRES org.netbeans.api.java/1 (ide)
1836
  REQUIRES org.netbeans.api.mdr/1 (ide)
1838
  REQUIRES org.netbeans.api.mdr/1 (ide)
1837
  REQUIRES org.netbeans.api.web.webmodule (j2ee)
1839
  REQUIRES org.netbeans.api.web.webmodule (j2ee)
(-)ide/golden/modules.txt (-1 / +1 lines)
Lines 3-9 Link Here
3
MODULE javax.jmi.reflect/1 (ide)
3
MODULE javax.jmi.reflect/1 (ide)
4
MODULE org.apache.tools.ant.module/3 (ide)
4
MODULE org.apache.tools.ant.module/3 (ide)
5
MODULE org.netbeans.api.debugger/1 (ide)
5
MODULE org.netbeans.api.debugger/1 (ide)
6
MODULE org.netbeans.api.debugger.jpda/1 (ide)
6
MODULE org.netbeans.api.debugger.jpda/2 (ide)
7
MODULE org.netbeans.api.java/1 (ide)
7
MODULE org.netbeans.api.java/1 (ide)
8
MODULE org.netbeans.api.mdr/1 (ide)
8
MODULE org.netbeans.api.mdr/1 (ide)
9
MODULE org.netbeans.api.progress/1 (platform)
9
MODULE org.netbeans.api.progress/1 (platform)
(-)ide/golden/public-packages.txt (+1 lines)
Lines 76-81 Link Here
76
org.apache.xml.serialize
76
org.apache.xml.serialize
77
org.netbeans.api.debugger
77
org.netbeans.api.debugger
78
org.netbeans.api.debugger.jpda
78
org.netbeans.api.debugger.jpda
79
org.netbeans.api.debugger.jpda.event
79
org.netbeans.api.diff
80
org.netbeans.api.diff
80
org.netbeans.api.editor.completion
81
org.netbeans.api.editor.completion
81
org.netbeans.api.editor.fold
82
org.netbeans.api.editor.fold
(-)ide/golden/shared-packages.txt (+1 lines)
Lines 1-3 Link Here
1
1
com.sun.tools.j2ee.editor
2
com.sun.tools.j2ee.editor
2
com.sun.tools.j2ee.editor.cookies
3
com.sun.tools.j2ee.editor.cookies
3
com.sun.tools.j2ee.editor.ddtypes
4
com.sun.tools.j2ee.editor.ddtypes

Return to bug 59129