id
int64 1
6.5k
| bug_id
int64 2.03k
426k
| summary
stringlengths 9
251
| description
stringlengths 1
32.8k
⌀ | report_time
stringlengths 19
19
| report_timestamp
int64 1B
1.39B
| status
stringclasses 6
values | commit
stringlengths 7
9
| commit_timestamp
int64 1B
1.39B
| files
stringlengths 25
32.8k
| project_name
stringclasses 6
values |
---|---|---|---|---|---|---|---|---|---|---|
5,235 | 31,323 |
Bug 31323 QuickAssist only wraps 2 lines
|
build I20030206. 1. Start with the following class public class Test { public static void main(String[] args) { int x = 3; x++; int y=x*x; } } 2. Select the THREE lines of code in the main method. 3. Press ctrl-1 4. If you select any of the quick assists (do, for, if, try, while), only the first TWO lines of the code are inserted. When I selected FOUR lines, still only the first TWO lines were inserted.
|
2003-02-07 11:10:35
| 1,044,630,000 |
resolved fixed
|
87ec917
| 1,044,890,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.java
|
JDT
|
5,236 | 31,389 |
Bug 31389 Remove unused private fields - broken with >1 field/line
|
M5: Declare some variables like this: private int v1, v2; Use v2 in the code. (You might also have to turn on the compiler option to make unused fields a warning not ignored). Press ctrl-1 on the variable declaration line, select "remove". The whole line is removed even though v1 was the only unused variable.
|
2003-02-07 20:38:33
| 1,044,670,000 |
resolved fixed
|
ff35e78
| 1,044,890,000 |
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
|
JDT
|
5,237 | 31,351 |
Bug 31351 "Extrude" is not a good name for the quick assist
|
build I20030206 We should not use "extrude" to describe this quick assist. "extrude" means forcing (often through some device) to produce something. We should find a brief phrase to describe the operation and use it instead. I assume we are avoiding extract since it is used in the various refactorings. This assist causes the program to behave differently - it should be clear from the description that the transformation has this characteristic.
|
2003-02-07 12:38:38
| 1,044,640,000 |
resolved fixed
|
27f17d7
| 1,044,890,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java
|
JDT
|
5,238 | 31,395 |
Bug 31395 Child window of Preferences dialog centers between screens
|
On the Preferences->Java->Code Generation->Names tab, the Edit button opens a dialog that is split between multiple monitors, instead of centering on the main Preference window like the rest of its child windows do.
|
2003-02-08 02:53:44
| 1,044,690,000 |
resolved fixed
|
01b69c0
| 1,044,890,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NameConventionConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskConfigurationBlock.java
|
JDT
|
5,239 | 31,113 |
Bug 31113 Don't offer to do a deep copy/move of linked resources
| null |
2003-02-06 12:28:24
| 1,044,550,000 |
verified fixed
|
43e4e2a
| 1,044,880,000 |
org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/MultiMoveTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ReorgTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyPackageFragmentRootChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyResourceChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/MovePackageFragmentRootChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/MoveResourceChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/PackageFragmentRootReorgChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/ResourceReorgChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CopyRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ICopyQueries.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/IDeepCopyQuery.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtMoveAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/ReorgQueries.java
|
JDT
|
5,240 | 31,114 |
Bug 31114 Moving linked resource onto self deletes linked resource
|
build 20030206 -create a linked folder LA. -move the linked folder to its parent project. ->the linked folder is deleted and an error message appears. The move operation should no be possible.
|
2003-02-06 12:30:54
| 1,044,550,000 |
verified fixed
|
e010840
| 1,044,880,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java
|
JDT
|
5,241 | 31,374 |
Bug 31374 Package Explorer does not show children of linked directories
| null |
2003-02-07 16:29:10
| 1,044,650,000 |
resolved fixed
|
ab92f6e
| 1,044,880,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/StandardJavaElementContentProvider.java
|
JDT
|
5,242 | 28,479 |
Bug 28479 logical packages not recognized as Java by Search [browsing]
|
1) Select a logical package 2) open the search dialog ->it defaults to the File search, I would have expected that it defaults to the Java search
|
2002-12-17 06:27:28
| 1,040,120,000 |
verified fixed
|
ec7b2d2
| 1,044,880,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/LogicalPackageAdapterFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/LogicalPackage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPageScoreComputer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java
|
JDT
|
5,243 | 31,244 |
Bug 31244 Renaming linked source folder copies content
|
I20030206 - Create project with "linked src folder" - rename folder Observe: you loose the link and the content gets copied. I would expect simply renaming the link.
|
2003-02-07 06:27:43
| 1,044,620,000 |
verified fixed
|
4c131fd
| 1,044,870,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameResourceChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameSourceFolderChange.java
|
JDT
|
5,244 | 31,300 |
Bug 31300 RepositoryProvider.isShared has problems with closed projects [API]
|
build i0206 (1700), win2k, j9sc20030205 In the Packages View, when I select to filter out projects which are non- shared, I get the following warnings in my log file. Note that all these are all the closed projects in my workspace and they are all shared. !ENTRY org.eclipse.core.resources 4 372 Feb 07, 2003 09:45:50.574 !MESSAGE Resource /org.eclipse.core.tests.resources.saveparticipant is not open. !ENTRY org.eclipse.core.resources 4 372 Feb 07, 2003 09:45:50.604 !MESSAGE Resource /org.eclipse.core.tests.resources.saveparticipant1 is not open . !ENTRY org.eclipse.core.resources 4 372 Feb 07, 2003 09:45:50.614 !MESSAGE Resource /org.eclipse.core.tests.resources.saveparticipant2 is not open . !ENTRY org.eclipse.core.resources 4 372 Feb 07, 2003 09:45:50.644 !MESSAGE Resource /org.eclipse.core.tests.resources.saveparticipant3 is not open . !ENTRY org.eclipse.core.resources 4 372 Feb 07, 2003 09:45:50.674 !MESSAGE Resource /org.eclipse.core.tools.wizards is not open. !ENTRY org.eclipse.core.resources 4 372 Feb 07, 2003 09:45:50.694 !MESSAGE Resource /org.eclipse.platform.doc.isv is not open. !ENTRY org.eclipse.core.resources 4 372 Feb 07, 2003 09:45:50.734 !MESSAGE Resource /org.eclipse.platform.doc.user is not open. !ENTRY org.eclipse.core.resources 4 372 Feb 07, 2003 09:45:50.774 !MESSAGE Resource /org.eclipse.webdav.tests is not open. !ENTRY org.eclipse.core.resources 4 372 Feb 07, 2003 09:45:50.934 !MESSAGE Resource /org.eclipse.core.tests.resources.saveparticipant is not open.
|
2003-02-07 09:54:09
| 1,044,630,000 |
resolved fixed
|
b7ff326
| 1,044,870,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonSharedProjectFilter.java
|
JDT
|
5,245 | 31,289 |
Bug 31289 StringIndexOutOfBoundsException is ASTRewrite
|
20030206 1. select CUCorrectionProposal.createCompilationUnitChange pull up java.lang.reflect.InvocationTargetException: java.lang.StringIndexOutOfBoundsException: String index out of range: 122 at java.lang.String.substring(String.java(Compiled Code)) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.doTextInsert (ASTRewriteAnalyzer.java:681) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.rewriteList (ASTRewriteAnalyzer.java:531) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.rewriteParagraphList (ASTRewriteAnalyzer.java:355) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.visit (ASTRewriteAnalyzer.java:887) at org.eclipse.jdt.core.dom.TypeDeclaration.accept0 (TypeDeclaration.java:154) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.visitList (ASTRewriteAnalyzer.java(Compiled Code)) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.visitList (ASTRewriteAnalyzer.java(Compiled Code)) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.rewriteParagraphList (ASTRewriteAnalyzer.java:350) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.visit (ASTRewriteAnalyzer.java:806) at org.eclipse.jdt.core.dom.CompilationUnit.accept0 (CompilationUnit.java:155) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java(Compiled Code)) at org.eclipse.jdt.internal.corext.dom.ASTRewrite.rewriteNode (ASTRewrite.java:120) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring.fillWith RewriteEdits(PullUpRefactoring.java:1573) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring.createCh angeManager(PullUpRefactoring.java:1171) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring.checkInp ut(PullUpRefactoring.java:688) at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:59) at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:94) at org.eclipse.jdt.internal.ui.refactoring.PerformChangeOperation.run (PerformChangeOperation.java:138) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:296) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:246) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:716) at org.eclipse.jdt.internal.ui.refactoring.PerformRefactoringUtil.performRefactorin g(PerformRefactoringUtil.java:43) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.performFinish (RefactoringWizard.java:366) at org.eclipse.jdt.internal.ui.refactoring.UserInputWizardPage.performFinish (UserInputWizardPage.java:113) at org.eclipse.jdt.internal.ui.refactoring.PullUpInputPage2.performFinish (PullUpInputPage2.java:373) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.performFinish (RefactoringWizard.java:429) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:570) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizardDialog.finishPressed (RefactoringWizardDialog.java:73) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:308) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:417) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate (RefactoringStarter.java:59) at org.eclipse.jdt.ui.actions.PullUpAction.startRefactoring (PullUpAction.java:177) at org.eclipse.jdt.ui.actions.PullUpAction.run(PullUpAction.java:100) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:191) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:169) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:450) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
|
2003-02-07 09:25:34
| 1,044,630,000 |
resolved fixed
|
2d36dbe
| 1,044,640,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTWithExistingFlattener.java
|
JDT
|
5,246 | 31,295 |
Bug 31295 javadoc export exception in the log
|
20030206 i missed it whet it happened because there was no dialog Java Model Exception: Java Model Status [org.eclipse.core.resources.win32 does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:482) at org.eclipse.jdt.internal.core.JavaModelManager.getPerProjectInfoCheckExistence (JavaModelManager.java:943) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1351) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1336) at org.eclipse.jdt.internal.core.JavaProject.generateInfos (JavaProject.java:881) at org.eclipse.jdt.internal.core.Openable.buildStructure (Openable.java:71) at org.eclipse.jdt.internal.core.Openable.openWhenClosed (Openable.java:394) at org.eclipse.jdt.internal.core.JavaProject.openWhenClosed (JavaProject.java:1780) at org.eclipse.jdt.internal.core.JavaElement.openHierarchy (JavaElement.java:503) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:296) at org.eclipse.jdt.internal.core.JavaElement.getChildren (JavaElement.java:252) at org.eclipse.jdt.internal.core.JavaProject.getPackageFragmentRoots (JavaProject.java:1187) at org.eclipse.jdt.internal.ui.javadocexport.JavadocOptionsManager.getValidProject (JavadocOptionsManager.java:1103) at org.eclipse.jdt.internal.ui.javadocexport.JavadocOptionsManager.getProjects (JavadocOptionsManager.java:1047) at org.eclipse.jdt.internal.ui.javadocexport.JavadocOptionsManager.getValidSelectio n(JavadocOptionsManager.java:1018) at org.eclipse.jdt.internal.ui.javadocexport.JavadocOptionsManager.loadDefaults (JavadocOptionsManager.java:339) at org.eclipse.jdt.internal.ui.javadocexport.JavadocOptionsManager.loadStore (JavadocOptionsManager.java:249) at org.eclipse.jdt.internal.ui.javadocexport.JavadocOptionsManager.<init> (JavadocOptionsManager.java:181) at org.eclipse.jdt.internal.ui.javadocexport.JavadocWizard.init (JavadocWizard.java:420) at org.eclipse.jdt.internal.ui.actions.GenerateJavadocAction.run (GenerateJavadocAction.java:45) at org.eclipse.ui.internal.PluginAction.runWithEvent (PluginAction.java:250) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent (WWinPluginAction.java:202) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:450) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:398) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:392) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1289) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
|
2003-02-07 09:37:05
| 1,044,630,000 |
resolved fixed
|
92daeb7
| 1,044,640,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java
|
JDT
|
5,247 | 28,277 |
Bug 28277 Double-clicking in the Types view refreshes decorators
|
In build I20021210, with CVS decorators turned on, in the Java browing perspective, if I double click on a class in the Types view, the decorators in the view undergo a visible refresh (i.e. they go away and then reappear).
|
2002-12-13 11:02:15
| 1,039,800,000 |
resolved fixed
|
2d92fbe
| 1,044,640,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java
|
JDT
|
5,248 | 30,143 |
Bug 30143 [performance] leverage IResourceProxyVisitor
|
The new IResourceProxyVisitor results in signficant speed-ups when processing the resource trees as long as you do not need the full path of the resource. The AmountOfWorkCalculator is a candidate for leveraging the new IResourceProxyVisitor. Please investigate.
|
2003-01-24 04:23:18
| 1,043,400,000 |
resolved fixed
|
dc57223
| 1,044,630,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java
|
JDT
|
5,249 | 31,001 |
Bug 31001 Filterdialog shows clipped items
|
1) In the package explorer drop down the view menu 2) select filters 3) the filter dialog shows up Notice that the initial size of the table clips the last entry and this looks ugly. The initial size of the table should be a multiple of the item height. There is support to do this.
|
2003-02-05 13:41:14
| 1,044,470,000 |
resolved fixed
|
6450262
| 1,044,550,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/CustomFiltersDialog.java
|
JDT
|
5,250 | 31,096 |
Bug 31096 NPE creating Packages wizard
|
20030206 I just got an NPE creating a new package wizard. It has to be the first thing you do in an empty workspace for it to happen - if you have loaded anything into your workbench or opened another wizard I can't replicate it. STEPS 1) Select New -Other 2) Select Java-> package. 3) Try it again - no problem. !SESSION Feb 06, 2003 11:00:22.296 -------------------------------------------- - java.version=1.4.1-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -dev bin -feature org.eclipse.platform -data D:\R21 \0206\eclipse\runtime-workspace -os win32 -ws win32 -arch x86 -nl en_US - configuration file:D:/R21/0206/eclipse/workspace/.metadata/.plugins/org.eclipse.pde.core/D__R 21_0206_eclipse_runtime-workspace/platform.cfg -install file:D:/R21/0206/eclipse/ !ENTRY org.eclipse.jface 4 2 Feb 06, 2003 11:00:22.312 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.ui.wizards.NewPackageWizardPage.init (NewPackageWizardPage.java:106) at org.eclipse.jdt.internal.ui.wizards.NewPackageCreationWizard.addPages (NewPackageCreationWizard.java:33) at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage (WizardSelectionPage.java:99) at org.eclipse.ui.internal.dialogs.NewWizardSelectionPage.advanceToNextPage (NewWizardSelectionPage.java:39) at org.eclipse.ui.internal.dialogs.NewWizardNewPage.doubleClick (NewWizardNewPage.java:145) at org.eclipse.jface.viewers.StructuredViewer$1.run (StructuredViewer.java:372) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:867) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick (StructuredViewer.java:370) at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect (StructuredViewer.java:586) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected (StructuredViewer.java:679) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent (OpenStrategy.java:181) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:178) at org.eclipse.jface.util.OpenStrategy$1.handleEvent (OpenStrategy.java:225) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:122) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:450) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:398) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:392) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1289) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
|
2003-02-06 11:13:52
| 1,044,550,000 |
resolved fixed
|
f1d1000
| 1,044,550,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
|
JDT
|
5,251 | 31,091 |
Bug 31091 14 times - Unneccessary error dialog from Outline View
|
I20030205 1) Open a java file that is not on the classpath (in SWT we have many of these because the code for other platforms is not included in the current classpath). For example, get org.eclipse.swt from CVS and copy .classpath_carbon to .classpath. Now open org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java. 2) Click on a method in the Outline view. 14 times a dialog pops up with title "Operation can not be performed" and message "The resource is not on the build path of a project.". After the last dialog is closed, the Java editor scrolls to the requested method.
|
2003-02-06 10:26:22
| 1,044,550,000 |
resolved fixed
|
452db81
| 1,044,550,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java
|
JDT
|
5,252 | 31,078 |
Bug 31078 Context menu for types includes Add Bookmark
|
1) select a class in the outline or package explorer -> Add Bookmark appears in the context menu We should remove this action
|
2003-02-06 06:35:03
| 1,044,530,000 |
resolved fixed
|
702a584
| 1,044,550,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java
|
JDT
|
5,253 | 31,075 |
Bug 31075 Code Templates are not preserved
|
the new code templates are a great feature. The problem is when you close eclipse and start it up again they seem to be reset to the defaults.
|
2003-02-06 05:50:18
| 1,044,530,000 |
resolved fixed
|
938fd9a
| 1,044,540,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java
|
JDT
|
5,254 | 25,324 |
Bug 25324 Ability to know when tests are finished [junit]
|
Hi, I'm writing a Cactus Plugin that extends the JUnit Plugin and I need to know when the tests have finished running in the TestRunner. There is a nice ITestRunListener interface for that. My idea was thus to implement this interface and somehow register my listener to the TestRunner (RemoteTestRunnerClient). However: 1/ Currently the RemoteTestRunnerClient implementation only supports one listener 2/ There is no API in TestRunnerViewPart to get access to the TestRunner I am attaching a patch that should provide this facility. However, I need your help to know if this is the right approach or not. Thank you -Vincent
|
2002-10-24 10:50:25
| 1,035,470,000 |
resolved fixed
|
f2b66ff
| 1,044,530,000 |
org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/ITestRunListener.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/runner/ITestRunListener.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureRunView.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FilterPatternsDialog.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/HierarchyRunView.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/ITestRunListener.java
|
JDT
|
5,255 | 31,027 |
Bug 31027 Internal Error in the log.
|
Build id: 200302050800 Got this excecption in the log. After clicking in an item in the search view. Eclipse was not responding for 30 seconds. !ENTRY org.eclipse.jdt.ui 4 10001 Feb 05, 2003 15:25:09.893 !MESSAGE Internal Error !STACK 1 org.eclipse.core.internal.resources.ResourceException: Marker id: 92868 not found. at org.eclipse.core.internal.resources.Marker.checkInfo(Marker.java:53) at org.eclipse.core.internal.resources.Marker.getType(Marker.java:176) at org.eclipse.core.internal.resources.Marker.isSubtypeOf (Marker.java:194) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.hasCorrecti ons(JavaCorrectionProcessor.java:107) at org.eclipse.jdt.internal.ui.javaeditor.JavaMarkerAnnotation.mustShowQuickFixIco n(JavaMarkerAnnotation.java:132) at org.eclipse.jdt.internal.ui.javaeditor.JavaMarkerAnnotation.getImage (JavaMarkerAnnotation.java:232) at org.eclipse.ui.texteditor.MarkerAnnotation.paint (MarkerAnnotation.java:196) at org.eclipse.jface.text.source.AnnotationRulerColumn.doPaint (AnnotationRulerColumn.java:350) at org.eclipse.jface.text.source.AnnotationRulerColumn.doubleBufferPaint (AnnotationRulerColumn.java:241) at org.eclipse.jface.text.source.AnnotationRulerColumn.access$3 (AnnotationRulerColumn.java:216) at org.eclipse.jface.text.source.AnnotationRulerColumn$1.paintControl (AnnotationRulerColumn.java:155) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:80) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:861) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:845) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:726) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2804) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2198) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1292) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1408) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block (ModalContext.java:130) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:255) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:351) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:289) at org.eclipse.jdt.ui.actions.FindReferencesAction.run (FindReferencesAction.java:79) at org.eclipse.jdt.ui.actions.WorkingSetFindAction.run (WorkingSetFindAction.java:66) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:239) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:193) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:169) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:450) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:398) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:392) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1289) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) !ENTRY org.eclipse.core.resources 4 376 Feb 05, 2003 15:25:09.909 !MESSAGE Marker id: 92868 not found.
|
2003-02-05 15:41:06
| 1,044,480,000 |
resolved fixed
|
d5fcc40
| 1,044,530,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java
|
JDT
|
5,256 | 29,846 |
Bug 29846 Package Explorer shows leading slash in status line for resource files
|
build I20030115 - load org.eclipse.jface as source - in the Package Explorer, select org.eclipse.jface/src - the status line shows: org.eclipse.jface/src - select org.eclipse.jface/scripts - the status line shows: /org.eclipse.jface/scripts - select org.eclipse.jface/src/org.eclipse.jface.action/Action.java - the status line shows: org.eclipse.jface.action.Action.java - org.eclipse.jface/src - select org.eclipse.jface/src/org.eclipse.jface.action/package.html - the status line shows: /org.eclipse.jface/src/org/eclipse/jface/action/package.html Leading slashes should be omitted. We generally try to avoid using leading slashes in the UI. Compare with the Navigator. Also, note that using / to separate segments in package names leads to an inconsistency with what is presented in the view. The view shows "org.eclipse.jface.action" but the status line shows "org/eclipse/jface/action". Could still follow the same format as for Java files, showing pkg.file - srcFolder. e.g. org.eclipse.jface.action.messages.properties - org.eclipse.jface/src or: messages.properties - org.eclipse.jface.action - org.eclipse.jface/src
|
2003-01-20 16:27:33
| 1,043,100,000 |
resolved fixed
|
bb6ad88
| 1,044,480,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/StatusBarUpdater.java
|
JDT
|
5,257 | 30,991 |
Bug 30991 NPE in New Java Project Wizard
|
Given an existing project named 'Test', 1. Start 'New Java Project' Wizard 2. Enter name 'test'. 3. Click Finish. 4. Error Dialog "..A resource exists with different case: /Test." 5. Click OK 6. Enter any other name i.e. 'foo' 7. Click Finish 8. Error dialog appears, NPE in LOG. !ENTRY org.eclipse.jdt.ui 4 10001 Feb 05, 2003 12:43:42.483 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:307) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:246) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:716) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard.performFinish (NewElementWizard.java:86) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:570) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:308) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:398) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.actions.NewProjectAction.run (NewProjectAction.java:97) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:450) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:398) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:392) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1240) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1223) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) Caused by: java.lang.NullPointerException at org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage.configureJavaProject (JavaCapabilityConfigurationPage.java:198) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.performFinish (NewProjectCreationWizardPage.java:130) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizard.finishPage (NewProjectCreationWizard.java:56) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard$2.run (NewElementWizard.java:79) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation (BatchOperation.java:34) at org.eclipse.jdt.internal.core.JavaModelOperation.execute (JavaModelOperation.java:337) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperation.java:665) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1580) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:2607) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run (WorkbenchRunnableAdapter.java:32) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:296) ... 34 more
|
2003-02-05 12:51:30
| 1,044,470,000 |
verified fixed
|
3f7d2e3
| 1,044,470,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java
|
JDT
|
5,258 | 30,970 |
Bug 30970 Fat icon in Type Hierarchy
|
Build I20030205 I opened type hierarchy of FindAction (type hierarchy mode) and clicked on the types (opened them in the editor). See attached picture. Note: It might be a Platform UI problem with the rendering of icons/decorators.
|
2003-02-05 11:22:27
| 1,044,460,000 |
resolved fixed
|
038390f
| 1,044,470,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyViewerSorter.java
|
JDT
|
5,259 | 30,979 |
Bug 30979 NPE in NewElementWizardPage.updateStatus at line 67
|
Integration build 200302050800 We have a bug in SWT which exposed this problem but I am entering this bug report since the handling of the problem is not right. Due to the bug on the Mac (see build 200302050800) we get an NPE in NewElementWizardPage. Steps: 1) In a new workspace, in the Resource perspective, in the the Navigator view, from the context menu select New -> Project. 2) Select Java + Java Project and then hit return (DO NOT click on the Next button to go to the next page as this will not show the problem). 3) Enter some text in the project name field. Note that the finish button does not become enabled. 4)Click on the Back button. Either in step 3 or step 4 you will get the NPE (I have both cases happen for me).
|
2003-02-05 12:00:11
| 1,044,460,000 |
resolved fixed
|
f6baa92
| 1,044,470,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewElementWizardPage.java
|
JDT
|
5,260 | 25,503 |
Bug 25503 Quick fix which adds NON-NLS string should add a space
|
Build 20021029 Currently the comment is directly appended. A space in front would look nicer: Current: <myCode>//$NON-NLS-1$//$NON-NLS-2$ Desired: <myCode> //$NON-NLS-1$ //$NON-NLS-2$
|
2002-10-29 12:42:51
| 1,035,910,000 |
resolved fixed
|
90d15b0
| 1,044,460,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSUtil.java
|
JDT
|
5,261 | 30,806 |
Bug 30806 [build path] library container dialog issues
|
1) Java Project>Properties>Java Build Path>Libraries Tab>Add Library There are several problems with the wizard that shows up. * The title is New Library, it should be Add Library * The description refers to a new library * The page doesn't have a wizard icon (if we need a custom one pls add it to the icon request bug) * On the first page I'd like to switch to the next page by double clicking a container entry. * Selecting any Library and pressing next results in an empty title. The title doesn't come back when going back in the wizard.
|
2003-02-03 06:30:14
| 1,044,270,000 |
resolved fixed
|
fe7dc7f
| 1,044,460,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerSelectionPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java
|
JDT
|
5,262 | 30,410 |
Bug 30410 Change method signatue [refactoring]
|
Build I20030122 The refactoring doesn't update the variable name and import statements in reimplemented methods. Case class A { public void foo(ICompilationUnit cu) { } } class B extends A { public void foo (ICompilationUnit cu) { } } - select foo in A and activate change method signature. - change cu to sr - change ICompilationUnit to ISourceReference
|
2003-01-28 13:07:06
| 1,043,780,000 |
resolved fixed
|
e496890
| 1,044,460,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java
|
JDT
|
5,263 | 30,943 |
Bug 30943 ${package_statement} should be called ${package_declaration} [code manipulation]
|
20030129 + latest ${package_statement} does not represent any statement but a declaration
|
2003-02-05 05:14:22
| 1,044,440,000 |
resolved fixed
|
396e3a9
| 1,044,460,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CodeTemplateContextType.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
|
JDT
|
5,264 | 29,896 |
Bug 29896 M4 Usability issue when defining link exclusion filters [build path]
|
Consider the following scenarios that can occur when defining exclusion filters for source file links in a single rooted tree. For all scenarios assume that up to 100 directories may need to be dealt with. 1. A source path should include a single directory. In this case you could have up to 99 directories that need to be excluded. With the current implementation each directory will need to be specified individually which is very tedious and error prone. 2. A source path should contain half the visible directories. Here it will be necessary to individually select the directories to be excluded individually, resulting in 50 invocations of the exclusion filter dialog. Again this is tedious and error prone. One possibility to make the process of defining the contents of a linked source tree easier would be to allow multiple selection of directories so that all directories at the same level in the tree could be selected with a single interaction. Another possibility would be to be able to specify whether a selected directory or file was to be excluded or included. This would be particularly convenient when only one or two directories are to be included in a source path and a large candidate search path exists. The basic problem is that the current UI mechanisms do not scale well to large existing code bases. Regards Jonathan Gossage
|
2003-01-21 10:36:48
| 1,043,160,000 |
resolved fixed
|
651a3dd
| 1,044,390,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ExclusionPatternDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ExclusionPatternEntryDialog.java
|
JDT
|
5,265 | 30,888 |
Bug 30888 IndexOutOfBoundsException in CodeTemplateBlock
|
latest on 0204 i pressed the edit button (nothing was selected in the tree) java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.RangeCheck(ArrayList.java:508) at java.util.ArrayList.get(ArrayList.java:320) at org.eclipse.jdt.internal.ui.preferences.CodeTemplateBlock.doButtonPressed (CodeTemplateBlock.java:317) at org.eclipse.jdt.internal.ui.preferences.CodeTemplateBlock$CodeTemplateAdapter.cu stomButtonPressed(CodeTemplateBlock.java:65) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.buttonPress ed(TreeListDialogField.java:165) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.doButtonSel ected(TreeListDialogField.java:380) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.access$2 (TreeListDialogField.java:376) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField$2.widgetSel ected(TreeListDialogField.java:343) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:47) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:450) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:398) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:392) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1240) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1223) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
|
2003-02-04 12:48:46
| 1,044,380,000 |
resolved fixed
|
57e9aa6
| 1,044,390,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java
|
JDT
|
5,266 | 25,927 |
Bug 25927 No doc/help on synthetic accessor method warning
|
In Java code, what does the following warning mean, how would I fix it and why should I care: Access to enclosing method aMethodName(...) from the type aTypeName is emulated by a synthetic accessor method. Thank you, Gary
|
2002-11-08 16:59:35
| 1,036,790,000 |
resolved fixed
|
958532c
| 1,044,390,000 |
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java
|
JDT
|
5,267 | 30,135 |
Bug 30135 [quick fix] add quick fix for method needs a method body
|
We should provide a quick fix for: public class Foo { public void f(); // error needs a method body } The quick fix replaces the semicolong with a stub method body
|
2003-01-24 03:00:13
| 1,043,400,000 |
resolved fixed
|
43f33f8
| 1,044,380,000 |
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java
|
JDT
|
5,268 | 29,711 |
Bug 29711 Move refactoring doesn't honor read-only flags
|
Build I20030115 - JUnit setup - create TestCase.java in junit.runner - make it read-only - move TestCase from framework to runner - answer yes to override observe: the file in runner gets replaced althouh it is read-only
|
2003-01-17 10:17:53
| 1,042,820,000 |
resolved fixed
|
55cb6fd
| 1,044,370,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/CopyQueries.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtCopyAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtMoveAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/PasteResourcesFromClipboardAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/ReorgDestinationAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/ReorgQueries.java
|
JDT
|
5,269 | 19,114 |
Bug 19114 Restore Java Element from Local History should also provide check boxes [compare]
|
F2 - delete two resources from a package - open Restore from local histroy observe: the left pane contains a check box table to restore more than one element at a time - now delete two elements in a type - open Restore from local histroy observe: no check box table also it would be very helpful to add more than one member at a time too.
|
2002-06-04 12:04:24
| 1,023,210,000 |
resolved fixed
|
d789315
| 1,044,370,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java
|
JDT
|
5,270 | 26,321 |
Bug 26321 Quick fix via Ctrl+1: chooses last error if no errors left to cursor
|
Build I20021113 - create TestCase() { fNam= null; fNme= null; } - position cursor at beginning of line fNam=.... - avtivate quick fix ==> quick fix opens on fNme= null; I would expect that quick fix opens on the "nearest" error
|
2002-11-14 10:10:21
| 1,037,290,000 |
resolved fixed
|
46c0c09
| 1,044,360,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java
|
JDT
|
5,271 | 30,505 |
Bug 30505 Exception attaching source to library [build path]
|
I2003-01-22 I am trying to attach sourcecode to a library. This is done withing the package explorer using the properties of the library. However, after selecting the source location, pressing okay results in the following exception. (NB: The library is not referenced by the project's build path) !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:277) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:351) at org.eclipse.jdt.internal.ui.preferences.SourceAttachmentPropertyPage.performOk (SourceAttachmentPropertyPage.java:118) at org.eclipse.jface.preference.PreferenceDialog.okPressed (PreferenceDialog.java:616) at org.eclipse.jface.preference.PreferenceDialog.buttonPressed (PreferenceDialog.java:185) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:398) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.dialogs.PropertyDialogAction.run (PropertyDialogAction.java:158) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:422) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:374) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:368) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:69) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1525) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1508) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) Caused by: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2231) at org.eclipse.swt.SWT.error(SWT.java:2161) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:311) at org.eclipse.swt.widgets.Control.getShell(Control.java:898) at org.eclipse.jdt.internal.ui.wizards.buildpaths.SourceAttachmentBlock.getShell (SourceAttachmentBlock.java:507) at org.eclipse.jdt.internal.ui.wizards.buildpaths.SourceAttachmentBlock.putJarOnCl asspathDialog(SourceAttachmentBlock.java:628) at org.eclipse.jdt.internal.ui.wizards.buildpaths.SourceAttachmentBlock.updateProj ectClasspath(SourceAttachmentBlock.java:616) at org.eclipse.jdt.internal.ui.wizards.buildpaths.SourceAttachmentBlock.attachSour ce(SourceAttachmentBlock.java:575) at org.eclipse.jdt.internal.ui.wizards.buildpaths.SourceAttachmentBlock$1.run (SourceAttachmentBlock.java:555) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:95)
|
2003-01-29 09:51:09
| 1,043,850,000 |
resolved fixed
|
33c0483
| 1,044,350,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SourceAttachmentPropertyPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentDialog.java
|
JDT
|
5,272 | 30,598 |
Bug 30598 When overriding a method, @see comment is wrong [code manipulation]
|
I2003-01-22 When overriding a method, the @see comment that is constructed is wrong, e.g. having a class TestClass, when overriding java.lang.Object.clone, the comment says: @see TestClass#clone() instead of @see java.lang.Object#clone()
|
2003-01-30 07:55:57
| 1,043,930,000 |
resolved fixed
|
576b8e0
| 1,044,350,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodStubCompletionProposal.java
|
JDT
|
5,273 | 30,350 |
Bug 30350 Can not "Restore Defaults" setting for 'Java Task Tags'.
|
Reporter: Amanda Lee Language: Korean /Simplfied Chinese /Traditional Chinese Build driver: eclipse-SDK-I20030122-win32, linux_gtk, linux_motif, Severity: OS: RedHat8_gtk, RedHat8_motif, WinXP JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: 11.6 Summary: DBCS: Can not "Restore Defaults" setting for 'Java Task Tags'. Description: Steps to recreate problem: 1-Open a eclipse. 2-Select a java project, and open its "Properties". 3-Select "Java Task Tags", and click "Use project settings", made some change. 4-Click "Restore Defaults" button. << Error >> The Defaults setting did not been restored. <<Expected Result>> "Restore Defaults" setting works fine for 'Java Task Tags'.
|
2003-01-28 00:18:27
| 1,043,730,000 |
closed fixed
|
a3f54cb
| 1,044,350,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskPropertyPage.java
|
JDT
|
5,274 | 28,942 |
Bug 28942 "Extract method" refactoring error [refactoring]
|
When using the "extract method" refactoring, there seems to be a bug with the return statements if the return type is void. When extracting the following code for example: if (error == true) return; doSomething(); He complaints that not all execution paths contain a return statement. This is not necessary as the return type is void.
|
2003-01-02 07:33:53
| 1,041,510,000 |
resolved fixed
|
713deb4
| 1,044,300,000 |
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/invalidSelection/A_test192.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/return_in/A_test727.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/return_in/A_test728.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/return_out/A_test700.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/return_out/A_test727.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/return_out/A_test728.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java
|
JDT
|
5,275 | 30,749 |
Bug 30749 "Can't inline abstract methods" complained for inlining expression
|
For the code fragment: boolean isSaved = false; FooSet q = getSP(name, value); FooSet a = getP(m.getR(MT.RType.A)); FooSet b = getP(m.getR(MT.RType.B)); FooSet c = getP(m.getR(MT.RType.C)); db.item().addP(id, isSaved, q, a, b, c); When I select "isSaved" in the last line and hit ALT-SHIFT-R, I get the message "Can't inline abstract methods".
|
2003-01-31 16:50:07
| 1,044,050,000 |
resolved fixed
|
c01fbfb
| 1,044,290,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java
|
JDT
|
5,276 | 28,515 |
Bug 28515 extract method: when the dialog comes up the text field should be selected
|
20021216 now, it's the 'add exceptions' checkbox, which is not good
|
2002-12-17 10:17:02
| 1,040,140,000 |
resolved fixed
|
e3b5471
| 1,044,290,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ExtractMethodInputPage.java
|
JDT
|
5,277 | 30,700 |
Bug 30700 New Project/package/class not selected in package explorer
|
I20030129 - create one of the java elements using the wizard. observe: the new element is not selected in the package explorer. The reason is that we post resource deltas asynchronously.
|
2003-01-31 06:02:05
| 1,044,010,000 |
resolved fixed
|
2cf2df5
| 1,044,290,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
|
JDT
|
5,278 | 30,786 |
Bug 30786 java.lang.NoSuchFieldError: handle
|
Using Eclipse in Linux with Build id: 200302020010 i occasionally get strange errors which prevents modified Java-files from being saved. Happens randomly but when starting to appear stays until the file is removed editor and after reopening saving works ok (for awhile). Notice the same behaviour in maybe build 20030201. Build 2901 (ddmm) doesn't suffer from this bug. Here's the .log: !ENTRY org.eclipse.ui 4 4 helmi 03, 2003 03:49:34.516 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 helmi 03, 2003 03:49:34.607 !MESSAGE handle !STACK 0 java.lang.NoSuchFieldError: handle at org.eclipse.jdt.internal.ui.javaeditor.JavaMarkerAnnotation.getImage(JavaMarkerAnnotation.java:267) at org.eclipse.ui.texteditor.MarkerAnnotation.paint(MarkerAnnotation.java:196) at org.eclipse.jface.text.source.AnnotationRulerColumn.doPaint(AnnotationRulerColumn.java:350) at org.eclipse.jface.text.source.AnnotationRulerColumn.doubleBufferPaint(AnnotationRulerColumn.java:241) at org.eclipse.jface.text.source.AnnotationRulerColumn.access$3(AnnotationRulerColumn.java:216) at org.eclipse.jface.text.source.AnnotationRulerColumn$1.paintControl(AnnotationRulerColumn.java:155) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:80) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:897) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:922) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:906) at org.eclipse.swt.widgets.Control.gtk_expose_event(Control.java:1618) at org.eclipse.swt.widgets.Composite.gtk_expose_event(Composite.java:322) at org.eclipse.swt.widgets.Canvas.gtk_expose_event(Canvas.java:101) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1138) at org.eclipse.swt.widgets.Display.windowProc(Display.java:1844) at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1255) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1265) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1248) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) I tried looking for an existing bug but didn't find one, so i decided to make a new one.
|
2003-02-02 20:31:47
| 1,044,240,000 |
resolved fixed
|
81098cb
| 1,044,280,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java
|
JDT
|
5,279 | 30,727 |
Bug 30727 exclusion filters: cannot remove [build path]
|
20030129 create a jproject and a src folder in it add 2 packages to it a.b and c.d exclude c/d/ from the classpath open the java build path dialog, select the source folders expand the tree node select 'Exclusion filter: /c/d/' press 'Remove' seems to be removed, right? wrong. open the dialog again - the filter for /c/d is still there
|
2003-01-31 12:49:35
| 1,044,040,000 |
resolved fixed
|
0b65688
| 1,044,270,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java
|
JDT
|
5,280 | 30,724 |
Bug 30724 Modify parameters: order of buttons [refactoring]
|
20030131 The dialog to modify parameters could use the same order of buttons like the build path / org. import order ect dialogs Add.. Edit Up Down Remove I would also rename the buttons from Move Up -> Up, Move Down -> Down Maybe it would also be good to add separators before Up and Remove
|
2003-01-31 12:16:33
| 1,044,030,000 |
resolved fixed
|
e609dbb
| 1,044,270,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java
|
JDT
|
5,281 | 28,582 |
Bug 28582 Quickfix icon hides the error icon in editor left ruler [quick fix]
|
Build 20021216 In presence of problems, one cannot see an error icon in the left ruler, since it get overlapped completely with the quickfix icon. The only error indication is the underlining in the code itself.
|
2002-12-17 17:36:41
| 1,040,160,000 |
resolved fixed
|
cc1e5b0
| 1,044,030,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java
|
JDT
|
5,282 | 30,667 |
Bug 30667 create 'subpackage' when doing create new package with a package selected
|
It should be possible to quickly create a new package as a subpackage of an already existing package. A suggestion: upon activating the new>package menu from a selected package, the name field in the dialog box could already contain the name of the selected package (possibly with the name completely selected). Just appending a ".foo" would suffice to create a subpackage thereof.
|
2003-01-30 16:15:12
| 1,043,960,000 |
resolved fixed
|
9a791dd
| 1,044,010,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
|
JDT
|
5,283 | 28,082 |
Bug 28082 creating a project in java perspective updates labels in browsing perspective
|
i created a project in the java perspective stuff in the browsign perspective was called as well there should be no reason for it here's what was called: at org.eclipse.jdt.ui.ProblemsLabelDecorator.getErrorTicksFromMarkers (ProblemsLabelDecorator.java:203) at org.eclipse.jdt.ui.ProblemsLabelDecorator.computeAdornmentFlags (ProblemsLabelDecorator.java:156) at org.eclipse.jdt.ui.ProblemsLabelDecorator.decorateImage (ProblemsLabelDecorator.java:139) at org.eclipse.jdt.internal.ui.viewsupport.JavaUILabelProvider.getImage (JavaUILabelProvider.java:108) at org.eclipse.jface.viewers.DecoratingLabelProvider.getImage (DecoratingLabelProvider.java:67) at org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:83) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem (AbstractTreeViewer.java:363) at org.eclipse.jface.viewers.StructuredViewer.updateItem (StructuredViewer.java:1132) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem (AbstractTreeViewer.java:267) at org.eclipse.jface.viewers.AbstractTreeViewer.add (AbstractTreeViewer.java:139) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingContentProvider$3.run (JavaBrowsingContentProvider.java:418) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:123) at org.eclipse.ui.internal.UISynchronizer.syncExec (UISynchronizer.java:18) at org.eclipse.swt.widgets.Display.syncExec(Display.java:1979) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingContentProvider.postRunnable (JavaBrowsingContentProvider.java:488) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingContentProvider.postAdd (JavaBrowsingContentProvider.java:405) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingContentProvider.postAdd (JavaBrowsingContentProvider.java:398) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingContentProvider.processDelta (JavaBrowsingContentProvider.java:305) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingContentProvider.processDelta (JavaBrowsingContentProvider.java:359) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingContentProvider.elementChanged (JavaBrowsingContentProvider.java:221) at org.eclipse.jdt.internal.core.JavaModelManager$3.run (JavaModelManager.java:718) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:843) at org.eclipse.core.runtime.Platform.run(Platform.java:413)
|
2002-12-11 08:14:27
| 1,039,610,000 |
resolved wontfix
|
1f973a8
| 1,044,010,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java
|
JDT
|
5,284 | 30,681 |
Bug 30681 Refresh problem in Package Explorer view
|
20030129 integration build Refreshing a project without a Java nature in a Package Explorer produces message:" Problem occured refreshing the selected resources. Reason: org.eclipse.releng does not exist." Log contains: !ENTRY org.eclipse.jdt.ui 4 10001 Jan 30, 2003 23:45:54.937 !MESSAGE Internal Error !STACK 1 Java Model Exception: Java Model Status [org.eclipse.releng does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:488) at org.eclipse.jdt.internal.core.JavaModelManager.getPerProjectInfoCheckExistence (JavaModelManager.java:948) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1335) at org.eclipse.jdt.internal.core.DeltaProcessor.checkExternalArchiveChanges (DeltaProcessor.java(Compiled Code)) at org.eclipse.jdt.internal.core.DeltaProcessor.checkExternalArchiveChanges (DeltaProcessor.java(Compiled Code)) at org.eclipse.jdt.internal.core.JavaModel.refreshExternalArchives (JavaModel.java:445) at org.eclipse.jdt.ui.actions.RefreshAction$1.run (RefreshAction.java:120) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation (BatchOperation.java:34) at org.eclipse.jdt.internal.core.JavaModelOperation.execute (JavaModelOperation.java:337) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperation.java:665) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1580) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:2607) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run (WorkbenchRunnableAdapter.java:32) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:95) !ENTRY org.eclipse.jdt.core 4 969 Jan 30, 2003 23:45:54.997 !MESSAGE org.eclipse.releng does not exist.
|
2003-01-30 23:19:37
| 1,043,990,000 |
resolved fixed
|
71ef839
| 1,044,010,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefreshAction.java
|
JDT
|
5,285 | 30,581 |
Bug 30581 NPE in organize Import
|
Found the following in the log of PR 30427 java.lang.NullPointerException at org.eclipse.jdt.ui.actions.OrganizeImportsAction.doChooseImports (OrganizeImportsAction.java:400) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.access$1 (OrganizeImportsAction.java:398) at org.eclipse.jdt.ui.actions.OrganizeImportsAction$3.chooseImports (OrganizeImportsAction.java:393) at org.eclipse.jdt.internal.corext.codemanipulation.OrganizeImportsOperation.run (OrganizeImportsOperation.java:546) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation (BatchOperation.java:34) at org.eclipse.jdt.internal.core.JavaModelOperation.execute (JavaModelOperation.java:326) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperation.java:626) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1564) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:2571) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run (WorkbenchRunnableAdapter.java:32) at org.eclipse.jdt.internal.ui.util.BusyIndicatorRunnableContext$BusyRunnable.inter nalRun(BusyIndicatorRunnableContext.java:107) at org.eclipse.jdt.internal.ui.util.BusyIndicatorRunnableContext$BusyRunnable.run (BusyIndicatorRunnableContext.java:74) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:65) at org.eclipse.jdt.internal.ui.util.BusyIndicatorRunnableContext.run (BusyIndicatorRunnableContext.java:120) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.runOnSingle (OrganizeImportsAction.java:361) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.run (OrganizeImportsAction.java:252) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:191) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:169) at org.eclipse.jface.action.Action.runWithEvent(Action.java:769) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:411) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:365) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:356) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:48) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:855) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1825) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1616) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1446) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1429) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
|
2003-01-30 04:12:52
| 1,043,920,000 |
resolved fixed
|
7275727
| 1,044,000,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java
|
JDT
|
5,286 | 30,658 |
Bug 30658 Package explorer drag'n drop does not always work
| null |
2003-01-30 14:28:47
| 1,043,950,000 |
resolved fixed
|
02fd0c2
| 1,044,000,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
|
JDT
|
5,287 | 30,683 |
Bug 30683 Need API to know if project is shared
| null |
2003-01-31 02:08:39
| 1,044,000,000 |
resolved fixed
|
43fefdf
| 1,044,000,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonSharedFilter.java
|
JDT
|
5,288 | 27,807 |
Bug 27807 Need library and library with source as shared images
|
PDE has two places (plug-ins view and classpath container page) where our label provider needs to render classpath entries. An easy solution would be to add 'library' and 'library with source' images to the list of shared images currently supported by JavaUI.getSharedImages() (currently, the closes image is JAR but we cannot render entry with source attachment). An ideal solution would be a label provider similar to JavaElementLabelProvider that can render classpath entries. Either one works for us. Exposing the two images is less work.
|
2002-12-05 17:47:28
| 1,039,130,000 |
resolved fixed
|
91dcbf8
| 1,043,940,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/SharedImages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ISharedImages.java
|
JDT
|
5,289 | 30,508 |
Bug 30508 Package Viewer toolbar redraws on selection change [general issue]
|
I20030128 - in package viewer move selection with cursor down key Observe: on every selection change the navigator's toolbar (containing the triangle for the filter menu and the close box) is redrawn. On MacOS X this redraw is so slow that the selection change becomes really slow too. Note: both the resource navigator and the Java outliner don't have that problem (and are much faster).
|
2003-01-29 10:02:28
| 1,043,850,000 |
resolved wontfix
|
c1bdacc
| 1,043,930,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java
|
JDT
|
5,290 | 21,896 |
Bug 21896 Package view filter - would like ability to filter out non-shared projects [package explorer] [filters]
| null |
2002-07-25 08:16:06
| 1,027,600,000 |
resolved fixed
|
e95fe51
| 1,043,860,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonSharedFilter.java
|
JDT
|
5,291 | 30,412 |
Bug 30412 ClassCastException selecting package in java browsing perspective
|
Build: I20030122 I have the java browsing perspective open. I selected a package in the packages view, and there was an error trying to open the type browsing view. I can't seem to reproduce it, but hopefully the stack trace will be useful. The result was that the types view could not be initialized (the view contained an error message saying it could not be created.
|
2003-01-28 13:11:34
| 1,043,780,000 |
resolved fixed
|
4877761
| 1,043,850,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java
|
JDT
|
5,292 | 23,498 |
Bug 23498 'Add closing parent' feature improvement
|
20020911 The 'Add closing parent when typing open parent' should check if there isn't already a closing parent following. String) Adding a parent before 'String' should not add a closing one.
|
2002-09-12 12:56:17
| 1,031,850,000 |
resolved fixed
|
f9ab85f
| 1,043,840,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java
|
JDT
|
5,293 | 30,080 |
Bug 30080 [Preferences] NoSuchElementException dumped into .log file
|
Build 20030122 I was modifiying JRE installs (to remove all but rt.jar from within them). Unclear if the following is actually related, but timing seems to indicate it is. !ENTRY org.eclipse.ui 4 0 Jan 23, 2003 12:22:52.458 !MESSAGE java.util.NoSuchElementException !STACK 0 java.util.NoSuchElementException at java.util.StringTokenizer.nextToken(StringTokenizer.java:232) at org.eclipse.jface.resource.StringConverter.asRGB (StringConverter.java:458) at org.eclipse.jface.resource.StringConverter.asRGB (StringConverter.java:481) at org.eclipse.jface.preference.PreferenceConverter.basicGetColor (PreferenceConverter.java:88) at org.eclipse.jface.preference.PreferenceConverter.getColor (PreferenceConverter.java:168) at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage.handleSyntaxCol orListSelection(JavaEditorPreferencePage.java:325) at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage.access$7 (JavaEditorPreferencePage.java:322) at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage$6.widgetSelecte d(JavaEditorPreferencePage.java:441) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:47) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:422) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:374) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:368) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:69) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1525) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1508) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
|
2003-01-23 07:10:08
| 1,043,320,000 |
resolved fixed
|
6dc5aef
| 1,043,840,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java
|
JDT
|
5,294 | 30,169 |
Bug 30169 no hover message for bookmarks in overview ruler
|
20030121 hovering over bookmarks in the overview ruler should show the bookmark name it does not
|
2003-01-24 07:27:48
| 1,043,410,000 |
resolved fixed
|
a8a6334
| 1,043,780,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java
|
JDT
|
5,295 | 30,341 |
Bug 30341 NPE attempting "Show in package explorer" [packge explorer]
| null |
2003-01-27 18:13:11
| 1,043,710,000 |
resolved fixed
|
27d778f
| 1,043,770,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
|
JDT
|
5,296 | 30,382 |
Bug 30382 Incosistent dialog UI when specifying different output locations per source folder
|
Please see attached image. The dialog says ".. enter a path _RELATIVE_ to 'path/to/sourcefolder'" but the "Browse" dialog generates a path that is relative to sourcefolder parent. It should be clarified, which path will be expected! I suggest removing the current confusing behavior and replace it with a consistent behavior of project relative pathes. I assume a project relative path is stored in the IClasspathEntry anyway.
|
2003-01-28 09:10:30
| 1,043,760,000 |
resolved fixed
|
7c4e815
| 1,043,770,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/OutputLocationDialog.java
|
JDT
|
5,297 | 29,507 |
Bug 29507 dialog in refactor->rename reapears
|
using refactor->rename on a method, that overrides a method in a superclass, lets the dialog about whether you want to do the renaming on the superclass' method reapear over and over. reproduced in plugin org.eclipse.pde.ui in class ManifestEditor/SchemaEditor on method updateModel().
|
2003-01-15 03:41:05
| 1,042,620,000 |
resolved fixed
|
4b9f8e7
| 1,043,750,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodInInterfaceRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePrivateMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameStaticMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameVirtualMethodRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringSupport.java
|
JDT
|
5,298 | 30,291 |
Bug 30291 SearchUsagesInFileAction should show dialog in case of failures
|
Build I20030122 SearchUsagesInFileAction should show a dialog in failure/error cases (e.g. code resolve fails).
|
2003-01-27 09:18:05
| 1,043,680,000 |
resolved fixed
|
083ec58
| 1,043,690,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUsagesInFileAction.java
|
JDT
|
5,299 | 28,400 |
Bug 28400 JavaEditorPreferencePage and JavaColorManager leak Colors
|
20021216 everytime you do this: 1. open java editor pref page 2. close the pref page you end up having allocated and not disposed 8 colors 1 is allocated like this at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage.createColor(JavaEditorPreferencePage.java:560) at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage.initializeViewerColors(JavaEditorPreferencePage.java:534) at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage.createPreviewer(JavaEditorPreferencePage.java:493) at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage.createSyntaxPage(JavaEditorPreferencePage.java:433) at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage.createContents(JavaEditorPreferencePage.java:942) at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:209) and the other 7 are allocated like this: at org.eclipse.jdt.internal.ui.text.JavaColorManager.getColor(JavaColorManager.java:62) at org.eclipse.jdt.internal.ui.text.JavaColorManager.getColor(JavaColorManager.java:85) at org.eclipse.jdt.internal.ui.text.AbstractJavaScanner.addToken(AbstractJavaScanner.java:90) at org.eclipse.jdt.internal.ui.text.AbstractJavaScanner.initialize(AbstractJavaScanner.java:75) at org.eclipse.jdt.internal.ui.text.java.JavaCodeScanner.<init>(JavaCodeScanner.java:126) at org.eclipse.jdt.ui.text.JavaTextTools.<init>(JavaTextTools.java:80) at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage.createPreviewer(JavaEditorPreferencePage.java:486) at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage.createSyntaxPage(JavaEditorPreferencePage.java:433) at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage.createContents(JavaEditorPreferencePage.java:942) at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:209)
|
2002-12-16 12:08:10
| 1,040,060,000 |
resolved fixed
|
64feff4
| 1,043,690,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaColorManager.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java
|
JDT
|
5,300 | 29,525 |
Bug 29525 moving source file from one source folder to the other caused NullPointerException
|
Not strictly reproducible, the source folders are in the same project, source and destination package have the same name. This is the complete stack trace, note the contained stack trace starting at: "Caused by: java.lang.NullPointerException" java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:307) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:246) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:432) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:65) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:429) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1174) at org.eclipse.jdt.internal.ui.reorg.JdtMoveAction.doReorg(JdtMoveAction.java:140) at org.eclipse.jdt.internal.ui.reorg.ReorgDestinationAction.run(ReorgDestinationAction.java:116) at org.eclipse.jdt.internal.ui.reorg.JdtMoveAction.run(JdtMoveAction.java:68) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:191) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:169) at org.eclipse.jdt.internal.ui.packageview.SelectionTransferDropAdapter.handleDropMove(SelectionTransferDropAdapter.java:238) at org.eclipse.jdt.internal.ui.packageview.SelectionTransferDropAdapter.drop(SelectionTransferDropAdapter.java:142) at org.eclipse.jdt.internal.ui.dnd.JdtViewerDropAdapter.drop(JdtViewerDropAdapter.java:106) at org.eclipse.jdt.internal.ui.dnd.DelegatingDropAdapter.drop(DelegatingDropAdapter.java:73) at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:61) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:861) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:845) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:652) at org.eclipse.swt.dnd.DropTarget.notifyListeners(DropTarget.java:558) at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:495) at org.eclipse.swt.dnd.DropTarget.access$7(DropTarget.java:423) at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:214) at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:111) at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:298) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:279) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:146) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1467) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1450) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.reorg.MoveRefactoring.checkReferencesToNotPublicTypes(MoveRefactoring.java:108) at org.eclipse.jdt.internal.corext.refactoring.reorg.MoveRefactoring.checkInput(MoveRefactoring.java:82) at org.eclipse.jdt.internal.corext.refactoring.base.Refactoring.checkPreconditions(Refactoring.java:72) at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:55) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:296) ... 44 more
|
2003-01-15 06:50:52
| 1,042,630,000 |
resolved fixed
|
bbae512
| 1,043,680,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java
|
JDT
|
5,301 | 29,805 |
Bug 29805 Resolve end symbol problem in Open Type dialog
|
Build I20030115 Here is the proposal we want to implement (it is pretty much what Randy Hudson proposed): The user must explicitly disable the adding of the wildcard by using a special end symbol. But instead of using the '.' JDT proposes to use the % character. Here are the reasons: - '.' is used in fully qualified name as a separator. The open type dialog already supports entering qualified names (e.g. junit.framework.* shows all types in the framework package). So it will be confusing if we use it as the end symbol as well. - '$' is used by various Unix tools (grep, ...) to denote the end symbol, but it is as legal character inside a Java identifier. Some generated classes inside rt.jar contain a $ character. - so we have to use a character that is not a legal character for Java identifiers. We tried several operators and we decide to go for the % since it is easy to recognize and easy to type. I have opened the bug to further track this issue. Please add comments to this bug instead of replying to this post since bugs are easier trackable.
|
2003-01-20 11:20:10
| 1,043,080,000 |
resolved fixed
|
914191c
| 1,043,680,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenBuildPathDialogAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/BuildPathDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java
|
JDT
|
5,302 | 30,235 |
Bug 30235 [refactoring] Exception in Move method refactoring
|
JUnit setup. 1) Select TestResult runTest in the source 2) accept the default settings 3) finish (without preview) !ENTRY org.eclipse.jdt.ui 4 10001 Jan 26, 2003 00:37:57.355 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalCont ext.java:307) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:246) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizardDialog2.run( RefactoringWizardDialog2.java:256) at org.eclipse.jdt.internal.ui.refactoring.PerformRefactoringUtil.perfor mRefactoring(PerformRefactoringUtil.java:43) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.performFini sh(RefactoringWizard.java:362) at org.eclipse.jdt.internal.ui.refactoring.UserInputWizardPage.performFi nish(UserInputWizardPage.java:113) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.performFini sh(RefactoringWizard.java:425) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizardDialog2.okPr essed(RefactoringWizardDialog2.java:371) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:240) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:398) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java: 87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.ac tivate(RefactoringStarter.java:60) at org.eclipse.jdt.internal.ui.refactoring.actions.MoveInstanceMethodAct ion.run(MoveInstanceMethodAction.java:131) at org.eclipse.jdt.internal.ui.refactoring.actions.MoveInstanceMethodAct ion.run(MoveInstanceMethodAction.java:115) at org.eclipse.jdt.ui.actions.MoveAction.tryMoveInstanceMethod(MoveActio n.java:172) at org.eclipse.jdt.ui.actions.MoveAction.run(MoveAction.java:135) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(Select ionDispatchAction.java:193) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispa tchAction.java:169) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:422) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(Act ionContributionItem.java:374) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContri butionItem.java:368) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handle Event(ActionContributionItem.java:69) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1525) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1508) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoa der.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) Caused by: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: null argument;New receiver must be chosen before checkInput(..) is called. at org.eclipse.jdt.internal.corext.Assert.isNotNull(Assert.java:99) at org.eclipse.jdt.internal.corext.refactoring.structure.InstanceMethodM over.checkInput(InstanceMethodMover.java:1848) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInstanceMet hodRefactoring.checkInput(MoveInstanceMethodRefactoring.java:158) at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run( CheckConditionsOperation.java:59) at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run(Cre ateChangeOperation.java:94) at org.eclipse.jdt.internal.ui.refactoring.PerformChangeOperation.run(Pe rformChangeOperation.java:138) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalCont ext.java:296) ... 43 more
|
2003-01-25 18:11:42
| 1,043,540,000 |
resolved fixed
|
df97c0f
| 1,043,670,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInstanceMethodInputPage.java
|
JDT
|
5,303 | 30,092 |
Bug 30092 [browsing]Missing View Short cuts in the Java Browsing perspective
|
1) in the Java Browsing Perspective 2) execute Window>Show View ->notice that the Views shown in the Browsing Perspective do not show up in the menu. You have to go to the Other... dialog. This should be changed (the perspective factory can define the corresponding short cuts), e.g. layout.addShowViewShortcut(IPageLayout.ID_OUTLINE); layout.addShowViewShortcut(IPageLayout.ID_TASK_LIST); layout.addShowViewShortcut(IPageLayout.ID_RES_NAV); This is easy to fix and will be important once we add the Show In... support
|
2003-01-23 10:28:25
| 1,043,340,000 |
resolved fixed
|
ecb31df
| 1,043,340,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java
|
JDT
|
5,304 | 30,102 |
Bug 30102 NamingConvention: Tests fail
|
20030122 I changed our tests to use NamingConvention. There are failuers, please check. NameProposerTest in jdt.ui.tests
|
2003-01-23 11:24:33
| 1,043,340,000 |
verified fixed
|
91c5449
| 1,043,340,000 |
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CoreTests.java
|
JDT
|
5,305 | 30,007 |
Bug 30007 Can't hit next in new java project wizard [build path] [code manipulation]
|
Build: I20020122 1) Open the new java project wizard 2) Enter a name, hit next 3) Hit the back button 4) Deselect the "Use default" check box 5) Type in a location -> It won't let me hit next, because it claims the project already exists. 6) Click cancel -> The project doesn't exist.
|
2003-01-22 14:57:40
| 1,043,270,000 |
resolved fixed
|
17121d0
| 1,043,320,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java
|
JDT
|
5,306 | 30,005 |
Bug 30005 Can't create linked source folder in new java project wizard [build path]
|
Build: I20030122 1) Open the new java project wizard 2) Enter a name, hit next 3) Click "Add Folder" on the "Source" tab. -> dialog comes up that doesn't have an option to create a new folder 4) Click cancel. Click "Browse" next to the output folder field -> this dialog allows you to create a new folder (even a linked folder) 5) Click cancel. Finish the wizard. 6) Open the java build path property page 3) Click "Add Folder" on the "Source" tab. -> now the dialog allows you to create a new linked folder. It should allow you to do this from the wizard.
|
2003-01-22 14:35:20
| 1,043,260,000 |
resolved fixed
|
844dc6a
| 1,043,310,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java
|
JDT
|
5,307 | 29,996 |
Bug 29996 Java Browsing perspective is missing the Resource Navigation action set
|
build I20030115 The Java Browsing perspective is missing the Resource Navigation action set, although the Java perspective uses it. Just wondering if this was by design.
|
2003-01-22 11:38:00
| 1,043,250,000 |
resolved fixed
|
6ee1f2e
| 1,043,310,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java
|
JDT
|
5,308 | 18,568 |
Bug 18568 api: IType::getMethod - how to distinguish constructors in this case?
|
it is legal to have both a constructor and a method with the same signature however, IType::getMethod does lot let me distinguish between the 2 cases given this code: class A { public A() {} protected void A() {} } call to IType::getMethod("A", new String[0]) returns the constructor (and it does, as suspected, return the method if i revert them in the source file :-) ) i think a new method on IType IMethod getMethod(String name, String[] parameterTypeSignatures, boolean constructor); would solve this problem
|
2002-06-01 05:00:38
| 1,022,920,000 |
resolved wontfix
|
fc625ee
| 1,043,250,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java
|
JDT
|
5,309 | 29,848 |
Bug 29848 Add Javadoc Comment creates incorrect declaration [javadoc]
|
Create a subclass of TransferHandler. Override canImport. The Javadoc comment generated is "@see javax.swing.TransferHandler#canImport (javax.swing.JComponent, java.awt.datatransfer.DataFlavor)", but it shuold be "@see javax.swing.TransferHandler#canImport(javax.swing.JComponent, java.awt.datatransfer.DataFlavor [])" - note the missing [] on the second parameter.
|
2003-01-20 16:35:11
| 1,043,100,000 |
resolved fixed
|
cbac6e0
| 1,043,150,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java
|
JDT
|
5,310 | 25,291 |
Bug 25291 Can't browse JRE_LIB jar file when working set selected
|
I found that when I was using a working set I couldn't expand the JRE_LIB jar file in the package explorer. When I deselected the working set, it worked fine.
|
2002-10-23 23:10:34
| 1,035,430,000 |
resolved fixed
|
1791872
| 1,043,140,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilter.java
|
JDT
|
5,311 | 28,510 |
Bug 28510 java build path inconsistency [build path]
|
20021216 select rt.jar in the package explorer open properties it allows you to set the javadoc location but for source attachment you are sent somewhere else it's inconsistent - on the java build path they both look sort of the same (they sit under the same node in the tree)
|
2002-12-17 09:43:15
| 1,040,140,000 |
resolved fixed
|
bcd21c9
| 1,043,090,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java
|
JDT
|
5,312 | 26,927 |
Bug 26927 JavaDoc generation is hard to find [javadoc]
|
Feedback on the mailing list and questions on the newsgroup indicate that the javadoc support is difficult to find. Proposal: Add a Generate Java Doc action to the Project menu. (we should also investigate whether we want to surface other actions in the Project menu, e.g. open the "Properties")
|
2002-11-22 05:05:23
| 1,037,960,000 |
resolved fixed
|
7f099a8
| 1,043,090,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateJavadocAction.java
|
JDT
|
5,313 | 25,845 |
Bug 25845 Support for manually attaching source to a class path container
|
From Dejan: There is a work item on the ability to manually attach source to classpath entries managed by classpath container. We discussed it and we have workable options but we would like if we can have it by M3 because we want to start self-hosting using classpath containers ourselves.
|
2002-11-07 13:42:54
| 1,036,690,000 |
resolved fixed
|
3eaf7d8
| 1,043,080,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SourceAttachmentDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SourceAttachmentPropertyPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentDialog.java
|
JDT
|
5,314 | 23,112 |
Bug 23112 [search] need a way to search for references to the implicit non-arg constructor
|
i'd like to search for references to all constructors of a class - it's easy when the class has some declared construcotrs. the problem is that when the class does not declare any explicit constructors, you can still have (super()) references to the non-arg implicit constructor. but how do i search for these?
|
2002-09-03 10:07:49
| 1,031,060,000 |
resolved wontfix
|
af4f733
| 1,043,080,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ConstructorReferenceFinder.java
|
JDT
|
5,315 | 29,726 |
Bug 29726 New compiler setting added: OPTION_ReportIncompatibleNonInheritedInterfaceMethod
|
JavaCore#OPTION_ReportIncompatibleNonInheritedInterfaceMethod COMPILER / Reporting Interface Method not Compatible with non-Inherited Methods When enabled, the compiler will issue an error or a warning whenever an interface defines a method incompatible with a non-inherited Object one. - option id: "org.eclipse.jdt.core.compiler.incompatibleNonInheritedInterfaceMeth od" - possible values: { "error", "warning", "ignore" } - default: "warning" --- FYI - we used to always be reporting an error, where we should not. Now we default to a warning - not critical for 2.1M5, default is likely the best anyway. test case: interface I { int clone(); // should only be a warning }
|
2003-01-17 12:08:27
| 1,042,820,000 |
resolved fixed
|
1b01b65
| 1,043,060,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java
|
JDT
|
5,316 | 25,068 |
Bug 25068 Reuse editor in Search view causes the menubar to refresh a lot.
| null |
2002-10-18 14:02:07
| 1,034,960,000 |
resolved fixed
|
b37b167
| 1,042,900,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/GotoMarkerAction.java
|
JDT
|
5,317 | 28,398 |
Bug 28398 New Java Project Wizard: no source folder after using "Back"
|
Build 20021213 1. Start the new Java Project wizard 2. Enter "JUnix" 3. Press "Next" - see: there's a source folder 4. Press "Back" 5. Change project name to "JUnit" 6. Press "Next" ==> no source folder
|
2002-12-16 12:03:14
| 1,040,060,000 |
resolved fixed
|
046e710
| 1,042,820,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java
|
JDT
|
5,318 | 28,054 |
Bug 28054 awkward to change default output folder
|
Build I20021210 1. Create a new Java project P1 On the Java Settings page hit the Browse next to Default output folder. Observe: The dialog is empty, shows an error "No entries available", and only allows Cancel. Expectation: As with other dialogs, it would be better if I had an opportunity to create folders at this time. unable to create a linked output folder
|
2002-12-10 16:57:31
| 1,039,560,000 |
resolved fixed
|
aa4b231
| 1,042,820,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavaCapabilityConfigurationPage.java
|
JDT
|
5,319 | 29,698 |
Bug 29698 drag and drop of java files between packages in package explorer doesn't work
|
the <preview> <ok> <cancel> dialog shows up, but <ok> has the same effect as <cancel> and <preview> would only show movements of files and no changes in imports of other java files. on <ok> in the preview it only moves the file(s) (as indicated ) without changing referencing imports.
|
2003-01-17 04:49:18
| 1,042,800,000 |
resolved fixed
|
386c5c6
| 1,042,810,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveMembersWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RenameJavaElementAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtMoveAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/ReorgDestinationAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/RenameSupport.java
|
JDT
|
5,320 | 28,575 |
Bug 28575 Hierarchy view updates items twice [type hierarchy]
| null |
2002-12-17 16:51:00
| 1,040,160,000 |
resolved fixed
|
2098c30
| 1,042,810,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
|
JDT
|
5,321 | 28,269 |
Bug 28269 type hierarchy makes work much slower even though it's invisible
|
20021210 i had a big type hierarchy open but put in the background - behind the package explorer i added 1 type to the workspace boom - tyhe whole thing froze for 2 minutes because the type hierarchy was doing a lot of work that i did not ask for and no busy cursor it makes it quite impossible to work if you have a type hierarchy open anywhere
|
2002-12-13 09:58:19
| 1,039,790,000 |
resolved fixed
|
9a4499d
| 1,042,800,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
|
JDT
|
5,322 | 28,443 |
Bug 28443 organize imports sometimes added to logical packages, sometimes not
|
20021216 select a logical package - 'organize imports' is not in the context menu select the logical package and another package - organize imports is in the menu
|
2002-12-17 04:54:58
| 1,040,120,000 |
resolved fixed
|
5cd6316
| 1,042,650,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java
|
JDT
|
5,323 | 29,500 |
Bug 29500 Cannot cancel organize imports
|
After selecting organize imports on my project (to reduce the 4175 warnings about unused imports I got when I upgraded to 2.1 M4), I decided that maybe this was going to take longer than I thought, so I tried to cancel the action. The cancel button on the dialog didn't to do anything. I can repeat this at will with my project. I'm using Sun's JDK 1.4.1_01 on Debian GNU/Linux, SWT/Motif.
|
2003-01-15 00:14:36
| 1,042,610,000 |
resolved fixed
|
b3d6599
| 1,042,630,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java
|
JDT
|
5,324 | 29,416 |
Bug 29416 Cannot create Type if typecomment Template doesn't exist
|
Actual: Click on File/New/Interface (or Class). Type a name, and click Finish. Error dialog appears telling me to look in the log (stack trace below). Interface/Class file is created, but is completely empty. If I go to Preferences and create the "typecomment" template, this problem goes away Expected: Class/Interface should be created and the file populated properly, despite the absence of the typecomment template. Looks easy to fix, I just don't have the code handy, nor thetime to do it (sorry). The relevant portion of the stack trace: Caused by: java.lang.NullPointerException at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.isValidComment(NewTypeWizardPage.java:1543) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.getTypeComment(NewTypeWizardPage.java:1566) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.constructTypeStub(NewTypeWizardPage.java:1462) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.createType(NewTypeWizardPage.java:1345) at org.eclipse.jdt.internal.ui.wizards.NewInterfaceCreationWizard.finishPage(NewInterfaceCreationWizard.java:45) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard$2.run(NewElementWizard.java:79) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:34) at org.eclipse.jdt.internal.core.JavaModelOperation.execute(JavaModelOperation.java:326) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:626) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1564) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:2571) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:32) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:296)
|
2003-01-13 18:00:18
| 1,042,500,000 |
resolved fixed
|
3b9ae18
| 1,042,540,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
|
JDT
|
5,325 | 29,405 |
Bug 29405 NPE in SearchUtil.isBinaryPrimitive [search]
|
20030107 Sorry, unsure of steps to reproduce but thought may be interesting none the less. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.search.SearchUtil.isBinaryPrimitveConstantOrString (SearchUtil.java:429) at org.eclipse.jdt.internal.ui.search.SearchUtil.warnIfBinaryConstant (SearchUtil.java:416) at org.eclipse.jdt.ui.actions.FindReferencesAction.run (FindReferencesAction.java:78) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:237) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:193) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:169) at org.eclipse.jface.action.Action.runWithEvent(Action.java:769) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:411) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:365) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:356) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:48) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1467) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1450) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
|
2003-01-13 12:50:20
| 1,042,480,000 |
resolved fixed
|
0771670
| 1,042,530,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUtil.java
|
JDT
|
5,326 | 29,170 |
Bug 29170 False error feedback from "Show in package explorer"
|
Build 20030107 1. Open a .java file in the Java editor. 2. Click "Collapse All" in the packages view to collapse the tree. 3. Right click on the top-level type in the Outline view and choose "Show in Package Explorer" 4. The packages view correctly expands to the selected type, but an error dialog pops up: Title: "Show in Package Explorer" Message: "Couldn't reveal the selected element in Package Explorer. May be the element is filtered out." This happens any time the tree needs to be expanded to reveal a type.
|
2003-01-08 15:49:45
| 1,042,060,000 |
resolved fixed
|
75ceea6
| 1,042,530,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
|
JDT
|
5,327 | 29,375 |
Bug 29375 Search for reference gives strange results when references are in static initialisers [search]
|
[M4] When references to a class or method are in the static initialiser for a class (which is also in a package other than the default one) the results contain spurious nulls. Test case: package foo.bar; public class Test { static { new Test().toString(); } } Highlight "Test" (either place) and search for references in the workspace. The result will be: nullnullbar.Test.{...}
|
2003-01-13 06:39:43
| 1,042,460,000 |
resolved fixed
|
b00b226
| 1,042,470,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java
|
JDT
|
5,328 | 28,267 |
Bug 28267 55% of open type hiearchy spent in sorting [type hierarchy]
|
20021210+latest 1213 junit workspace typehierarchy on Object 55% is spent in sorting
|
2002-12-13 09:42:48
| 1,039,790,000 |
resolved fixed
|
c1dd284
| 1,042,460,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaElementAdapterFactory.java
|
JDT
|
5,329 | 29,200 |
Bug 29200 NPE from 'Occurences in File'
|
Found in my log (don't have the corresponding source anymore) java.lang.NullPointerException at org.eclipse.jdt.internal.ui.search.SearchUsagesInFileAction$NameUsagesFinder.mat ch(SearchUsagesInFileAction.java(Compiled Code)) at org.eclipse.jdt.internal.ui.search.SearchUsagesInFileAction$NameUsagesFinder.vis it(SearchUsagesInFileAction.java(Compiled Code)) at org.eclipse.jdt.core.dom.SimpleName.accept0(SimpleName.java(Compiled Code)) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java(Compiled Code)) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java(Compiled Code)) at org.eclipse.jdt.core.dom.LabeledStatement.accept0 (LabeledStatement.java:87) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java(Compiled Code)) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java (Compiled Code)) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:81) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java(Compiled Code)) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java(Compiled Code)) at org.eclipse.jdt.core.dom.TryStatement.accept0(TryStatement.java:100) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java(Compiled Code)) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java (Compiled Code)) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:81) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java(Compiled Code)) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java(Compiled Code)) at org.eclipse.jdt.core.dom.MethodDeclaration.accept0 (MethodDeclaration.java:179) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java(Compiled Code)) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java (Compiled Code)) at org.eclipse.jdt.core.dom.TypeDeclaration.accept0 (TypeDeclaration.java:161) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java(Compiled Code)) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java (Compiled Code)) at org.eclipse.jdt.core.dom.CompilationUnit.accept0 (CompilationUnit.java:158) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java(Compiled Code)) at org.eclipse.jdt.internal.ui.search.SearchUsagesInFileAction$1.run (SearchUsagesInFileAction.java:209) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1564) at org.eclipse.jdt.internal.ui.search.SearchUsagesInFileAction$2.run (SearchUsagesInFileAction.java:233) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java (Compiled Code)) at org.eclipse.jdt.internal.ui.search.SearchUsagesInFileAction.run (SearchUsagesInFileAction.java:229) at org.eclipse.jdt.internal.ui.search.SearchUsagesInFileAction.run (SearchUsagesInFileAction.java:225) at org.eclipse.jface.action.Action.runWithEvent(Action.java:769) at org.eclipse.ui.internal.WWinKeyBindingService.invoke (WWinKeyBindingService.java:139) at org.eclipse.ui.internal.WWinKeyBindingService.pressed (WWinKeyBindingService.java:120) at org.eclipse.ui.internal.WWinKeyBindingService$6.widgetSelected (WWinKeyBindingService.java:376) at org.eclipse.ui.internal.AcceleratorMenu$2.handleEvent (AcceleratorMenu.java:55) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1450) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
|
2003-01-09 06:41:30
| 1,042,110,000 |
resolved fixed
|
a9e1a8f
| 1,042,220,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUsagesInFileAction.java
|
JDT
|
5,330 | 29,272 |
Bug 29272 Typo in warning
|
When renaming a method (refactoring) if you start the method name with an upper case letter, you get a warning of: "By convention, all names of methods start with uppercase letters" It should, of course, read: "By convention, all names of methods start with lowercase letters"
|
2003-01-10 03:45:15
| 1,042,190,000 |
resolved fixed
|
ad0d061
| 1,042,190,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java
|
JDT
|
5,331 | 28,824 |
Bug 28824 Quick Fix: Type Mismatch -> Cast bug [quick fix]
|
When using code assist to apply a cast to the following statement: DefaultMutableTreeNode root = getParentContainer().treeMapperTree.getModel ().getRoot(); You get: DefaultMutableTreeNode root = getParentContainer().(DefaultMutableTreeNode) treeMapperTree.getModel().getRoot(); When you should get: DefaultMutableTreeNode root = (DefaultMutableTreeNode) getParentContainer ().treeMapperTree.getModel().getRoot(); Seems to be getting confused about where the cast statement should go because the treeMapperTree isn't using getters (i.e. getTreeMapperTree()). When using getters then the cast works fine... Should also work without getters, hence bug.
|
2002-12-23 06:03:38
| 1,040,640,000 |
verified fixed
|
af53044
| 1,042,130,000 |
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/astrewrite/ASTRewritingExpressionsTest.java
|
JDT
|
5,332 | 29,003 |
Bug 29003 Preferences 'Output Folder Name' needs to allow '/' in the path [build path]
|
In the window/preferences/Java/New Project panel, when 'Folders' radio button is set, the 'output folder name' cannot be set to something like 'WEB- INF/classes'. The error message "'/' is an invalid character" appears. However, when setting the output path on the project (project/properties), 'WEB- INF/classes' is allowed, as the '/' is valid. Please change the window/preferences to allow a '/' in output folder name, so this value can be set by default.
|
2003-01-04 09:04:48
| 1,041,690,000 |
resolved fixed
|
d30c738
| 1,042,130,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NewJavaProjectPreferencePage.java
|
JDT
|
5,333 | 29,078 |
Bug 29078 Completion for anonymous inner class results in syntax error
|
1) enable smart brackets 2) type in Runnable runnable= new Runnable(<code assist>) ->you get the code below with one superflus parenthesis: Runnable runnable= new Runnable() { public void run() { } })
|
2003-01-07 07:37:46
| 1,041,940,000 |
resolved fixed
|
649753e
| 1,042,130,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodStubCompletionProposal.java
|
JDT
|
5,334 | 29,091 |
Bug 29091 Protected method created when overridding public method from super class
|
M4 Using org.eclipse.jdt.internal.debug.ui.launcher.MainTypeSelectionDialog, override TwoPaneElementSelector#createDialogArea(Composite) createDialogArea is created but is has protected visibility. I believe it should have public visibility as TwoPaneElementSelector#createDialogArea(Composite) is public and one cannot reduce the visibility of the inherited method.
|
2003-01-07 12:04:19
| 1,041,960,000 |
resolved fixed
|
2be043e
| 1,042,120,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddMethodStubOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodStubCompletionProposal.java
|
JDT
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.