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 267819 Details for
Bug 506391
[import rewrite] Added imports expand the folded imports and shifts text
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 used for testing jdt.core
501162uiwip1.patch (text/plain), 2.39 KB, created by
Manoj N Palat
on 2017-04-17 09:32:26 EDT
(
hide
)
Description:
patch used for testing jdt.core
Filename:
MIME Type:
Creator:
Manoj N Palat
Created:
2017-04-17 09:32:26 EDT
Size:
2.39 KB
patch
obsolete
>diff --git a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsAction.java b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsAction.java >index 9f6ab58..ead546a 100644 >--- a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsAction.java >+++ b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsAction.java >@@ -18,6 +18,7 @@ > import org.eclipse.jdt.core.IImportDeclaration; > import org.eclipse.jdt.core.ILocalVariable; > import org.eclipse.jdt.core.IMethod; >+import org.eclipse.jdt.core.IModuleDescription; > import org.eclipse.jdt.core.IPackageDeclaration; > import org.eclipse.jdt.core.IPackageFragment; > import org.eclipse.jdt.core.IType; >@@ -74,7 +75,7 @@ > > @Override > Class<?>[] getValidTypes() { >- return new Class[] { IField.class, IMethod.class, IType.class, ICompilationUnit.class, IPackageDeclaration.class, IImportDeclaration.class, IPackageFragment.class, ILocalVariable.class, ITypeParameter.class }; >+ return new Class[] { IField.class, IMethod.class, IType.class, ICompilationUnit.class, IPackageDeclaration.class, IImportDeclaration.class, IPackageFragment.class, ILocalVariable.class, ITypeParameter.class,IModuleDescription.class }; > } > > @Override >diff --git a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesAction.java b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesAction.java >index a134df7..0968b20 100644 >--- a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesAction.java >+++ b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesAction.java >@@ -19,6 +19,7 @@ > import org.eclipse.jdt.core.IJavaElement; > import org.eclipse.jdt.core.ILocalVariable; > import org.eclipse.jdt.core.IMethod; >+import org.eclipse.jdt.core.IModuleDescription; > import org.eclipse.jdt.core.IPackageDeclaration; > import org.eclipse.jdt.core.IPackageFragment; > import org.eclipse.jdt.core.IType; >@@ -74,7 +75,7 @@ > > @Override > Class<?>[] getValidTypes() { >- return new Class[] { ICompilationUnit.class, IType.class, IMethod.class, IField.class, IPackageDeclaration.class, IImportDeclaration.class, IPackageFragment.class, ILocalVariable.class, ITypeParameter.class }; >+ return new Class[] { ICompilationUnit.class, IType.class, IMethod.class, IField.class, IPackageDeclaration.class, IImportDeclaration.class, IPackageFragment.class, ILocalVariable.class, ITypeParameter.class, IModuleDescription.class }; > } > > @Override
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 506391
: 267819