blob: 601b9476e43623f12f5664c8382340fe4c7b8074 [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="IBM">
<meta name="GENERATOR" content="Mozilla/4.75 [en] (WinNT; U) [Netscape]">
<title>Java Debug Release Notes</title>
</head>
<body>
<h1>Eclipse 3.3 Java Debug Build Notes&nbsp;</h1>
<h2>Summary of API changes in 3.3</h2>
<ul>
<li>added <code>IJavaThread.isDaemon()</code></li>
<li>added <code>IJavaThread.getFrameCount()</code></li>
<li>added <code>IJavaDebugTarget.supportsInstanceRetreival()</code></li>
<li>added <code>IJavaReferenceType.getInstances(int max)</code></li>
<li>added <code>IJavaObject.getReferringObjects(int max)</code></li>
<li>added <code>IJavaDebugUIConstants.PREF_ALLINSTANCES_MAX_COUNT</code> and
<code>IJavaDebugUIConstants.PREF_ALLREFERENCES_MAX_COUNT</code></li>
<li>added support for access rules to be defined for libraries in an execution
environment
<ul>
<li>An execution environment can define an access rule participant to contribute
rules specific to an environment (see the new attribute <code>ruleParticipant</code>
on the <code>environment</code> element of the <code>executionEnvironments</code>
extension point).</li>
<li>Additionally an access rule participant can be contributed in isolation
to participate in access rule creation for any execution environment (see
the <code>ruleParticipant </code>element of the <code>executionEnvironments</code>
extension point). The rule participant can create rules selectively based
on project, JRE, and system libraries.</li>
<li>See the new interface <code>IAccessRuleParticipant</code> and the new
method <code>IExecutionEnvironment.getAccessRules(...)</code>.</li>
</ul>
</li>
</ul>
<h2>Milestone 5, Feb 9th, 2007</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=172668">172668</a>: Cannot add Exception breakpoint for type name that does not inclue 'Exception'<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=169139">169139</a>: Launch configuration should check .class compability, not compiler compliance level<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=171075">171075</a>: Java Editor Disconnecting Debug Session<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=172348">172348</a>: Dialog to add exception breakpoint extremely slow<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162399">162399</a>: Problem in the implementation of the support of JSR-045<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=165969">165969</a>: API to allow a contributed JRE and variables to be re-initialized<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=170603">170603</a>: Bad usability of Java Exception selection dialog<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=172516">172516</a>: use the new 'deprecated' and 'read-only' classpath variables<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=173152">173152</a>: missing element in tree when 'no monitor information'<br>
<h2>Jan 30, 2007</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=171984">171984</a>: Open the Breakpoint Properties dialog on a key stroke<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=171915">171915</a>: Installed JREs pref page opens very wide<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=171787">171787</a>: javadoc warning in N20070126-0010<br>
<h2>Jan 23, 2007</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=171286">171286</a>: HCR failed dialog should present launch label as well as the target label<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=170966">170966</a>: Logical Structures preference page doesn't update when structure edited<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=171567">171567</a>: [launching] NPE from Launching plugin if constructor does not get called<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=170494">170494</a>: [variables view] add new logical structure dialog content assist available when it shouldn't be<br>
<h2>Jan 16, 2007</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=170322">170322</a>: Breakpoint properties page: condition field should resize vertically<br>
<h2>Jan 9, 2007</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=169768">169768</a>: Cannot add external library if JRE dialog has selection<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=170706">170706</a>: keywords not externalized<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=169565">169565</a>: NPE in JDIDebugTarget when querying supportsInstanceRetrieval<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=78960">78960</a>: watch expression testStepping fails<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=169683">169683</a>: javadoc warning in N20070105-0010<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=169066">169066</a>: Removing a watch from the Expressions fails<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=169104">169104</a>: Debug setting &quot;SuspendOnUncaughtExceptions&quot; saved with wrong key<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=167638">167638</a>: [launching] main method search for launching returns types without main methods<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=168090">168090</a>: Anonymous Inner Class Breakpoint Canceled by Other<br>
<h2>3.3 M4 - Dec 15, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=167740">167740</a>: [variables] [views] New/Edit details formatter menu should not be available on array types<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=167651">167651</a>: [vms] ArrayIndexOutOfBoundsException editing a source location<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=168455">168455</a>: provider name not provided in jdt.launching plugin<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=163376">163376</a>: JRE container is not initialized<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=152962">152962</a>: CCE in JREsPreferencePage.getCurrentCompilerCompliance(..)<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=153796">153796</a>: [breakpoints] can set more than one breakpoint on line<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=167531">167531</a>: Javadoc warnings in I20061211-1607<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=165988">165988</a>: TcpipSpy borked<br>
<h2>Dec 11, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=167244">167244</a>: &quot;Exception occurred: Evaluation failed - thread not suspended..&quot; in Variables view<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=167182">167182</a>: JDIDebugTarget.handleDebugEvents not using getAdapter when identifying the event source<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=166976">166976</a>: [jres] JRE container classpath entries not computed properly per project<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=166290">166290</a>: [views] contended locks and monitors should support ITerminate and ISuspendResume<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=152962">152962</a>: CCE in JREsPreferencePage.getCurrentCompilerCompliance(..)<br>
<h2>Dec 6, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=163444">163444</a>: Associate access restrictions with execution environments<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=166689">166689</a>: [plugins] the jdt.debug plugins should be save participants<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=165845">165845</a>: com.sun.jdi.event.MethodExitEvent.returnValue() not working properly<br>
<h2>Nov 28, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=165223">165223</a>: Starting SDK with a 1.6 VM doesn't set the compiler preferences to 6.0<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=164703">164703</a>: testEclusiveScopedException and testMultiExclusiveScopedExceptionMissed fail on IBM Java2 1.5.0<br>
<h2>Nov 21, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=163463">163463</a>: Template method call needed in JDIDebugTarget.createThread<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=148424">148424</a>: VM Capabilities only available from Target<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=164476">164476</a>: division by zero error selecting columns<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=16929">16929</a>: [evaluation] Eval: should have got runtime NPE<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=164471">164471</a>: NPE when sending a message to &quot;null&quot; in expression eval<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=158280">158280</a>: CCE in JDIObjectValue.getEnclosingObject<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162589">162589</a>: &quot;Run As&quot; not enabling &quot;Java Application&quot; for Inner class &quot;main&quot; method unless outer class also has main<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162752">162752</a>: [details] support details for multi-dimensional string arrays<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=164650">164650</a>: thread groups should implement ITerminate<br>
<h2>Nov 14, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=164548">164548</a>: vm name background is always white<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=163836">163836</a>: StackOverflowError in JavaLaunchableTester.hasMainInChildren(..)<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=164376">164376</a>: NPE in JavaDetailFormatterManager<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=164359">164359</a>: NPE retrieving instance id for null value<br>
<h2>Nov 6, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=163463">163463</a>: Template method call needed in JDIDebugTarget.createThread<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162902">162902</a>: [jres] &quot;cancel&quot; button should probably be &quot;stop&quot; for JRE search<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162899">162899</a>: [jres] Initial size of &quot;add jre dialog&quot; is too narrow<br>
<h2>3.3 Milestone 3 - Nov 3, 2006</h2>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=153913">153913</a>: step over action becomes disabled<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=161243">161243</a>: details for multi-dimensional arrays<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162366">162366</a>: org.eclipse.jdt.debug.tests.testSimpleStepFilter/testInactiveStepFilter depend on VM behavior<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162675">162675</a>: Javadoc warnings in N20061028-0010<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162665">162665</a>: Warnings in N20061028-0010<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162368">162368</a>: Include JRockit-internal classes in the default step filters<br>
<h2>Oct 24, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=161895">161895</a>: Compile errors in N20061022-0010<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=161537">161537</a>: JDT/UI test failures in N20061018-0010<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=152539">152539</a>: Usability: Hot code replace failed dialog is a little panic-inducing<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=157907">157907</a>: [variables view] Preferences action should use PreferencesUtil to open pref pages<br>
<h2>Oct 10, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=160129">160129</a>: Chkpii error in latest build<br>
<h2>Oct 3, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=159815">159815</a>: isRemote(...) test performed 5 times for each variable selection<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=160006">160006</a>: Chkpii error in latest build<br>
<h2>Sept 22, 2006 - Milestone 2</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=157042">157042</a>: [java 1.6] Need way to input counts for all instances / references<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=157489">157489</a>: Package &quot;org.eclipse.jdt.internal.debug.ui.variables&quot; not exported<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=39222">39222</a>: [java launching] Renaming my installed JREs broke all my launch configs<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=157467">157467</a>: Not able to add breakpoints to a static initializer<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=155123">155123</a>: Error message in the log from implementing an extension<br>
<h2>Sept 11, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=156320">156320</a>: Unchecked conversion from IJavaDebugTarget to JDIDebugTarget<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=153793">153793</a>: JavaJRETab.checkCompliance() logs message when project is closed<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=153472">153472</a>: [all references] CCE selecting variable with null value<br>
<h2>Aug 14, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=152572">152572</a>: PDE Tools &gt; Update Classpath... creates wrong warning when no perfect match<br>
<h2>Aug 10, 2006 - Milestone 1</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=74854">74854</a>: [breakpoints] Ctrl+B should set a method breakpoint if invoked from the method signature<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=152446">152446</a>: Problem with multiples JREs<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=151517">151517</a>: [breakpoints] Can't set Class Load Breakpoint like other breakpoints<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=149999">149999</a>: Use ComboFieldEditor from JFace<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=124147">124147</a>: [jres] Changing installed JRE doesn't warn when compiler compliance is not compatible<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=152962">152962</a>: CCE in JREsPreferencePage.getCurrentCompilerCompliance(..)<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=152964">152964</a>: Wrong error about incompatible JRE in launch configuration dialog<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=153256">153256</a>: 'Add JRE' dialog layout problems<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=139195">139195</a>: [breakpoints] Error on Toggle method breakpoint in external .java file<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=153336">153336</a>: [breakpoints] translateToMembers is called too many times<br>
<h2>July 31, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=151996">151996</a>: OpenTypeAction source lookup performance<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=151709">151709</a>: JRE tab should show what JRE is bound to an EE<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=151474">151474</a>: Minor tweaks to the VM Capabilities property page<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=151586">151586</a>: thread label problem for suspend on compilation error<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=151570">151570</a>: Java stack trace console: NPE in FormatStackTraceActionDelegate<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=149874">149874</a>: JUnit Launcher duplicates classpath entries<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=141570">141570</a>: [variables] CCE when array partition part of multi-selection<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=138877">138877</a>: Unable to locate source when clicking in console<br>
<h2>July 18, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=150563">150563</a>: Unused NLS message warning<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=147743">147743</a>: [console] New icon for stack trace &quot;auto format&quot; toggle<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=148985">148985</a>: use new API JavaUI.openInEditor<br>
<h2>July 11, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=149909">149356</a>: Remove JavaElementPropertyTester<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=149356">149356</a>: [help] the new VM capabilities property page has no help topic<br>
<h2>July 4, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=133725">133725</a>: [java launching] Add External Jars dialog does not check if the jar file actually exists<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=148918">148918</a>: [jre] remove discouraged access warnings in AddVMDialog<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=149491">149491</a>: cannot create watchpoints on final or static final members<br>
<h2>June 27, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=141329">141329</a>: vm disconnect when terminating target with thread groups showing<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=147777">147777</a>: mirrorOfVoid() to appear on VirtualMachine<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=148362">148362</a>: DisplayView registers Ctrl+Space globally<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=145592">145592</a>: Debugger gets confused with watchpoints on fields with the same name.<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=145350">145350</a>: JDI Enhancements for Java 6.0<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=145362">145362</a>: JDI test suite needs to be updated for 1.6 tests<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=147773">147773</a>: [debugger] determineIfDaemon throws exception<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=24484">24484</a>: [jres] VM Properties<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=148247">148247</a>: [launching] Creating launching configurations doesn't use the selected class anymore<br>
<h2>June 20, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=42399">42399</a>: [java debug] JDI Java thread has no daemon property<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=140126">140126</a>: [evaluation] CompletionContext shouldn't be instantiated by clients of JDT/Core API<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=139152">139152</a>: [preferences] Java-&gt;Debug preference page validates uninitialized fields<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=132671">132671</a>: [variables] Error dialog after clicking into value field<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=143286">143286</a>: [display view] wrong name for viewaction<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=147116">147116</a>: [Context Help] missing F1 help for console actions<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=140109">140109</a>: [help] Dynamic help is not displayed in the Working Directory of Launch configuration Arguments tab<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=140107">140107</a>: [applet] [help] The context help of Java applet configuration could not be found<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=147484">147484</a>: broken Find/Replace context menu label in Display view<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=90768">90768</a>: [console] Java Stack Trace Console: Option to format per default<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=146825">146825</a>: [console] NPE in process console participant<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=146648">146648</a>: Code Clean up.<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=138864">138864</a>: [variables] IllegalArgumentException while updating variables view<br>
<h2>June 13, 2006</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=146899">146899</a>: test failure on JavaSE6 - ExecutionEnvironmentTests.testAnalyze<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=119860">119860</a>: [evaluation] NPE from watch expression<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=139089">139089</a>: [breakpoints] NPE in JavaBreakpoint.fireRemoved () shutting down eclipse with Java Debug session running<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=142842">142842</a>: [breakpoints] ToggleLineBreakpoint: Invalid thread access<br>
</body>
</html>