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
unknown
report_datetime
unknown
243,346
Bug 243346 [common navigator] Adding sub-package in hierarchical mode is added twice
null
verified fixed
cd9679c
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/ContentProviderTests3.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-11T15:43:41Z"
"2008-08-06T16:26:40Z"
243,153
Bug 243153 [extract method] Extract Method... missing from context menu for field initializers
I20080805-0100. Inline... is always missing and Extract Method... is missing for variable initializers.
resolved fixed
d5203be
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-11T10:47:08Z"
"2008-08-05T12:40:00Z"
243,162
Bug 243162 [inline] Inline... missing from context menu if selection includes argument list
I20080805-0100 Refactor > Inline... is missing from context menu if the selection includes the method's argument list, e.g. "getValue()" in the initializer or "Math.abs(-1)" or "abs(-1)". Works fine if selection/caret is only in method name. public class Try { int fField= getValue(); private int getValue() { return Math.abs(-1); } }
resolved fixed
0dc1289
["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/InlineMethodRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-11T10:40:08Z"
"2008-08-05T12:40:00Z"
243,584
Bug 243584 [inline] inline method refactoring started on static field
I20080807-1402. 1. replace BreadcrumbMessages.java with: private static Class thisClass= BreadcrumbMessages.class; private static final String BUNDLE_NAME= thisClass.getName(); public static String BreadcrumbItemDropDown_showDropDownMenu_action_toolTip; static { // initialize resource bundle NLS.initializeMessages(BUNDLE_NAME, thisClass); } private BreadcrumbMessages() { } 2. select 'thisClass' in "NLS.initializeMessages(BUNDLE_NAME, thisClass);" 3. Refactor > Inline... ==> should not allow to refactor 4. start to refactor all invocations ==> gives tons of wrong edits
resolved fixed
e05f6c7
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/invalid/TestNotMethodName.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/InlineMethodRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-11T09:52:47Z"
"2008-08-08T12:53:20Z"
235,314
Bug 235314 Enable 'Java > Appearance > Show method return type' by default
In 3.5, we should enable 'Java > Appearance > Show method return type' by default. It probably used to be off in the past because the label could become a bit noisy, but this is not a problem any more with colored labels. And people usually like it when I show them that the feature exists.
resolved fixed
854e416
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-08T12:14:55Z"
"2008-06-03T13:33:20Z"
243,533
Bug 243533 [typing] Tab is not indenting line in Java editor
null
resolved fixed
51a2ef3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-08T09:53:50Z"
"2008-08-08T04:33:20Z"
239,442
Bug 239442 [breadcrumb] Drop down stays open on GTK after tool bar drop down menu opened
I20080702-0939 1. Open a child drop down of a Type in the breadcrumb by clicking on the arrow 2. Select a member to reveal in editor 3. Open a drop down menu in the toolbar (i.e. debug launch configs) 4. Open the types child drop down again 5. Select a member Is: Member is revealed and drop down does not close Should: Drop down must close Major, because from now on the drop downs don't close anymore. No idea what that is, can not reproduce on XP.
verified fixed
b6052e4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-07T10:11:27Z"
"2008-07-03T13:00:00Z"
243,147
Bug 243147 [breadcrumb] Should not show Java projects as simple projects
null
resolved fixed
301c118
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-06T15:05:40Z"
"2008-08-05T09:53:20Z"
243,160
Bug 243160 [misc] missing empty line after Javadoc text in case of @deprecated
I20080805-0100 + plug-in export. public class C { /** * This is a test. * * @since 3.5 */ void f() { } /** * This is a test. * * @since 3.5 * @deprecated as of 3.5 */ void f2() { } } ==> hover for f is OK but for f2 the empty line is missing.
resolved fixed
8969b2b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-06T14:50:45Z"
"2008-08-05T12:40:00Z"
243,284
Bug 243284 [inline] Inline constant gives IAE: Index out of bounds
null
resolved fixed
8527966
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingPresenter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-06T11:08:48Z"
"2008-08-06T10:53:20Z"
243,266
Bug 243266 [implementation] Don't set clipboard if textData is null in ClipboardOperationAction.doCutCopyWithImportsOperation()
null
verified fixed
d8ae162
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClipboardOperationAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-06T08:00:07Z"
"2008-08-06T08:06:40Z"
242,816
Bug 242816 [misc] Display deprecation info at top of Javadoc
null
verified fixed
45cbd8a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-04T16:28:54Z"
"2008-08-01T05:53:20Z"
232,773
Bug 232773 [working sets] 'Assign Working Set... > New...' should pre-fill with selected elements
I20080516-1333 - select a few projects in Package Explorer - context menu > 'Assign Working Set... > New... > Java' => expected: selected projects should already be in 'Working set content' list => was: list empty Workaround is to create the working set without selecting anything and then check the working set in the 'Working Set Assignments' dialog.
resolved fixed
52adf3a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-04T15:49:31Z"
"2008-05-19T12:26:40Z"
235,170
Bug 235170 [quick fix] "Add type parameters to Vector" should be "type arguments"
I20080530-1730 Have this in a 1.6 project: import java.util.Vector; public class Snippet { public static void main(String[] args) { new Vector(); } } There's a warning "Vector is a raw type. References to generic type Vector<E> should be parameterized" with quick fix "Add type parameters to 'Vector'". => The quick fix should be called: "Add type arguments to 'Vector'".
resolved fixed
c73e7df
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/Java50Fix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeArgumentMismatchSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeParameterMismatchSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-04T15:28:18Z"
"2008-06-02T15:20:00Z"
234,330
Bug 234330 [breadcrumb] Does reopen child popup
I20080527-2000 1. Open a drop down by either clicking the arrow or the item 2. Do the same on the same item again Is: Drop down closes and reopens resulting in flickering Should: Drop down should stay open
verified fixed
bbeb184
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-04T14:44:08Z"
"2008-05-28T10:20:00Z"
242,801
Bug 242801 [build path] VariableCreationDialog has a misleading layout
null
resolved fixed
e2ad11a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableCreationDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-08-04T10:26:54Z"
"2008-08-01T00:20:00Z"
236,421
Bug 236421 [spell checking][implementation] PersistentSpellDictionary closes wrong stream
CVS HEAD as of today (06/10/2008) PersistentSpellDictonary has an OutputStreamWriter which is never used but closed in finally. Instead the FileOutputStream is used to write the file but is never closed. Attached a little patch to remove the OutputStreamWriter and close the FOS instead.
resolved fixed
c23affc
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/PersistentSpellDictionary.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-31T15:03:28Z"
"2008-06-10T12:13:20Z"
242,591
Bug 242591 [build path] BuildPathsPropertyPage element --> IProject adapter logic is flawed
org.eclipse.jdt.internal.ui.preferences.BuildPathsPropertyPage.getProject() logic is flawed. The current scheme adapts to IJavaElement then runs the getProject() method to return the project. This logic requires any custom navigator content provider to have an IJavaElement adapter and a dependancy on JDT. Proper logic could continue to check for IJavaElement adapter, but if that fails try an IProject adapter. The issue is vissible inside the JSDT script explorer perspective with Dynamic Web Projects. JavaScriptProject elements exist in the viewer but do not adopt to IJavaElement. This causes the Buildpath properties page to not be visible from this perspective. JavaScriptProject elements correctly adopt to IProject. Suggested change: org.eclipse.jdt.internal.ui.preferences.BuildPathsPropertyPage.getProject() goes from: private IProject getProject() { IAdaptable adaptable= getElement(); if (adaptable != null) { IJavaElement elem= (IJavaElement) adaptable.getAdapter(IJavaElement.class); if (elem instanceof IJavaProject) { return ((IJavaProject) elem).getProject(); } } return null; } to: private IProject getProject() { IAdaptable adaptable= getElement(); if (adaptable != null) { IJavaElement elem= (IJavaElement) adaptable.getAdapter(IJavaElement.class); if (elem instanceof IJavaProject) { return ((IJavaProject) elem).getProject(); } IProject project = (IProject)adaptable.getAdapter(IProject.class); return project; } return null; }
resolved fixed
1b40c14
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-31T08:56:19Z"
"2008-07-30T15:00:00Z"
241,495
Bug 241495 Invalid thread access when applying "Fix project setup..." quickfix
Build ID: I20080617-2000 Steps To Reproduce: 1. Create a .java file that has an unresolved import statement for some org.eclipse.* class 2. Click on the marker to quick-fix it, then select the "Fix project setup..." quickfix 3. In the "Project Setup Fixes" dialog, select the correct bundle and click OK 4. Observe the error dialog "A problem occurred while applying the project setup fix. Invalid thread access" More information: Stack trace from error log: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:403) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:758) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:755) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2483) at org.eclipse.jdt.internal.ui.wizards.buildpaths.ClasspathFixSelectionDialog.openClasspathFixSelectionDialog(ClasspathFixSelectionDialog.java:98) at org.eclipse.jdt.internal.ui.text.correction.ReorgCorrectionsSubProcessor$ClasspathFixCorrectionProposal.apply(ReorgCorrectionsSubProcessor.java:256) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:928) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMask(CompletionProposalPopup.java:874) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$27(CompletionProposalPopup.java:870) at org.eclipse.jface.text.contentassist.CompletionProposalPopup$5.widgetDefaultSelected(CompletionProposalPopup.java:652) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:113) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) Caused by: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3777) at org.eclipse.swt.SWT.error(SWT.java:3695) at org.eclipse.swt.SWT.error(SWT.java:3666) at org.eclipse.swt.widgets.Widget.error(Widget.java:446) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:385) at org.eclipse.swt.custom.StyledText.getLinePixel(StyledText.java:3718) at org.eclipse.swt.custom.StyledText.handleTextChanging(StyledText.java:5455) at org.eclipse.swt.custom.StyledText$6.textChanging(StyledText.java:4850) at org.eclipse.jface.text.DefaultDocumentAdapter.fireTextChanging(DefaultDocumentAdapter.java:392) at org.eclipse.jface.text.DefaultDocumentAdapter.documentAboutToBeChanged(DefaultDocumentAdapter.java:309) at org.eclipse.jface.text.AbstractDocument.fireDocumentAboutToBeChanged(AbstractDocument.java:641) at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1148) at org.eclipse.core.internal.filebuffers.SynchronizableDocument.replace(SynchronizableDocument.java:151) at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1176) at org.eclipse.core.internal.filebuffers.SynchronizableDocument.replace(SynchronizableDocument.java:137) at org.eclipse.text.edits.ReplaceEdit.performDocumentUpdating(ReplaceEdit.java:82) at org.eclipse.text.edits.TextEdit.traverseDocumentUpdating(TextEdit.java:898) at org.eclipse.text.edits.TextEdit.traverseDocumentUpdating(TextEdit.java:891) at org.eclipse.text.edits.TextEditProcessor.executeDo(TextEditProcessor.java:188) at org.eclipse.text.edits.TextEdit.dispatchPerformEdits(TextEdit.java:738) at org.eclipse.text.edits.TextEditProcessor.performEdits(TextEditProcessor.java:156) at org.eclipse.text.edits.TextEdit.apply(TextEdit.java:710) at org.eclipse.text.edits.TextEdit.apply(TextEdit.java:734) at org.eclipse.pde.internal.ui.util.PDEModelUtility.generateModelEdits(PDEModelUtility.java:357) at org.eclipse.pde.internal.ui.util.PDEModelUtility.modifyModel(PDEModelUtility.java:294) at org.eclipse.pde.internal.ui.correction.java.JavaResolutionFactory$RequireBundleManifestChange.perform(JavaResolutionFactory.java:128) at org.eclipse.ltk.core.refactoring.PerformChangeOperation$1.run(PerformChangeOperation.java:260) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.executeChange(PerformChangeOperation.java:308) at org.eclipse.ltk.internal.ui.refactoring.UIPerformChangeOperation.executeChange(UIPerformChangeOperation.java:109) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:225) at org.eclipse.jdt.internal.ui.wizards.buildpaths.ClasspathFixSelectionDialog$2.run(ClasspathFixSelectionDialog.java:110) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) Session data: eclipse.buildId=I20080617-2000 java.version=1.5.0_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=solaris, ARCH=sparc, WS=gtk, NL=en_US Command-line arguments: -os solaris -ws gtk -arch sparc
resolved fixed
cda0e6e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathFixSelectionDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-30T17:02:35Z"
"2008-07-21T06:00:00Z"
234,182
Bug 234182 [breadcrumb] keys don't work after dropdown opened via arrow button
null
verified fixed
5d77e1b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-30T09:08:07Z"
"2008-05-27T14:53:20Z"
242,366
Bug 242366 [render] 'Java > Appearance > Compress all package name segments' fails for '0'
Compress all package name segments, except the final segment. The 0 option that should show just last segment doesn't work properly. When 0 is entered in the text field, fully qualified names are shown instead of just the last segment. Thank you for your time on it.
verified fixed
468564e
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/JavaElementLabelsTest.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
"2008-07-29T14:23:32Z"
"2008-07-29T11:13:20Z"
242,127
Bug 242127 [extract method] Allow method extraction from field initializer
Build ID: I20080617-2000 (3.4.0) If I select a field's initializer and try to extract a method, Eclipse complains that "Only statements from a method body can be extracted." It would be nice if this extraction were allowed.
verified fixed
c5b6e11
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/fieldInitializer_in/A_test1250.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/fieldInitializer_in/A_test1251.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/fieldInitializer_in/A_test1252.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/fieldInitializer_out/A_test1250.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/fieldInitializer_out/A_test1251.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/fieldInitializer_out/A_test1252.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTestSetup.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/LocalVariableIndex.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-28T13:22:10Z"
"2008-07-25T21:06:40Z"
238,718
Bug 238718 [navigation] Quick Outline filters items incorrectly
Ctrl+O doesn't work as expected. It filters out some items incorrectly. Write a sample class, with the following code: public class CtrlO { boolean loaded; public void load() { } } Now press ctrl+o and type "lo" to filter all methods/members but items starting with lo (like loaded or load). You can see that load is removed as you type lo, and just loaded field remains in the list.
verified fixed
1d59800
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-24T13:49:02Z"
"2008-06-27T07:00:00Z"
233,278
Bug 233278 [surround with] "Surround With runnable" crash.
Build ID: I20080330-1350 (3.4M6) Steps To Reproduce: 1. Please select the text on lines 5-7. 2. On the "Surround With" menu, choose "runnable". See crash below... --------------- Bug.java ------------------ class Bug{{ final Integer x=0, y=1; new Object(){ void method(){ if(x==y)//LINE 5 return; toString();//LINE 7 }}; }} --------------------------------------------- java.lang.ArrayIndexOutOfBoundsException: 1 at org.eclipse.jdt.internal.corext.refactoring.code.flow.LocalFlowInfo.<init>(LocalFlowInfo.java:24) at org.eclipse.jdt.internal.corext.refactoring.code.flow.FlowAnalyzer.endVisit(FlowAnalyzer.java:766) at org.eclipse.jdt.core.dom.SimpleName.accept0(SimpleName.java:148) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525) at org.eclipse.jdt.core.dom.InfixExpression.accept0(InfixExpression.java:367) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525) at org.eclipse.jdt.core.dom.IfStatement.accept0(IfStatement.java:188) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.internal.corext.refactoring.code.flow.InOutFlowAnalyzer.perform(InOutFlowAnalyzer.java:40) at org.eclipse.jdt.internal.ui.text.correction.SurroundWith.getReads(SurroundWith.java:337) at org.eclipse.jdt.internal.ui.text.correction.SurroundWith.getVariableDeclarationReadsInside(SurroundWith.java:277) at org.eclipse.jdt.internal.ui.text.template.contentassist.SurroundWithTemplateProposal$SurroundWithTemplate.getVariableDeclarationReadsInside(SurroundWithTemplateProposal.java:79) at org.eclipse.jdt.internal.ui.text.correction.SurroundWith.getRewrite(SurroundWith.java:221) at org.eclipse.jdt.internal.ui.text.template.contentassist.SurroundWithTemplateProposal.createNewContext(SurroundWithTemplateProposal.java:244) at org.eclipse.jdt.internal.ui.text.template.contentassist.SurroundWithTemplateProposal.apply(SurroundWithTemplateProposal.java:198)
resolved fixed
295b099
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/LocalVariableIndex.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-22T17:21:36Z"
"2008-05-21T17:13:20Z"
159,775
Bug 159775 [msic] Javadoc View formats version tag as "@version", not "Version:"
When processing Javadoc comments for classes, the Javadoc View formats some tags properly, e.g. displaying the 'author' tag as "Author:" in boldface. However, the 'version' tag is displayed as "@version" rather than "Version:". To reproduce: 1. Create any Java class 2. Write a Javadoc comment for the class, containing various tags (I've tried @author, @see and @version) 3. Activate Javadoc view: the 'author' and 'see' tags are formatted correctly but the 'version' tag is not.
resolved fixed
0b1fa34
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-22T09:29:45Z"
"2006-10-04T19:26:40Z"
215,161
Bug 215161 [generate constructor] Generate constructor using fields should respect field order
The "generate constructor using fields" generates a constructor where the parameters and the field assignment are sorted alphabetically. It should respect the order the fields are declared, like the "generate getters and setters".
verified fixed
057bbd2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-21T16:21:45Z"
"2008-01-14T00:20:00Z"
222,264
Bug 222264 [quick assist] support boxing of primitive types for 'convert to message format'
null
verified fixed
aad8b3c
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/Bindings.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsTCModel.java", "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
"2008-07-21T14:43:25Z"
"2008-03-11T18:26:40Z"
238,463
Bug 238463 [working sets] closed projects are disappearing from working sets
null
verified fixed
12b0076
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/AbstractWorkingSetWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-21T14:03:28Z"
"2008-06-25T18:53:20Z"
7,845
Bug 7845 API needed in Combo class to specify # of items visible
We need an API for org.eclipse.swt.widgets.Combo that will allow us to specify the number of visible elements. This is needed for usability enhancement. It is acceptable if this feature is not supported on all platforms. We are primarily concerned with the feature working on Windows systems. This issue was raised because the setBounds(int, int, int, int, int) method in Combo in the Windows version of Eclipse automatically sets the number of elements visible to 5. For the drop down perspectives list on the Eclipse toolbar in particular, we wanted to be able to specify the number of elements that would be shown without a scrollbar appearing.
resolved fixed
7fea398
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ComboSelectionDialog.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveMembersWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ExtractMethodInputPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/sef/SelfEncapsulateFieldInputPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/AbstractJarDestinationWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarPackageWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/FoldingConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SpellingConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CreateProfileDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialogTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/SWTUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ComboDialogField.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-21T10:44:22Z"
"2002-01-17T15:06:40Z"
241,134
Bug 241134 [hovering] NPE during code assist
Using eclipse.buildId=I20080715-1015 java.fullversion=J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20080415_18762 (JIT enabled, AOT enabled) J9VM - 20080415_018762_lHdSMr JIT - r9_20080415_1520 GC - 20080415_AA BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Command-line arguments: -os win32 -ws win32 -arch x86 -consolelog -console , I got a NPE during a code assist operation. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContentFromSource(JavadocContentAccess2.java:425) at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:399) at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:383) at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:96) at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:76) at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:59) at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:513) at org.eclipse.jface.text.contentassist.AdditionalInfoController$3.run(AdditionalInfoController.java:105) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
resolved fixed
7f13a65
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-17T13:46:39Z"
"2008-07-16T17:40:00Z"
236,582
Bug 236582 [preferences] F1 in code formatter edit dialog shows generic preference help
3.4 RC4. F1 in code formatter edit dialog shows generic preference help. We should at least show the 'Code Formatter Preferences' help.
resolved fixed
3cb2719
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpModifyDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterModifyDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-17T07:59:35Z"
"2008-06-11T10:26:40Z"
241,193
Bug 241193 [implementation] ClipboardOperationAction does not dispose the allocated clipboard
R3.4. The ClipboardOperationAction does not dispose the allocated clipboard.
verified fixed
a72766d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClipboardOperationAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-17T06:50:42Z"
"2008-07-17T07:33:20Z"
231,143
Bug 231143 [jar exporter] Jar builders should be able to export external class files
null
resolved fixed
f20ed9c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarBuilder.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/IJarBuilder.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/IJarBuilderExtension.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-16T15:43:41Z"
"2008-05-08T15:20:00Z"
219,405
Bug 219405 [breadcrumb] Only shows java projects
I20080212-0800 Have a workspace with Java projects and general projects. 1. Open the projects drop down Is: Only the Java projects are available Should: All projects should be available
resolved fixed
e32dc87
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-16T15:00:16Z"
"2008-02-19T11:20:00Z"
188,276
Bug 188276 [build path] Link Source... with extended variable proposes extended path as name
null
resolved fixed
eca4d5b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-16T13:57:22Z"
"2007-05-22T10:33:20Z"
186,122
Bug 186122 [build path] strange parent resource is not accessible error message on linke source
I20070503-1400 1. Create a new Project P01 2. P01>Build Path>Link Source 3. Variables... 4. New... 5. Name 'Foo', Location 'c:\foo\bar' 6. OK 7. OK 8. Folder name 'c:\foo\bar' Is: Strange error message "Cannot create linked resource '/P01/foo/bar'. The parent resource is not accessible."
resolved fixed
a6dd0b4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-16T13:46:37Z"
"2007-05-09T11:26:40Z"
42,373
Bug 42373 [build path] Project creation: project name should default to select directory name
Build 3.0M3 When creating a new Java project using an existing linked project folder (deselecting 'use default location' option, then picking a folder), then the project name could default to the picked folder name (last segment).
resolved fixed
65e3cf2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-16T09:48:11Z"
"2003-09-02T10:53:20Z"
218,437
Bug 218437 [extract local] Extract Local gives ArrayIndexOutOfBoundsException
Build ID: M20071023-1652 Steps To Reproduce: 1. Select all of the text on LINE 27, excluding the comment. 2. Refactor by extracting a local. See crash below... --------------------- Bug.java ------------------- import org.eclipse.swt.widgets.*; class Bug{ { abstract class LeafPage<Type extends Short>{ abstract class Row{ final Button radio; final Control[]children; Row(final Composite left,final String name, final Composite rite, final boolean lastFocus,final Control...kids){ children=kids; (radio=new Button(left,0)).getBackground(); radio.setText(name+':'); radio.setData(this); } } Combo pickWay; public void createControl(final Composite parent){ final Composite a=new Composite(parent,0); ////////////// new Row(a,"",a,true,(Control)null){} //// LINE 27 //// ///////////// .children[0]=pickWay=new Combo(a,0); } }}} -------------------------------------------------- java.lang.ArrayIndexOutOfBoundsException: 0 at org.eclipse.jdt.internal.corext.codemanipulation.StubUtility.getVariableNameSuggestions(StubUtility.java:1020) at org.eclipse.jdt.internal.corext.codemanipulation.StubUtility.getVariableNameSuggestions(StubUtility.java:906) at org.eclipse.jdt.internal.corext.refactoring.code.ExtractTempRefactoring.guessTempNames(ExtractTempRefactoring.java:878) at org.eclipse.jdt.internal.ui.refactoring.ExtractTempWizard.addUserInputPages(ExtractTempWizard.java:54) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.addPages(RefactoringWizard.java:334) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.<init>(RefactoringWizardDialog2.java:173) at org.eclipse.ltk.ui.refactoring.RefactoringUI.createRefactoringWizardDialog(RefactoringUI.java:136) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:132) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:154) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:49) at org.eclipse.jdt.ui.actions.ExtractTempAction.run(ExtractTempAction.java:81) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:272) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:244) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) 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.equinox.launcher.Main.invokeFramework(Main.java:508) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
resolved fixed
4e7f7ef
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-15T08:01:47Z"
"2008-02-10T05:06:40Z"
239,506
Bug 239506 [package explorer] Invalid dialog about deleting read-only elements when deleting a linked resource folder
null
verified fixed
4bd5d1a
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReadOnlyResourceFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-14T14:33:54Z"
"2008-07-03T18:33:20Z"
238,218
Bug 238218 [hovering] NPE in JavadocHover.getHoverInfo
Build id: I20080609-1311 After doing a "create constant" refactor, i pressed F2 while the cursor was on the default null literal (i wanted to press ") and i got this exception, with a dialog box saying '"Show Tooltip Description" did not complete normally. Please see the log for more information.' java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover.getHoverInfo(JavadocHover.java:487) at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo(BestMatchHover.java:104) at org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy.getHoverInfo(JavaEditorTextHoverProxy.java:70) at org.eclipse.ui.texteditor.AbstractTextEditor$InformationDispatchAction.makeTextHoverFocusable(AbstractTextEditor.java:1908) at org.eclipse.ui.texteditor.AbstractTextEditor$InformationDispatchAction.run(AbstractTextEditor.java:1874) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) 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:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:471) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:822) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:569) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:511) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:126) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1184) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036) at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2370) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
resolved fixed
b9a058f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-14T13:47:19Z"
"2008-06-24T09:33:20Z"
239,647
Bug 239647 [build path] Add JARs... should filter JARs that are already on the build path
null
verified fixed
b0dcbd2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ArchiveFileFilter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/BuildPathDialogAccess.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-10T15:24:01Z"
"2008-07-04T16:46:40Z"
211,578
Bug 211578 [build path] Dialog to extend classpath variable slow
Build ID: M20071023-1652 Steps To Reproduce: 1. get a big 3rd party repository on the hard disk >400 folders 2. define a jdt classpath variable to point to the base folder 3. configure the classpath on a java project, on the libraries tab click "Add Variable..." 4. double click or select and click "Extend..." the classpath variable defined before 5. -> eclipse hangs some seconds (sometimes >10 sec.) until the dialog opens More information: Subsequent uses are somewhat faster but still too slow. Maybe it is possible to optimize it on subsequent openings. We are currently editing the .classpath file direct with a text editor. This is faster for us. Maybe this is related to the windows file system, however I cannot prove this on a e.g. linux machine (I don't have one at work). Our development computers are up-to-date hardware.
verified fixed
46722b0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/FilteredElementTreeSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/JARFileSelectionDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-10T15:02:40Z"
"2007-11-30T10:53:20Z"
233,374
Bug 233374 [search] styled label not supported by search participant's label provider
Wouldn't it be nice if Java search query participants' results were colored just the same as those returned by the Java search proper? Currently IMatchPresentation's createLabelProvider returns an ILabelProvider, which the code uses as is. With a few small changes the code could check if that label provider implements IStyledLabelProvider and use it to get colored labels.
verified fixed
871605d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PostfixLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SortingLabelProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-10T15:00:31Z"
"2008-05-22T04:20:00Z"
233,941
Bug 233941 [ltk] Refactoring history does not show workspace refactorings from last year
null
verified fixed
04f788e
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/history/RefactoringHistoryContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-09T14:40:40Z"
"2008-05-26T11:06:40Z"
237,323
Bug 237323 [misc] org.eclipse.ui.ide.markerResolution extensions not referenced in Java editor
null
verified fixed
44f8382
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/ProblemHover.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-09T14:14:46Z"
"2008-06-16T18:13:20Z"
236,251
Bug 236251 [implementation] failure when launching headless
3.4 RC3. When launching in headless mode it might still load the jdt.ui plug-in due to org.eclipse.core.filebuffers.documentSetup extensions being triggered. When it then wants to initialize the preferences it will fail due to calls to JFaceResources.getColorRegistry().getRGB(String). We should protect that code with: if (PlatformUI.isWorkbenchRunning()) { } // else don't initialize the colors
verified fixed
ff9d471
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-09T13:56:40Z"
"2008-06-09T14:00:00Z"
236,332
Bug 236332 [breadcrumb] Breadcrumb misses throwing exception
JDT UI from CVS HEAD as of today (06/10/2008). Just stumbled across EditorBreadcrumb#createContent public Control createContent(Composite parent) { if (fComposite != null) new IllegalArgumentException("Content must only be created once."); //$NON-NLS-1$ There is a "throw" missing in order to achieve the goal.
resolved fixed
c870587
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-09T13:55:57Z"
"2008-06-09T22:20:00Z"
239,940
Bug 239940 [implementation] NPE while editing a javadoc comment
Using I20080702-0939. I was editing a simple class: public class X01 { /** * <pre> * Unclosed pre tag */ int foo; /** * Sample showing that the formatter does not handle * unclosed html tags properly * * @return here's a simple return tag which description lines * should be indented when using default Eclipse built-in profile. * however due to the unclosed html 'pre' tag in the field javadoc * comment, this return tag won't be formatted! */ public abstract int bar(); } As I get a compiler error on method bar(), I decided to change this test case to an interface... So, I performed the following changes: 1) change 'class X01' to 'interface X01' 2) remove the abstract modifier on method bar 3) try to change 'foo' to a method: => put the cursor after the name 'foo' (go directly at this point, do not fly or click elsewhere...) => the NPE in JavadocView should happen then... I did it 4 times and the NPE ccured 3 times. I hope you can also reproduce it with this scenario...
verified fixed
4563d76
["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
"2008-07-09T07:47:45Z"
"2008-07-08T09:40:00Z"
234,984
Bug 234984 [clean up] Code cleanup conversion to a for each loop makes the assigned variable final when it shouldn't
My code cleanup export is attached. //---------------------------------------- //1. Using the following snippet as the original //---------------------------------------- public void method(String[] arr) { for (int i = 0; i < arr.length; i++) { String item = arr[i]; item = item + "a"; } } //---------------------------------------- //---------------------------------------- //2. Running a code clean up makes the variable final. //But it is changed inside the loop, so the code doesn't compile. //Compiler fails at line 5, nl. 'item = item + "a";'. //---------------------------------------- public void method(String[] arr) { for (final String item : arr) { item = item + "a"; } } //----------------------------------------
resolved fixed
04d9de1
["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/ConvertForLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-08T15:20:03Z"
"2008-05-31T13:20:00Z"
239,887
Bug 239887 [quick fix] CCE in ReturnTypeSubProcessor for enum.
Build ID: I20080617-2000 (3.4.0) Steps To Reproduce: Please click on the quickfix to cause the crash below to appear in the error log. --------------- Bug.java ----------------- enum Bug {X; wrap(){} } More information: java.lang.ClassCastException: org.eclipse.jdt.core.dom.EnumDeclaration cannot be cast to org.eclipse.jdt.core.dom.TypeDeclaration at org.eclipse.jdt.internal.ui.text.correction.ReturnTypeSubProcessor.addMissingReturnTypeProposals(ReturnTypeSubProcessor.java:272) at org.eclipse.jdt.internal.ui.text.correction.QuickFixProcessor.process(QuickFixProcessor.java:332)
resolved fixed
c0e0634
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ReturnTypeQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReturnTypeSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-08T07:32:08Z"
"2008-07-07T22:33:20Z"
239,425
Bug 239425 [ltk] Strange confirmation message on 'Delete project'
null
resolved fixed
e09e114
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/resource/DeleteResourcesWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-03T10:37:39Z"
"2008-07-03T10:13:20Z"
228,950
Bug 228950 [pull up] exception if target calls super with multiple parameters
Steps to reproduce: 1. Create a file with the following classes: public class A { void X(int p1, int p2) { } } class B extends A { void Y() { super.X(1, 2); } } 2. Run the "Pull Up" refactoring on Y with the default options. 3. Click on the "Finish" button. Expected Output: Move Y to class A and change super.X(1, 2) to X(1, 2), as below: public class A { void X(int p1, int p2) { } void Y() { X(1, 2); } } class B extends A { } Actual Output: Shows error message in a message box: "An unexpected exception occurred while performing the refactoring. See the error log for more details.\n\nStart node is not a original child of the given list" Note: X must have at least two parameters for the bug to appear. Also, if the user clicks on the "Next" buttons instead of "Finish", the following error appears in a third screen of the refactoring window: "An unexpected exception occurred while creating a change object. See the error log for more details."
resolved fixed
5dd1570
["org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/test49/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/test49/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/PullUpTests.java", "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
"2008-07-03T10:12:32Z"
"2008-04-25T21:46:40Z"
239,144
Bug 239144 [javadoc export] JavadocWizard#executeJavadocGeneration() mixes vmArgs and progArgs
null
verified fixed
253d3ee
["org.eclipse.jdt.ui.tests/examples/org/eclipse/jdt/ui/examples/MyJavadocExportWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-02T11:15:28Z"
"2008-07-01T16:33:20Z"
233,510
Bug 233510 [breadcrumb] Needs review of label updating on element change
null
verified fixed
aa9703e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-01T13:32:27Z"
"2008-05-22T18:13:20Z"
236,224
Bug 236224 [clean up] Save Cleanup action "use_blocks_only_for_return_and_throw" toggles block
null
verified fixed
bcc23f6
["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/ControlStatementsFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-07-01T13:14:46Z"
"2008-06-09T11:13:20Z"
238,418
Bug 238418 [content assist] uses arg0 when generating overriding method in same CU
I20080617-2000 Content assist uses arg0 as parameter name when generating an overriding method in the same CU. Expected: Should reuse the parameter names from the super method, like 'Source > Override/Implement Methods...' does. Works fine if the subclass is declared in a separate file. To reproduce: - create p/C.java: package p; public class C { void m(int a, int b) {} } class Sub extends C { } - content assist inside Sub - select m(..) => result: @Override void m(int arg0, int arg1) { // TODO Auto-generated method stub super.m(arg0, arg1); }
resolved fixed
79788e8
["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
"2008-06-30T13:16:50Z"
"2008-06-25T13:20:00Z"
238,828
Bug 238828 [clean up] Add 'this' qualifier removes necessary NON-NLS tag
Using I20080624-0800. Consider the following test case: public class X { private String javaProjectName; private String buildNumber; /** * Returns a string representation of the receiver. */ public String toString() { return "State for " + javaProjectName //$NON-NLS-1$ + " (#" + buildNumber //$NON-NLS-1$ + ")"; //$NON-NLS-1$ } } I perform a code clean-up to add 'this' qualifier and here's the output I get: public class X { private String javaProjectName; private String buildNumber; /** * Returns a string representation of the receiver. */ public String toString() { return "State for " + this.javaProjectName + " (#" + this.buildNumber + ")"; //$NON-NLS-1$ } } Note that the two NON-NLS tags located behind the modified fields have been wrongly removed...
resolved fixed
09dc457
["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
"2008-06-30T09:12:09Z"
"2008-06-27T18:06:40Z"
238,819
Bug 238819 [javadoc wizard] Unnecessary refresh of whole workspace causes delay after doc generation
null
resolved fixed
18732a1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-06-27T16:09:46Z"
"2008-06-27T15:20:00Z"
238,353
Bug 238353 [quick fix] Provide fix for boolean condition checks with non-boolean objects to check against != null
If you have code like this: String arg = ci.nextArgument(); while (arg) { ... } then the JDT should provide a quick-fix and/or content-assistant to change the statement to while (arg != null) { ... }
resolved fixed
c00b447
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/TypeMismatchQuickFixTests.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-06-27T14:09:57Z"
"2008-06-24T23:26:40Z"
238,226
Bug 238226 [preferences] Surface new compiler warning option in preference page
null
resolved fixed
8f2d00c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-06-27T10:35:38Z"
"2008-06-24T12:20:00Z"
238,119
Bug 238119 [ltk] AIOOBE when trying to delete added folder and its parents in Synchronize view
N20080622-2000 - new workspace - check out a project from CVS - create 3 nested folders a/b/c in project - synchronize with HEAD - select outgoing additions a, b, and c in Synchronize view - press Delete !ENTRY org.eclipse.ui 4 0 2008-06-23 16:29:37.780 !MESSAGE 0 !STACK 0 java.lang.ArrayIndexOutOfBoundsException: 0 at org.eclipse.ltk.internal.core.refactoring.resource.DeleteResourcesProcessor.removeDescendants(DeleteResourcesProcessor.java:259) at org.eclipse.ltk.internal.core.refactoring.resource.DeleteResourcesProcessor.<init>(DeleteResourcesProcessor.java:72) at org.eclipse.ltk.ui.refactoring.resource.DeleteResourcesWizard.<init>(DeleteResourcesWizard.java:52) at org.eclipse.ltk.internal.ui.refactoring.actions.DeleteResourcesHandler.execute(DeleteResourcesHandler.java:38) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommandInContext(HandlerService.java:270) at org.eclipse.ui.internal.ide.actions.LTKLauncher.runCommand(LTKLauncher.java:95) at org.eclipse.ui.internal.ide.actions.LTKLauncher.openDeleteWizard(LTKLauncher.java:47) at org.eclipse.ui.actions.DeleteResourceAction.run(DeleteResourceAction.java:480) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168) at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:471) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:822) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880) at org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:76) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036) at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122) at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5933) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5801) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2378) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
verified fixed
eed94d1
["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/resource/DeleteResourcesProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-06-27T10:06:03Z"
"2008-06-23T14:06:40Z"
237,823
Bug 237823 [Wizards] Details textbox from "New Java Project" wizard chomps rightmost text
Build ID: Ganymede RC4 Steps To Reproduce: 1.With the computer screen configured to 1024x768 create a new Java Project 2.Fill the first screen and choose next 3.On the second screen a "Details" textbox will show on the botton. But it chomps about one character on the end of line. More information: If you hide and then unhide the Details textbox it works as expected. Although pressing "back" and then "next" the problem is repeated.
resolved fixed
8bcc920
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/HintTextGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-06-27T09:18:21Z"
"2008-06-19T18:26:40Z"
237,808
Bug 237808 [api][key binding] The "Line Down" key behaves like the down arrow key in Content Assist when editing Java, but not in any other editor
Build ID: I20080609-1311 Steps To Reproduce: 1. Open a C++ or Ruby source file to edit. 2. Make the Content Assist window appear (using the key shortcut or menu) 3. Press the "Line Down" key (in Emacs scheme this is Control-N) More information: When using a key different from the down arrow key to do the "Line Down" command (for example when using the built-in Emacs scheme) the Content Assist window behaves as expected in Java Editor (pressing the Line Down key selects the next entry in the list), but not in any other editor (in C++ for example the selected entry remains the same, but the cursor moves to the next line). Behaviour from the Java Editor is much more usable, so I think it should be the same in all editors. Quick Access could behave the same.
resolved fixed
a69044e
["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
"2008-06-21T10:12:18Z"
"2008-06-19T15:40:00Z"
237,249
Bug 237249 [implementation] Make JavaLeakTest.testJavaEditorActionDelegate() more robust
3.4 RC3. Make JavaLeakTest.testJavaEditorActionDelegate() more robust.
resolved fixed
e53c9e4
["org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/JavaLeakTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-06-20T14:59:41Z"
"2008-06-16T09:53:20Z"
8,112
Bug 8112 [misc] links in Javadoc hovers
would be very cool to be able to navigate javadoc by clicking on a link (like @see .....)
verified fixed
dfa24ac
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLinks.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-06-20T14:38:54Z"
"2002-01-23T15:33:20Z"
234,959
Bug 234959 [ltk] [wording] Deleting a file no longer mentions that it will be deleted from the file system
In 3.3, if you delete a file from a project you got the dialog asking "Are you sure you want to delete "xxx" from the file system?". In 3.4, it asks "Are you sure you want to delete "xxx"?". We feel that this is an important change because it's not clear, especially for users coming from other IDE's, that the file will actually be deleted from the file system. in many other IDE's like Visual Studio, deleting a file only deletes it from the project itself. I know it sounds trivial, but we've already run into some customers complaining about there files going missing even with the 3.3 dialog. :) Can we please change the text back to how it was?
verified fixed
a7efc55
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/resource/DeleteResourcesWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-06-05T17:25:54Z"
"2008-05-30T23:26:40Z"
234,361
Bug 234361 [breadcrumb] Does not resize if switching back from other editor
I20080527-2000 1. Open java.awt.Button 2. Resize editor such that first few left elements are collapsed 3. Ctrl-Click on String in field 'label' 4. Go back to editor with Button Is: Cursor is on 'label' field but the field is not visible in the breadcrumb because items on the left are not collapsed. Should: Collapse items on the left to make space for field label
verified fixed
4b2c648
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-29T12:00:23Z"
"2008-05-28T13:06:40Z"
234,163
Bug 234163 [getter setter] Generate Getters and Setters fails
Build ID: I20080516-1333 Steps To Reproduce: 1. Add a member to an existing class 2. Choose generate getters/setters. Select the setter for the new member (generating getters/setters for new classes works) 3. Error message "Node does not exist" More information:
verified fixed
100dcf5
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateGettersSettersTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddCustomConstructorOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddDelegateMethodsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-28T16:24:48Z"
"2008-05-27T14:53:20Z"
232,021
Bug 232021 [clean up] Huge clean up dialog on OSX
null
verified fixed
e0dbfbe
["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
"2008-05-28T16:14:57Z"
"2008-05-14T07:26:40Z"
234,363
Bug 234363 JAR selection dialog not using dialog font
3.4 RC3 - Change the dialog font - Select a Java project, open properties - Go to Java Build Path page, 'Add JAR..' - The filter filed on top doesn't use the dialog font
verified fixed
f6395ad
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/FilteredElementTreeSelectionDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-28T14:52:52Z"
"2008-05-28T13:06:40Z"
199,013
Bug 199013 [refactoring scripts] NPE when selecting node in refactoring history dialog
I20070807-0010 In my dev workspace 1. Restart eclipse 2. Refactor>Create Script.. 3. I have a root node '2007' even if sorted by project, the node has no children 4. Select the node: java.lang.NullPointerException at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryContentProvider.getRefactoringDescriptorProxies(RefactoringHistoryContentProvider. java:215) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryContentProvider.getChildren(RefactoringHistoryContentProvider.java:134) at org.eclipse.ltk.internal.ui.refactoring.history.BrowseRefactoringHistoryContentProvider.getChildren(BrowseRefactoringHistoryContentProvider .java:85) at org.eclipse.ltk.internal.ui.refactoring.history.RefactoringHistoryControl.getCoveredDescriptors(RefactoringHistoryControl.java:583) at org.eclipse.ltk.internal.ui.refactoring.history.RefactoringHistoryControl.getCoveredDescriptors(RefactoringHistoryControl.java:561) at org.eclipse.ltk.internal.ui.refactoring.history.RefactoringHistoryControl.handleSelectionChanged(RefactoringHistoryControl.java:680) at org.eclipse.ltk.internal.ui.refactoring.history.RefactoringHistoryControl$4.selectionChanged(RefactoringHistoryControl.java:396) 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:857) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2045) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1138) at org.eclipse.jface.viewers.CheckboxTreeViewer.handleSelect(CheckboxTreeViewer.java:271) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1168) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:227) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:221) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:388) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3708) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3319) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ltk.ui.refactoring.actions.CreateRefactoringScriptAction.showCreateScriptWizard(CreateRefactoringScriptAction.java:96) at org.eclipse.ltk.ui.refactoring.actions.CreateRefactoringScriptAction.run(CreateRefactoringScriptAction.java:121) at org.eclipse.jdt.internal.ui.refactoring.actions.CreateRefactoringScriptAction.run(CreateRefactoringScriptAction.java:50) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3708) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3319) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173) at org.eclipse.equinox.launcher.Main.main(Main.java:1148) at org.eclipse.core.launcher.Main.main(Main.java:30)
verified fixed
2932075
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/history/RefactoringHistoryContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-28T08:01:47Z"
"2007-08-07T07:00:00Z"
233,913
Bug 233913 [formatting] Remove workaround made to fix 231093
null
verified fixed
c022d9e
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeFormatFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaFormattingStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-27T16:47:34Z"
"2008-05-26T08:20:00Z"
233,905
Bug 233905 [nls tooling] Externalize Strings causes NullPointerException
null
verified fixed
19821ea
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/nls/NLSScannerTester.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSScanner.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-27T16:11:57Z"
"2008-05-26T08:20:00Z"
234,170
Bug 234170 [navigation] Java element hyperlink should not be available on imports and package declarations
3.4 RC2. Java element hyperlink should not be available on imports and package declarations. Test Case: 1. open a class from Eclipse 2. hyperlink over 'org' of an import ==> many links Fix is simple: copy OpenAction.selectOpenableElements(IJavaElement[]) as is.
verified fixed
b986457
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlinkDetector.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-27T15:55:41Z"
"2008-05-27T14:53:20Z"
233,646
Bug 233646 [breadcrumb] Styled text keeps focus when opening drop down on the Mac
null
verified fixed
57c7890
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-27T15:46:35Z"
"2008-05-23T10:53:20Z"
99,933
Bug 99933 [generalize type] throws ArrayOutOfBoundsException
In RC2. SayTests.java attached, created during "real" development today. Place the cursor on variable "token" on line 122, and execute Refactor > Generalize Type. The dialog warns "Internal Error during computation of valid types", and the following is written to the log: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:293) at org.eclipse.jdt.internal.ui.refactoring.ChangeTypeWizard$ChangeTypeInputPage$ValidTypesTask.run(ChangeTypeWizard.java:204) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3035) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2694) 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.startChangeTypeRefactoring(RefactoringExecutionStarter.java:189) at org.eclipse.jdt.ui.actions.ChangeTypeAction.run(ChangeTypeAction.java:156) 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.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:844) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3058) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2691) at org.eclipse.jdt.internal.ui.actions.QuickMenuAction.run(QuickMenuAction.java:79) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:182) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:108) at org.eclipse.core.commands.Command.execute(Command.java:311) at org.eclipse.core.commands.ParameterizedCommand.execute(ParameterizedCommand.java:396) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:459) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:781) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:828) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:550) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:910) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:868) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:853) at org.eclipse.swt.widgets.Control.traverse(Control.java:2778) at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:2619) at org.eclipse.swt.widgets.Composite.translateMnemonic(Composite.java:827) at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:2637) at org.eclipse.swt.widgets.Display.translateMnemonic(Display.java:3490) at org.eclipse.swt.widgets.Display.filterMessage(Display.java:924) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2687) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1716) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1680) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:365) 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(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: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: java.lang.ArrayIndexOutOfBoundsException: 1 at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.ParameterTypeVariable.<init>(ParameterTypeVariable.java:24) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.ConstraintVariableFactory.makeParameterTypeVariable(ConstraintVariableFactory.java:177) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.FullConstraintCreator.getArgumentConstraints(FullConstraintCreator.java:543) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.FullConstraintCreator.create(FullConstraintCreator.java:290) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.ConstraintCollector.visit(ConstraintCollector.java:372) at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:236) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2450) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2520) at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:244) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2450) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2497) at org.eclipse.jdt.core.dom.ExpressionStatement.accept0(ExpressionStatement.java:143) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2450) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2520) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:135) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2450) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2497) at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:501) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2450) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2520) at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:483) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2450) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2520) at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:299) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2450) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.getConstraints(ChangeTypeRefactoring.java:1203) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.getConstraints(ChangeTypeRefactoring.java:1171) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.findConstraintVariableForSelectedNode(ChangeTypeRefactoring.java:903) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.computeValidTypes(ChangeTypeRefactoring.java:418) at org.eclipse.jdt.internal.ui.refactoring.ChangeTypeWizard$1.run(ChangeTypeWizard.java:195) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
verified fixed
2b45ab5
["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testVarArg2_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testVarArg_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testVarArg_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ChangeTypeRefactoringTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-22T17:09:23Z"
"2005-06-14T11:53:20Z"
233,471
Bug 233471 [quick fix] Call to IUndoManager#aboutToPerformChange must be follwed by changePerformed
null
verified fixed
cdc8d7b
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/ChangeCorrectionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-22T17:08:04Z"
"2008-05-22T15:26:40Z"
196,140
Bug 196140 [JUnit] performance 'Show failures only' is very slow
N20070707-0010 1. Run all 6000+ tests from com.ibm.zrh.tests.AllZRHTests (I have some (6) failures, not sure if required to reproduce) 2. Disable 'Show tests in hierarchy' 3. Disable 'Show failures only' 4. Enable 'Show failures only' Is: UI blocks for about 60 seconds Should: Be lightning fast... Heres a dump of what's happening: "main" prio=6 tid=0x00296800 nid=0x129c runnable [0x0090c000..0x0090fe54] java.lang.Thread.State: RUNNABLE at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2178) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:195) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:189) at org.eclipse.swt.widgets.Table.windowProc(Table.java:5022) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4363) at org.eclipse.swt.internal.win32.OS.SendMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.SendMessage(OS.java:2900) at org.eclipse.swt.widgets.Table.CDDS_SUBITEMPREPAINT(Table.java:721) at org.eclipse.swt.widgets.Table.wmNotifyChild(Table.java:5991) at org.eclipse.swt.widgets.Control.wmNotify(Control.java:4565) at org.eclipse.swt.widgets.Composite.wmNotify(Composite.java:1583) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:4216) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3724) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4363) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2178) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:261) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:189) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Table.windowProc(Table.java:5024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4350) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2178) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:261) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:189) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Table.windowProc(Table.java:5024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4363) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2178) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:261) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:189) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Table.windowProc(Table.java:5024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4363) at org.eclipse.swt.internal.win32.OS.SendMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.SendMessage(OS.java:2900) at org.eclipse.swt.widgets.Table.remove(Table.java:2779) at org.eclipse.jface.viewers.TableViewer.doRemove(TableViewer.java:242) at org.eclipse.jface.viewers.AbstractTableViewer.internalRefreshAll(AbstractTableViewer.java:721) at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:630) at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:617) at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:1431) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1366) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1328) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1429) at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:503) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1388) at org.eclipse.jface.viewers.StructuredViewer.addFilter(StructuredViewer.java:567) at org.eclipse.jdt.internal.junit.ui.TestViewer.setShowFailuresOnly(TestViewer.java:351) - locked <0x0a50eb50> (a org.eclipse.jdt.internal.junit.ui.TestViewer) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.setFilterAndLayout(TestRunnerViewPart.java:1797) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.setShowFailuresOnly(TestRunnerViewPart.java:1786) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart$FailuresOnlyFilterAction.run(TestRunnerViewPart.java:810) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:443) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3681) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3292) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Maybe we need a lazy content provider or a PageBook and switch the page when selecting 'Show failures only' if filtering really takes that long.
verified fixed
f577732
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-22T17:04:22Z"
"2007-07-11T13:20:00Z"
232,711
Bug 232711 [ccp] "copy qualified name" should copy path to ICU
Build ID: all 3.3 up to 3.4 AS IS: 1. select java class in package explorer 2. right click, then run "Copy Qualified Name" 3. Paste from clipboard to the text file: result is something like de.loskutov.anyedit.ui.editor.AbstractEditor.java TO BE: in step 3, the result should be just the class name WITHOUT .java suffix: de.loskutov.anyedit.ui.editor.AbstractEditor Adding .java to qualified class name doesn't make sense at all
verified fixed
3069c34
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CopyQualifiedNameAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-22T16:31:55Z"
"2008-05-18T22:33:20Z"
232,297
Bug 232297 [extract constant] AFE when extracting constant in Enum constant body
null
verified fixed
087a2e5
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test36_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test36_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractConstantTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-22T15:48:00Z"
"2008-05-15T14:00:00Z"
232,941
Bug 232941 [actions] Refresh action does not work on src-folders
- Change contents of a source folder externally - Select the source folder in the Package Explorer - Hit F5 -> Folder contents are not refreshed "Refresh" from the context menu works more often, but not always. Interestingly, the ant target "eclipse.refreshLocal" does not work on source folders, either.
verified fixed
5c29533
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefreshAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-22T12:35:37Z"
"2008-05-20T10:40:00Z"
232,491
Bug 232491 [breadcrumb] CVS decoration freezes eclipse if many elements to decorate in drop down
If packages count > 100 and click to package in breadcrumb, then eclipse freeze at 5-10 secconds
verified fixed
c7c2957
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-22T12:23:35Z"
"2008-05-16T12:13:20Z"
233,006
Bug 233006 [quick fix] Fix project setup tries to add plugin dependencies to Java project
null
verified fixed
bc4298b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/DefaultClasspathFixProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathFixSelectionDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-22T09:48:48Z"
"2008-05-20T16:13:20Z"
102,020
Bug 102020 [move member type] adds call to uncreated field [refactoring]
In I20050627-1435. Code: public class Foo { private static final class Bar { private Class baz() { return getClass(); } } private void bar() { new Bar(); } } Select Bar, and Move Member Type to New File. The new class created is: final class Bar { private Class baz() { return _foo.getClass(); } } 1) The call should simply be getClass(), with no reference to _foo. ("_" is the field prefix set in the Preferences)
verified fixed
b825031
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test38/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test38/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test38/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInnerToTopLevelTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-22T07:41:03Z"
"2005-06-28T14:46:40Z"
232,980
Bug 232980 [jar exporter] Runnable JAR Exporter should not preset '.xml' into File name field
3.4 RC1. The Runnable JAR Exporter should not preset '.xml' into File name field (setting the type is OK). Should be trivial to fix.
verified fixed
b709ba2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarPackageWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-21T15:07:29Z"
"2008-05-20T13:26:40Z"
232,981
Bug 232981 [misc] URISyntaxException when clicking a link in Javadoc
3.4 RC1. 1. show Javadoc for java.util.Arrays 2. click on 'Java Collections Framework' link ==> java.net.URISyntaxException: Illegal character in opaque part at index 6: about:{@docRoot}/../technotes/guides/collections/index.html at java.net.URI$Parser.fail(URI.java:2809) at java.net.URI$Parser.checkChars(URI.java:2982) at java.net.URI$Parser.parse(URI.java:3019) at java.net.URI.<init>(URI.java:578) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementLinks$1.changing(JavaElementLinks.java:119) at org.eclipse.swt.browser.IE$4.handleEvent(IE.java:299) at org.eclipse.swt.ole.win32.OleEventTable.sendEvent(OleEventTable.java:55) at org.eclipse.swt.ole.win32.OleEventSink.notifyListener(OleEventSink.java:145) at org.eclipse.swt.ole.win32.OleEventSink.Invoke(OleEventSink.java:120) at org.eclipse.swt.ole.win32.OleEventSink.access$1(OleEventSink.java:97) at org.eclipse.swt.ole.win32.OleEventSink$1.method6(OleEventSink.java:71) at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3398) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2387) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2351) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2203) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212) at org.eclipse.core.launcher.Main.main(Main.java:30)
verified fixed
9e843b3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLinks.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-21T14:47:32Z"
"2008-05-20T13:26:40Z"
232,828
Bug 232828 [bidi] processing glitch in CodeTemplateContextType
null
verified fixed
6766a9e
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/CodeTemplateContextType.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-21T12:05:33Z"
"2008-05-19T18:00:00Z"
232,360
Bug 232360 [search] 'Limit to' group and Match locations dialog do not use dialog font
null
verified fixed
75d6b3a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MatchLocations.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-21T11:14:51Z"
"2008-05-15T16:46:40Z"
232,496
Bug 232496 Exception with Javadoc view linked to selection and closed project
I20080515-2000 Open Javadoc view, enable link with selection, select closed project Error in log: Internal Error org.eclipse.core.internal.resources.ResourceException: Resource '/org.eclipse.core.expressions' is not open. at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:116) at org.eclipse.core.internal.resources.Resource.checkAccessibleAndLocal(Resource.java:200) at org.eclipse.core.internal.resources.Resource.getPersistentProperty(Resource.java:1042) at org.eclipse.jdt.internal.corext.javadoc.JavaDocLocations.getProjectJavadocLocation(JavaDocLocations.java:248) at org.eclipse.jdt.internal.corext.javadoc.JavaDocLocations.getJavadocBaseLocation(JavaDocLocations.java:288) at org.eclipse.jdt.internal.corext.javadoc.JavaDocLocations.getJavadocLocation(JavaDocLocations.java:452) at org.eclipse.jdt.ui.JavaUI.getJavadocLocation(JavaUI.java:980) at org.eclipse.jdt.internal.ui.actions.OpenExternalBrowserAction.canEnable(OpenExternalBrowserAction.java:143) at org.eclipse.jdt.internal.ui.actions.OpenExternalBrowserAction.selectionChanged(OpenExternalBrowserAction.java:79) at org.eclipse.jdt.internal.ui.actions.SimpleSelectionProvider.setSelection(SimpleSelectionProvider.java:59) at org.eclipse.jdt.internal.ui.infoviews.JavadocView.doSetInput(JavadocView.java:915) at org.eclipse.jdt.internal.ui.infoviews.AbstractInfoView.doSetInput(AbstractInfoView.java:675) at org.eclipse.jdt.internal.ui.infoviews.AbstractInfoView.access$2(AbstractInfoView.java:674) at org.eclipse.jdt.internal.ui.infoviews.AbstractInfoView$3.run(AbstractInfoView.java:641) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3778) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3403) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2387) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2351) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2203) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
verified fixed
76fef4a
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-21T10:57:36Z"
"2008-05-16T15:00:00Z"
232,790
Bug 232790 [misc] @inheritDoc tag does not inherit doc anymore
null
verified fixed
d8ab5fd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-21T10:27:12Z"
"2008-05-19T12:26:40Z"
230,931
Bug 230931 [dialogs] Project Setup Fixes dialog does not use dialog font and does not rewrap
null
verified fixed
b0465f9
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathFixSelectionDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-21T08:37:59Z"
"2008-05-07T17:06:40Z"
232,638
Bug 232638 [implementation] Shoud not use InvalidRegistryObjectException
I20080515-2000. Text creates and uses InvalidRegistryObjectException which it shouldn't.
verified fixed
046d8e9
["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/CompletionProposalComputerDescriptor.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/ProposalSorterHandle.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalSorterRegistry.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-21T08:09:33Z"
"2008-05-17T07:40:00Z"
232,827
Bug 232827 [bidi] FilteredTypeSelectionDialog does not process selected type
null
verified fixed
fa8311c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-20T09:06:49Z"
"2008-05-19T18:00:00Z"
221,826
Bug 221826 Regression in some 'JavaReplaceAll' performance tests
Looking at I20080305-1100 performance results, it seems that JavaReplaceAll#test() and JavaReplaceAllWithQuickDiffTest#test() show a significant regression. Here are the numbers: - JavaReplaceAll#test(): between -6.2% and -18.9% - JavaReplaceAllWithQuickDiffTest#test(): between -5.6% and -15.8% For these tests, it seems that something happened between I20071120-0800 and I20071127-0800 builds (not 100% sure as one of the test box does not show the same gap).
resolved wontfix
636875a
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/AbstractJavaReplaceAllTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-16T09:21:02Z"
"2008-03-07T11:40:00Z"
229,734
Bug 229734 [inline] method inlining breaks control flow
3.4M6 Build ID: I20080330-1350 Steps To Reproduce: Please see that the first method should always print HERE. But after inlining the second method, the first method would never print HERE. Inlining breaks the control flow. ------------------ Bug.java ----------------- class Bug { void first(){ if(false) second(); else System.out.println("HERE"); } void second(){ for(int x:new int[]{0}) if(true) toString(); } }
verified fixed
3503a98
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_in/TestDanglingIfBug229734.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_in/TestDanglingIfBug229734_2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_out/TestDanglingIfBug229734.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_out/TestDanglingIfBug229734_2.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
"2008-05-15T17:19:01Z"
"2008-05-01T00:00:00Z"
200,580
Bug 200580 [pull up] final method in interface makes uncompilable code
Observed behavior: If class Foo implements interface IFoo and I try to pull up (Refactor->Pull Up...) method final int getSome(){ return 1; } The method in IFoo becomes final int getSome(); which is not compilable because interface methods cannot be final. Expected behavior: pulled method should not have final modifier if destination class is interface.
verified fixed
303d3db
["org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/test47/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/test47/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/test48/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/test48/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/PullUpTests.java", "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
"2008-05-15T16:26:26Z"
"2007-08-20T17:13:20Z"
111,419
Bug 111419 [general] move refactoring missed to update qualified names [refactoring]
I20050928-1300 In the move (others are probably affected as well) refactoring I checked to update the qualified names. The preview showed no changed non-Java files but there had to be some. The reason for this is that per default the file name pattern field is empty and the 'Preview' button enabled which gives the impression that '*' is used. This is not the case. Either add '*' behind the scene or do it the same way as the Search dialog i.e. enter a '*' per default and disable the button if the field is empty.
verified fixed
0078dbc
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/QualifiedNameComponent.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-15T16:00:18Z"
"2005-10-04T10:00:00Z"
218,108
Bug 218108 [extract constant] Original literal not replaced when constant extracted within overriden enum.
Build ID: M20071023-1652 Steps To Reproduce: Please extract constant from string literal on LINE 4. The original literal should be replaced by a mention of the constant. But wrongly it isn't. -------------------------Bug.java---------------- enum Bug {Z{ @Override String method() { return"bug";//LINE 4 }}; abstract String method(); }
verified fixed
1696688
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test35_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test35_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractConstantTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-15T14:04:56Z"
"2008-02-06T23:20:00Z"
109,145
Bug 109145 [reorg] missing import statement after move refactoring [refactoring]
Build id: I20050906-1200 After moving a class with the refactoring an import was missing. Here are the steps to reproduce it: create new java project create source folder test1 and test2 create Class1 in package pack1 in source folder test2 create Class2 in package pack1 in source folder test1 add field Class1 c; to Class2 create package pack2 in source folder test2 move Class2 to pack2 with the refactoring import pack1.Class1; is missing.
verified fixed
48fc137
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ccp/MoveTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-15T13:53:24Z"
"2005-09-09T12:46:40Z"
209,937
Bug 209937 [push down] NPE in push down refactoring operation
When I attempted to push down a method using the Push Down entry in the refactoring menu I got the following NPE. STEPS 1) Add the following method to TreeViewer /* (non-Javadoc) * @see org.eclipse.jface.viewers.AbstractTreeViewer#getChildren(org.eclipse.swt.widgets.Widget, java.lang.Object[]) */ public Item[] getChildren(Widget widget, Object[] elementChildren) { Item[] items = super.getChildren(widget,elementChildren); if(elementChildren.length == 0 || items.length / elementChildren.length > 5){//Will there be a lot of disposal? getTree().removeAll(); unmapAllElements(); items = getChildren(widget); } return items; } 2) Select push down from the refactor menu in the outline view 3) Click OK on the dialog !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2007-11-15 08:48:49.894 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:317) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.createChange(RefactoringWizard.java:580) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.computeUserInputSuccessorPage(RefactoringWizard.java:423) 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.ltk.internal.ui.refactoring.RefactoringWizardDialog2.nextOrPreviewPressed(RefactoringWizardDialog2.java:488) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.access$0(RefactoringWizardDialog2.java:485) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2$1.widgetSelected(RefactoringWizardDialog2.java:678) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3744) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3355) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:142) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:154) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:37) at org.eclipse.jdt.internal.corext.refactoring.RefactoringExecutionStarter.startPushDownRefactoring(RefactoringExecutionStarter.java:421) at org.eclipse.jdt.ui.actions.PushDownAction.run(PushDownAction.java:121) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:268) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:244) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:582) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:499) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:410) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3744) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3355) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2395) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2359) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2225) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:468) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:463) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:515) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:455) at org.eclipse.equinox.launcher.Main.run(Main.java:1193) Caused by: org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:84) at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:72) at org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoringProcessor.getCompilationUnitRewrite(PushDownRefactoringProcessor.java:272) at org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoringProcessor.createChangeManager(PushDownRefactoringProcessor.java:722) at org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoringProcessor.checkFinalConditions(PushDownRefactoringProcessor.java:456) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:174) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:83) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:119) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1798) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Root exception: org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:84) at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:72) at org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoringProcessor.getCompilationUnitRewrite(PushDownRefactoringProcessor.java:272) at org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoringProcessor.createChangeManager(PushDownRefactoringProcessor.java:722) at org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoringProcessor.checkFinalConditions(PushDownRefactoringProcessor.java:456) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:174) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:83) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:119) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1798) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
verified fixed
865df9a
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2008-05-15T13:45:57Z"
"2007-11-15T12:33:20Z"