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 43835 Details for
Bug 143229
[project explorer] Web DD loading issues during web service indexing
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]
port back to 1.4 compliance
portBackTo14.patch (text/plain), 3.12 KB, created by
David Williams
on 2006-06-08 02:43:41 EDT
(
hide
)
Description:
port back to 1.4 compliance
Filename:
MIME Type:
Creator:
David Williams
Created:
2006-06-08 02:43:41 EDT
Size:
3.12 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jst.j2ee.ui >Index: j2ee_ui/org/eclipse/jst/j2ee/internal/ui/J2EEPropertiesPage.java >=================================================================== >RCS file: /cvsroot/webtools/jst/components/j2ee/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/ui/J2EEPropertiesPage.java,v >retrieving revision 1.7 >diff -u -r1.7 J2EEPropertiesPage.java >--- j2ee_ui/org/eclipse/jst/j2ee/internal/ui/J2EEPropertiesPage.java 7 Jun 2006 21:58:47 -0000 1.7 >+++ j2ee_ui/org/eclipse/jst/j2ee/internal/ui/J2EEPropertiesPage.java 8 Jun 2006 06:42:47 -0000 >@@ -173,7 +173,7 @@ > bValid = false; > } > >- if (!name.contains(" ")) { >+ if (!(name.indexOf(' ') > -1)) { > StringTokenizer stok = new StringTokenizer(name, "."); //$NON-NLS-1$ > outer : while (stok.hasMoreTokens()) { > String token = stok.nextToken(); >Index: .settings/org.eclipse.jdt.core.prefs >=================================================================== >RCS file: .settings/org.eclipse.jdt.core.prefs >diff -N .settings/org.eclipse.jdt.core.prefs >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ .settings/org.eclipse.jdt.core.prefs 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,12 @@ >+#Thu Jun 08 00:49:36 EDT 2006 >+eclipse.preferences.version=1 >+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled >+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2 >+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve >+org.eclipse.jdt.core.compiler.compliance=1.4 >+org.eclipse.jdt.core.compiler.debug.lineNumber=generate >+org.eclipse.jdt.core.compiler.debug.localVariable=generate >+org.eclipse.jdt.core.compiler.debug.sourceFile=generate >+org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning >+org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning >+org.eclipse.jdt.core.compiler.source=1.3 >#P org.eclipse.wst.common.modulecore >Index: modulecore-src/org/eclipse/wst/common/componentcore/internal/impl/WTPResourceFactoryRegistry.java >=================================================================== >RCS file: /cvsroot/webtools/wst/components/common/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/impl/WTPResourceFactoryRegistry.java,v >retrieving revision 1.3 >diff -u -r1.3 WTPResourceFactoryRegistry.java >--- modulecore-src/org/eclipse/wst/common/componentcore/internal/impl/WTPResourceFactoryRegistry.java 7 Jun 2006 21:47:38 -0000 1.3 >+++ modulecore-src/org/eclipse/wst/common/componentcore/internal/impl/WTPResourceFactoryRegistry.java 8 Jun 2006 06:42:48 -0000 >@@ -71,7 +71,7 @@ > > if(LOG_WARNINGS) { > /* the third entry in the array is this stack frame, we walk back from there. */ >- StackTraceElement[] stackTrace = Thread.currentThread().getStackTrace(); >+ StackTraceElement[] stackTrace = (new Exception()).getStackTrace(); > if(stackTrace.length > 4) { > StringBuffer warningMessage = new StringBuffer("WTPResourceFactoryRegistry.registerLastFileSegment() was called explicitly from " + stackTrace[3]); > warningMessage.append("\nThis happened around: \n");
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 143229
:
43635
| 43835