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 170737 Details for
Bug 315337
An internal error occurred during: "Semantic Highlighting Job".
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]
Patch
315337.txt (text/plain), 929 bytes, created by
Zhongwei Zhao
on 2010-06-01 23:24:35 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Zhongwei Zhao
Created:
2010-06-01 23:24:35 EDT
Size:
929 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.dltk.core.index.sql.h2 >Index: src/org/eclipse/dltk/internal/core/index/sql/h2/H2Cache.java >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.dltk/core/plugins/org.eclipse.dltk.core.index.sql.h2/src/org/eclipse/dltk/internal/core/index/sql/h2/H2Cache.java,v >retrieving revision 1.4 >diff -u -r1.4 H2Cache.java >--- src/org/eclipse/dltk/internal/core/index/sql/h2/H2Cache.java 28 May 2010 10:06:46 -0000 1.4 >+++ src/org/eclipse/dltk/internal/core/index/sql/h2/H2Cache.java 2 Jun 2010 03:23:41 -0000 >@@ -267,7 +267,9 @@ > try { > Map<Integer, File> files = filesByContainer.get(id); > if (files != null) { >- return files.values(); >+ Collection<File> result = new LinkedList<File>(); >+ result.addAll(files.values()); >+ return result; > } > return Collections.emptyList(); > } finally {
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 315337
: 170737