issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
135,824
Bug 135824 [misc] Binary nested type not at source position in unsorted Outline
N20060410-0010 Have org.eclipse.jface imported as binary plug-in. Open java editor for binary class TreeSelection. In source, the nested class InitializeData is just before the constructors, but in the Outline, it appears at the very end. I guess the problem is that SourcePositionSorter#compare(..) returns 0 if parents are not identical. - Bug: should not test IJavaElement equality with != - Problem: IType InitializeData is a child of IType TreeSelection, but TreeSelection is not the parent of InitializeData (TreeSelection is only the declaring type of InitializeData).
resolved fixed
a50ba4f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SourcePositionSorter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-10T11:33:16Z
2006-04-10T09:06:40Z
133,525
Bug 133525 Synchronize with model, expanding a cu
M6 test path 1. Synchronize with 'CVS with model' 2. Each incoming/outgoing cu in the tree has a [+] icon 3. Clicking on the [+] icon just makes the icon go away ->If it is not possible to expand the cu (and see changes on children of a cu) then the plus icon should not be shown at all.
resolved fixed
46e351d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-10T11:08:17Z
2006-03-28T12:46:40Z
135,053
Bug 135053 WorkingSets not updated in Package Explorer
3.2 M6 - start Eclipse with fresh workspace - create new Java project "test1" (using separate source and output folders) - create new class "Class1" in package "package1" - create new class "Class2" in package "package1.sub1" - in the Package Explorer toolbar menu select "Package Presentation -> Hierarchical" - in the Package Explorer toolbar menu select "Top Level Elements -> Working Sets" -> the "Select Working Sets" dialog shows up - click "New..." - enter name "My Set" - expand project "test1" and folder "src" - check "package1" and some libs (eg. "...\rt.jar") - click "Finish" - move "My Set" before "Other Projects" (leave both checked) - click "OK" - in the Package Explorer expand "My Set -> package1 -> sub1" (do not expand "Other Projects") - right click on "My Set -> package1 -> sub1" and select "Refactor -> Rename" - enter new name "package1.sub2" - click "OK" => package is renamed successfully => Package Explorer shows a stale element "My Set -> package1 -> package1.sub1" => Package Explorer does not show element "My Set -> package1 -> sub2" => Package Explorer selects element sub2 in "Other Projects -> src -> package1 -> sub2"
resolved fixed
336334c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/WorkingSetAwareContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetModel.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-10T08:49:40Z
2006-04-05T15:13:20Z
135,550
Bug 135550 [encoding] Java Editor doesn't allow me to switch encodings
N20060405-0010 I opened a Java Editor on a UTF-8 encoded file from the CVS Repo view. The editor opened using the standard workbench encoding CP1252, which caused problems when trying to view the file. I tried to switch encoding of the opened editor by going to Edit>Set Encoding... but the item was disabled. Note that .properties files will allow you to change the encodings.
resolved fixed
4252dfa
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-09T15:37:00Z
2006-04-07T14:26:40Z
134,930
Bug 134930 [navigation] Mark Occurences not triggered by clicking on outline
In Eclipse 3.1.1, with "Mark Occurrences" enabled, clicking on a variable or method in the outline view caused all occurences to be marked in the editor. This was also the case in Eclipse 3.0. In Eclipse 3.2M5 and 3.2M6, clicking on a variable or method in the outline view does not mark all occurrences. Is this intentional? I rely heavily on the pre-3.2 behaviour when browsing unfamiliar or complex source code.
resolved fixed
27cf787
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-09T15:22:33Z
2006-04-05T01:20:00Z
135,515
Bug 135515 2 ASTs created while typing
N20060407 1. Check out org.eclipse.jdt.tests.compiler 2. Open GenericTypeTest 3. Position cursor just before the last closing curly braket 4. Start CPU profiling 5. In GenericTypeTest.java, type 'a', wait 1s, type another 'a', wait 1s, etc. (do this for 15s) 6. Stop profiling Observe: It appears that 2 threads are creating ASTs (the reconciler thread and a SelectionListenerWithASTManager thread)
verified fixed
0520356
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-09T15:14:24Z
2006-04-07T11:40:00Z
108,102
Bug 108102 [Viewers] Project expands in wrong working set
I am using "Show->Working Sets" in the package explorer. Some of the working sets contain the same project: Working Set-1: - Project-A - Project-B - Project-C Working Set-2: - Project-B - Project-C - Project-D If I now double-click "Working Set-1.Project-B" "Project-B" in working set "Working Set-2" will be expanded. If the working set "Working Set-2" itself is not expanded it will seem as if nothing happens, but after expanding "Working Set-2" one can see the changed state of the project. Double-clicking "Working Set-2.Project-B" works as expected.
resolved fixed
59f8c03
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-09T12:58:47Z
2005-08-26T12:40:00Z
134,713
Bug 134713 [junit] consistency for history menu
20060404 I changed the search and hierarchy history menu to be consistent: - 'History...' action after all entries and a separator - 'Clear History...' after that - Drop down disabled if there are no entries - Clear History also clears the view input - No images on History, Clear History
resolved fixed
5d71ff0
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestElement.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestSuiteElement.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestElement.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestSuiteElement.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestSessionContentProvider.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestSessionLabelProvider.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestSessionTableContentProvider.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestSessionTreeContentProvider.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/HistoryDropDownAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-07T21:02:34Z
2006-04-04T11:26:40Z
135,565
Bug 135565 [CommonNavigator][Java] Patch for various issues in the Java extension
This patch provides: (1) Improved Open Action Provider (2) Menu options: Open Type Hierarchy (3) Slight modifications to OpenViewActionGroup to hide properties action from Java extension (already contributed by Resource extension) (4) Integration with Intercept framework for Add/Remove (5) Common Wizard definition (6) References/Declarations search menu options
verified fixed
e8a38b4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/PackageExplorerActionProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/PackageExplorerOpenActionProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenViewActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-07T17:02:57Z
2006-04-07T14:26:40Z
135,112
Bug 135112 viewsupport.ImageDescriptorRegistry creates multiple images
viewsupport.ImageDescriptorRegistry creates multiple images for the same descriptor. When a tree is expanded with, say, 8 warning icons, the registry opens up org.eclipse.jdt.ui_3.2.0.jar:icons/full/ovr16/warning_co.gif 8 times. That means that the registry does not work correctly. I have seen that image being opened up 800 times for a really large project. The offending method: public Image get(ImageDescriptor descriptor) { ..... Image result= (Image)fRegistry.get(descriptor); if (result != null) return result; ..... result= descriptor.createImage(); <--- is always called if (result != null) fRegistry.put(descriptor, result); return result; } The reason why this does not work is simple. I am assuming the equals() or hashCode() method for JavaElementImageDescriptor are incorrect. Here is the repeated stack trace for each image being recreated: java.util.zip.ZipFile.getInputStream(ZipFile.java:324) org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleEntry.getInputStream(ZipBundleEntry.java:51) org.eclipse.osgi.framework.internal.core.BundleURLConnection.connect(BundleURLConnection.java:53) org.eclipse.osgi.framework.internal.core.BundleURLConnection.getInputStream(BundleURLConnection.java:99) java.net.URL.openStream(URL.java:1041) org.eclipse.jface.resource.URLImageDescriptor.getStream(URLImageDescriptor.java:82) org.eclipse.jface.resource.URLImageDescriptor.getImageData(URLImageDescriptor.java:54) org.eclipse.jdt.ui.JavaElementImageDescriptor.getImageData(JavaElementImageDescriptor.java:186) org.eclipse.jdt.ui.JavaElementImageDescriptor.drawBottomLeft(JavaElementImageDescriptor.java:269) org.eclipse.jdt.ui.JavaElementImageDescriptor.drawCompositeImage(JavaElementImageDescriptor.java:180) org.eclipse.jface.resource.CompositeImageDescriptor.getImageData(CompositeImageDescriptor.java:208) org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:279) org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:233) org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:211) org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry.get(ImageDescriptorRegistry.java:67) org.eclipse.jdt.ui.ProblemsLabelDecorator.decorateImage(ProblemsLabelDecorator.java:159) org.eclipse.ui.internal.decorators.FullDecoratorDefinition.decorateImage(FullDecoratorDefinition.java:114) org.eclipse.ui.internal.decorators.FullImageDecoratorRunnable.run(FullImageDecoratorRunnable.java:28) org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) org.eclipse.core.runtime.Platform.run(Platform.java:816) org.eclipse.ui.internal.decorators.DecoratorManager.safeDecorateImage(DecoratorManager.java:418) org.eclipse.ui.internal.decorators.DecoratorManager.decorateImage(DecoratorManager.java:387) org.eclipse.jface.viewers.DecoratingLabelProvider.getImage(DecoratingLabelProvider.java:89) org.eclipse.jface.viewers.DecoratingLabelProvider.updateLabel(DecoratingLabelProvider.java:348) org.eclipse.jface.viewers.StructuredViewer.buildLabel(StructuredViewer.java:2023) org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:247) org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:88) org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) org.eclipse.core.runtime.Platform.run(Platform.java:816) org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:833) org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:464) org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) org.eclipse.core.runtime.Platform.run(Platform.java:816) org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1901) org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:737) org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:715) org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:689) org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:869) org.eclipse.jface.viewers.AbstractTreeViewer.internalExpand(AbstractTreeViewer.java:1331) org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:2180) org.eclipse.jface.viewers.StructuredViewer.setSelectionToWidget(StructuredViewer.java:1590) org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:2531) org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$PackageExplorerProblemTreeViewer.setSelectionToWidget(PackageExplorerPart.java:422) org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1546) org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.showInput(PackageExplorerPart.java:1317) org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.editorActivated(PackageExplorerPart.java:1282) org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.setLinkingEnabled(PackageExplorerPart.java:1550) org.eclipse.jdt.internal.ui.packageview.ToggleLinkingAction.run(ToggleLinkingAction.java:40) org.eclipse.jface.action.Action.runWithEvent(Action.java:499) org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:441) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3340) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2960) org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1909) org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1873) org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:418) org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:107) org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:615) org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) org.eclipse.core.launcher.Main.basicRun(Main.java:282) org.eclipse.core.launcher.Main.run(Main.java:977) org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
e24ede3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-07T14:51:20Z
2006-04-05T18:00:00Z
135,326
Bug 135326 Refactorings properties page polish
N20060405-0010 Martin, Erich, and I found several polish items for the Refactorings properties page: - Tree should also resize vertically when dialog is resized - Checkbox tree is confusing and not a common Eclipse UI metaphor. Remove checkboxes and change "Remove" button to remove selected items. - Changes in dialogs should not be applied when the user presses Cancel. If a working copy mode is not feasible, at least remove the "Restore Defaults" and Apply" buttons and change "Remove" to "Remove...".
resolved fixed
0fe0d95
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/ManageRefactoringHistoryControl.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/RefactoringHistoryControl.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/RefactoringPropertyPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-07T14:09:32Z
2006-04-06T16:13:20Z
135,526
Bug 135526 [hovering] quick diff hover misses java partitioning
null
resolved fixed
14c84e9
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-07T13:45:13Z
2006-04-07T14:26:40Z
96,328
Bug 96328 [navigation] Quick Outline does not find methods in 'Sort by Defining type' mode
Open SWT's Scrollable on the Mac OS. Press Command+O twice, and type "isDispo". Widget#isDisposed() should be displayed, but is not. I'm having this problem it lots of places.
verified fixed
71c1fad
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-07T13:05:01Z
2005-05-23T17:40:00Z
50,139
Bug 50139 [refactoring] [inline] inline static method fails to qualify access to field
I20040113 1. have these two classes: package inline.constant; public class Main { public static final String ID= "id"; public static String getId() { return ID; } } -- package inline.constant; public class Dependent { public void m() { String s= Main.getId(); } } 2. Inline Main.getId() -> the invocation of Main.getId() in Dependent gets replaced by "ID" instead of the qualified Main.ID.
resolved fixed
9ef1047
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_50139.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_50139.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-07T10:59:15Z
2004-01-16T16:20:00Z
98,856
Bug 98856 [refactoring] Inlining method results in compiler errors.
Inline the method Derived.routeOrder(...) and see that the incremental compiler marks many lines as erroneous (red x). Source file attached. I'm using RC1.
resolved fixed
333d84a
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_98856.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_98856.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_in/TestImplicitReceiverField.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_in/TestImplicitReceiverMethod.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_out/TestImplicitReceiverField.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_out/TestImplicitReceiverMethod.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-07T10:50:20Z
2005-06-07T21:33:20Z
100,100
Bug 100100 SourceAnalzyer#ActivationAnalyzer should normalize bindings to check for recursive calls
RC2 The recursion detector can be tricked by generic methods where the declaration class an method instantiation. To avoid this the check should be done by normalizing the method to its declaration first.
resolved fixed
e89d103
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-07T09:37:19Z
2005-06-14T23:00:00Z
44,419
Bug 44419 inline method: arguments need to be parentized [refactoring]
20031008 protected long fValue1= getValue(1 + 3); private long getValue(int i) { return System.currentTimeMillis() * i; } results in: protected long fValue1= System.currentTimeMillis() * 1 + 3;
verified fixed
d44a8cf
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_44419.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_44419_2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_44419.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_44419_2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_in/TestPlusPlus.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_in/TestPlusPostfix.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_in/TestPlusPrefix.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_in/TestPlusTimes.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_in/TestPostfixPlus.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_in/TestPrefixPlus.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_in/TestTimesPlus.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_out/TestPlusPlus.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_out/TestPlusPostfix.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_out/TestPlusPrefix.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_out/TestPlusTimes.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_out/TestPostfixPlus.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_out/TestPrefixPlus.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/operator_out/TestTimesPlus.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTestSetup.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java", "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/CallInliner.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/OperatorPrecedence.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ParameterData.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-07T09:08:38Z
2003-10-08T13:33:20Z
97,213
Bug 97213 Push [refactoring] Down into java14 project does not convert static imports, varargs
3.1-RC1 test pass - have the sources below - pushdown stat() to Subtype - pushed down method uses varargs albeit in Java14 project - pushed down CU does not get the import to Math.abs --------- SuperType.java (Java 5 project) ----- package com.superclass; import static java.lang.Math.*; public class SuperType<ELEM extends Number> { int stat(Integer j) { return min(j, 42, 52, abs(32)); } int min(int head, int... tail) { int min= head; for (int i : tail) min= min(i,min); return min; } } ----------- SubType.java (Java 1.4 project) ------ package com.example; import com.superclass.SuperType; public class SubType extends SuperType { } ----------------------------------- Alternatively, push down min() along with stat(). Note that the vararg signature and new for loop are both kept in source, resulting in errors. I guess it is ok not to convert the language constructs, but we might want to issue a warning.
resolved fixed
981b485
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMethodPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-06T15:00:24Z
2005-05-30T10:46:40Z
107,509
Bug 107509 [dnd] [ccp] No imports with drag and drop
When dragging a method from a class to another (in the Package Explorer view), the dragged method causes a number of errors because the imports are not "dragged" as well, as opposed to copying and pasting the method in the new class, where imports are automatically updated.
resolved fixed
8c67b3f
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-06T14:59:49Z
2005-08-20T09:26:40Z
135,091
Bug 135091 [nls tooling] NPE when previewing changes in string externalization wizard
M6 When attempting to externalize a string (via the Eclipse externalization mechanism) I have stumbled across the following NPE. It prevents completion of the wizard and appears in the preview page. I can't provide the source file via bugzilla that causes this problem but it is reproducible. It is a mature file and already contains some externalized strings and I am attempting to add a new one in the middle of the file. java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:851) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.createChange(RefactoringWizard.java:571) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.computeUserInputSuccessorPage(RefactoringWizard.java:414) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.computeSuccessorPage(UserInputWizardPage.java:75) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.getNextPage(UserInputWizardPage.java:115) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.getNextPage(ExternalizeWizardPage.java:1327) at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:751) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:351) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:652) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:132) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:145) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:40) at org.eclipse.jdt.internal.ui.text.correction.LocalCorrectionsSubProcessor$1.apply(LocalCorrectionsSubProcessor.java:295) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:725) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMask(CompletionProposalPopup.java:671) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$26(CompletionProposalPopup.java:667) at org.eclipse.jface.text.contentassist.CompletionProposalPopup$5.widgetDefaultSelected(CompletionProposalPopup.java:537) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:97) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at java.text.CollationElementIterator.<init>(Unknown Source) at java.text.RuleBasedCollator.getCollationElementIterator(Unknown Source) at java.text.RuleBasedCollator.compare(Unknown Source) at org.eclipse.jdt.internal.corext.refactoring.nls.AccessorClassCreator$1.compare(AccessorClassCreator.java:230) at java.util.Arrays.mergeSort(Unknown Source) at java.util.Arrays.mergeSort(Unknown Source) at java.util.Arrays.mergeSort(Unknown Source) at java.util.Arrays.sort(Unknown Source) at java.util.Collections.sort(Unknown Source) at org.eclipse.jdt.internal.corext.refactoring.nls.AccessorClassCreator.createStaticFields(AccessorClassCreator.java:226) at org.eclipse.jdt.internal.corext.refactoring.nls.AccessorClassCreator.createClass(AccessorClassCreator.java:156) at org.eclipse.jdt.internal.corext.refactoring.nls.AccessorClassCreator.getUnformattedSource(AccessorClassCreator.java:107) at org.eclipse.jdt.internal.corext.refactoring.nls.AccessorClassCreator.createAccessorCUSource(AccessorClassCreator.java:86) at org.eclipse.jdt.internal.corext.refactoring.nls.AccessorClassCreator.create(AccessorClassCreator.java:80) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.createChange(NLSRefactoring.java:207) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:121) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
resolved fixed
1fd214d
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassCreator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-06T08:10:22Z
2006-04-05T18:00:00Z
135,061
Bug 135061 [api] make public constants for private edit menu groups
null
resolved fixed
8c25139
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicCompilationUnitEditorActionContributor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicJavaEditorActionContributor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditorActionContributor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-06T07:36:56Z
2006-04-05T15:13:20Z
134,742
Bug 134742 [pull up] Internal error while "Pull up" method
I was trying to "Pull up" a method (which has a compilation error caused by an @Override annotation with no corresponding method in its superclass), via the Refactoring menu, and got the following error: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.createChange(RefactoringWizard.java:573) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.computeUserInputSuccessorPage(RefactoringWizard.java:416) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.computeSuccessorPage(UserInputWizardPage.java:74) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.getNextPage(UserInputWizardPage.java:114) at org.eclipse.jdt.internal.ui.refactoring.PullUpWizard$PullUpInputPage2.getNextPage(PullUpWizard.java:1150) at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:747) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:345) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758) at org.eclipse.jface.window.Window.runEventLoop(Window.java:809) at org.eclipse.jface.window.Window.open(Window.java:787) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:125) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:138) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:40) at org.eclipse.jdt.internal.corext.refactoring.RefactoringExecutionStarter.startPullUpRefactoring(RefactoringExecutionStarter.java:305) at org.eclipse.jdt.ui.actions.PullUpAction.run(PullUpAction.java:142) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:226) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.ui.actions.RetargetAction.runWithEvent(RetargetAction.java:222) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:228) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) Caused by: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:139) at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:124) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring.checkMethodReturnTypes(PullUpRefactoring.java:804) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring.checkMembersInTypeAndAllSubtypes(PullUpRefactoring.java:790) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring.checkFinalConditions(PullUpRefactoring.java:604) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:84) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:114) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:86) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Root exception: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:139) at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:124) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring.checkMethodReturnTypes(PullUpRefactoring.java:804) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring.checkMembersInTypeAndAllSubtypes(PullUpRefactoring.java:790) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring.checkFinalConditions(PullUpRefactoring.java:604) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:84) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:114) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:86) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
resolved fixed
f215760
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-05T17:07:29Z
2006-04-04T14:13:20Z
134,536
Bug 134536 [find broken keys] finds keys in plugin dependent projects in workspace
20060403 - in workspace with the ZRH projects in source I select 'org.eclipse.search' and use the 'find broken keys' action - most of the matches are in text plugins
resolved fixed
8a3a0fd
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FindBrokenNLSKeysAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-05T16:51:31Z
2006-04-03T16:00:00Z
131,120
Bug 131120 [rendering] Classpath container shown differently from 3.1
In Eclipse 3.1 classpath containers such as "JRE System Library", "Plugin Dependencies", etc were shown as <jar name> <path>. This had been changed in 3.2 and now it is just a full path to the jar file. I believe this is less convenient, especially when custom library containers are used that may pickup jars from weird places like C:\Documents and Settings\<user name>\.maven\repository\<long path tojar within repository>
verified fixed
4c619ec
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-05T14:40:15Z
2006-03-09T16:00:00Z
120,658
Bug 120658 [content assist] Content assist inserts wrong method for override proposal
I20051213-0010 Invoke content assist where indicated. Although I choose run(), a stub for finalize() is inserted. public enum Try { THIS, THAT(), ANONYMOUS() {} { new Runnable() { //content assist, choose run(), inserts finalize() } } }
resolved fixed
9ebeb27
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/OverrideCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-05T14:34:09Z
2005-12-13T18:53:20Z
120,546
Bug 120546 [preferences] Move parameter name timeout preference to 'Java'
I20051213-0010. The parameter name timeout preference is currently under content assist which is wrong (see 120545). We have to move it to 'Java'.
resolved fixed
38a4766
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicCompilationUnitEditorActionContributor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SpecificContentAssistAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistAdvancedConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistAdvancedPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlockInProgress.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistPreferencePageInProgress.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalCategory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerRegistry.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTextMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-05T13:47:41Z
2005-12-13T10:33:20Z
108,065
Bug 108065 [typing] Copy Line (Ctrl+Alt+DownArrow) fails on last line of editor
The command "Copy Line" which is bound to Ctrl+Alt+DownArrow by default fails when you're on the last line of a file/editor. 1) Create new text file. 2) Enter text: "Blah blah blah blah" (no newline) 3) Press Ctrl+Alt+DownArrow (note UpArrow also fails) Nothing happens. If you press enter after #2, and then try, it works. Ctrl+Alt+DownArrow should knoww to create a new line at the end of the buffer if it's at the last line of the editor. This effects the text editor, as well as the Java editor (and probably all others based on the text editor.
resolved fixed
17f4625
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMoveLinesAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-05T13:35:42Z
2005-08-25T22:46:40Z
133,618
Bug 133618 Extract supertype not avilable on compilation units
I20060328-0010 1. Right click on a cu in Package Explorer -> Refactor->Extract Supertype... could be enabled Could be even enabled with multiple selection: Fill in the selected types (primary types of cus) into 'Types to extract a supertype from'
resolved fixed
dbaf37f
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ExtractSuperTypeAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExtractInterfaceAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/PullUpAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/PushDownAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-05T13:13:35Z
2006-03-28T18:20:00Z
130,530
Bug 130530 [decoration] Java type decoration could also decorate abstract top-level types
I20060301-0800 As already discussed, decorating every top-level type does not seem useful, as the decoration image is not really discriminating anymore. However, it would be useful to decorate abstract classes, in order to get a quick overview about interface and implementation of a package
resolved fixed
e89d01b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/InterfaceIndicatorLabelDecorator.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-05T12:21:06Z
2006-03-06T13:00:00Z
134,720
Bug 134720 [clean up][code style] remove method qualifier removes parameters from method calls
Running the code cleanup with all checks (probably it is the removing of this.functionCall) removes method parameters from emthod calls where there has been any change. Example: this.setEnabled(false); --> setEnabled(); /Daniel
resolved fixed
9605e99
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-05T11:01:35Z
2006-04-04T11:26:40Z
134,985
Bug 134985 [clean up][expressions] Remove parenthesis chages types of == expressions
I20060331-2000 Given: public boolean foo(String s1, String s2, boolean b) { return b == (s1 == s2); } Run 'Clean Up->Use parenthesis->Only where necessary is: return b == s1 == s2; Should: return b == (s1 == s2);
resolved fixed
b131fa1
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-05T10:41:50Z
2006-04-05T09:40:00Z
134,741
Bug 134741 Cleanup, remove parenthisis cause problem
The line: if (("" + rootAttributes.get("type")).equalsIgnoreCase("delta")) { results in: if ("" + rootAttributes.get("type").equalsIgnoreCase("delta")) {
resolved fixed
259cc73
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-05T09:09:07Z
2006-04-04T14:13:20Z
123,356
Bug 123356 [inline refactoring] Method inlining breaks runtime behavior.
This program runs fine as is. But if the add(x,y) method is inlined, then the resulting logic compiles but throws an NPE at runtime. public class Bug { static String[]field; public static void main(String[]args){ add((field=args).length,field.hashCode()); } static int add(int x, int y){ return y+x; } }
resolved fixed
3f67bea
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_123356.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_123356.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-04T18:09:00Z
2006-01-11T00:40:00Z
133,834
Bug 133834 Extract superclass should not add "extends Object"
I20060329-0010 Extract superclass should not add "extends Object" to the extracted superclass.
resolved fixed
3e1827f
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-04T16:49:54Z
2006-03-29T13:46:40Z
134,739
Bug 134739 Cleanup use parenthisis around expressions not working
Running cleanup on the following: if (((upProductNumber.length() == 0 && upProductRevision.length() > 0)) || ((upProductNumber.length() > 0 && upProductRevision.length() == 0))) results in: if (() || ()) { using Eclipse 3.2M6
resolved fixed
439554e
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-04T16:05:02Z
2006-04-04T14:13:20Z
133,489
Bug 133489 Find Broken NLS Keys does not always detect unused key in accessor class
I20060328-0010. Have eclipse style NLSed accesor class with: public static String T_0; public static String T_1; Have properties file with: T_0=eclipse style No reference to either T_0 or T_1. Find Broken NLS Keys correctly reports unused key (T_0) in properties file but only reports key T_1 as unused in the accessor class. It should report T_0 as well.
resolved fixed
0362842
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/NLSSearchTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/SearchTest.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/CompilationUnitEntry.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/FileEntry.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchEditorOpener.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResult.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultLabelProvider2.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-04T14:28:40Z
2006-03-28T10:00:00Z
117,053
Bug 117053 [ast rewriter] Incorrect indenting after inline method
Build: I20051115 1) Start with this code: void foo(int x) { if (x++ < 6) x++; } void bar() { int x = 2; if (x < 10) x++; else foo(x); } 2) After a refactor > inline of foo(), the result is: void bar() { int x = 2; if (x < 10) x++; else if (x++ < 6) x++; } Note the inlined if statement is incorrectly indented (with default formatter settings).
resolved fixed
122994c
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_117053.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_117053.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-04T13:21:51Z
2005-11-18T16:06:40Z
133,891
Bug 133891 [extract superclass] should also work on types without methods
20060329 create the folloing classes: --- package a.b.c.d; public class JavaEditorTests extends TestCase { } --- package a.b.c.d; public class PropertiesEditorTests extends TestCase { } ---- package a.b.c.d; public class TestCase { } - open refactoring menu on 'JavaEditorTests'. Create superclass is not available. - add a method to 'JavaEditorTests' now 'extract superclass' is available I think methods shouldn't be required for this refactoring Note that it is required to change the selection in the package explorer. Some state seems to be cached.
resolved fixed
113f582
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyProcessor.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractSupertypeMemberPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-04T13:12:45Z
2006-03-29T16:33:20Z
131,073
Bug 131073 [type hierarchy] add possibility to empty type hierarchy history
null
closed fixed
feb7ebd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryDropDownAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryListAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-04T11:22:03Z
2006-03-09T13:13:20Z
133,888
Bug 133888 [Model Sync] Resources not removed from view
After an update or commit, the affected resources were not removed from the sync view.
resolved fixed
94a2be2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-04T11:11:47Z
2006-03-29T16:33:20Z
107,621
Bug 107621 [implementation] JavaSpellingReconcileStrategy calls getContentType() and it is not used
I wanted to create a content type that was a subtype of JavaSource so that we can have our own default editor for special java classes. To determine if it was our type we created a content describer that looks through the code to see if it is our type. The problem is that the JavaSpellingReconcileStrategy class is calling the getContentType() twice for every keystroke (reconcile) so that it can put it into the SpellingContext. Then the spelling context never even uses this content type. This is very inefficient, causes the class to parsed twice like that and never even use the result. If this is absolutely necessary, then SpellingContext should be changed to lazily request the content type instead of having it put it into it right away. From JavaSpellingReconcileStrategy: public void reconcile(IRegion region) { if (fRequestor != null) { try { SpellingContext context= new SpellingContext(); context.setContentType(getContentType()); EditorsUI.getSpellingService().check(fDocument, context, fCollector, fProgressMonitor); } catch (CoreException x) { // swallow exception } } }
verified fixed
7a7cd8b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingReconcileStrategy.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/PropertiesSpellingReconcileStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-04T11:09:15Z
2005-08-22T14:13:20Z
91,108
Bug 91108 Search view should link to search preference page
I20050405-0800 The Search view should link to the search preference page. If I have set a file search result table limit, I only see (showing 20 of 85 files) in the description, but neither the context menu nor the view menu give me a way to configure this filter. I would add "Preferences..." to the view menu (for all search result pages).
resolved fixed
391f1cb
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-04T10:09:08Z
2005-04-12T10:00:00Z
134,676
Bug 134676 [clean up] "use final for private fields" fails for generic fields in 3.2 M6
Example: public class Demo<T> { private T t; void setT(T t) { this.t = t; } } The Clean Up Wizard adds final to field t.
resolved fixed
230c7e7
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-04T08:50:12Z
2006-04-04T08:40:00Z
68,282
Bug 68282 [spell checking] spell errors not going away after ignoring or adding word to dictionary
Adding a word to the dictionary using quick fix does not cause the error to go away. The errors disappear after the next reconcile. I.e. you have to modify the content of the file in order to get rid of the spell errors.
resolved fixed
e5ce631
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/AddWordProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingProblem.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/WordIgnoreProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-04T07:08:37Z
2004-06-23T11:26:40Z
111,441
Bug 111441 [refactoring] [ltk] filter button on preview page should do something
I20050928-1300 The button on the refactoring preview page that allows to filter e.g. textual matches or visibility changes should have a button action. Currently it does nothing when the user clicks on it. It could - cycle through the options, or - open the menu
resolved fixed
600b654
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/PreviewWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T15:34:18Z
2005-10-04T12:46:40Z
133,486
Bug 133486 Find Broken NLS Keys results should be explained
I20060328-0010. The results should explain what the problem is, like the old NLS Keys search did, e.g. Unused keys in: messages.properties Alternatively the view description could be augmented to indicate this.
resolved fixed
ec25e7f
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchMessages.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultLabelProvider2.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T15:31:54Z
2006-03-28T10:00:00Z
115,016
Bug 115016 [open type] Sort types with source first
The open type dialog currently sorts the proposals when there are multiple results in an odd order. I'm not sure what the ordering is, it seems to be somewhat random. It would be better if the results firstly listed hits directly from open projects, then from the libraries that have source attachements, and finally from libraries with no sources. I'm not 100% sure, but I believe that the first hit on this list is also the type that gets opened by the debugger when opening items from the stack trace. This is particularly annoying when debugging because it means you can't easily follow the flow through the correct class. It may be good here to offer a flyout of different locations for the source when following these links, or at least resolve them with preference to the current project first, but even if the above reordering was used the correct class would be found more often rather than some class file introspection based stub.
verified fixed
cbf57bb
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T15:31:40Z
2005-11-04T02:06:40Z
133,925
Bug 133925 [JUnit] javaw instance left open after running a JUnit test suite
null
resolved fixed
053fcd6
["org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T15:19:00Z
2006-03-29T22:06:40Z
134,523
Bug 134523 SIOOBE when 'Find Broken NLS Keys' on accessor class in default package
I20060331-2000 1. Create new Class in default package 2. Add field private String s1= ""; 3. Execute 'Externalize Strings' 4. Accept default settings 5. On 'Messages.java' Execute 'Source->Find Broken NLS Keys' -> java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1768) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSHintHelper.getResourceBundle(NLSHintHelper.java:345) at org.eclipse.jdt.internal.ui.actions.FindBrokenNLSKeysAction.tryIfPropertyCuSelected(FindBrokenNLSKeysAction.java:277) at org.eclipse.jdt.internal.ui.actions.FindBrokenNLSKeysAction.canEnable(FindBrokenNLSKeysAction.java:212) at org.eclipse.jdt.internal.ui.actions.FindBrokenNLSKeysAction.selectionChanged(FindBrokenNLSKeysAction.java:168) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchSelectionChanged(SelectionDispatchAction.java:255) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.selectionChanged(SelectionDispatchAction.java:250) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:816) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1922) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1099) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1125) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:213) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:207) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:374) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
46cc5d2
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T14:46:26Z
2006-04-03T16:00:00Z
133,481
Bug 133481 Find Broken NLS Keys action should not appear on types and CUs
I20060328-0010. The Find Broken NLS Keys action only works for folders and *.properties files and hence it should not appear in the view context menu on non *.properties files.
resolved fixed
23da5e4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FindBrokenNLSKeysAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T14:39:55Z
2006-03-28T10:00:00Z
127,665
Bug 127665 Introduce Indirection refactoring results in compile error
I20060214-0010 0. create Java project 'P' 1. add Test.java: public class Test { int foo() { return 1; } int useFoo() { return foo(); } } class TestO extends Test { int useFoo() { return foo(); } } 2. select foo() in TestO.useFoo() 3. Refactor > Introduce Indirection ==> creates source with compile error: public class Test { protected int foo() { return 1; } int useFoo() { return TestO.foo(this); } } class TestO extends Test { /* * @see Test#foo() * @since 3.2 */ public static int foo(Test test) { return test.foo(); } int useFoo() { return TestO.foo(Test.this); } }
resolved fixed
2b2f6fa
["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test31/in/Test.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test31/out/Test.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceIndirectionTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T14:10:11Z
2006-02-14T12:26:40Z
110,015
Bug 110015 context menu in search view should show all actions for Java elements
Version: 3.1.0 Build id: I20050920-0010 Context menu in search view should show all actions for Java elements (refactorings, source actions...) Only refactor is shown.
resolved fixed
d80cca6
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/NewSearchViewActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T14:08:42Z
2005-09-20T12:40:00Z
109,280
Bug 109280 [refactoring] [extract method] Extract Method fails to send a required parameter
Applying the Extract Method refactoring to the following selection results in a new method that fails to compile. Original program: private int f(boolean b1, boolean b2) { int n = 0; int i = 0; // Extract Method from here if (b1) i = 1; if (b2) n = n + i; // to here return n; } Applying Extract Method on the selected code (signalled by the comments) results with the following code: private int f(boolean b1, boolean b2) { int n = 0; int i = 0; n = newMethod(b1, b2, n); return n; } private int newMethod(boolean b1, boolean b2, int n) { int i; if (b1) i = 1; if (b2) n = n + i; return n; } Problem: Eclipse did not identify that the local variable i should be sent as a parameter. The program doesn't compile anymore, because in the statement n = n + i; in the new method, "the local variable i may not have been initialized". I expected the refactored source to look like this: private int f(boolean b1, boolean b2) { int n = 0; int i = 0; n = newMethod(b1, b2, n, i); return n; } private int newMethod(boolean b1, boolean b2, int n, int i) { if (b1) i = 1; if (b2) n = n + i; return n; }
resolved fixed
e1eb867
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_in/A_test578.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_out/A_test578.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowInfo.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T13:52:00Z
2005-09-12T13:00:00Z
75,702
Bug 75702 [dom] Need a way to get back from an AST to the originating ICompilationUnit
null
verified fixed
03b5b05
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/Java50Fix.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/util/RefactoringASTParser.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T13:51:44Z
2004-10-06T10:53:20Z
134,305
Bug 134305 Incorrect layout for Cleanup dialog
I20060331-1210 The Cleanup dialog does not layout correctly if the dialog font is set to a larger size. Screenshot to follow...
resolved fixed
d478f86
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T10:51:28Z
2006-03-31T21:20:00Z
134,078
Bug 134078 Resize behavior of Cleanu Up dialog is bad
I20060330-0010 When shrinking the dialog it gets two horizontal scroll bars one of which gets partially hidden.
resolved fixed
8bbede2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T10:45:49Z
2006-03-30T14:46:40Z
127,654
Bug 127654 Package Explorer Working set mode: Selection jumps to other file upon rename
I20060214-0010. Use the Package Explorer in working set mode and make sure to show overlapping working sets i.e. same file visible multiple times. Select that file (not the first one) and then Context menu > Rename... ==> selection jumps to first occurrence of the file in the Package Explorer. Expected: selection stays stable. My test case was to use exportplugin.xml from JDT UI (HEAD).
resolved fixed
b4adcfb
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameUserInterfaceStarter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-04-03T09:48:09Z
2006-02-14T09:40:00Z
132,687
Bug 132687 Extract method refactoring does not analyze execution flow properly
When trying to use the extract method refactoring on the following codeblock I got an messagebox which told me "Selected statements contain a return statement but not all possible execution flows end in a return" public void foo(List list, Object constraint, int index) { Map m = new HashMap(); if (list instanceof List) { List f= (List) list; if (f.size() == -1) { if (m.isEmpty()) { // do sth } else { for (Iterator iter= m.keySet().iterator(); iter.hasNext();) { // do sth for (Iterator iterator = Collections.EMPTY_LIST.iterator(); iterator.hasNext();) { // do sth if (true == false) { // do sth return; } // do sth } } } } } } What I expected to get was the following: public void foo(List list, Object constraint, int index) { Map m = new HashMap(); if (list instanceof List) { List f= (List) list; doSth(f, m); } } private void doSth(List f, Map m) { if (f.size() == -1) { if (m.isEmpty()) { // do sth } else { for (Iterator iter= m.keySet().iterator(); iter.hasNext();) { // do sth for (Iterator iterator = Collections.EMPTY_LIST.iterator(); iterator.hasNext();) { // do sth if (true == false) { // do sth return; } // do sth } } } } }
resolved fixed
bcb9342
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-31T15:46:55Z
2006-03-21T14:06:40Z
134,048
Bug 134048 refactoring context menu only updated on selection change
20060330 - create to classes 'A' extending 'C'. Both classes without members - open 'A' in type hierarchy and editor - on 'A' in type hierarchy open refacting context menu: nu pull up/push down - add a method in the editor and save. - open context menu on 'A' in type hierarchy again: still no pull up - change selection in hierarchy to 'C' and back to 'A' - open context menu on 'A' in type hierarchy again: pull up available It seems that there's some enablement cache that's only updated on selection change.
resolved fixed
a8308f5
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-31T14:43:40Z
2006-03-30T12:00:00Z
134,082
Bug 134082 Categories filter action group needs a way to filter not categorized members.
I20060330-0010 Categories filter action group needs a way to filter not categorized members.
resolved fixed
7d767ca
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-31T13:27:56Z
2006-03-30T14:46:40Z
133,893
Bug 133893 [categories filter] wrong filtering with multiple categories
20060329 - create the folloing class: package other; /** * @category API */ public abstract class Controller { /** * @category internal */ private int value; /** * @category API getter */ public int getValue() { return value; } /** * @category setter */ public void setValue(int value) { this.value= value; } } - in the outline disable all categories except 'API' - this only leaves back the type. However also 'getValue' should show up
resolved fixed
11df351
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-31T12:31:25Z
2006-03-29T16:33:20Z
133,797
Bug 133797 Categories filter group should use LRU
I20060329-0010. Categories filter group should use LRU: currently when I change visibility for a category via 'Visible Categories...' it can happen that afterwards I can't toggle it via menu. The last changed categories should be in the menu. ==> - content of menu should be compiled using LRU - menu entries should then be sorted alphabetically
resolved fixed
2e33154
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-31T12:16:19Z
2006-03-29T08:13:20Z
96,421
Bug 96421 notpresentexception found in log
3.1M7 I found this in the log. That day I had many projects in the workspace and I would open and close a new one often (every 15 minutes or so) Java Model Exception: Java Model Status [xxx_tclib does not exist] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java(Inlined Compiled Code)) at org.eclipse.jdt.internal.core.JavaProject.buildStructure(JavaProject.java(Compiled Code)) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java(Compiled Code)) at org.eclipse.jdt.internal.core.Openable.openParent(Openable.java(Compiled Code)) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java(Compiled Code)) at org.eclipse.jdt.internal.core.JarPackageFragment.generateInfos(JarPackageFragment.java:113) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java(Compiled Code)) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java(Inlined Compiled Code)) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java(Inlined Compiled Code)) at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java(Compiled Code)) at org.eclipse.jdt.internal.core.JavaElement.getChildrenOfType(JavaElement.java(Compiled Code)) at org.eclipse.jdt.internal.core.JarPackageFragment.getClassFiles(JarPackageFragment.java(Compiled Code)) at org.eclipse.jdt.internal.ui.browsing.PackagesViewLabelProvider.isEmpty(PackagesViewLabelProvider.java(Inlined Compiled Code)) at org.eclipse.jdt.internal.ui.browsing.PackagesViewLabelProvider.getLogicalPackageImage(PackagesViewLabelProvider.java(Inlined Compiled Code)) at org.eclipse.jdt.internal.ui.browsing.PackagesViewLabelProvider.getImage(PackagesViewLabelProvider.java(Compiled Code)) at org.eclipse.jface.viewers.DecoratingLabelProvider.getImage(DecoratingLabelProvider.java(Inlined Compiled Code)) at org.eclipse.jdt.internal.ui.browsing.PackagesView$4.getImage(PackagesView.java(Compiled Code)) at org.eclipse.jface.viewers.DecoratingLabelProvider.updateLabel(DecoratingLabelProvider.java(Compiled Code)) at org.eclipse.jface.viewers.StructuredViewer.buildLabel(StructuredViewer.java(Compiled Code)) at org.eclipse.jface.viewers.TableViewer.doUpdateItem(TableViewer.java(Compiled Code)) at org.eclipse.jdt.internal.ui.browsing.PackagesViewTableViewer.doUpdateItem(PackagesViewTableViewer.java(Compiled Code)) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java(Inlined Compiled Code)) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java(Inlined Compiled Code)) at org.eclipse.core.runtime.Platform.run(Platform.java(Inlined Compiled Code)) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java(Inlined Compiled Code)) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java(Inlined Compiled Code)) at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java(Compiled Code)) at org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:755) at org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:737) at org.eclipse.jdt.internal.ui.browsing.PackagesViewTableViewer.internalRefresh(PackagesViewTableViewer.java:105) at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java(Compiled Code)) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java(Compiled Code)) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java(Compiled Code)) at org.eclipse.jdt.internal.ui.browsing.PackagesViewFlatContentProvider$3.run(PackagesViewFlatContentProvider.java:266) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java(Compiled Code)) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.syncExec(Display.java:3246) at org.eclipse.jdt.internal.ui.browsing.PackagesViewFlatContentProvider.postRunnable(PackagesViewFlatContentProvider.java:229) at org.eclipse.jdt.internal.ui.browsing.PackagesViewFlatContentProvider.postRefresh(PackagesViewFlatContentProvider.java:262) at org.eclipse.jdt.internal.ui.browsing.PackagesViewFlatContentProvider.processDelta(PackagesViewFlatContentProvider.java:161) at org.eclipse.jdt.internal.ui.browsing.PackagesViewFlatContentProvider.processAffectedChildren(PackagesViewFlatContentProvider.java:195) at org.eclipse.jdt.internal.ui.browsing.PackagesViewFlatContentProvider.processDelta(PackagesViewFlatContentProvider.java:166) at org.eclipse.jdt.internal.ui.browsing.PackagesViewFlatContentProvider.processAffectedChildren(PackagesViewFlatContentProvider.java:195) at org.eclipse.jdt.internal.ui.browsing.PackagesViewFlatContentProvider.processDelta(PackagesViewFlatContentProvider.java:166) at org.eclipse.jdt.internal.ui.browsing.PackagesViewFlatContentProvider.processAffectedChildren(PackagesViewFlatContentProvider.java:195) at org.eclipse.jdt.internal.ui.browsing.PackagesViewFlatContentProvider.processDelta(PackagesViewFlatContentProvider.java:166) at org.eclipse.jdt.internal.ui.browsing.LogicalPackagesProvider.elementChanged(LogicalPackagesProvider.java:210) at org.eclipse.jdt.internal.core.DeltaProcessor$2.run(DeltaProcessor.java(Compiled Code)) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java(Inlined Compiled Code)) at org.eclipse.core.runtime.Platform.run(Platform.java(Inlined Compiled Code)) at org.eclipse.jdt.internal.core.DeltaProcessor.notifyListeners(DeltaProcessor.java(Compiled Code)) at org.eclipse.jdt.internal.core.DeltaProcessor.firePostChangeDelta(DeltaProcessor.java:1266) at org.eclipse.jdt.internal.core.DeltaProcessor.fire(DeltaProcessor.java:1241) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java(Compiled Code)) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java(Compiled Code)) at org.eclipse.jdt.internal.core.CompilationUnit.discardWorkingCopy(CompilationUnit.java:428) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.disposeFileInfo(CompilationUnitDocumentProvider.java:886) at org.eclipse.ui.editors.text.TextFileDocumentProvider.disconnect(TextFileDocumentProvider.java:584) at org.eclipse.ui.texteditor.AbstractTextEditor.disposeDocumentProvider(AbstractTextEditor.java:3240) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.disposeDocumentProvider(AbstractDecoratedTextEditor.java:1256) at org.eclipse.ui.texteditor.AbstractTextEditor.dispose(AbstractTextEditor.java:3149) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.dispose(AbstractDecoratedTextEditor.java:250) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.dispose(JavaEditor.java:2265) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.dispose(CompilationUnitEditor.java:1651) at org.eclipse.ui.internal.WorkbenchPartReference.doDisposePart(WorkbenchPartReference.java:636) at org.eclipse.ui.internal.EditorReference.doDisposePart(EditorReference.java:252) at org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:616) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:1178) at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:1202) at org.eclipse.ui.texteditor.AbstractTextEditor$17.run(AbstractTextEditor.java:3067) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java(Inlined 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.runUI(Workbench.java:1565) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:315) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:230) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:371) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:160) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:330) at org.eclipse.core.launcher.Main.basicRun(Main.java:274) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
46e0aaf
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewLabelProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-31T09:40:14Z
2005-05-24T13:06:40Z
134,052
Bug 134052 Configure Deprication Fix action should be disabled for abstract method/non constant fields
null
resolved fixed
ef7e41b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-30T16:02:16Z
2006-03-30T12:00:00Z
134,034
Bug 134034 Changing @category tag appearance option causes NPE
I20060330-0010 Change Preferences > Java > Appearance > Show first category of @category tag. My Package Explorer shows working sets. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.workingsets.WorkingSetModel.addWorkingSets(WorkingSetModel.java:282) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$PackageExplorerProblemTreeViewer.addAditionalProblemParents(PackageExplorerPart.java:389) at org.eclipse.jdt.internal.ui.viewsupport.ProblemTreeViewer.handleLabelProviderChanged(ProblemTreeViewer.java:116) at org.eclipse.jface.viewers.ContentViewer$1.labelProviderChanged(ContentViewer.java:74) at org.eclipse.jdt.internal.ui.viewsupport.JavaUILabelProvider$1.run(JavaUILabelProvider.java:259) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.viewsupport.JavaUILabelProvider.fireLabelProviderChanged(JavaUILabelProvider.java:257) at org.eclipse.jdt.internal.ui.viewsupport.AppearanceAwareLabelProvider.propertyChange(AppearanceAwareLabelProvider.java:81) at org.eclipse.ui.preferences.ScopedPreferenceStore$3.run(ScopedPreferenceStore.java:372) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.preferences.ScopedPreferenceStore.firePropertyChangeEvent(ScopedPreferenceStore.java:369) at org.eclipse.ui.preferences.ScopedPreferenceStore.setValue(ScopedPreferenceStore.java:807) at org.eclipse.jdt.internal.ui.preferences.AppearancePreferencePage.performOk(AppearancePreferencePage.java:206) at org.eclipse.jface.preference.PreferencePage.performApply(PreferencePage.java:431) at org.eclipse.jface.preference.PreferencePage$2.widgetSelected(PreferencePage.java:282) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
583124d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-30T15:24:30Z
2006-03-30T09:13:20Z
133,936
Bug 133936 [misc] Compilation Unit Editor tramples file content
I20060329-0800 While trying to open a local revision from the History View, it became clear that the Compilation Unit Editor is determining the uniqueness of a file based solely on the file's path. Opening a local revision from the history view in a workspace that already contains the same file open will result in the workspace file's content being completely replaced by the local revision's contents. Repro Steps: 1. Open any java file in the workspace that is up to date with HEAD, make a change and save it. Now Replace With>Latest From HEAD to get your file back to its original state. 2. Select the file and select Team>Show History. (This will bring up the history view for that file) Make sure you're in the Local and Remote Revisions mode. 3. Open the original file from the Package Explorer. Note its content. 4. Now double click on the local revision in the History View. Notice how the original file's contents gets completely replaced with the new file contents and how the dirty bit gets set.
verified fixed
bff91dd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-30T15:14:11Z
2006-03-29T22:06:40Z
133,853
Bug 133853 endless loop in icu.RuleBasedBreakIterator_New
20060329 - double click on the second occurence of 'API' /** * */ package other; /** * @category API */ public abstract class Controller { /** * @category API * @category API */ abstract int getValue() }
verified fixed
c5e7504
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavadocDoubleClickStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T16:33:00Z
2006-03-29T16:33:20Z
133,831
Bug 133831 Configure Deprecation fix action: UI issues
20060329 - The margins seem too big: Make sure that only one composite has margins set. - Wording: 'Do not fix references' is misleading I suggest: 'No fix configured' - option should be disabled when method is abstract or field is not constant
verified fixed
56d85ac
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T16:30:51Z
2006-03-29T13:46:40Z
133,824
Bug 133824 Extract Supertype action can take a long time and is not cancellable
I20060329-0010 Extract Supertype action can take a long time and is not cancellable. The problem seems to be in ExtractSupertypeMemberPage$6.run(IProgressMonitor) line: 323 , which can take a long time if the indexes are not up-to-date. The runnable is not cancellable and runs in the UI thread, so Eclipse appears locked. Such long running operation should be done in checkInitialConditions(..), which is run in the background and is cancellable. Thread [main] (Suspended) FileInputStream.open(String) line: not available [native method] FileInputStream.<init>(File) line: 135 LocalFile.openInputStream(int, IProgressMonitor) line: 318 ContentDescriptionManager$LazyFileInputStream.ensureOpened() line: 154 ContentDescriptionManager$LazyFileInputStream.read(byte[], int, int) line: 166 ContentDescriptionManager$LazyFileInputStream(InputStream).read(byte[]) line: 112 LazyInputStream.loadBlock() line: 99 LazyInputStream.ensureAvailable(long) line: 64 LazyInputStream.read() line: 119 TextContentDescriber.getByteOrderMark(InputStream) line: 65 TextContentDescriber.describe(InputStream, IContentDescription) line: 49 ContentType.describe(IContentDescriber, ILazySource, ContentDescription) line: 161 ContentType.internalGetDescriptionFor(ILazySource, QualifiedName[]) line: 458 ContentTypeCatalog.getDescriptionFor(ContentTypeMatcher, ILazySource, String, QualifiedName[]) line: 314 ContentTypeCatalog.getDescriptionFor(ContentTypeMatcher, InputStream, String, QualifiedName[]) line: 318 ContentTypeMatcher.getDescriptionFor(InputStream, String, QualifiedName[]) line: 86 ContentDescriptionManager.readDescription(File) line: 400 ContentDescriptionManager.getDescriptionFor(File, ResourceInfo) line: 339 File.internalGetCharset(boolean, ResourceInfo) line: 253 File.getCharset(boolean) line: 214 File.getCharset() line: 201 Util.getResourceContentsAsCharArray(IFile) line: 1029 HierarchyBuilder$1(ResourceCompilationUnit).getContents() line: 38 Parser.parse(ICompilationUnit, CompilationResult, int, int) line: 9047 Parser.parse(ICompilationUnit, CompilationResult) line: 9019 Parser.dietParse(ICompilationUnit, CompilationResult) line: 7707 HierarchyResolver.resolve(Openable[], HashSet, IProgressMonitor) line: 568 IndexBasedHierarchyBuilder.buildForProject(JavaProject, ArrayList, ICompilationUnit[], HashSet, IProgressMonitor) line: 199 IndexBasedHierarchyBuilder.buildFromPotentialSubtypes(String[], HashSet, IProgressMonitor) line: 284 IndexBasedHierarchyBuilder.build(boolean) line: 129 TypeHierarchy.compute() line: 300 TypeHierarchy.refresh(IProgressMonitor) line: 1235 CreateTypeHierarchyOperation.executeOperation() line: 90 CreateTypeHierarchyOperation(JavaModelOperation).run(IProgressMonitor) line: 720 CreateTypeHierarchyOperation(JavaModelOperation).runOperation(IProgressMonitor) line: 779 ResolvedBinaryType(BinaryType).newTypeHierarchy(WorkingCopyOwner, IProgressMonitor) line: 907 ExtractSupertypeProcessor.getCandidateTypes(RefactoringStatus, IProgressMonitor) line: 853 ExtractSupertypeMemberPage$6.run(IProgressMonitor) line: 323 ModalContext.runInCurrentThread(IRunnableWithProgress, IProgressMonitor) line: 369 ModalContext.run(IRunnableWithProgress, boolean, IProgressMonitor, Display) line: 313 ApplicationWindow$1.run() line: 763 BusyIndicator.showWhile(Display, Runnable) line: 69 WorkbenchWindow(ApplicationWindow).run(boolean, boolean, IRunnableWithProgress) line: 760 WorkbenchWindow.run(boolean, boolean, IRunnableWithProgress) line: 2272 ExtractSupertypeMemberPage.createSuperTypeControl(Composite) line: 319 ExtractSupertypeMemberPage.createControl(Composite) line: 293 ExtractSupertypeWizard(Wizard).createPageControls(Composite) line: 180 RefactoringWizardDialog(WizardDialog).createPageControls() line: 614 RefactoringWizardDialog(WizardDialog).createContents(Composite) line: 502 RefactoringWizardDialog(Window).create() line: 426 RefactoringWizardDialog(Dialog).create() line: 1116 RefactoringWizardDialog(Window).open() line: 785 RefactoringWizardOpenOperation$1.run() line: 132 BusyIndicator.showWhile(Display, Runnable) line: 69 RefactoringWizardOpenOperation.run(Shell, String) line: 145 RefactoringStarter.activate(Refactoring, RefactoringWizard, Shell, String, boolean) line: 40 RefactoringExecutionStarter.startExtractSupertypeRefactoring(IMember[], Shell) line: 343 ExtractSuperTypeAction.run(ITextSelection) line: 146 ExtractSuperTypeAction(SelectionDispatchAction).dispatchRun(ISelection) line: 271 ExtractSuperTypeAction(SelectionDispatchAction).run() line: 243 ExtractSuperTypeAction(Action).runWithEvent(Event) line: 499 ActionContributionItem.handleWidgetSelection(Event, boolean) line: 539 ActionContributionItem.access$2(ActionContributionItem, Event, boolean) line: 488 ActionContributionItem$5.handleEvent(Event) line: 400 EventTable.sendEvent(Event) line: 66 MenuItem(Widget).sendEvent(Event) line: 925 Display.runDeferredEvents() line: 3346 Display.readAndDispatch() line: 2966 RefactorActionGroup$RefactorQuickAccessAction(QuickMenuAction).run() line: 77 RefactorActionGroup$RefactorQuickAccessAction(Action).runWithEvent(Event) line: 499 ActionHandler.execute(Map) line: 185 LegacyHandlerWrapper.execute(ExecutionEvent) line: 109 Command.executeWithChecks(ExecutionEvent) line: 460 ParameterizedCommand.executeWithChecks(Object, Object) line: 424 HandlerService.executeCommand(ParameterizedCommand, Event) line: 160 WorkbenchKeyboard.executeCommand(Binding, Event) line: 466
verified fixed
83733e4
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractSupertypeMemberPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T16:11:01Z
2006-03-29T13:46:40Z
133,798
Bug 133798 Categories filter group should sort menu entries
null
resolved fixed
7595a46
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T15:49:27Z
2006-03-29T08:13:20Z
133,818
Bug 133818 NPE when creating a new JUnit test
This bug happens on Windows XP and Mac OSX on 3.2M5a. Steps to reproduce: 1. right click a class and select 'New JUnit Test case' 2. fill in first page 3. Click next to go to second page 4. Select Objects constructor Object.Object() (any of Object's methods would do) 5. Check 'Create tasks for generated test methods' 6. Click finish The error below is generated, and an empty file is created for the new test which you need to delete before trying again. Stack: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:371) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:305) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:833) at org.eclipse.ui.internal.progress.ProgressManager$5.run(ProgressManager.java:1094) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.progress.ProgressManager.runInUI(ProgressManager.java:1090) at org.eclipse.jdt.internal.junit.wizards.JUnitWizard.finishPage(JUnitWizard.java:66) at org.eclipse.jdt.internal.junit.wizards.NewTestCaseCreationWizard.performFinish(NewTestCaseCreationWizard.java:56) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:666) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:645) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:110) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at org.eclipse.jdt.ui.CodeGeneration.getMethodBodyContent(CodeGeneration.java:315) at org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne.appendTestMethodBody(NewTestCaseWizardPageOne.java:701) at org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne.createTestMethodStubs(NewTestCaseWizardPageOne.java:665) at org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne.createTypeMembers(NewTestCaseWizardPageOne.java:486) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.createType(NewTypeWizardPage.java:2007) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage$7.run(NewTypeWizardPage.java:2479) at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:68) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:100) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1733) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:112) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:360) ... 44 more
verified fixed
ead679e
["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T15:19:21Z
2006-03-29T13:46:40Z
133,560
Bug 133560 ClassCastException in quickfix
Using I20060328-0010, I got the stack trace below. Steps to reproduce: 1) Create a new java project and set its preferences to 1.5. 2) Import JUnit sources in it (use the attached zip file) 3) Build the project 4) Go to junit.samples.VectorTest 5) Go to method testCapacity 6) The method has one warning. 7) Invoke quickfix and you should get this exception. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ClassCastException: org.eclipse.jdt.core.dom.VariableDeclarationExpression) at org.eclipse.swt.SWT.error(SWT.java:3374) at org.eclipse.swt.SWT.error(SWT.java:3297) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3323) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2969) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:975) at org.eclipse.core.launcher.Main.main(Main.java:950) Caused by: java.lang.ClassCastException: org.eclipse.jdt.core.dom.VariableDeclarationExpression at org.eclipse.jdt.internal.ui.text.correction.SurroundWith.moveToBlock(SurroundWith.java:343) at org.eclipse.jdt.internal.ui.text.correction.SurroundWith.getRewrite(SurroundWith.java:189) at org.eclipse.jdt.internal.ui.text.correction.SurroundWithRunnableProposal.getRewrite(SurroundWithRunnableProposal.java:104) at org.eclipse.jdt.internal.ui.text.correction.ASTRewriteCorrectionProposal.addEdits(ASTRewriteCorrectionProposal.java:90) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.createTextChange(CUCorrectionProposal.java:294) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.createChange(CUCorrectionProposal.java:303) at org.eclipse.jdt.internal.ui.text.correction.ChangeCorrectionProposal.getChange(ChangeCorrectionProposal.java:207) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.getTextChange(CUCorrectionProposal.java:313) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.getAdditionalProposalInfo(CUCorrectionProposal.java:131) at org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:221) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:820) at org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:810) at org.eclipse.jface.text.contentassist.AdditionalInfoController$1.run(AdditionalInfoController.java:173) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 20 more
resolved fixed
0ba91db
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SurroundWith.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T14:29:15Z
2006-03-28T15:33:20Z
133,488
Bug 133488 SIOOBE in NLSSearchResultRequestor.findKey(NLSSearchResultRequestor.java:200)
I20060328-0010. Steps to reproduce: 1. add T.java as follows: ----------- %< --------- package traditional; public class T { String s= "traditional" } ----------- %< --------- Externalize the string using default arguments. Then change T.java to: ----------- %< --------- package traditional; public class T { String s= "traditional" String s= "traditional" } ----------- %< --------- Observe the compile error. Now execute the Find Broken NLS Keys action ==> error dialog plus .log entry: !ENTRY org.eclipse.core.jobs 4 2 2006-03-28 12:08:09.212 !MESSAGE An internal error occurred during: "Search for Broken NLS Keys". !STACK 0 java.lang.StringIndexOutOfBoundsException: String index out of range: -13 at java.lang.String.substring(String.java:1444) at java.lang.String.substring(String.java:1411) at org.eclipse.jdt.internal.ui.refactoring.nls.search.NLSSearchResultRequestor.findKey(NLSSearchResultRequestor.java:200) at org.eclipse.jdt.internal.ui.refactoring.nls.search.NLSSearchResultRequestor.acceptSearchMatch(NLSSearchResultRequestor.java:111) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.report(MatchLocator.java:1658) at org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator.matchReportReference(TypeReferenceLocator.java:532) at org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator.matchReportReference(TypeReferenceLocator.java:308) at org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator.matchReportReference(TypeReferenceLocator.java:280) at org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator.matchReportReference(TypeReferenceLocator.java:319) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching(MatchLocator.java:2247) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching(MatchLocator.java:2376) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching(MatchLocator.java:2141) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.process(MatchLocator.java:1548) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1033) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1074) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1195) at org.eclipse.jdt.internal.core.search.JavaSearchParticipant.locateMatches(JavaSearchParticipant.java:94) at org.eclipse.jdt.internal.core.search.BasicSearchEngine.findMatches(BasicSearchEngine.java:212) at org.eclipse.jdt.internal.core.search.BasicSearchEngine.search(BasicSearchEngine.java:498) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:538) at org.eclipse.jdt.internal.ui.refactoring.nls.search.NLSSearchQuery.run(NLSSearchQuery.java:89) at org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run(InternalSearchUI.java:89) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
verified fixed
14d52a3
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T14:12:47Z
2006-03-28T10:00:00Z
133,603
Bug 133603 'Extract Supertype' dialog size
I20060328-0010 1. Start with a fresh workspace 2. Create a class 3. Execute 'Refactor->Extract Supertype' ->The List 'Types to extract a supertype from:' is only visibel after resizing the dialog (see screenshot)
verified fixed
275e209
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractSupertypeMemberPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T12:23:02Z
2006-03-28T18:20:00Z
133,487
Bug 133487 Find Broken NLS Keys action reports false positives
I20060328-0010. Find Broken NLS Keys action reports false positives in the accessor class. 1. create Java project P 2. add package p 3. add class T with String s= "foo"; 4. externalize with default arguments 5. execute Find Broken NLS Keys action ==> reports failures in Messages classes Same problem when using Eclipse style NLSing.
resolved fixed
4b98dbe
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T11:53:40Z
2006-03-28T10:00:00Z
131,510
Bug 131510 [refactoring] Rename type with similar elements has distorted images in preview
I20060307-1315 Steps to reproduce: - Enable update similar - Preview proposed renames for elements Attaching screenshot...
verified fixed
91e3a83
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMethodPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T11:00:33Z
2006-03-13T11:40:00Z
133,492
Bug 133492 Missing mnemonic in "Visible Categories..." view menu
I2006030328-0010. There's no mnemonic for the "Visible Categories..." view menu entry.
verified fixed
b50af87
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T10:44:21Z
2006-03-28T10:00:00Z
133,807
Bug 133807 [refactoring] Rename Extract Supertype to Extract Superclass
The name should more accurately reflect the refactoring's capabilities.
verified fixed
aff6546
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ExtractSuperTypeAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T10:39:01Z
2006-03-29T11:00:00Z
133,796
Bug 133796 JavaElementLabels should render all categeries, not just first one
null
verified fixed
7cc76e7
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T09:24:59Z
2006-03-29T08:13:20Z
133,526
Bug 133526 [javadoc location] can't set any http locations anymore
null
resolved fixed
bfd41e5
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T09:16:52Z
2006-03-28T15:33:20Z
133,236
Bug 133236 [Model Sync] Java with incoming src directory has no children
I checked out the root directory of a project and then synced. The Java content provider did not show any incoming changes. The resource content provider did.
verified fixed
892e942
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-29T08:25:23Z
2006-03-25T04:13:20Z
133,497
Bug 133497 [misc] Activate30JavaEditors performance test explanation not there
I20060328-0010. Activate30JavaEditors performance test explanation not there. I suspect that the comment needs to be set before starting the performance meter.
verified fixed
d87e179
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/ActivateJavaEditorTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/TextPerformanceTestCase.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-28T17:27:06Z
2006-03-28T10:00:00Z
133,519
Bug 133519 [spell checking] Add @category to JavaDocTagDictionary
Title says it all...
verified fixed
9aa7dee
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/IJavaDocTagConstants.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-28T17:07:42Z
2006-03-28T12:46:40Z
133,513
Bug 133513 [outline] Visible Java categories dialog list changes check state of elements on select
I20060328-0010 Single-clicking on a category element in the list control changes its check state. It should only change check state on double click.
resolved fixed
9053098
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-28T16:42:27Z
2006-03-28T12:46:40Z
123,978
Bug 123978 Ensure update of working set team state decorations
null
verified fixed
ea7be08
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-28T14:45:38Z
2006-01-16T16:46:40Z
133,367
Bug 133367 Find Broken NLS Keys... does not detect unused fields in Messages class
I20060322-1335 Find Broken NLS Keys... does not detect unused fields in Messages class. Found out while removing NLS Search page: the action correctly found the unused keys in the properties file but not in NLSSearchMessages.
resolved fixed
cf62d00
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-27T16:00:24Z
2006-03-27T14:33:20Z
83,473
Bug 83473 [Viewers] Open Call Hierarchy fails to find callers sometimes [call hierarchy]
1. Place the cursor on a method or constructor name that is called from one or more places in the code. 2. Select Open Call Hierarchy from the context menu. At this point the Call Hierarchy view should show all the callers of the selected method. Since I installed 3.1M4 (upgraded from 3.1M3) I have noticed that sometimes only the selected method is shown in the Call Hierarchy view. If I run the operation a second time, all the expected callers show up in the Call Hierarchy view. The same is sometimes true when expanding a caller node. The expanded node may appear empty, but after rerunning the operation, that node will exand to show its callers. As of yet, I have not recognized any pattern to make the problem consistently reproducible.
verified fixed
ce1e69f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-27T15:41:40Z
2005-01-21T23:26:40Z
132,318
Bug 132318 [api][hovering][rulers] give access to the current annotation hover
I20060315-1200 There is no way to get a hold of the currently showing annotation hover, similar to what ITextViewer::getCurrentTextHover provides. I will add a patch that provides similar API on ISourceViewerExtension3.
resolved fixed
f90c4bb
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-27T15:31:33Z
2006-03-17T12:53:20Z
133,153
Bug 133153 ArrayIndexOutOfBoundsException when introducing parameter
I20060322 - no exact steps, I was introducing a parameter into a private method which was referenced (via a static accessor method) by an inner (non-static) listener class. - got this: !ENTRY org.eclipse.ui 4 0 2006-03-24 15:20:12.532 !MESSAGE 0 !STACK 0 java.lang.ArrayIndexOutOfBoundsException: 0 at org.eclipse.jdt.internal.corext.refactoring.code.IntroduceParameterRefactoring$2.getDescriptor(IntroduceParameterRefactoring.java:501) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.getChange(CreateChangeOperation.java:147) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.performFinish(UserInputWizardPage.java:155) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish(RefactoringWizard.java:611) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.okPressed(RefactoringWizardDialog2.java:433) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:500) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:652) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1074) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3158) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2838) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:132) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:145) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:40) at org.eclipse.jdt.ui.actions.IntroduceParameterAction.run(IntroduceParameterAction.java:80) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:271) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:243) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1074) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3158) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2838) at org.eclipse.jdt.internal.ui.actions.QuickMenuAction.run(QuickMenuAction.java:77) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:460) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1336) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1073) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1098) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1083) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1110) at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:652) at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:2070) at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:611) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1423) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3790) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5233) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1128) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1415) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2836) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1909) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1873) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:418) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:107) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
c86e147
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-27T13:26:59Z
2006-03-24T14:20:00Z
133,265
Bug 133265 [api] new actions () don't follow JDT's pattern
JDT HEAD as of now It is JDT UI standard to define a public constant for command (previously action definition) and action IDs, see JdtActionConstants. The lately added ConfigureDeprecationFixAction and FindBrokenNLSKeysAction do not follow that pattern but instead define the constant inside the internal action itself: ConfigureDeprecationFixAction.CONFIGURE_DEPRECATION_FIX FindBrokenNLSKeysAction.ACTION_HANDLER_ID This should be changed for 3.2. The API change request will most likely be granted without problems since JdtActionsCosntants is marked as "not to be subclassed".
resolved fixed
04909d1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-27T09:35:19Z
2006-03-25T09:46:40Z
124,702
Bug 124702 [projection] redraw problem with JavaEditor.resetProject()
After calling resetProjection() the CompilationUnitEditor seems to keep the [..] annotations on each region that could be folded (see screenshot attached). If anything redraws the editor (e.g. scrolling, activating another editor), the annotations disappear. Note that in the screnshot I made one partly disappear by scrolling.
verified fixed
bbffa83
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/folding/DefaultJavaFoldingStructureProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-24T14:52:58Z
2006-01-20T20:46:40Z
127,126
Bug 127126 [quick assist] keybinding for 'Split/Join variable declaration'
I20060208-0848 It would be convenient if I could assign a keybinding to the 'Split variable declaration' and the 'Join variable declaration' quick assists. Since they are never applicable at the same position, it would be nice if they could even get the same keybinding, e.g. named 'Split/Join variable declaration'.
resolved fixed
44856bc
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-24T14:11:58Z
2006-02-09T18:33:20Z
131,562
Bug 131562 TypeHierarchyViewPart CopyToClipboardAction is accessing zip files for enablement
M5 From a trace from Steve Northover. It looks like this is occuring when Steve toggles a breakpoint in code that is in a binary or external project while it is selected in the type hierarchy view (Steve could you give us an idea of what your were doing please)? In Steves case he is seeing a hang in Eclipse so this might be a simple contention but you likely don't want to crawl zip files in a selection changed listener anyways "main" prio=7 tid=0x00034bf0 nid=0xb1c runnable [0x0007e000..0x0007fc3c] at java.util.zip.ZipFile.freeEntry(Native Method) at java.util.zip.ZipFile.access$1100(ZipFile.java:35) at java.util.zip.ZipFile$3.nextElement(ZipFile.java:439) - locked <0x057655f0> (a java.util.zip.ZipFile) at java.util.zip.ZipFile$3.nextElement(ZipFile.java:416) at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.computeChildren JarPackageFragmentRoot.java:86) at org.eclipse.jdt.internal.core.PackageFragmentRoot.buildStructure(Pac ageFragmentRoot.java:170) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:2 9) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement java:503) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement java:247) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement java:233) at org.eclipse.jdt.internal.core.PackageFragmentRoot.getSourceMapper(Pa kageFragmentRoot.java:708) at org.eclipse.jdt.internal.core.JavaElement.getSourceMapper(JavaElemen .java:403) at org.eclipse.jdt.internal.core.JavaElement.getSourceMapper(JavaElemen .java:403) at org.eclipse.jdt.internal.core.JavaElement.getSourceMapper(JavaElemen .java:403) at org.eclipse.jdt.internal.core.BinaryMember.getSourceRange(BinaryMemb r.java:94) at org.eclipse.jdt.internal.corext.refactoring.reorg.ReorgUtils.hasSour eAvailable(ReorgUtils.java:302) at org.eclipse.jdt.internal.ui.refactoring.reorg.CopyToClipboardAction$ opyToClipboardEnablementPolicy.canCopyToClipboard(CopyToClipboardAction.java:35 ) at org.eclipse.jdt.internal.ui.refactoring.reorg.CopyToClipboardAction$ opyToClipboardEnablementPolicy.canCopyAllToClipboard(CopyToClipboardAction.java 338) at org.eclipse.jdt.internal.ui.refactoring.reorg.CopyToClipboardAction$ opyToClipboardEnablementPolicy.canEnable(CopyToClipboardAction.java:326) at org.eclipse.jdt.internal.ui.refactoring.reorg.CopyToClipboardAction. anEnable(CopyToClipboardAction.java:141) at org.eclipse.jdt.internal.ui.refactoring.reorg.CopyToClipboardAction. electionChanged(CopyToClipboardAction.java:106) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchSelection hanged(SelectionDispatchAction.java:255) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.selectionChanged( electionDispatchAction.java:250) at org.eclipse.jdt.internal.ui.typehierarchy.SelectionProviderMediator. ireSelectionChanged(SelectionProviderMediator.java:131) at org.eclipse.jdt.internal.ui.typehierarchy.SelectionProviderMediator. oSelectionChanged(SelectionProviderMediator.java:112) at org.eclipse.jdt.internal.ui.typehierarchy.SelectionProviderMediator$ nternalListener.selectionChanged(SelectionProviderMediator.java:40) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:816) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:16 ) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(Structure Viewer.java:1882) at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredVi wer.java:1512) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.inte nalSelectType(TypeHierarchyViewPart.java:1067) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.upda eInput(TypeHierarchyViewPart.java:542) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.setI putElement(TypeHierarchyViewPart.java:484) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.doRe toreState(TypeHierarchyViewPart.java:1528) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart$16.r n(TypeHierarchyViewPart.java:1511) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.j va:123) - locked <0x056f20f8> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3264) at org.eclipse.swt.widgets.Display.msgFilterProc(Display.java:2697) at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:225) at org.eclipse.swt.widgets.Display.runPopups(Display.java:3313) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2901) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.ja a:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:1 6) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAc ivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppl cation(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(E lipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.j va:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.j va:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) "Worker-0" prio=5 tid=0x16e00e18 nid=0x418 runnable [0x177bf000..0x177bfc68] at java.util.zip.ZipFile.getNextEntry(Native Method) at java.util.zip.ZipFile.access$700(ZipFile.java:35) at java.util.zip.ZipFile$3.nextElement(ZipFile.java:422) - locked <0x05486280> (a java.util.zip.ZipFile) at java.util.zip.ZipFile$3.nextElement(ZipFile.java:416) at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.computeChildren JarPackageFragmentRoot.java:86) at org.eclipse.jdt.internal.core.JavaProjectElementInfo.getProjectCache JavaProjectElementInfo.java:215) at org.eclipse.jdt.internal.core.JavaProjectElementInfo.newNameLookup(J vaProjectElementInfo.java:286) at org.eclipse.jdt.internal.core.JavaProject.newNameLookup(JavaProject. ava:2543) at org.eclipse.jdt.internal.core.SearchableEnvironment.<init>(Searchabl Environment.java:53) at org.eclipse.jdt.internal.core.SearchableEnvironment.<init>(Searchabl Environment.java:67) at org.eclipse.jdt.internal.core.CancelableNameEnvironment.<init>(Cance ableNameEnvironment.java:26) at org.eclipse.jdt.internal.core.CompilationUnitProblemFinder.process(C mpilationUnitProblemFinder.java:156) at org.eclipse.jdt.internal.core.CompilationUnitProblemFinder.process(C mpilationUnitProblemFinder.java:247) at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.makeCons stent(ReconcileWorkingCopyOperation.java:152) at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.executeO eration(ReconcileWorkingCopyOperation.java:71) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperat on.java:720) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaMo elOperation.java:779) at org.eclipse.jdt.internal.core.CompilationUnit.reconcile(CompilationU it.java:1102) at org.eclipse.jdt.internal.core.CompilationUnit.reconcile(CompilationU it.java:1077) at org.eclipse.jdt.internal.debug.ui.actions.ActionDelegateHelper.getCu rentMember(ActionDelegateHelper.java:137) - locked <0x048b5130> (a org.eclipse.jdt.internal.core.CompilationUnit) at org.eclipse.jdt.internal.debug.ui.actions.ToggleBreakpointAdapter.ge Type(ToggleBreakpointAdapter.java:112) at org.eclipse.jdt.internal.debug.ui.actions.ToggleBreakpointAdapter$2. un(ToggleBreakpointAdapter.java:152) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
resolved fixed
f7b2be2
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CopyToClipboardAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-24T12:45:35Z
2006-03-13T17:13:20Z
133,141
Bug 133141 Must JavaCore.create(IFile) always do full checks?
null
verified fixed
edf4eb7
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/ResourceAdapterFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-24T12:24:49Z
2006-03-24T11:33:20Z
132,998
Bug 132998 [navigation] Javadoc view unnecessarily reloads doc if input has not changed
I20060322-1335 Javadoc view unnecessarily reloads doc if input has not changed. Moving the caret inside the same element in a CU editor reloads the view all the time. Updating on equal elements should either be turned off like in the Declaration view (just remove JavadocView#isIgnoringEqualInput()), or it should be made smarter and only update if the caret is inside a javadoc region.
resolved fixed
e3c7c29
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-24T07:38:36Z
2006-03-23T13:20:00Z
132,748
Bug 132748 [junit] NPE in new junit suite wizard
20060321 1. create and select import junit.framework.TestCase; public class A extends TestCase { } 2. start the JUnit suite wizard, press finish without changing anything and pressed finish without changing any fiel java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.TypeContextChecker.resolveSuperClass(TypeContextChecker.java:725) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.writeSuperClass(NewTypeWizardPage.java:2168) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.constructTypeStub(NewTypeWizardPage.java:2243) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.createType(NewTypeWizardPage.java:1928) at org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage.createType(NewTestSuiteWizardPage.java:367) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage$7.run(NewTypeWizardPage.java:2479) at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:68) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:101) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1736) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:851) at org.eclipse.ui.internal.progress.ProgressManager$5.run(ProgressManager.java:1130) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.progress.ProgressManager.runInUI(ProgressManager.java:1126) at org.eclipse.jdt.internal.junit.wizards.JUnitWizard.finishPage(JUnitWizard.java:66) at org.eclipse.jdt.internal.junit.wizards.NewTestSuiteCreationWizard.performFinish(NewTestSuiteCreationWizard.java:104) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:652) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3340) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2960) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:181) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3340) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2960) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1909) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1873) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:418) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:107) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
349ab8a
["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestSuiteWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-23T20:49:36Z
2006-03-21T22:26:40Z
125,869
Bug 125869 [clean up][infrastructure] a dirty CU remains dirty, a clean CU is saved after the clean up
null
resolved fixed
4d29790
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/FixCorrectionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-23T15:42:06Z
2006-01-31T17:53:20Z
132,302
Bug 132302 [source actions] Provide action to configure the deprecation fix of a member
During 3.2, support has been added to store information about automatic fixing of deprecated constant accesses and method invocations. This functionality is currently used in the following refactorings: - Rename - Move - Change Signature - Introduce Parameter - Replace Invocations In order to let the user configure how references to a deprecated members can be resolved by clients, an action is needed in the "Source" menu which offers this facilities. The following (non-breaking) API additions are suggested: IJavaEditorActionDefinitionIds.java: /** * Action definition ID of the source ->configure deprecation fix action * (value <code>"org.eclipse.jdt.ui.edit.text.java.configure.deprecation.fix"</code>). * @since 3.2 */ public static final String CONFIGURE_DEPRECATION_FIX= "org.eclipse.jdt.ui.edit.text.java.configure.deprecation.fix"; //$NON-NLS-1$ JdtActionConstants.java: /** * Source menu: name of standard configure deprecation fix global action * (value <code>"org.eclipse.jdt.ui.actions.ConfigureDeprecationFix"</code>). * @since 3.2 */ public static final String CONFIGURE_DEPRECATION_FIX= "org.eclipse.jdt.ui.actions.ConfigureDeprecationFix"; //$NON-NLS-1$ Additionally, plugin.xml contains the corresponding command and action markup
resolved fixed
04eceb4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-23T15:16:50Z
2006-03-17T10:06:40Z
127,657
Bug 127657 [quick fix] applying multiple 'add generated serial version ID' shows no progress / not cancellable
null
resolved fixed
c948213
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/PotentialProgrammingProblemsFix.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.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/reorg/PasteAction.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgCopyStarter.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveStarter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/FixCorrectionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/RenameSupport.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-23T15:09:14Z
2006-02-14T09:40:00Z
127,652
Bug 127652 [quick fix] add generated serial version ID not cancellable
I20060214-0010 The quick fix shows a progress dialog, but pressing the cancel button has no effect other than disabling the cancel button. It should kill the second vm if it cannot be cancelled immediately.
resolved fixed
293c854
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionHashOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2006-03-23T15:08:42Z
2006-02-14T09:40:00Z