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,335 | 29,156 |
Bug 29156 Highlight all occurances of local Java variable
|
Sorry if this is a duplicate of the one I wrote this morning as I did not get any confirmation. My browser didn't show the confirmation either. Earlier I had requested this feature and I was told that API did not support this kind of search. I recently discovered CTL-1 mechanism and found that it allowed me to rename local variables. I see an opportunity here. If CTL-1 can rename all occurances of a local variable, data member etc, it should also be able to provide an option "highlight all occurances" in the same drop down box. It is a natural place as before I rename I should be able to view all occurance that I am renaming. I hope this makes sense and will fulfill a long time request to bring about ease of development and maintanance of code.
|
2003-01-08 13:24:31
| 1,042,050,000 |
resolved fixed
|
f87a738
| 1,042,110,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java
|
JDT
|
5,336 | 29,161 |
Bug 29161 Quickfix can't fix a simple fix [quick fix]
|
If I have a class like this: public class Foo { private static final String BAR = "bar"; public Foo () { System.out.println(this.BAR); } } There's a light bulb on the 'this.BAR' line, which says "The static field Foo.BAR should be accessed in a static way", but says "No corrections available" when I click on it. The fix is simply removing 'this', ie "this.BAR" becomes only "BAR". It's a very simple correction, I think quick fix should know about it.
|
2003-01-08 14:19:06
| 1,042,050,000 |
resolved fixed
|
c3ce08e
| 1,042,110,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,337 | 25,152 |
Bug 25152 Code format too tight when creating a missing method [code manipulation]
|
When you choose the quick fix 'create method', the code generated butts up below the method without a new line: } /** * Method precompile. */ private void precompile() { } instead of: } /** * Method precompile. */ private void precompile() { }
|
2002-10-21 18:19:31
| 1,035,240,000 |
resolved fixed
|
027c529
| 1,042,110,000 |
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/astrewrite/ASTRewritingMoveCodeTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/astrewrite/ASTRewritingTypeDeclTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTRewriteAnalyzer.java
|
JDT
|
5,338 | 29,165 |
Bug 29165 exception when deleting a class in I20030107 (win2k)
|
steps to reproduce the exception : - selected class in package explorer - selected delete in contextmenu
|
2003-01-08 15:24:11
| 1,042,060,000 |
resolved fixed
|
dd38a97
| 1,042,100,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java
|
JDT
|
5,339 | 28,250 |
Bug 28250 opening a file calls getImage 2 times on packageExplorer's label provider [package explorer]
|
20021210 what is the reason for the package explorer to update its labels on opening/closing files? No resource has changed, nothing really happened - but stuff gets updated anyhow. it's called twice on opening and once on closing closing: Thread [main] (Suspended (breakpoint at line 67 in org.eclipse.jface.viewers.DecoratingLabelProvider)) org.eclipse.jface.viewers.DecoratingLabelProvider.getImage (java.lang.Object) line: 67 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.TreeViewer).doUpdateItem (org.eclipse.swt.widgets.Item, java.lang.Object) line: 83 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.AbstractTreeViewer).doUpdateItem (org.eclipse.swt.widgets.Widget, java.lang.Object, boolean) line: 363 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.StructuredViewer).updateItem (org.eclipse.swt.widgets.Widget, java.lang.Object) line: 1132 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.AbstractTreeViewer).internalRefresh (org.eclipse.swt.widgets.Widget, java.lang.Object, boolean) line: 843 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.AbstractTreeViewer).internalRefresh (java.lang.Object) line: 826 org.eclipse.jface.viewers.StructuredViewer$4.run() line: 744 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.StructuredViewer).preservingSelection (java.lang.Runnable) line: 684 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.StructuredViewer).refresh(java.lang.Object) line: 742 org.eclipse.jdt.internal.ui.packageview.PackageExplorerContentProvider$3 .run() line: 440 org.eclipse.swt.widgets.RunnableLock.run() line: 31 org.eclipse.ui.internal.UISynchronizer (org.eclipse.swt.widgets.Synchronizer).runAsyncMessages() line: 94 org.eclipse.swt.widgets.Display.runAsyncMessages() line: 1669 org.eclipse.swt.widgets.Display.readAndDispatch() line: 1414 org.eclipse.ui.internal.Workbench.runEventLoop() line: 1403 org.eclipse.ui.internal.Workbench.run(java.lang.Object) line: 1386 org.eclipse.core.internal.boot.InternalBootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[], java.lang.Runnable) line: 840 org.eclipse.core.boot.BootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[], java.lang.Runnable) line: 462 sun.reflect.NativeMethodAccessorImpl.invoke0(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) line: not available [native method] sun.reflect.NativeMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) line: 39 sun.reflect.DelegatingMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) line: 25 java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) line: 324 org.eclipse.core.launcher.Main.basicRun(java.lang.String[]) line: 247 org.eclipse.core.launcher.Main.run(java.lang.String[]) line: 703 org.eclipse.core.launcher.Main.main(java.lang.String[]) line: 539 ---------------------------- opening 1 : Thread [main] (Suspended (breakpoint at line 67 in org.eclipse.jface.viewers.DecoratingLabelProvider)) org.eclipse.jface.viewers.DecoratingLabelProvider.getImage (java.lang.Object) line: 67 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.TreeViewer).doUpdateItem (org.eclipse.swt.widgets.Item, java.lang.Object) line: 83 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.AbstractTreeViewer).doUpdateItem (org.eclipse.swt.widgets.Widget, java.lang.Object, boolean) line: 363 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.StructuredViewer).updateItem (org.eclipse.swt.widgets.Widget, java.lang.Object) line: 1132 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.AbstractTreeViewer).internalRefresh (org.eclipse.swt.widgets.Widget, java.lang.Object, boolean) line: 843 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.AbstractTreeViewer).internalRefresh (java.lang.Object) line: 826 org.eclipse.jface.viewers.StructuredViewer$4.run() line: 744 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.StructuredViewer).preservingSelection (java.lang.Runnable) line: 684 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.StructuredViewer).refresh(java.lang.Object) line: 742 org.eclipse.jdt.internal.ui.packageview.PackageExplorerContentProvider$3 .run() line: 440 org.eclipse.swt.widgets.RunnableLock.run() line: 31 org.eclipse.ui.internal.UISynchronizer (org.eclipse.swt.widgets.Synchronizer).runAsyncMessages() line: 94 org.eclipse.swt.widgets.Display.runAsyncMessages() line: 1669 org.eclipse.swt.widgets.Display.readAndDispatch() line: 1414 org.eclipse.jface.operation.ModalContext$ModalContextThread.block() line: 130 org.eclipse.jface.operation.ModalContext.run (org.eclipse.jface.operation.IRunnableWithProgress, boolean, org.eclipse.core.runtime.IProgressMonitor, org.eclipse.swt.widgets.Display) line: 255 org.eclipse.jface.window.ApplicationWindow$1.run() line: 409 org.eclipse.swt.custom.BusyIndicator.showWhile (org.eclipse.swt.widgets.Display, java.lang.Runnable) line: 65 org.eclipse.ui.internal.WorkbenchWindow (org.eclipse.jface.window.ApplicationWindow).run(boolean, boolean, org.eclipse.jface.operation.IRunnableWithProgress) line: 406 org.eclipse.ui.internal.WorkbenchWindow.run(boolean, boolean, org.eclipse.jface.operation.IRunnableWithProgress) line: 1147 org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor (org.eclipse.ui.texteditor.AbstractTextEditor).internalInit (org.eclipse.ui.IWorkbenchWindow, org.eclipse.ui.IEditorSite, org.eclipse.ui.IEditorInput) line: 1774 org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor (org.eclipse.ui.texteditor.AbstractTextEditor).init(org.eclipse.ui.IEditorSite, org.eclipse.ui.IEditorInput) line: 1791 org.eclipse.ui.internal.EditorManager.createSite (org.eclipse.ui.IEditorPart, org.eclipse.ui.internal.registry.EditorDescriptor, org.eclipse.ui.IEditorInput) line: 571 org.eclipse.ui.internal.EditorManager.openInternalEditor (org.eclipse.ui.IEditorReference, org.eclipse.ui.internal.registry.EditorDescriptor, org.eclipse.ui.IEditorInput, boolean) line: 621 org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor (org.eclipse.ui.IEditorReference, org.eclipse.ui.internal.registry.EditorDescriptor, org.eclipse.ui.IEditorInput, boolean) line: 429 org.eclipse.ui.internal.EditorManager.openEditorFromInput (org.eclipse.ui.IEditorReference, org.eclipse.ui.IEditorInput, boolean, boolean) line: 303 org.eclipse.ui.internal.EditorManager.openEditor(java.lang.String, org.eclipse.ui.IEditorInput, boolean, boolean) line: 394 org.eclipse.ui.internal.WorkbenchPage.openEditor (org.eclipse.ui.IEditorInput, java.lang.String, boolean, boolean, org.eclipse.core.resources.IFile, boolean) line: 1863 org.eclipse.ui.internal.WorkbenchPage.openEditor (org.eclipse.core.resources.IFile, java.lang.String, boolean) line: 1700 org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor (org.eclipse.core.resources.IFile, boolean) line: 129 org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor (java.lang.Object, boolean) line: 107 org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open (java.lang.Object, boolean) line: 47 org.eclipse.jdt.ui.actions.OpenAction.run(java.lang.Object[]) line: 157 org.eclipse.jdt.ui.actions.OpenAction.run (org.eclipse.jface.viewers.IStructuredSelection) line: 146 org.eclipse.jdt.ui.actions.OpenAction (org.eclipse.jdt.ui.actions.SelectionDispatchAction).dispatchRun (org.eclipse.jface.viewers.ISelection) line: 191 org.eclipse.jdt.ui.actions.OpenAction (org.eclipse.jdt.ui.actions.SelectionDispatchAction).run() line: 169 org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handl eOpen(org.eclipse.jface.viewers.OpenEvent) line: 325 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$3.open (org.eclipse.jface.viewers.OpenEvent) line: 298 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.StructuredViewer).fireOpen (org.eclipse.jface.viewers.OpenEvent) line: 316 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jface.viewers.StructuredViewer).handleOpen (org.eclipse.swt.events.SelectionEvent) line: 490 org.eclipse.jface.viewers.StructuredViewer$3.handleOpen (org.eclipse.swt.events.SelectionEvent) line: 577 org.eclipse.jface.util.OpenStrategy.fireOpenEvent (org.eclipse.swt.events.SelectionEvent) line: 203 org.eclipse.jface.util.OpenStrategy.access$2 (org.eclipse.jface.util.OpenStrategy, org.eclipse.swt.events.SelectionEvent) line: 198 org.eclipse.jface.util.OpenStrategy$1.handleEvent (org.eclipse.swt.widgets.Event) line: 227 org.eclipse.swt.widgets.EventTable.sendEvent (org.eclipse.swt.widgets.Event) line: 77 org.eclipse.swt.widgets.Tree(org.eclipse.swt.widgets.Widget).sendEvent (org.eclipse.swt.widgets.Event) line: 825 org.eclipse.swt.widgets.Display.runDeferredEvents() line: 1692 org.eclipse.swt.widgets.Display.readAndDispatch() line: 1410 org.eclipse.ui.internal.Workbench.runEventLoop() line: 1403 org.eclipse.ui.internal.Workbench.run(java.lang.Object) line: 1386 org.eclipse.core.internal.boot.InternalBootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[], java.lang.Runnable) line: 840 org.eclipse.core.boot.BootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[], java.lang.Runnable) line: 462 sun.reflect.NativeMethodAccessorImpl.invoke0(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) line: not available [native method] sun.reflect.NativeMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) line: 39 sun.reflect.DelegatingMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) line: 25 java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) line: 324 org.eclipse.core.launcher.Main.basicRun(java.lang.String[]) line: 247 org.eclipse.core.launcher.Main.run(java.lang.String[]) line: 703 org.eclipse.core.launcher.Main.main(java.lang.String[]) line: 539 ------------------------ opening 2: Thread [main] (Suspended (breakpoint at line 67 in org.eclipse.jface.viewers.DecoratingLabelProvider)) org.eclipse.jface.viewers.DecoratingLabelProvider.getImage (java.lang.Object) line: 67 org.eclipse.jdt.internal.ui.viewsupport.ResourceToItemsMapper.updateItem (org.eclipse.swt.widgets.Item) line: 65 org.eclipse.jdt.internal.ui.viewsupport.ResourceToItemsMapper.resourceCh anged(org.eclipse.core.resources.IResource) line: 50 org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4 (org.eclipse.jdt.internal.ui.viewsupport.ProblemTreeViewer).handleLabelProviderC hanged(org.eclipse.jface.viewers.LabelProviderChangedEvent) line: 120 org.eclipse.jface.viewers.ContentViewer$1.labelProviderChanged (org.eclipse.jface.viewers.LabelProviderChangedEvent) line: 68 org.eclipse.ui.internal.decorators.DecoratorManager.fireListeners (org.eclipse.jface.viewers.LabelProviderChangedEvent) line: 145 org.eclipse.ui.internal.decorators.DecoratorManager.labelProviderChanged (org.eclipse.jface.viewers.LabelProviderChangedEvent) line: 434 org.eclipse.jdt.ui.ProblemsLabelDecorator.fireProblemsChanged (org.eclipse.core.resources.IResource[], boolean) line: 338 org.eclipse.jdt.ui.ProblemsLabelDecorator.access$0 (org.eclipse.jdt.ui.ProblemsLabelDecorator, org.eclipse.core.resources.IResource [], boolean) line: 333 org.eclipse.jdt.ui.ProblemsLabelDecorator$1.problemsChanged (org.eclipse.core.resources.IResource[], boolean) line: 313 org.eclipse.jdt.internal.ui.viewsupport.ProblemMarkerManager$1.run() line: 177 org.eclipse.swt.widgets.RunnableLock.run() line: 31 org.eclipse.ui.internal.UISynchronizer (org.eclipse.swt.widgets.Synchronizer).runAsyncMessages() line: 94 org.eclipse.swt.widgets.Display.runAsyncMessages() line: 1669 org.eclipse.swt.widgets.Display.readAndDispatch() line: 1414 org.eclipse.ui.internal.Workbench.runEventLoop() line: 1403 org.eclipse.ui.internal.Workbench.run(java.lang.Object) line: 1386 org.eclipse.core.internal.boot.InternalBootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[], java.lang.Runnable) line: 840 org.eclipse.core.boot.BootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[], java.lang.Runnable) line: 462 sun.reflect.NativeMethodAccessorImpl.invoke0(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) line: not available [native method] sun.reflect.NativeMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) line: 39 sun.reflect.DelegatingMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) line: 25 java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) line: 324 org.eclipse.core.launcher.Main.basicRun(java.lang.String[]) line: 247 org.eclipse.core.launcher.Main.run(java.lang.String[]) line: 703 org.eclipse.core.launcher.Main.main(java.lang.String[]) line: 539
|
2002-12-13 06:10:52
| 1,039,780,000 |
resolved fixed
|
655a6c0
| 1,041,970,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java
|
JDT
|
5,340 | 28,869 |
Bug 28869 Parse error with final local vars without immediate assignment
|
Consider this prototype code: void foo() { final PreparedStatement statement; try { statement = xxx.prepareStatement(...) } catch (..) { // handle errors } return statement; } For this kind of thing I often use a final local variable - mostly to enable the compiler to find my errors (like assigning more than once). However, with Eclipse I get parse errors (cursor on the line that declares the local var) when using refactoring functions, such as "Reorganize imports". The Eclipse version used is Eclipse 2.1 M4.
|
2002-12-25 06:09:27
| 1,040,810,000 |
verified fixed
|
a58f54a
| 1,041,960,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java
|
JDT
|
5,341 | 28,875 |
Bug 28875 Refactor - Change method signature [refactoring]
|
I tried it, and this is what I got in the log : java.lang.reflect.InvocationTargetException: java.lang.ClassCastException: org.eclipse.jdt.internal.core.SourceField at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring .getMethod(ChangeSignatureRefactoring.java:1081) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring .needsVisibilityUpdate(ChangeSignatureRefactoring.java:1085) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring .updateDeclarationNode(ChangeSignatureRefactoring.java:962) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring .modifyMethodOccurrences(ChangeSignatureRefactoring.java:946) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring .createChangeManager(ChangeSignatureRefactoring.java:807) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring .checkInput(ChangeSignatureRefactoring.java:476) 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.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:95) !ENTRY org.eclipse.jdt.ui 4 10001 26, 2002 17:14:18.437 !MESSAGE Internal Error
|
2002-12-26 09:56:26
| 1,040,910,000 |
resolved fixed
|
89c1e22
| 1,041,950,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java
|
JDT
|
5,342 | 21,047 |
Bug 21047 code formatter availability inconsistent
|
Sometimes the hotkey (ctrl-shift-f) and the menu entry for formatting the source code are disabled, while the entry in the context menu is enabled and works as expected. I didn't find any patterns on when this occurs till now.
|
2002-06-27 04:36:02
| 1,025,170,000 |
resolved fixed
|
ede408a
| 1,041,950,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java
|
JDT
|
5,343 | 27,801 |
Bug 27801 Change the way external JARs are presented in Package Explorer
|
External JARs are currently presented in Package Explorer using their full path. This causes a problem in cases where this path is long (e.g. self- hosting). With the standard view widths, the most important part of the path (library name) is clipped and users have to scroll or move the mouse over to see the tool tip. It would be much better if the name is split into two parts: <library name> - <library location> For example: Instead of d:\eclipse1204\eclipse\plugins\org.eclipse.core.resources_2.1.0\resources.jar use resources.jar - d:\eclipse1204\eclipse\plugins\org.eclipse.core.resources_2.1.0 This way, label will still be clipped, but the library name will be readily visible. This should be a trivial change since it only affects label provider.
|
2002-12-05 16:50:04
| 1,039,120,000 |
resolved fixed
|
b4c4551
| 1,041,940,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java
|
JDT
|
5,344 | 26,186 |
Bug 26186 Java preference page should use group bpxes instead of labels
|
20021113 The labels on the Radio groups in the JavaPreferencePage will not be read by screen readers. Use Group boxes instead. Also an issue for the Code Generation, New Project and Refactoring Page.
|
2002-11-13 15:30:21
| 1,037,220,000 |
resolved fixed
|
702a1e6
| 1,041,880,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/AppearancePreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeGenerationPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NewJavaProjectPreferencePage.java
|
JDT
|
5,345 | 24,912 |
Bug 24912 inline method - inline method breaks code when inlining into a field initializer [refactoring]
|
I-20021016 linux-gtk: public class Doo { private final static int MAGIC= compute(); private final static int compute() { return 42; } } There are two issues: 1) If select the use of compute() is selected for inlining, then I get a message on the preview page that it's not possible to inline inside a field initializer. This is true in general, but in this particular case, it would be possible. 2) If I select the declaration of the method, I don't get any error on the preview page. When I hit finish(), I will end up with a compile error, since the method is simply removed.
|
2002-10-17 05:58:32
| 1,034,850,000 |
resolved fixed
|
f065299
| 1,040,660,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/RefactoringStatus.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/RefactoringStatusCodes.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/TextChangeManager.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/InlineMethodInputPage.java
|
JDT
|
5,346 | 26,318 |
Bug 26318 Inline Method: attempts to inline any constructor -- just deletes constructor[refactoring]
|
Inline Method seems to attempt to inline any constructor. It appears to never create any changes except for deleting the constructor when the "Delete method declaration" checkbox is selected.
|
2002-11-14 10:06:11
| 1,037,290,000 |
resolved fixed
|
e0c8f1b
| 1,040,650,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java
|
JDT
|
5,347 | 24,931 |
Bug 24931 inline method - adds unnecessary assignment [refactoring]
|
I-20021016 linux-gtk: public class Moo { void foo(int a) { System.out.println(a); } void goo() { int n= 42; foo(n); int x= 7; // <-- } } 1. select foo in goo 2. inline method 3. press next 4. observe that the method invocation 'foo(n);' is replaced by 'int a= n; System.out.println(a);' This assignment is unnecessary und will go away if the following unrelated statement ('int x= 7;') is removed. I assume this is some sort of conservative strategy to avoid variable name clashes.
|
2002-10-17 07:49:09
| 1,034,860,000 |
resolved fixed
|
bbf8cf0
| 1,040,650,000 |
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestLocalReferenceUnused.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestLocalReferenceUnused.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowInfo.java
|
JDT
|
5,348 | 27,415 |
Bug 27415 inline method is too scared of compile warnings [refactoring]
|
20021127 package p; public class A { static final int I= 0; void f(){ int iiiii= I; int j= iiiii; //j++; } void fg(){ f(); } } try inlining fg() - cannot because it complains about the warning. uncomment the commented line and it will make inline method happy
|
2002-11-29 12:30:06
| 1,038,590,000 |
resolved fixed
|
06f8e60
| 1,040,650,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RefactoringAnalyzeUtil.java
|
JDT
|
5,349 | 26,501 |
Bug 26501 Refactoring wizard brings the package explorer to flicker [refactoring]
|
20021114 1. In the Java perspective, package explorer visible. 2. Open FilterDescriptor (jdt.ui) select ID_PLUGIN (line 76). 3. From the context menu choose Refactoring -> Inline Constant 4. On the first page press next 5. Before the progress monitor is finished, the package view suddenly starts to flicker for about 1/2 sec. Why?
|
2002-11-15 12:40:23
| 1,037,380,000 |
resolved fixed
|
62edf84
| 1,040,640,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/UndoManager.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PerformChangeOperation.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PerformRefactoringUtil.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/PerformRefactoringUtil.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringStarter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaStatusConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java
|
JDT
|
5,350 | 27,988 |
Bug 27988 checkbox tree behavior in refactoring not consistent
|
In at least the rename-refactor wizard, after the changes have been identified, the "changes to be performed" tree's checkboxes exhibit the following behavior: Clear a task, and expand its sub-tasks. check one of the sub-tasks. This causes the super-task to be a grey 'partial-type' checkbox (expected) immediately clear that sub-task. This leaves no sub-tasks selected, but the super-task is still grey, indicating it is partially selected. This may relate to a checkbox-tree SWT widget, rather than this dialog in particular.
|
2002-12-09 18:10:23
| 1,039,480,000 |
resolved fixed
|
0f843d6
| 1,040,400,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/CompositeChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/ICompositeChange.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeElementTreeViewer.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/DefaultChangeElement.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PreviewWizardPage.java
|
JDT
|
5,351 | 28,369 |
Bug 28369 [search] Java search results shown with squashed icons
|
The stop/halt icon (used for unknown images) doesn't have the correct size and a search result including such an icon shows up incorrectly. The icon should have the same width as the Java Element Labels with adornments. We should also use a different icon (question mark, or just a grey sphere) in this case. The halt icon is too invasive.
|
2002-12-16 09:17:21
| 1,040,050,000 |
resolved fixed
|
17c077c
| 1,040,400,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultLabelProvider.java
|
JDT
|
5,352 | 26,288 |
Bug 26288 use supertype - doesn't get all possible cases [refactoring]
|
I-20021113 w2k: Use supertype A instead of B: The first example doesn't touch the unnecessary cast to B, while the second example works as expected. class Test1 { class A {} class B extends A {} void foo() { B b= null; A a= (B) b; String s= a.toString(); } } class Test2 { class A {} class B extends A {} void foo() { B b= null; String s= ((B) b).toString(); } }
|
2002-11-14 08:51:19
| 1,037,280,000 |
resolved fixed
|
8d8700a
| 1,040,400,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/UseSupertypeWherePossibleUtil.java
|
JDT
|
5,353 | 28,244 |
Bug 28244 Edit->Undo / Refactor->Undo don't play well together
|
reproducible in I20021210 with the following steps and code: - select "b + c" - extract local - edit->undo - refactor->undo public class Test { public Test() { int a= 1; int b= 2; int c= 3; int d= a + b + c; } }
|
2002-12-13 05:01:39
| 1,039,770,000 |
resolved fixed
|
de1133c
| 1,040,390,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PerformChangeOperation.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/InlineMethodAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExtractMethodAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SurroundWithTryCatchAction.java
|
JDT
|
5,354 | 28,602 |
Bug 28602 On Eclipse startup: No disk in drive dialog pops up [ccp]
|
20021217 win 2000 1. Insert a disk in the floppy drive, for the file explorer select a file and copy to clipboard. 2. remove the floppy disk. start eclipse while booting you suddently get a dialog: 'There is no disk in the drive. Please insert a disk into drive A:' Get a stack trace usning CTRL + BREAK: PasteResourcesFromClipboardAction is the cause. This looks also like a performance issue. (E.g. if could take minutes if the drive is a network drive that is disconnected) at java.io.Win32FileSystem.getBooleanAttributes(Native Method) at java.io.File.exists(File.java:562) at org.eclipse.jdt.internal.ui.reorg.PasteResourcesFromClipboardAction.allFilesExis t(PasteResourcesFromClipboardAction.java:145) at org.eclipse.jdt.internal.ui.reorg.PasteResourcesFromClipboardAction.canPasteFile s(PasteResourcesFromClipboardAction.java:154) at org.eclipse.jdt.internal.ui.reorg.PasteResourcesFromClipboardAction.canOperateOn (PasteResourcesFromClipboardAction.java:106) at org.eclipse.jdt.internal.ui.reorg.PasteResourcesFromClipboardAction.selectionCha nged(PasteResourcesFromClipboardAction.java:48) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchSelectionChanged (SelectionDispatchAction.java:181) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.selectionChanged (SelectionDispatchAction.java:176) at org.eclipse.jdt.internal.ui.reorg.DualReorgAction.selectionChanged (DualReorgAction.java:40) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged (Viewer.java:148) at org.eclipse.jface.viewers.StructuredViewer.updateSelection (StructuredViewer.java:1151) at org.eclipse.jface.viewers.StructuredViewer.setSelection (StructuredViewer.java:900) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:343) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.restoreSelectionStat e(PackageExplorerPart.java:804) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.restoreUIState (PackageExplorerPart.java:763) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.createPartControl (PackageExplorerPart.java:306) at org.eclipse.ui.internal.PartPane$4.run(PartPane.java:135) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:852) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.ui.internal.PartPane.createChildControl (PartPane.java:133) at org.eclipse.ui.internal.ViewPane.createChildControl (ViewPane.java:202) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:177) at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:181) at org.eclipse.ui.internal.PartTabFolder.createPartTab (PartTabFolder.java:251) at org.eclipse.ui.internal.PartTabFolder.createControl (PartTabFolder.java:223) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:181) at org.eclipse.ui.internal.PerspectivePresentation.activate (PerspectivePresentation.java:94) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:665) at org.eclipse.ui.internal.WorkbenchPage.onActivate (WorkbenchPage.java:1633) at org.eclipse.ui.internal.WorkbenchWindow$7.run (WorkbenchWindow.java:1283) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:65) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1270) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1153) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1300) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1269) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:923) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:852) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:875) at org.eclipse.ui.internal.Workbench.init(Workbench.java:675) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1422) 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)
|
2002-12-18 05:42:10
| 1,040,210,000 |
resolved fixed
|
ce21aef
| 1,040,380,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/PasteResourcesFromClipboardAction.java
|
JDT
|
5,355 | 28,698 |
Bug 28698 Ctrl+O (show outline) does not work if the file being shown in the editor is read only
|
M4 The summary tells all. Works if the file is not read only. Is this by design?
|
2002-12-19 16:48:40
| 1,040,330,000 |
closed fixed
|
b778695
| 1,040,380,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java
|
JDT
|
5,356 | 26,242 |
Bug 26242 inline local variable - removes comments [refactoring]
|
I-20021113 w2k w/ jdt.core patch: public class Test0 { void foo() { final int value= 42; // some valuable important comment which will be erased System.out.println(value); } }
|
2002-11-14 04:50:13
| 1,037,270,000 |
resolved fixed
|
69abccd
| 1,040,380,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineTempRefactoring.java
|
JDT
|
5,357 | 26,956 |
Bug 26956 Rename not allowed when package fragement with same name exists in different source folder [refactoring]
|
Build I20021119 Create the following structure Test src org.eclipse.code tests org.eclipse.code.tests Now try to rename org.eclipse.code.tests to org.eclipse.code. You get an error that the package already exists in project Test. That's correct but the package lies in a different source folder. We should allow this case.
|
2002-11-22 10:40:35
| 1,037,980,000 |
resolved fixed
|
10970a9
| 1,040,290,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageRefactoring.java
|
JDT
|
5,358 | 23,553 |
Bug 23553 Type Hierarchy shows wrong drop cursor
|
If you drag and drop a Java Element onto the Type Hierarchy, there are several different reactions depending on the drop target you point at: 1. Point at a binary type -> NO DROP cursor: no drop possible 2. Point at source type -> COPY cursor: copies the drag source into the target 3. Point at the TreeViewer, but NOT at an element (i.e. besides or below of the tree's items) -> COPY cursor: doesn't copy, but sets hierarchy's focus to the drag source. Case 3 is confusing. We shouldn't show a copy cursor if we are not going to copy anything. The right cursor for this 'setFocus' action is the LINK cursor. The current behaviour is even more confusing because placing the mouse besides a type label highlights the label (even though that label has nothing to do with the 'setFocus' action that is triggered on mouseup). Using the link cursor would allow a visual discrimination between these two highly differing actions.
|
2002-09-13 08:39:40
| 1,031,920,000 |
resolved fixed
|
c273ede
| 1,040,220,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyTransferDropAdapter.java
|
JDT
|
5,359 | 22,446 |
Bug 22446 Importing folder into itself causes "infinite" recursion [ccp]
| null |
2002-08-14 15:29:28
| 1,029,350,000 |
resolved fixed
|
55bb732
| 1,040,220,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDropAdapter.java
|
JDT
|
5,360 | 28,563 |
Bug 28563 NPE on shutdown when JUnit view wasn't realized
| null |
2002-12-17 15:47:02
| 1,040,160,000 |
resolved fixed
|
2b3fd3c
| 1,040,160,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java
|
JDT
|
5,361 | 28,547 |
Bug 28547 Automatic detection of source folders doesn't work
|
Build 20021216 1. Create folder d:\temp\test\src\p 2. Create file X.java in d:\temp\test\src\p: package p; public class X { } 3. In a fresh workspace, create new Java project 4. Uncheck use default project contents, and point to d:\temp\test 5. Press Finish Observe: You get an error dialog saying that src/P [in Test] does not exist. The problem is that the NewProjectWizard is visiting the tree before it adds the Java nature to the project. It then asks the compilation unit /Test/src/p/X.java for its package declaration. This throws a JavaModeException since the project is not a Java project.
|
2002-12-17 12:53:56
| 1,040,150,000 |
resolved fixed
|
fcb0b9b
| 1,040,150,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java
|
JDT
|
5,362 | 28,457 |
Bug 28457 UI for refactoring 'pull up...' must be [a bit] larger [refactoring]
|
Steps: Setup: 1) in junit.awtui.Logo create a bogus super class that extends Canvas (call it XCanvas). 2) Extract the line: URL url= BaseTestRunner.class.getResource(nameOfStrings); from method loadImage into its own method called getURL. 3)Choose to refactor->Pull Up Notice that in the preview dialog the 'source of type' and 'subtype of type' boxes have only one line [or tree node] visible making very difficult to understand what the refactoring. They should be larger so I can gleen what is going on. 20021216. JRT.
|
2002-12-17 05:37:28
| 1,040,120,000 |
resolved fixed
|
1b5f7c9
| 1,040,150,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpInputPage.java
|
JDT
|
5,363 | 28,474 |
Bug 28474 selection in packages view incorrect when switching editors
|
use project swt in source for example. 1) open an editor for cu COM in org.eclipse.swt.internal.ole.win32. open an editor for a cu in a different project. 3)make sure browsing view is linked to editor 2)make sure packages view is in hierarchical mode. 3)click in package explorer on project swt. DO NOT expand in packages view. 4)now bring the editor for COM to top. Notice the expansion in the packages view is not complete. Ie. the logical package org.eclipse.swt.internal.ole.win23 is not visible and highlighted. 20021216. JRT.
|
2002-12-17 06:05:22
| 1,040,120,000 |
resolved fixed
|
d52864d
| 1,040,150,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewHierarchicalContentProvider.java
|
JDT
|
5,364 | 28,439 |
Bug 28439 java browsing: package view not updated sometimes [browsing]
|
20021216 maybe it's the desired behavior, i don't know. but it feels strange 1. junit 3.7 with 2 src folders (one has everything and the other some random packages) 2. select the project - stuff is shown in packages view 3. select a package 4. select the project again - nothing happens in the packages view to make anything change you have to click around a couple of times
|
2002-12-17 04:27:01
| 1,040,120,000 |
resolved fixed
|
cff924a
| 1,040,150,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/ProjectsView.java
|
JDT
|
5,365 | 26,723 |
Bug 26723 [Navigator] Make ResourceListSelectionDialog API
| null |
2002-11-19 17:32:13
| 1,037,750,000 |
resolved fixed
|
a761eef
| 1,040,140,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoResourceAction.java
|
JDT
|
5,366 | 28,442 |
Bug 28442 NPE in browsing perspective
|
20021216 i selected the rt.jar java.lang.NullPointerException at org.eclipse.jdt.internal.ui.browsing.PackagesViewLabelProvider.getHierarchicalText(PackagesViewLabelProvider.java:145) at org.eclipse.jdt.internal.ui.browsing.PackagesViewLabelProvider.getText(PackagesViewLabelProvider.java:125) at org.eclipse.jdt.internal.ui.browsing.PackagesViewLabelProvider.getText(PackagesViewLabelProvider.java:114) at org.eclipse.jface.viewers.DecoratingLabelProvider.getText(DecoratingLabelProvider.java:100) at org.eclipse.jdt.internal.ui.browsing.PackagesView$3.getText(PackagesView.java:533) at org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:96) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:363) at org.eclipse.jdt.internal.ui.browsing.PackagesViewTreeViewer.doUpdateItem(PackagesViewTreeViewer.java:127) 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.createChildren(AbstractTreeViewer.java:252) at org.eclipse.jface.viewers.AbstractTreeViewer$2.run(AbstractTreeViewer.java:655) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:684) at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:647) at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:232) at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:871) at org.eclipse.jdt.internal.ui.browsing.PackageViewerWrapper.setViewerInput(PackageViewerWrapper.java:306) at org.eclipse.jdt.internal.ui.browsing.PackagesView.setViewerWrapperInput(PackagesView.java:321) at org.eclipse.jdt.internal.ui.browsing.PackagesView.setInput(PackagesView.java:316) at org.eclipse.jdt.internal.ui.browsing.PackagesView.adjustInputAndSetSelection(PackagesView.java:590) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.selectionChanged(JavaBrowsingPart.java:657) at org.eclipse.ui.internal.AbstractSelectionService$4.run(AbstractSelectionService.java:162) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java(Compiled Code)) at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code)) at org.eclipse.ui.internal.AbstractSelectionService.firePostSelection(AbstractSelectionService.java:160) at org.eclipse.ui.internal.AbstractSelectionService$2.selectionChanged(AbstractSelectionService.java:60) at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:330) at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:554) at org.eclipse.jface.viewers.StructuredViewer$2.widgetSelected(StructuredViewer.java:572) at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:192) at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:187) at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:327) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java(Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(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:1386) 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)
|
2002-12-17 04:47:11
| 1,040,120,000 |
resolved fixed
|
2059ec0
| 1,040,140,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewLabelProvider.java
|
JDT
|
5,367 | 28,469 |
Bug 28469 Error ticks appear on empty default package in packages view hierarchical layout
|
Steps: 1) remove filters in packages view and make sure the layout is hierarchical. make sure default package is visible 2) interduce an error into a cu in a package fragment at depth 2 or 3 in the tree (it actually doesn't matter). Notice that while the tree hierarchy is decorated with error ticks so is the default package though there is not way it should have an errror. 20021216. JRT.
|
2002-12-17 05:55:35
| 1,040,120,000 |
resolved fixed
|
8ed4c5f
| 1,040,140,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/TreeHierarchyLayoutProblemsDecorator.java
|
JDT
|
5,368 | 28,363 |
Bug 28363 Navigate>Go to Resource has no effect
|
JUnit setup 0) activate the package explorer 1) Navigate>Go to>Resource... 2) enter logo.gif 3) OK ->logo gif isn't selected in the package explorer
|
2002-12-16 06:51:59
| 1,040,040,000 |
resolved fixed
|
99fc3b1
| 1,040,130,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoResourceAction.java
|
JDT
|
5,369 | 28,354 |
Bug 28354 Open Type broken: "Could not uniquely map the type name to a type"
|
Smoke for 20021213 It seems to be broken on per project basis e.g. it works for types in JDT UI but not for types in jdt.ui.tests and jdt.launching.j9. See attached picture for an example.
|
2002-12-16 03:22:41
| 1,040,030,000 |
resolved fixed
|
835c805
| 1,040,030,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFactory.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoRequestor.java
|
JDT
|
5,370 | 28,166 |
Bug 28166 Selecting an element in package view is eagerly populating the Java model
|
Build 20021210 Without even expanding any node, the UI will cause the model to be populated as soon as a node is selected (seems like it is precomputing action to put in the menu). So if simply navigating amongst items in the tree, it will cause lots of activity which is mostly useless. at org.eclipse.jdt.internal.core.PackageFragment.openWhenClosed (PackageFragment.java:313) at org.eclipse.jdt.internal.core.JavaElement.openHierarchy (JavaElement.java:509) 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.JavaElement.getChildrenOfType (JavaElement.java:261) at org.eclipse.jdt.internal.core.PackageFragment.getCompilationUnits (PackageFragment.java:190) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.isEnabled (OrganizeImportsAction.java:213) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.selectionChanged (OrganizeImportsAction.java:148) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchSelectionChanged (SelectionDispatchAction.java:181) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.selectionChanged (SelectionDispatchAction.java:176) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged (Viewer.java:148) at org.eclipse.jface.viewers.StructuredViewer.updateSelection (StructuredViewer.java:1151) at org.eclipse.jface.viewers.StructuredViewer.handleSelect (StructuredViewer.java:540) at org.eclipse.jface.viewers.StructuredViewer$1.widgetSelected (StructuredViewer.java:564) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent (OpenStrategy.java:172) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:167) at org.eclipse.jface.util.OpenStrategy$1.handleEvent (OpenStrategy.java:302) 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:1403) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1386) 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)
|
2002-12-12 09:15:31
| 1,039,700,000 |
resolved fixed
|
b3290af
| 1,040,030,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java
|
JDT
|
5,371 | 27,429 |
Bug 27429 [Dialogs] Space usage of type info cache
| null |
2002-11-29 14:59:10
| 1,038,600,000 |
closed fixed
|
3ae6b79
| 1,039,780,000 |
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/TypeInfoTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/IFileTypeInfo.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JarFileEntryTypeInfo.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/Strings.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfo.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFactory.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoRequestor.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/UnresolvedTypeInfo.java
|
JDT
|
5,372 | 27,292 |
Bug 27292 FindActions should not call exists on selectionChanged
| null |
2002-11-28 05:17:19
| 1,038,480,000 |
resolved fixed
|
e64822e
| 1,039,770,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java
|
JDT
|
5,373 | 22,164 |
Bug 22164 Referencing JavaPlugin class in earlyStartup causes invalid thread access [misc]
|
It is possible that this is not a bug, either because it's known & not supported to because it's internal API, but it was rather unexpected, bizzare behavor. I have a plugin which depends on JDT-UI. This plugin also happens to implement IStartup. If at anypoint, I load the org.eclipse.jdt.internal.ui.JavaPlugin class from earlyStartup(), the Plugin loader attempts to load JDT-UI, which then promptly bombs out with invalid thread access and fails to load. This only happens if no JDT UI perspectives are loaded (in other words, on a fresh workspace). I will attach a simple plugin that demonstrates the problem. Just run it on a fresh workspace. The line it fails on seems to be "manager.registerAdapters(new JavaElementAdapterFactory(), IJavaElement.class);" in the startup() method. Thanks, Andrew
|
2002-08-05 09:42:09
| 1,028,550,000 |
resolved fixed
|
faac42c
| 1,039,720,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java
|
JDT
|
5,374 | 27,687 |
Bug 27687 Jar export: Cannot export java project as a jar when manifest file is present
|
Steps to reproduce: 1. Create a java project 2. Create a simple folder in your project. Call it "META-INF". 3. Create a simple file in the META-INF folder. Call it "MANIFEST.MF". 4. In the context menu of your java project, click "Export" and select JAR file. 5. Fill in the export destination path and click Next. 6. Click Next again to go to the JAR Manifest Specification page of the wizard. The same thing happens whether you choose "Generate the manifest file" or "Use existing manifest from workspace" and select the file, then click Finish. The popup appears: Confirm Replace The file 'E:\eclipse_workbench\eclipse\workspace\Test.jar' already exists. Do you want to overwrite it? Yes No No: takes you back to the JAR Manifest Specification page of the JAR Export wizard. Yes: brings up the following error popup: JAR Export JAR creation failed. See details for additional information Details: Problem writing /<project name>/META-INF/MANIFEST.MF to JAR: duplicate entry: META-INF/MANIFEST.MF
|
2002-12-04 13:30:30
| 1,039,030,000 |
resolved fixed
|
9f8dbe9
| 1,039,710,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java
|
JDT
|
5,375 | 28,152 |
Bug 28152 IAE when opening editor
|
Build 20021210 + plugin export 20021211 Got the following IAE when trying to open an editor. java.lang.IllegalArgumentException at org.eclipse.core.runtime.Preferences.setValue(Preferences.java:1164) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.setValue (AbstractUIPlugin.java:455) at org.eclipse.jdt.ui.JavaElementSorter$Cache.getOffsets (JavaElementSorter.java:122) at org.eclipse.jdt.ui.JavaElementSorter$Cache.getIndex (JavaElementSorter.java:111) at org.eclipse.jdt.ui.JavaElementSorter.getMemberCategory (JavaElementSorter.java:99) at org.eclipse.jdt.ui.JavaElementSorter.category (JavaElementSorter.java:205) at org.eclipse.jdt.ui.JavaElementSorter.compare (JavaElementSorter.java:247) at org.eclipse.jface.viewers.ViewerSorter$1.compare (ViewerSorter.java:163) at java.util.Arrays.mergeSort(Arrays.java:1181) at java.util.Arrays.sort(Arrays.java:1128) at org.eclipse.jface.viewers.ViewerSorter.sort(ViewerSorter.java:161) at org.eclipse.jface.viewers.StructuredViewer.getSortedChildren (StructuredViewer.java:447) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren (AbstractTreeViewer.java:250) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpand (AbstractTreeViewer.java:734) at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget (AbstractTreeViewer.java:1141) at org.eclipse.jface.viewers.StructuredViewer.setSelectionToWidget (StructuredViewer.java:933) at org.eclipse.jface.viewers.StructuredViewer.setSelection (StructuredViewer.java:898) at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage.select (JavaOutlinePage.java:1008) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.synchronizeOutlineP ageSelection(CompilationUnitEditor.java:1951) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor$OutlinePageSelectionUpdater.ru n(JavaEditor.java:166) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:31) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:94) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1669) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1414) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1403) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1386) 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)
|
2002-12-12 04:41:06
| 1,039,690,000 |
resolved fixed
|
2c39fc2
| 1,039,690,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.java
|
JDT
|
5,376 | 28,102 |
Bug 28102 Folder not refreshed after adding a file
|
Build 20021210 Add "Eclipse JDT Builds" from CVS repository (ottcvs1) Open Package Explorer Switch to hierarchical layout Add a text file to "scripts" ==> it does not show up works with flat layout.
|
2002-12-11 11:10:38
| 1,039,620,000 |
resolved fixed
|
9048e22
| 1,039,620,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java
|
JDT
|
5,377 | 27,194 |
Bug 27194 StringMatcher bug - matches too much
| null |
2002-11-26 16:28:59
| 1,038,350,000 |
resolved fixed
|
7d6e4a3
| 1,039,620,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/StringMatcher.java
|
JDT
|
5,378 | 27,561 |
Bug 27561 ProblemsLabelDecorator.getErrorTicksFromWorkingCopy should avoid calling exists()
|
input for 20021203 calling exists() is expensive ironically, it may be cheaper to let the exception happen (we do not expect it to heppen to frequently), catch it and do the right thing will attach profile showing that method taking 8% of time needed to open java editor
|
2002-12-03 08:45:35
| 1,038,920,000 |
resolved fixed
|
7da55fe
| 1,039,520,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ProblemsLabelDecorator.java
|
JDT
|
5,379 | 27,764 |
Bug 27764 IResource.findMarkers is called too often
| null |
2002-12-05 10:48:21
| 1,039,100,000 |
resolved fixed
|
aa5adb6
| 1,039,520,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
|
JDT
|
5,380 | 5,295 |
Bug 5295 Segmented view misses field comment
|
Build 20011025 1. Create the following CU: X.java ------ public class X { String s1 = "s1"; //comment for s1 } 2. Make sure that 'Show Source of Selected Element Only' is selected 3. In the Outline, select field 's1' Observe: The comment doesn't appear near the field declaration.
|
2001-10-26 11:51:48
| 1,004,110,000 |
verified fixed
|
5cecf07
| 1,039,480,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaParseTreeBuilder.java
|
JDT
|
5,381 | 27,075 |
Bug 27075 ViewerSorter could maybe lazily initialize Collator
|
calling JavaElementSorter creates a lot of new objects (ViewerSorter calls Collator.getInstance() which is the culprit) so maybe fSorter could be initialized lazily
|
2002-11-25 06:28:11
| 1,038,220,000 |
resolved fixed
|
bf897e6
| 1,039,460,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.java
|
JDT
|
5,382 | 27,878 |
Bug 27878 infinite loop?
|
build N1206 on Win2K, IBM VM 1.3.1 in the big workspace I started up, opened the java perspective and navigated to org.eclipse.core.resources/src. When I clicked to expand the src folder my CPU went to 100% for alone time (forever?). Using ctrl-break I got the attached core dump which indicates that the RenameSupport.create() method appears to be called infinitely. Note that memory use does not seem to be increasing.
|
2002-12-06 19:41:12
| 1,039,220,000 |
resolved fixed
|
b0c1f43
| 1,039,430,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringSupport.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/reorg/IRefactoringRenameSupport.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/RenameSupport.java
|
JDT
|
5,383 | 27,849 |
Bug 27849 Organize Imports not working in Type with compilation errors
|
affected build: I20020412 "Orginze Imports" doesn't work with I have a bigger source file with some or more compilation errors _AND_ the cursor is position behind more or less compilation errors. If the cursor is in before the fist few compilation error, Organize Imports works as expected, if not the following exception is thrown. java.lang.ArrayIndexOutOfBoundsException: -1335 at org.eclipse.jdt.internal.corext.codemanipulation.OrganizeImportsOperation$TypeRe ferenceProcessor.findTypeRefs(OrganizeImportsOperation.java:452) at org.eclipse.jdt.internal.corext.codemanipulation.OrganizeImportsOperation$TypeRe ferenceProcessor.process(OrganizeImportsOperation.java:373) at org.eclipse.jdt.internal.corext.codemanipulation.OrganizeImportsOperation.run (OrganizeImportsOperation.java:529) 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:1578) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:2383) 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:363) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.run (OrganizeImportsAction.java:245) 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:1405) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1388) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:841) 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)
|
2002-12-06 11:53:50
| 1,039,190,000 |
resolved fixed
|
4d8e429
| 1,039,430,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java
|
JDT
|
5,384 | 27,512 |
Bug 27512 Auto-indent levels broken for cut and paste
|
On M3: 1) Double-click on the opening brace '{' of a method. 2) Cut the method body. 3) Paste the method body. Problem: indentation is mangled incorrectly.
|
2002-12-02 13:07:47
| 1,038,850,000 |
resolved fixed
|
213899a
| 1,039,180,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java
|
JDT
|
5,385 | 27,730 |
Bug 27730 Link not recolor on paste
|
I20021127 - copy some text - position the I beam on a line where you want to paste - position the cursor over a type name - press Ctrl to get the link highlighting - press V to paste the text observe: the link disappears but the type name is still rendered in blue.
|
2002-12-05 04:33:04
| 1,039,080,000 |
resolved fixed
|
66ccfa2
| 1,039,090,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
|
JDT
|
5,386 | 27,491 |
Bug 27491 Cannot add classpath variable to project
|
build id : 200212020010 The buttons OK and extend... are always disabled in the add variable dialog
|
2002-12-02 09:12:00
| 1,038,840,000 |
resolved fixed
|
ab59e23
| 1,038,990,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java
|
JDT
|
5,387 | 27,462 |
Bug 27462 [startup] SearchPlugin is loaded when Java plug-in gets loaded
|
The Java UI plugin eagerly activates the Search plugin. There are 2 reason: 1) ISearchPageScore adapter that is registered 2) fSearchResultViewEntryAdapterFactory we should investigate whether we can reduce this plugin activation.
|
2002-11-30 19:39:59
| 1,038,700,000 |
resolved fixed
|
58624b6
| 1,038,930,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/EditorInputAdapterFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaElementAdapterFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/MarkerAdapterFactory.java
|
JDT
|
5,388 | 26,223 |
Bug 26223 [Action sets] Resouce Navigation should be enabled on JavaPerspectives by default.
|
Build id: 200211130841 Resouce Navigation action set should be enabled on java perspectives by default.
|
2002-11-13 16:57:19
| 1,037,220,000 |
resolved fixed
|
efe02b5
| 1,038,910,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoResourceAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java
|
JDT
|
5,389 | 27,483 |
Bug 27483 Early plugin activation of J9 launcher
|
1) empty workspace 2) switch to Java perspectiv ->the J9 launcher plugin is activated
|
2002-12-02 06:13:19
| 1,038,830,000 |
resolved fixed
|
c2388a0
| 1,038,840,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java
|
JDT
|
5,390 | 27,264 |
Bug 27264 opening/closing java files in presence of hiearchical package explorer is slow
|
will attach profiles
|
2002-11-27 13:37:21
| 1,038,420,000 |
resolved fixed
|
0e4efd7
| 1,038,500,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/PackageFragmentProvider.java
|
JDT
|
5,391 | 27,223 |
Bug 27223 Search: NPE in goto marker action
|
!ENTRY org.eclipse.ui 4 4 Nov 27, 2002 11:44:06.250 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Nov 27, 2002 11:44:06.265 !MESSAGE Argument not valid !STACK 0 java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:2166) at org.eclipse.swt.SWT.error(SWT.java:2110) at org.eclipse.swt.custom.StyledText.setCaretOffset(StyledText.java:6880) at org.eclipse.jface.text.TextViewer.handleVerifyEvent(TextViewer.java:2651) at org.eclipse.jface.text.TextViewer$TextVerifyListener.verifyText(TextViewer.java:317) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:187) 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.Widget.sendEvent(Widget.java:850) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:834) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:641) at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5597) at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6577) at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2663) at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5023) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5046) at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:4811) 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:1370) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1353) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:841) 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)
|
2002-11-27 05:43:19
| 1,038,390,000 |
resolved fixed
|
70c1e44
| 1,038,490,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/GotoMarkerAction.java
|
JDT
|
5,392 | 25,098 |
Bug 25098 Quickfix for The local variable may not have been initialized.. [quick fix]
|
Often I write code like this: String name; try { name = "Good value"; int val = name.indexOf(42); } catch(Exception e) { throw new RuntimeException("Something went wrong with " + name); } The declaration of name is placed outside the try clause to provide access to it inside the catch. Here eclipse (as it should) complains that "The local variable name may not have been initialized". How about providing a QuickFix that assigned null to the uninitialized variable (e.g. "String name = null")
|
2002-10-19 12:12:13
| 1,035,040,000 |
resolved fixed
|
e554c60
| 1,038,310,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/ASTResolving.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java
|
JDT
|
5,393 | 27,114 |
Bug 27114 something leaks StyleRanges and Lines
|
180K of StyleReanges and 47K of Lines after: -open editor -close editor seems like StyleRange objects are never freed
|
2002-11-25 13:25:01
| 1,038,250,000 |
resolved fixed
|
ef8dd97
| 1,038,310,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
|
JDT
|
5,394 | 26,546 |
Bug 26546 In/correct quick fix for non-static access to static member [quick fix]
|
I have classes like so: com.me.Common extends org.junit.TestCase and com.me.MyTest extends Common. In my test, I have JUnit assertXXX calls coded like so: this.assertXXX(...); I therefore get warnings for non-static access to static members, which is nice! The quick fix changes this: this.assertXXX(...); to this: MyTest.assertXXX(...); I was expecting: Assert.assertXXX(...); Any thoughts? Aside from the quick fix wouldn't Assert... be "more correct"?
|
2002-11-16 13:57:43
| 1,037,470,000 |
resolved fixed
|
e8a8f34
| 1,038,300,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,395 | 26,979 |
Bug 26979 Outline pop-up: flicker when filtering
|
1) open the outline pop-up (ctrl-O) 2) type in a letter ->observe that you can watch how the tree items are removed and then added again. Use of setRedraw(false/true) during filtering should avoid this flickering
|
2002-11-22 11:53:11
| 1,037,980,000 |
resolved fixed
|
8931ba1
| 1,038,300,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java
|
JDT
|
5,396 | 26,265 |
Bug 26265 No busy cursor when selecting type in type hierarchy [type hierarchy]
|
Build 20021113 - load JUnit - create hierarchy for TestCase - enlarge size of TestCase.java by duplicating methods - select Object in hierarchy - select TextCase in hierarchy observe: you don't get a busy cursor. IDE looks froozen.
|
2002-11-14 06:42:57
| 1,037,270,000 |
resolved fixed
|
4aa9aba
| 1,038,300,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
|
JDT
|
5,397 | 26,306 |
Bug 26306 Quick assist offers rename on expression
|
Build I20021113 - open TestCase.toString - select name()+"("+getClass().getName()+")" - open quick assist ==> offers rename (surprisingly) and not new local
|
2002-11-14 09:46:12
| 1,037,290,000 |
resolved fixed
|
6549d92
| 1,038,250,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.java
|
JDT
|
5,398 | 26,313 |
Bug 26313 Assign to new local should not be available on assignmet statement
|
Build I2002113 Quick assist new local should not be available on statements like x= name when selecting name.
|
2002-11-14 09:55:19
| 1,037,290,000 |
resolved fixed
|
e78128e
| 1,038,240,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java
|
JDT
|
5,399 | 26,746 |
Bug 26746 Organize Imports leaves an unnecessary import of inner interface [code manipulation]
|
The compiler warns about an unnecessary import, while the organize imports does not remove it. This can be reproduced with these sources: MyClass.java: import MyInterface.MyInnerInterface; public class MyClass implements MyInterface{ public MyInnerInterface myMethod() { return null; } } MyInterface.java: public interface MyInterface { public interface MyInnerInterface { } }
|
2002-11-20 04:52:41
| 1,037,790,000 |
resolved fixed
|
4767461
| 1,038,240,000 |
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java
|
JDT
|
5,400 | 24,892 |
Bug 24892 inline method does nothing
|
20021016-I linux-gtk: public class Foo { public static final void foo() { System.out.println("hello"); } public static void main(String[] args) { foo(); } } 1. select foo() used in main 2. refactor inline method 3. press next 4. press back 5. press finish 6. observe that nothing happens
|
2002-10-17 05:16:45
| 1,034,850,000 |
resolved fixed
|
64e2080
| 1,037,990,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java
|
JDT
|
5,401 | 26,504 |
Bug 26504 Refactoring - touches files not involved in action [refactiong]
|
20021114 1. In the Java perspective, package explorer visible. 2. Open FilterDescriptor (jdt.ui) select ID_PLUGIN (line 76). 3. From the context menu choose Refactoring -> Inline Constant 4. On the first page press next 5. On the preview page, uncheck all checkboxes, except for the first 6. press finish. Several files touched: Probably all including the uncheck ones.
|
2002-11-15 13:45:10
| 1,037,390,000 |
resolved fixed
|
943f1d4
| 1,037,980,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/AbstractTextChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/TextFileChange.java
|
JDT
|
5,402 | 25,370 |
Bug 25370 Linked Mode: Want to define where to focus
|
20021022 I added a new feature that starts the linked mode on all usages of a variable. e.g. int i; i= 1; i++; would link all 3 occurrences of i, so when edited, all 3 references are changed simultanously. Problem is that the liked mode does not allow me to set the focus (where to edit) to e.g. the 'i' in 'i++'. The linked mode only allows to edit the top most linked position ('int i'). The feature can be invoked on any reference. Jumping to the top not so ideal.
|
2002-10-25 05:37:38
| 1,035,540,000 |
resolved fixed
|
5f2e5d3
| 1,037,980,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedNamesAssistProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionManager.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionUI.java
|
JDT
|
5,403 | 26,862 |
Bug 26862 Packages view in Java Browsing updates to navigator selection [browsing]
|
If I open the Navigator in the Java Browsing perspective and select a non-jaa project, the Packages view shows the folders in the project as empty packages. I would have expected the packages view to be empty in this case.
|
2002-11-21 10:28:22
| 1,037,890,000 |
resolved fixed
|
8afb181
| 1,037,980,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java
|
JDT
|
5,404 | 26,261 |
Bug 26261 Confusion after setting hover prefs due to disabled hover - remove hover toggle
|
20021113 i set the 'shift' hover to source - nothing happens on hovering with shift down
|
2002-11-14 06:22:44
| 1,037,270,000 |
resolved fixed
|
eb40e76
| 1,037,960,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditorActionContributor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditorActionContributor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/IJavaEditorActionConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverProxy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java
|
JDT
|
5,405 | 26,865 |
Bug 26865 Import problem in InlineConstantRefactoring
| null |
2002-11-21 10:52:06
| 1,037,890,000 |
resolved fixed
|
5726c25
| 1,037,900,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRefactoring.java
|
JDT
|
5,406 | 26,452 |
Bug 26452 Wrong automatically generated import statements
|
For the following class: public final class OuterClass { void outerMethod() { new Object() { class Subroutine { } private void innerMethod() { Subroutine sub = null; } }; } } When one presses ctrl+shift+o the following statement is added: import OuterClass..Subroutine;
|
2002-11-15 05:27:11
| 1,037,360,000 |
verified fixed
|
d8f652c
| 1,037,900,000 |
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java
|
JDT
|
5,407 | 26,641 |
Bug 26641 No option to disable "Assignment ... has no effect"
|
2.1 M3 I am missing an option to disable the compiler warning upon assigning a variable to itself...
|
2002-11-19 02:47:08
| 1,037,690,000 |
resolved fixed
|
09e5d24
| 1,037,880,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java
|
JDT
|
5,408 | 26,074 |
Bug 26074 getter and setter wizard doesn't work for subclasses
|
With the following code block: public class Foo { protected String someString; } class Bar extends Foo { } If the Generate Getter and Setter wizard is opened inside the Bar class, a message indicating that the "operation not applicable to current text selection". Since a getter/setter has not been created in the superclass Foo, I think that Bar should be able to create the methods. If a field is added to Bar, the wizard is displayed but it still does not allow a getter/setter to be built for the someString field.
|
2002-11-12 23:00:47
| 1,037,160,000 |
resolved wontfix
|
863bb44
| 1,037,880,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java
|
JDT
|
5,409 | 26,102 |
Bug 26102 inline method: NPE in SourceAnalyzer
|
smoke for 1113 junit Money line: 23 return m.addMoney(this); select 'addMoney' and choose 'inline' method nothing happens and 1 entry in the log: !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.SourceAnalyzer$ActivationAnalyz er.getLastNode(SourceAnalyzer.java:103) at org.eclipse.jdt.internal.corext.refactoring.code.SourceAnalyzer$ActivationAnalyz er.<init>(SourceAnalyzer.java:70) at org.eclipse.jdt.internal.corext.refactoring.code.SourceAnalyzer.checkActivation (SourceAnalyzer.java:219) at org.eclipse.jdt.internal.corext.refactoring.code.SourceProvider.checkActivation (SourceProvider.java:86) at org.eclipse.jdt.internal.corext.refactoring.code.InlineMethodRefactoring.checkAc tivation(InlineMethodRefactoring.java:151) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate (RefactoringStarter.java:69) at org.eclipse.jdt.ui.actions.InlineMethodAction.run (InlineMethodAction.java:80) 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 (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.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:1418) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:831) 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)
|
2002-11-13 09:47:03
| 1,037,200,000 |
resolved fixed
|
c2ba53b
| 1,037,810,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java
|
JDT
|
5,410 | 26,498 |
Bug 26498 No feedback when deleting empty package which is not a leaf [refactoring]
|
Build 20021114 1. Disable filtering of empty packages 2. Select an empty package which is not a leaf (e.g. junit.samples) 2. Delete it ==> no feedback, nothing happens. I see two solutions 1) Dialog informs the user about the fact that this thing can't be removed 2) Dialog asks the user if he want to delete everything below two This wasn't an issue so far but when deleting empty nodes in the Package Explorer with hierarchical layout it is weird to get no feedback.
|
2002-11-15 12:24:59
| 1,037,380,000 |
resolved fixed
|
263f794
| 1,037,810,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/DeleteRefactoring.java
|
JDT
|
5,411 | 26,699 |
Bug 26699 Create Jar fails with no warning if jar read-only
|
Once *.jardesc has been created, if I invoke "Create JAR" from the context menu and the jar file already exists and is read-only, the progress dialog flashes and nothing more happens. Please add check for this condition and at least an error message should be displayed. Even better, ask something like "Jar file read-only, overwrite?" Y/N and overwrite the file on yes (similar to what the option "warn if jar file exists" does).
|
2002-11-19 14:52:56
| 1,037,740,000 |
resolved fixed
|
73ce812
| 1,037,800,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java
|
JDT
|
5,412 | 26,314 |
Bug 26314 Goto Matching Bracket bug with selection
|
20021113 1. In this code action.setChecked(elements[i].equals(fHierarchyView.getInputElement())); select the last bracket with a selection of length 1. 2. press ctrl + shift + P 3. wrong bracket is matched
|
2002-11-14 09:56:23
| 1,037,290,000 |
resolved fixed
|
37cb754
| 1,037,730,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java
|
JDT
|
5,413 | 26,611 |
Bug 26611 Code completion assumes multiple args of same type will take same value
|
Build 20021115 (M3) 1) Start with the following JCU: public abstract class A { private int fieldInt = 5; public void foo(int a, int b, int c) { } public void bar() { int integer = 5; fo<cursor-is-here> } } 2) Invoke code assist at the cursor position indicated above 3) From the list of completions, select the method foo -> It guesses the parameter values, and highlights and underlines the first value, "integer". So far so good. 4) Type "fieldInt" as the first parameter value. -> It replaces all three parameters with the value "fieldInt". Not expected, but fine. 5) Hit tab to accept the guess for the first parameter. -> The cursor goes to the end of the line. What I expect: The method "foo" has three distinct parameters. I would expect to have to hit tab three times, once for each parameter. This template assumes that there is only one variable to complete, and that all three parameters of type "int" will have the same value.
|
2002-11-18 15:16:44
| 1,037,650,000 |
resolved fixed
|
423d78c
| 1,037,730,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuessingProposal.java
|
JDT
|
5,414 | 26,262 |
Bug 26262 link hover - paints 'assert' blue
|
20021113 open junit Assert class hover over the 'assert' word in the following method (with ctrl pressed) static public void assert(String message, boolean condition) { if (!condition) fail(message); } note that 'assert' stays blue even after you move the mouse somewhere else (it does not seem to happen for any other word)
|
2002-11-14 06:34:15
| 1,037,270,000 |
resolved fixed
|
758d8a8
| 1,037,720,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCodeScanner.java
|
JDT
|
5,415 | 26,271 |
Bug 26271 Link-Like navigation: Pixel not removed
|
20021113 1. Create class public class A { private void fill(StringBuffer buffer, String s) { buffer.append(s); } } 2. CTRL pressed all the time 3. move the mouse over 'append' 4. While still presing CTRL go over 's' (same line) 5. You can see that there is still a blue pixel under 'append'
|
2002-11-14 07:09:37
| 1,037,280,000 |
resolved fixed
|
48770ef
| 1,037,720,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
|
JDT
|
5,416 | 26,481 |
Bug 26481 Working Set Selection (Java only) is unuseably slow. [filters]
|
When I try to create a new Working Set in 2.1 M2, as soon as I expand a project in the tree view, my CPU is pegged for ~1minute. Typing in the "Name" box is incredibly slow. In short, it is nearly unuseable because it is so slow too respond. Win NT, 512MB, ~2400 classes in workspace (split evenly over 2 projects). -Andrew
|
2002-11-15 10:18:57
| 1,037,370,000 |
resolved fixed
|
67b1d3f
| 1,037,710,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java
|
JDT
|
5,417 | 26,272 |
Bug 26272 Add _$ to list of prefixes for field getter/setter creation [code manipulation]
|
A common convention is to use _ for instance variables and _$ for static instance variables. Although _ will be stripped by default, it would be useful if _$ was also in the list. Of course, this is settable for individual users (which I've already done) but since it is not an uncommon coding convention (and won't harm anyone in general if present) then I would vote for it to be added to the getter/setter generation prefixes.
|
2002-11-14 07:34:19
| 1,037,280,000 |
verified fixed
|
b60bab9
| 1,037,700,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java
|
JDT
|
5,418 | 25,827 |
Bug 25827 Disposing of MemberFilterActionGroup
|
Build 2.0.2 and 2.1 When investigating an editor memory leak PR we found out that this group has a dispose method which is never called. When we then called from the editor it throw an exeption (viewer was disposed). Don't know if the group really needs dispose() if so it should get called.
|
2002-11-07 09:33:58
| 1,036,680,000 |
resolved fixed
|
4534791
| 1,037,700,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/MemberFilterActionGroup.java
|
JDT
|
5,419 | 25,768 |
Bug 25768 Package Explorer flashes too much on refresh and delete
|
build I20021105 - extracted a zip containing 22 non-Java files (.mxsd files from Dejan) into org.eclipse.ui - in Package Explorer, refreshed org.eclipse.ui - it flashed alot while refreshing - selected the 22 files and deleted them - it flashed even more
|
2002-11-06 09:48:55
| 1,036,590,000 |
resolved fixed
|
8d149b4
| 1,037,700,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java
|
JDT
|
5,420 | 26,547 |
Bug 26547 Automatic closing of strings is not smart enough
|
Trying to add strings around an existing identifier is highly annoying when the Automatically close Strings option is set. For example, when I try to add Strings around: System.out.println(a) before a then I get two quotes. I suggest the rule to not close a string when there is a letter that belongs to an identifier to the left or right.
|
2002-11-16 14:12:27
| 1,037,470,000 |
resolved fixed
|
7992adc
| 1,037,650,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java
|
JDT
|
5,421 | 26,599 |
Bug 26599 BadLocationException in JavaAutoIndentStrategy
|
I20021115: - Open the Java editor - select/copy a couple of lines with soem indentation - select all lines and delete them - paste them into the empty editor -> JavaAutoIndentStrategy.calcShiftBackReplace: BadLocationException
|
2002-11-18 11:50:08
| 1,037,640,000 |
resolved fixed
|
5324298
| 1,037,640,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java
|
JDT
|
5,422 | 26,357 |
Bug 26357 Change Method Signature: displays error message on input page when table cell edit mode is entered then exitted
|
When a table cell (in the editable table of parameters) enters the editing state (i.e. when a caret appears in the cell), and then exits the editing state, an error message is displayed near the top of the wizard page saying "No parameters were modified, reordered or added, the visibility and return type are unchanged." (A user can make a cell enter the editing state by double clicking on it, or selecting it immediately after some other cell was selected)
|
2002-11-14 11:29:37
| 1,037,290,000 |
resolved fixed
|
58cbf14
| 1,037,630,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureInputPage.java
|
JDT
|
5,423 | 26,451 |
Bug 26451 refactoring pref page: use groups for accessibility
|
20021114
|
2002-11-15 05:07:25
| 1,037,350,000 |
resolved fixed
|
8040fa3
| 1,037,630,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/RefactoringPreferencePage.java
|
JDT
|
5,424 | 26,382 |
Bug 26382 Exception renaming source folder [refactoring]
|
Build 20021113 Linux-GTK In the packages view, I right clicked on a source folder and choose "Refactor->Rename" and renamed my plug-in's only source folder from "src-editorlist" to "src". A dialog popped up many times: Title: Reorganize Message: Unexpected exception. See log for details Reason: src-editorlist [in EditorList] does not exist Many exceptions were written to my log (471K worth), but they all top stack frames were the same. The following is the first trace that appears in the log: !SESSION Nov 14, 2002 12:40:29.521 --------------------------------------------- java.version=1.3.1_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 -debug -dev bin -data /home/jburns/target -install file:/home/jburns/host/eclipse/ !ENTRY org.eclipse.jdt.ui 4 1 Nov 14, 2002 12:40:29.522 !MESSAGE Internal Error !STACK 1 Java Model Exception: Java Model Status [src-editorlist [in EditorList] does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:488) at org.eclipse.jdt.internal.core.PackageFragmentRoot.openWhenClosed(PackageFragmentRoot.java:368) at org.eclipse.jdt.internal.core.JavaElement.openHierarchy(JavaElement.java:509) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:296) at org.eclipse.jdt.internal.core.PackageFragmentRoot.getKind(PackageFragmentRoot.java:207) at org.eclipse.jdt.internal.corext.refactoring.reorg.ReorgRefactoring.isSourceFolder(ReorgRefactoring.java:627) at org.eclipse.jdt.internal.corext.refactoring.reorg.ReorgRefactoring.hasSourceFolders(ReorgRefactoring.java:315) at org.eclipse.jdt.internal.corext.refactoring.reorg.ReorgRefactoring.checkActivation(ReorgRefactoring.java:88) at org.eclipse.jdt.internal.ui.reorg.ClipboardActionUtil.canActivate(ClipboardActionUtil.java:125) at org.eclipse.jdt.internal.ui.reorg.ReorgDestinationAction.canOperateOn(ReorgDestinationAction.java:74) at org.eclipse.jdt.internal.ui.reorg.JdtMoveAction.canOperateOn(JdtMoveAction.java:59) at org.eclipse.jdt.internal.ui.reorg.ReorgDestinationAction.selectionChanged(ReorgDestinationAction.java:70) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchSelectionChanged(SelectionDispatchAction.java:181) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.selectionChanged(SelectionDispatchAction.java:176) at org.eclipse.jdt.ui.actions.MoveAction.selectionChanged(MoveAction.java:76) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:147) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1151) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:540) at org.eclipse.jface.viewers.StructuredViewer$1.widgetSelected(StructuredViewer.java:564) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:172) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:167) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:302) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:839) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1464) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1284) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1419) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1402) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:831) 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)
|
2002-11-14 13:38:59
| 1,037,300,000 |
resolved fixed
|
39c411b
| 1,037,630,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java
|
JDT
|
5,425 | 26,231 |
Bug 26231 Editor on method must be opened in order to delete it from the Members context menu. [refactoring]
|
Select a method in the Members pane on a class that is /not/ being edited. Open the context menu and the "Delete" operation is disabled. Workaround: Double click the method which opens it in an editor, /then/ you can open the context menu and choose "Delete". IMHO, I should not be forced to perform this extra step. Build id: 200211051258
|
2002-11-13 19:55:49
| 1,037,240,000 |
resolved fixed
|
e81a481
| 1,037,630,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/DeleteRefactoring.java
|
JDT
|
5,426 | 26,257 |
Bug 26257 JUnit: New Test Case wizard generates code which does not compile
|
Build 20021113 This might be intentional: when I choose to generate the main class then the generate code contains a compile error: public static void main(String[] args) { junit.textui.TestRunner.run(TestCaseTest.suite()); } TestCaseTest.suite() does not exist.
|
2002-11-14 05:59:57
| 1,037,270,000 |
resolved fixed
|
8edde36
| 1,037,490,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/MethodStubsSelectionButtonGroup.java
|
JDT
|
5,427 | 26,380 |
Bug 26380 GUI bloopers: Navigate > Go To > Referring Tests
| null |
2002-11-14 13:17:21
| 1,037,300,000 |
resolved fixed
|
d825124
| 1,037,480,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestMethodSelectionDialog.java
|
JDT
|
5,428 | 25,014 |
Bug 25014 JUnit TestCase Wizard accepts empty string as test case name[junit]
|
Version: 2.0 Build id: 200210161553 The JUnit TestCase wizard accepts empty string as the test case name when there is no Java class currently selected. Steps for reproducing the error: 1 - Ensure there is no class currently selected in the Package Explorer (e.g. select a package or project); 2 - Activate New JUnit TestCase wizard; 3 - There will be no test case name selected. The "Finish" button will be disabled. Then erase the "Superclass" field content. The "Finish" button will be enabled. This opens a dialog with a message "Creation of element failed. Reason: Invalid name specified: .java" and a new entry is added to the error log. The stack trace will be attached.
|
2002-10-17 14:42:15
| 1,034,880,000 |
resolved fixed
|
d07b140
| 1,037,480,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.java
|
JDT
|
5,429 | 26,495 |
Bug 26495 inline constant inlines too many occurences
|
public class A { static final String D= B.G; void f(){ String s= B.G; } } class B{ static final String G= "FRED"; }
|
2002-11-15 12:19:14
| 1,037,380,000 |
resolved fixed
|
db07fc1
| 1,037,390,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/InlineConstantInputPage.java
|
JDT
|
5,430 | 24,674 |
Bug 24674 "try" template should use printStackTrace()
|
By default the "try" template is defined as: try { ${cursor} } catch (${Exception} e) { } It should probably use printStackTrace(), for example: try { ${cursor} } catch (${Exception} e) { e.printStackTrace(); } When you are not sure how to handle an exception, sending printStackTrace() is a useful best practice. Failing to do this causes thrown exception to be masked.
|
2002-10-10 17:23:11
| 1,034,280,000 |
resolved fixed
|
67e7ee7
| 1,037,380,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContextType.java
|
JDT
|
5,431 | 26,453 |
Bug 26453 Use of extracted constant should be qualified by class name
|
When extracting a constant the constant should be qualified by the enclosing class name since its static. e.g. return "foo"; replaced by return Enclosing.FOO_CONSTANTS
|
2002-11-15 05:49:54
| 1,037,360,000 |
resolved fixed
|
d3b545a
| 1,037,380,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractConstantInputPage.java
|
JDT
|
5,432 | 25,284 |
Bug 25284 Open Type Dialog Box doesn't persist new size
|
Open the Open Type dialog box and resize the window. Close the box and open again, the size isn't remembers.
|
2002-10-23 19:11:04
| 1,035,410,000 |
resolved fixed
|
fadcaea
| 1,037,380,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OpenTypeSelectionDialog.java
|
JDT
|
5,433 | 26,252 |
Bug 26252 "Move to Top Level..." fails with stacktrace [refactoring]
|
I20021113 Performing "Refactor->Move to Top Level..." results in the following stacktrace: java.lang.reflect.InvocationTargetException at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:106) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:95) Caused by: Java Model Exception: Core Exception [code 4] Overlapping text edits at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring .createChange(MoveInnerToTopRefactoring.java:277) at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:98) ... 1 more
|
2002-11-14 05:43:01
| 1,037,270,000 |
resolved fixed
|
c09faf4
| 1,037,370,000 |
org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_33/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_33/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_33/out/I.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/MoveInnerToTopLevelTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java
|
JDT
|
5,434 | 25,479 |
Bug 25479 Open Type Dialog causes CPU to churn
|
Eclipse 2.0.1 & 2.1, Windows 2000 & Windows NT When I open the Open Type Dialog, my CPU is pegged for as long as the dialog is open. Not sure what it is doing in there, but it seems unlikely that it needs to work that hard just sitting open. -Andrew
|
2002-10-28 19:29:26
| 1,035,850,000 |
resolved fixed
|
06bf6d2
| 1,037,360,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java
|
JDT
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.