issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 Mat... | 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(BUND... | 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/Inl... | 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: ... | 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 '... | 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 ... | 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/int... | 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 ... | 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 e... | 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/ExtractMethodWo... | 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 rem... | 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 }};... | 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 ... | 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.j... | 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 becau... | 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.ecl... | 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... | 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/IJarBuilderE... | 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 Ro... | 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.NullPointer... | 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 class... | 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 ... | 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: ... | 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 ... | 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"; } } //----------------------------... | 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... | 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... | 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/intern... | 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:... | 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-... | 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... | 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 ... | 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" co... | 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... | 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... | 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 it... | 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/AddDeleg... | 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.getRefactoringDescriptorProxie... | 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 ... | 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.eclips... | 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'... | 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:... | 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 | 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 sim... | 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/... | 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... | 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.co... | 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... | 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 seem... | 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 ... | 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/InlineM... | 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... | 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.t... | 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 impr... | 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 Str... | 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 | 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 Cl... | 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[] getChild... | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.