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 46427 Details for
Bug 150922
[build path] Internal Error when creating new Java project
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]
remove ResetAllAction
remove_reset_all_action.txt (text/plain), 2.85 KB, created by
Benno Baumgartner
on 2006-07-18 07:25:37 EDT
(
hide
)
Description:
remove ResetAllAction
Filename:
MIME Type:
Creator:
Benno Baumgartner
Created:
2006-07-18 07:25:37 EDT
Size:
2.85 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.ui >Index: ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/HintTextGroup.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/HintTextGroup.java,v >retrieving revision 1.25 >diff -u -r1.25 HintTextGroup.java >--- ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/HintTextGroup.java 17 Jul 2006 16:27:57 -0000 1.25 >+++ ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/HintTextGroup.java 18 Jul 2006 11:14:04 -0000 >@@ -150,12 +150,6 @@ > public void setJavaProject(IJavaProject jProject) { > fCurrJProject= jProject; > fOldOutputLocation= fOutputLocationField.getText(); >- >- try { >- fActionGroup.getResetAllAction().setBreakPoint(fCurrJProject); >- } catch (JavaModelException e) { >- JavaPlugin.log(e); >- } > } > > /** >Index: ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorerActionGroup.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorerActionGroup.java,v >retrieving revision 1.31 >diff -u -r1.31 DialogPackageExplorerActionGroup.java >--- ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorerActionGroup.java 17 Jul 2006 16:27:57 -0000 1.31 >+++ ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorerActionGroup.java 18 Jul 2006 11:14:04 -0000 >@@ -167,7 +167,6 @@ > private final ClasspathModifierDropDownAction fDropDownAction; > private final CreateLinkedSourceFolderAction fCreateLinkedSourceFolderAction; > private final CreateSourceFolderAction fCreateSourceFolderAction; >- private final ResetAllAction fResetAllAction; > > /** > * Constructor which creates the operations and based on this >@@ -223,7 +222,6 @@ > fCreateSourceFolderAction= new CreateSourceFolderAction2(listener, provider, context); > selectionProvider.addSelectionChangedListener(fCreateSourceFolderAction); > >- fResetAllAction= new ResetAllAction(listener, provider, context); > > //options: > //AddArchiveToBuildpathAction >@@ -283,7 +281,6 @@ > > tbm.add(fCreateLinkedSourceFolderAction); > tbm.add(fCreateSourceFolderAction); >- tbm.add(fResetAllAction); > > tbm.update(true); > return tbm; >@@ -728,10 +725,6 @@ > super.dispose(); > } > >- public ResetAllAction getResetAllAction() { >- return fResetAllAction; >- } >- > public EditOutputFolderAction getEditOutputFolderAction() { > return fEditOutputFolderAction; > }
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 150922
:
46427
|
46630