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 228272 Details for
Bug 403036
Wrong message is shown when there is no content for Javadoc
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]
Fix for M6
eclipse.jdt.core.patch (text/plain), 1.03 KB, created by
Dani Megert
on 2013-03-12 11:36:34 EDT
(
hide
)
Description:
Fix for M6
Filename:
MIME Type:
Creator:
Dani Megert
Created:
2013-03-12 11:36:34 EDT
Size:
1.03 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.core >diff --git model/org/eclipse/jdt/internal/core/JavaElement.java model/org/eclipse/jdt/internal/core/JavaElement.java >index 9a0989a..2316cd7 100644 >--- model/org/eclipse/jdt/internal/core/JavaElement.java >+++ model/org/eclipse/jdt/internal/core/JavaElement.java >@@ -816,9 +816,8 @@ > } catch (MalformedURLException e) { > throw new JavaModelException(new JavaModelStatus(IJavaModelStatusConstants.CANNOT_RETRIEVE_ATTACHED_JAVADOC, this)); > } catch (FileNotFoundException e) { >- // see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=120559 & >- // https://bugs.eclipse.org/bugs/show_bug.cgi?id=400060 >- throw new JavaModelException(e, IJavaModelStatusConstants.CANNOT_RETRIEVE_ATTACHED_JAVADOC); >+ // Ignore, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=120559 & >+ // https://bugs.eclipse.org/bugs/show_bug.cgi?id=403036 > } catch (SocketException e) { > // see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=247845 & > // https://bugs.eclipse.org/bugs/show_bug.cgi?id=400060
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 403036
: 228272