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 260882 Details for
Bug 475797
[patch] Target platform misses bundle after version of workspace bundle gets changed
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]
test code
TEST_CODE.patch (text/plain), 2.30 KB, created by
Vikas Chandra
on 2016-04-12 05:08:05 EDT
(
hide
)
Description:
test code
Filename:
MIME Type:
Creator:
Vikas Chandra
Created:
2016-04-12 05:08:05 EDT
Size:
2.30 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.core.contenttype/src/org/eclipse/core/internal/content/ContentMessages.java b/bundles/org.eclipse.core.contenttype/src/org/eclipse/core/internal/content/ContentMessages.java >index 605f2dd..f0126d0 100644 >--- a/bundles/org.eclipse.core.contenttype/src/org/eclipse/core/internal/content/ContentMessages.java >+++ b/bundles/org.eclipse.core.contenttype/src/org/eclipse/core/internal/content/ContentMessages.java >@@ -47,6 +47,7 @@ > * Pre-pend the message with the current date and the name of the current thread. > */ > public static void message(String message) { >+ System.out.println("Workspace Bundle called"); //$NON-NLS-1$ > StringBuffer buffer = new StringBuffer(); > buffer.append(new Date(System.currentTimeMillis())); > buffer.append(" - ["); //$NON-NLS-1$ >diff --git a/bundles/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs >index def2695..79b7c44 100644 >--- a/bundles/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs >+++ b/bundles/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs >@@ -35,7 +35,7 @@ > org.eclipse.jdt.core.compiler.problem.deprecation=warning > org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled > org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled >-org.eclipse.jdt.core.compiler.problem.discouragedReference=error >+org.eclipse.jdt.core.compiler.problem.discouragedReference=warning > org.eclipse.jdt.core.compiler.problem.emptyStatement=warning > org.eclipse.jdt.core.compiler.problem.enumIdentifier=error > org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore >diff --git a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/preferences/legacy/maincla.java b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/preferences/legacy/maincla.java >new file mode 100644 >index 0000000..5fa4e6d >--- /dev/null >+++ b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/preferences/legacy/maincla.java >@@ -0,0 +1,13 @@ >+package org.eclipse.core.internal.preferences.legacy; >+import org.eclipse.core.internal.content.ContentMessages; >+ >+public class maincla { >+ >+ public static void main(String[] args) { >+ >+ ContentMessages c = new ContentMessages(); >+ c.message(""); >+ >+ } >+ >+}
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 475797
:
259269
| 260882 |
261567