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 98939 Details for
Bug 218703
[LinkedResources] linked folder / file wizards fills error log with errors
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]
updated patch
patch-218703.txt (text/plain), 1.12 KB, created by
Boris Bokowski
on 2008-05-06 16:13:00 EDT
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Boris Bokowski
Created:
2008-05-06 16:13:00 EDT
Size:
1.12 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.ide >Index: src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java,v >retrieving revision 1.27 >diff -u -r1.27 CreateLinkedResourceGroup.java >--- src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java 29 Jun 2007 18:04:26 -0000 1.27 >+++ src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java 6 May 2008 20:12:20 -0000 >@@ -605,9 +605,14 @@ > } > } > URI locationURI = getLinkTargetURI(); >+ if (locationURI == null) { >+ return createStatus( >+ IStatus.WARNING, >+ IDEWorkbenchMessages.CreateLinkedResourceGroup_unableToValidateLinkTarget); >+ } > IStatus locationStatus = workspace.validateLinkLocationURI(linkHandle, > locationURI); >- if (locationStatus.getSeverity() == IStatus.ERROR) { >+ if (locationStatus.getSeverity() == IStatus.ERROR || linkTarget.trim().equals("")) { //$NON-NLS-1$ > return locationStatus; > } >
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 218703
:
98499
|
98500
| 98939