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.

Bug 180174 - common-debugger convergece : always enable ApplyChanges and popup advertisment msgs on other platforms than Solaris
Summary: common-debugger convergece : always enable ApplyChanges and popup advertismen...
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: All Linux
: P2 normal (vote)
Assignee: Chihin Ko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-02 15:59 UTC by Chihin Ko
Modified: 2010-02-09 15:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chihin Ko 2010-02-02 15:59:50 UTC
Currently ApplyChanges button is disabled on other platforms than Solaris. 

We decided to have it always be enabled and have a "this doesn't work on this platform but works with solaris/dbx" advertisment popup.
Comment 1 Chihin Ko 2010-02-04 20:12:13 UTC
Fixes:
  - Make "ApplyChanges" always on in FixActionProvider.update()
  - Add "isSolaris" field for Platform enum and initialized while 
    creating Platform
  - DbxDebuggerImpl.fix() make distinguishment of Solaris and
    non-Solaris platform and behave accordingly.
Comment 2 Chihin Ko 2010-02-09 15:09:22 UTC
changeset: 357:f91a514e6152

Fixes:
  - Make "ApplyChanges" always on in FixActionProvider.update()
  - Add "isSolaris" field for Platform enum and initialized while 
    creating Platform
  - DbxDebuggerImpl.fix() make distinguishment of Solaris and non-Solaris
    platform and behave accordingly