Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 202358 Details for
Bug 353851
Clean up 'API Errors/Warnings' preference page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
proposed changes
preference_page.patch (text/plain), 4.52 KB, created by
Michael Rennie
on 2011-08-29 15:36:39 EDT
(
hide
)
Description:
proposed changes
Filename:
MIME Type:
Creator:
Michael Rennie
Created:
2011-08-29 15:36:39 EDT
Size:
4.52 KB
patch
obsolete
>diff --git src/org/eclipse/pde/api/tools/ui/internal/preferences/ApiErrorsWarningsConfigurationBlock.java src/org/eclipse/pde/api/tools/ui/internal/preferences/ApiErrorsWarningsConfigurationBlock.java >index 8689cf1..93bfba5 100644 >--- src/org/eclipse/pde/api/tools/ui/internal/preferences/ApiErrorsWarningsConfigurationBlock.java >+++ src/org/eclipse/pde/api/tools/ui/internal/preferences/ApiErrorsWarningsConfigurationBlock.java >@@ -1394,6 +1394,9 @@ > final Command command = commandService.getCommand(P2_INSTALL_COMMAND_HANDLER); > if (command.isHandled()) { > String linkedName = PreferenceMessages.ApiProblemSeveritiesConfigurationBlock_checkable_ees_link_label; >+ if(stubs.length == 0) { >+ linkedName = PreferenceMessages.install_ee_descriptions; >+ } > SWTFactory.createVerticalSpacer(group, 1); > Link link = SWTFactory.createLink(group, linkedName, JFaceResources.getDialogFont(), 3); > link.setToolTipText(PreferenceMessages.ApiProblemSeveritiesConfigurationBlock_checkable_ees_tooltip); >diff --git src/org/eclipse/pde/api/tools/ui/internal/preferences/PreferenceMessages.java src/org/eclipse/pde/api/tools/ui/internal/preferences/PreferenceMessages.java >index f41af12..2f202cc 100644 >--- src/org/eclipse/pde/api/tools/ui/internal/preferences/PreferenceMessages.java >+++ src/org/eclipse/pde/api/tools/ui/internal/preferences/PreferenceMessages.java >@@ -192,6 +192,7 @@ > public static String ApiUseScanPreferencePage_8; > public static String ApiUseScanPreferencePage_9; > public static String archives__zip; >+ public static String install_ee_descriptions; > > static { > // initialize resource bundle >diff --git src/org/eclipse/pde/api/tools/ui/internal/preferences/preferencemessages.properties src/org/eclipse/pde/api/tools/ui/internal/preferences/preferencemessages.properties >index b1395d7..0f3d871 100644 >--- src/org/eclipse/pde/api/tools/ui/internal/preferences/preferencemessages.properties >+++ src/org/eclipse/pde/api/tools/ui/internal/preferences/preferencemessages.properties >@@ -147,7 +147,7 @@ > ApiErrorsWarningsConfigurationBlock_ignore_button=&Ignore > ApiErrorsWarningsConfigurationBlock_implement_non_api=Implements a non-API interface: > ApiErrorsWarningsConfigurationBlock_invalid_tag_use=Unsupported use of API Javadoc tags: >-ApiErrorsWarningsConfigurationBlock_invalid_reference_to_system_libraries=Invalid references to system libraries: >+ApiErrorsWarningsConfigurationBlock_invalid_reference_to_system_libraries=Invalid references to execution environments: > ApiErrorsWarningsConfigurationBlock_leaks=&Leaks > ApiErrorsWarningsConfigurationBlock_override_tagged_method=Overriding a method tagged '@nooverride': > ApiErrorsWarningsConfigurationBlock_parameter_non_api=Method with a non-API parameter type: >@@ -161,10 +161,10 @@ > VersionManagementReportInvalidSinceTagVersion=Report invalid '@since' ta&g version: > VersionManagementReportInvalidApiComponentVersionIncludeMinorWithoutApiChange=Ignore minor version increment without API c&hanges > VersionManagementReportInvalidApiComponentVersionIncludeMajorWithoutBreakingChange=Ignore major version increment without API b&reakage >-ApiProblemSeveritiesConfigurationBlock_checkable_ees=Supported Environments: >-ApiProblemSeveritiesConfigurationBlock_checkable_ees_tooltip=Click to install one or more environment descriptions >-ApiErrorsWarningsConfigurationBlock_no_ees_installed=There are no execution descriptions installed. >-ApiProblemSeveritiesConfigurationBlock_checkable_ees_link_label=Additional environment descriptions are available: <a>install them now</a> >+ApiProblemSeveritiesConfigurationBlock_checkable_ees=Execution Environment Descriptions: >+ApiProblemSeveritiesConfigurationBlock_checkable_ees_tooltip=Click to install one or more execution environment descriptions >+ApiErrorsWarningsConfigurationBlock_no_ees_installed=There are no execution environment descriptions installed. >+ApiProblemSeveritiesConfigurationBlock_checkable_ees_link_label=<a>Install additional execution environment descriptions</a> > ApiProblemSeveritiesConfigurationBlock_checkable_ees_error_dialog_title=An error occurred > ApiProblemSeveritiesConfigurationBlock_checkable_ees_error_dialog_description=The "Install New Software..." wizard could not be opened.\nCheck the .log file. > ApiUseScanConfigurationBlock_0=Options >@@ -185,3 +185,4 @@ > ApiUseScanPreferencePage_8={0} is not a valid API use scan location. > ApiUseScanPreferencePage_9=To change the severity of reported problems, see <a>'API Errors/Warnings'</a>. > archives__zip=Archives (*.zip,*.jar) >+install_ee_descriptions=<a>Install execution environment descriptions</a>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 353851
: 202358