Bug 99753 - Debug use of new Boolean(boolean)
Summary: Debug use of new Boolean(boolean)
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.2 M1   Edit
Assignee: Darin Swanson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 107874 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-13 13:58 EDT by Darin Swanson CLA
Modified: 2005-08-24 12:01 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Swanson CLA 2005-06-13 13:58:13 EDT
These can (should) all be changed to either:
Boolean.TRUE or Boolean.FALSE or Boolean.valueOf(boolean)

No need to be creating new objects.
Comment 1 Darin Wright CLA 2005-06-13 14:14:31 EDT
Deferred
Comment 2 Darin Wright CLA 2005-07-19 12:07:46 EDT
Open for 3.2
Comment 3 Kevin Barnes CLA 2005-07-19 14:36:45 EDT
Found and fixed references in:

Breakpoint
LaunchConfiguration
LaunchConfigurationWorkingCopy
CompileErrorProjectPromptStatusHandler
CompileErrorPromptStatusHandler
DebugModePromptStatusHandler
LaunchConfigurationsDialog
ConnectorImpl
BooleanValueImpl
VerboseWriter
VirtualMachineImpl
LaunchConfigurationTests
JavaConnectTab
JavaUISourceLocator
JavaExceptionBreakpoint
JavaLineBreakpoint
JavaMethodBreakpoint
PlusOperator
VMConnectTimeoutStatusHandler
InstanceFilterEditor
WorkingDirectoryStatusHandler
Comment 4 Kevin Barnes CLA 2005-07-19 14:37:02 EDT
Darins, please verify
Comment 5 Darin Swanson CLA 2005-08-03 18:12:22 EDT
Verified.
Comment 6 Darin Swanson CLA 2005-08-24 12:01:01 EDT
*** Bug 107874 has been marked as a duplicate of this bug. ***