id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
1,835 | 181,830 | Bug 181830 Refactor -> Rename now has confusing/problematic workflow | 3.3 M6 The Refactor->Rename based on a text selection in a java editor now has a very strange workflow. Issue 1: It results in a mini yellow in place chooser appearing over the text in question. I don't think I've seen this elsewhere in our UI. A problem is that its a strange UI control to result because instead of it ... | 2007-04-10 15:30:21 | 1,176,230,000 | resolved fixed | 558cc1d | 1,177,690,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMessages.java | JDT |
1,836 | 184,444 | Bug 184444 [package explorer] 'Show In > Package Explorer' broken for properties file | I20070427-0010 Had ReorgMessages.properties open in editor and pressed Alt+Shift+W, P => Package Explorer beeps but does not show file. Works for .java files. | 2007-04-27 10:55:04 | 1,177,690,000 | resolved fixed | eceda1d | 1,177,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
1,837 | 173,189 | Bug 173189 [search] IllegalArgumentException when searching for references | Build id: I20070206-0010 1. Select a method 2. Select "References > Working Set..." 3. Don't select any working sets in the dialog, but press OK: java.lang.IllegalArgumentException: data must not be null at org.eclipse.jdt.internal.ui.search.JavaSearchQuery.<init>(JavaSearchQuery.java:61) at org.eclipse.jdt.ui.actions.... | 2007-02-06 16:53:25 | 1,170,800,000 | resolved fixed | 3cc8ca3 | 1,177,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SelectWorkingSetAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInHierarchyAc... | JDT |
1,838 | 162,541 | Bug 162541 [misc] save participants not called upon 'Save As' | N20061027-0010 The save participants are not called upon 'Save As'. | 2006-10-27 06:01:07 | 1,161,940,000 | resolved wontfix | 5236be7 | 1,177,660,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/IPostSaveListener.java | JDT |
1,839 | 102,287 | Bug 102287 [refactoring] [dcr] Implement "Introduce Parameter Object" | null | 2005-06-30 06:19:28 | 1,120,130,000 | resolved fixed | df38451 | 1,177,610,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testBodyUpdate/in/TestBodyUpdate.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testBodyUpdate/out/TestBodyUpdate.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreation/in/Tes... | JDT |
1,840 | 96,490 | Bug 96490 [linked mode][navigation] Consider linked position boundaries as word stops | Now that "Rename in File" quickfix no longer selects the current token, I am trying to do it manually by typing CTRL+LEFT, CTRL+SHIFT+RIGHT. The problem with this is that it includes the whitespace coming after the variable, which is outside of the linked-edit box, and overwriting deactives the linked edit mode, which ... | 2005-05-24 14:45:39 | 1,116,960,000 | resolved fixed | 2d6737a | 1,177,610,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
1,841 | 183,925 | Bug 183925 [rename] In-place refactoring is vulnerable to backspace | Build I20070418-1012. Consider the following code (using pipe character to materialize the insertion point): public class X { void foo() { String s| = ""; System.out.println(s); } } Place the insertion point behind s in the declaration and press Alt-Shit-R. The in-place refactoring hover appears. Press backspace once. ... | 2007-04-25 02:09:15 | 1,177,480,000 | resolved fixed | e41b372 | 1,177,610,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedNamesAssistProposal.java | JDT |
1,842 | 183,093 | Bug 183093 [build path] unable to create a src folder if it already exists in the build path | Build ID: M20070212-1330 Steps To Reproduce: The export to archive option does not export directories which are empty. This causes issues in cases where the directory is part of the src path. Importing such a projects results in errors in the problems view. Project web is missing required source folder: 'src' project c... | 2007-04-18 20:54:10 | 1,176,940,000 | resolved fixed | 54d9256 | 1,177,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java | JDT |
1,843 | 182,716 | Bug 182716 [IDE] Improve 'New' menu regarding projects | null | 2007-04-17 05:25:13 | 1,176,800,000 | verified fixed | b2b15dd | 1,177,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaHierarchyPerspectiveFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java | JDT |
1,844 | 143,025 | Bug 143025 [build path] Derived attribute on default output folder of Java project doesn't work | When I create a new Java project, I configure it with separate source and output folders (src and bin). The code that creates the output folder (BuildPathsBlock.flush) sets the derived attribute on the folder, but when I check the folder's properties later, the folder is not marked as derived. This means that when I sh... | 2006-05-22 13:45:57 | 1,148,320,000 | verified fixed | 692d9cd | 1,177,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/CoreUtility.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | JDT |
1,845 | 184,197 | Bug 184197 New Java Project wizard should filter out aggregate working sets | HEAD The New Java Project wizard should filter out aggregate working sets. It's probably best to filter out all non-editable sets, see IWorkingSet#isEditable(). | 2007-04-26 06:36:54 | 1,177,580,000 | resolved fixed | aedaecd | 1,177,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/SimpleWorkingSetSelectionDialog.java | JDT |
1,846 | 184,193 | Bug 184193 [browsing] Filtering empty parent packages no longer working in Packages view | I20070424-0930 In the Java Browsing perspective, the Packages view doesn't filter empty parent packages any longer. | 2007-04-26 06:19:32 | 1,177,580,000 | resolved fixed | afa0429 | 1,177,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackageViewerWrapper.java | JDT |
1,847 | 170,239 | Bug 170239 [extract superclass] IllegalArgumentException during Extract Superclass refactor | This class will produce an IllegalArgumentException after selecting methods to be removed from the subclass: import java.io.FilterReader; import java.io.IOException; import java.io.Reader; public class ClassA extends FilterReader { public ClassA(Reader in) { super(in); } @Override public int read(char[] cbuf, int off, ... | 2007-01-11 12:47:41 | 1,168,540,000 | verified fixed | 673d77f | 1,177,510,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java | JDT |
1,848 | 171,770 | Bug 171770 [pull up] Pulling Up Methods to an interface ignores other implementations of that interface | Build ID: M20060921-0945 Steps To Reproduce: 1. In JUnit 3.8.1, select junit.framework.TestCase 2. Refactor > Pull Up... and select getName() & setName(.) 3. Ignore the empty list of subtypes (?) 4. Finish 5. Observe the 4 errors introduced in two direct implementers of Test (the changed interface) | 2007-01-26 05:04:59 | 1,169,810,000 | verified fixed | 4d1a6fa | 1,177,510,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java | JDT |
1,849 | 178,335 | Bug 178335 [build path] New Project wizard: execution environment default not alligned with other values | I20070320-0010. The new option to choose an execution environment has its value hard coded. This is not understandable for the user as the other two default values are always set based on the default JRE. I see three different solutions: - allow to globally set the default EE (like we have the default JRE) and use it -... | 2007-03-20 12:42:04 | 1,174,410,000 | resolved fixed | 327a649 | 1,177,500,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java | JDT |
1,850 | 162,549 | Bug 162549 [surround with] Surround-with-if generates wrong code, brackets not matching | Hi, Please refer to the attached screenshot, I have a code snippet with some lines commented off in the end, when performing Source / Surround With / if statement, I see a wrong output, the curly brakets even don't match, It seems the template has been molested by those ending commets which also contain curly brackets. | 2006-10-27 08:17:11 | 1,161,950,000 | resolved fixed | fd34159 | 1,177,500,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SurroundWith.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java | JDT |
1,851 | 183,857 | Bug 183857 [package explorer] NPE from PackageExplorerPart for unknown editor input | When opening a compare editor, I get an NPE from PackageExplorerPart: java.lang.NullPointerException at org.eclipse.jdt.ui.JavaUI.getEditorInputJavaElement(JavaUI.java:731) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.editorActivated(PackageExplorerPart.java:1112) at org.eclipse.jdt.internal.ui.packag... | 2007-04-24 16:11:04 | 1,177,450,000 | resolved fixed | 7b1cd43 | 1,177,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
1,852 | 174,275 | Bug 174275 [package explorer] 'Open Project' action should open closed projects in mixed selection | I20070213-0907 The Open Project action in the Package Explorer behaves a bit weird. If only closed projects are selected, the action appears in the context menu and works fine. But if a mix of open and closed projects is selected, the action does not appear in the context menu, and 'menubar > Project > Open Project' sh... | 2007-02-15 06:33:05 | 1,171,540,000 | resolved fixed | 2bdbf98 | 1,177,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/OpenCloseWorkingSetAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ViewActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenPr... | JDT |
1,853 | 177,796 | Bug 177796 [preferences] Add new options to 'code formatter' to expose constant from bug 20793 | null | 2007-03-16 13:19:22 | 1,174,070,000 | resolved fixed | 1de2997 | 1,177,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CommentsTabPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java | JDT |
1,854 | 183,685 | Bug 183685 [preferences] UI for Wrap binary expression before operator | null | 2007-04-23 19:50:33 | 1,177,370,000 | resolved fixed | 1cbdf00 | 1,177,430,000 | org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/TestOptions.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java | JDT |
1,855 | 97,006 | Bug 97006 [package explorer] Working set order is not restored after switching to project mode and reopening package explorer | I20050527-0010 Steps to reproduce: - Switch to workingset mode - Create several working sets - Rearrange them - Switch to project mode - Close package explorer - Reopen package explorer - Switch to workingset mode -> The working set dialog lost the order of the workingsets -> The order should be persisted either in the... | 2005-05-27 11:17:25 | 1,117,210,000 | resolved fixed | 6c43d3f | 1,177,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoResourceAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/pac... | JDT |
1,856 | 183,149 | Bug 183149 [create on paste] Paste code into empty Package Explorer produces stale Java project | JDT UI Head Steps to reproduce: - Start with fresh workspace - Paste following snippet to empty Package Explorer: package test; public abstract class E {} - Note the stale project (see attached screenshot) | 2007-04-19 05:52:23 | 1,176,980,000 | resolved fixed | 63ff908 | 1,177,400,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java | JDT |
1,857 | 183,513 | Bug 183513 [rename] Misleading inline rename preview for static method hiding | 3.3M6 I20070323-1616 In the following code (single source file): public class X { public static void method() { } } class Y extends X { public static void method() { } } Go to either method and invoke inline rename (Alt-Shift-R). Both unrelated methods are marked for renaming. Once one is changed the false match revert... | 2007-04-21 17:52:01 | 1,177,190,000 | resolved fixed | 950846d | 1,177,340,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/LinkedNodeFinder.java | JDT |
1,858 | 68,357 | Bug 68357 [spell checking][preferences] Dictionary is missing | When spell-check is enabled, every word is marked as having been misspelt. I suppose that's because the dictionary is missing (or empty). | 2004-06-23 14:44:24 | 1,088,020,000 | verified fixed | 9241e49 | 1,177,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | JDT |
1,859 | 175,244 | Bug 175244 [clean up] Remove built in profile save participant | I20070222-0951 This profile is not useful anymore with the new save action story | 2007-02-23 05:28:43 | 1,172,230,000 | resolved fixed | cb7bb35 | 1,177,340,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpPreferenceUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpMessages.java | JDT |
1,860 | 183,617 | Bug 183617 [clean up] Clean up details section should use HTML bullet list | I20070417-0800 3.3M7 polish item. A bullet list would look much better. Also for the save actions additional actions info field. | 2007-04-23 09:42:35 | 1,177,340,000 | resolved fixed | 4976ac9 | 1,177,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/DialogBrowserConfigurationBlock.java | JDT |
1,861 | 180,929 | Bug 180929 [clean up] sort fields should warn for semantic change | Build ID: I20070323-1616 Steps To Reproduce: 1.Create an empty class 2.Add two constants private static final int z=5; private static final int a=2*Z; 3.Sort/cleanup with sort enabled/save with automatic sorting enabled More information: I entered a new bug regarding sorting, even though there are already, because all ... | 2007-04-04 08:26:31 | 1,175,690,000 | resolved fixed | cf72a37 | 1,177,320,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CodeFormatingTabPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialogTabPage.java | JDT |
1,862 | 178,945 | Bug 178945 [JUnit] Upgrade to JUnit 4.3 | JUnit 4.3 is released and contains several bug fixes. Eclipse ships with JUnit 4.1. | 2007-03-23 03:25:00 | 1,174,630,000 | resolved fixed | 2f7dce1 | 1,177,320,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit3TestFinder.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java org.eclipse.jdt.junit/src/org/eclipse/jdt/int... | JDT |
1,863 | 183,576 | Bug 183576 [clean up] Additional actions section enabled when it should not be | I20070417-0800 1. Open Project Properties Page Java Editor>Save Actions 2. Configure Workspace Settings 3. Perform selected actions on save 4. Additional actions 5. OK 6. Restore Defaults Is: The additional actions text field becomes enabled Should: Not be enabled | 2007-04-23 05:12:56 | 1,177,320,000 | resolved fixed | 2ec03bc | 1,177,320,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java | JDT |
1,864 | 173,425 | Bug 173425 [clean up] CleanUpSaveParticipantPreferenceConfiguration should show workspace settings as defaults | null | 2007-02-08 04:53:00 | 1,170,930,000 | resolved fixed | ee980af | 1,177,320,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java | JDT |
1,865 | 120,269 | Bug 120269 [refactoring] Preview filter combo: selecting an item does not update preview | null | 2005-12-11 12:22:32 | 1,134,320,000 | verified fixed | cdd0a18 | 1,177,310,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/PreviewWizardPage.java | JDT |
1,866 | 149,775 | Bug 149775 [extract superclass] extract superclass refactor can cause stack overflow in refactored code | If i have these 2 classes... public class ExistingSuper { void method() { // do something } } public class Subclass extends ExistingSuper { @Override void method() { super.method(); } } ...and I extract a superclass for 'SubClass' and select the method to be moved up to superclass then I get this... public class Extrac... | 2006-07-05 22:00:12 | 1,152,150,000 | verified fixed | 7a51de3 | 1,177,310,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java | JDT |
1,867 | 182,866 | Bug 182866 [actions] The width of "New Java Class" wizard is different depending on the operation. | Build ID: I20070323-1616 Steps To Reproduce: 1. Eclipse launch in Windows Vista (Japanese) 2. Window > preference > General > Appearance > Color and Fonts "MS UI Gotic" set as the Dialog font. 3. Execute "New Java Class" wizard. More information: The width of the wizard displayed by Operation-1 and Operation-2 of the o... | 2007-04-18 02:15:24 | 1,176,880,000 | resolved fixed | 37b73d9 | 1,177,080,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CreateTargetQueries.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewCUCompletionUsingWizardProposal.java org.eclipse.jdt.ui/ui/org/... | JDT |
1,868 | 182,921 | Bug 182921 [Sync View] Missing outgoing/incoming icon in Java Model | I20070417-0800 The synchronize view has lost the incoming and outgoing icons when using the Java Workspace model. | 2007-04-18 06:51:38 | 1,176,890,000 | resolved fixed | 5a41673 | 1,177,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationLabelProvider.java | JDT |
1,869 | 182,993 | Bug 182993 Occasionally unable to refactor (by changing the name) get NullPointerException | Build ID: I20070323-1616 Steps To Reproduce: 1. Hit Refactor->Rename 2. Nothing happens (except stack trace) If I exit eclipse, and restart, all is fine again. More information: Unhandled event loop exception during blocked modal context. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerEx... | 2007-04-18 11:44:58 | 1,176,910,000 | verified fixed | 49964b0 | 1,177,000,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java | JDT |
1,870 | 154,471 | Bug 154471 WST code assumes IResource.getLocation() returns a non-null value | null | 2006-08-20 10:51:46 | 1,156,090,000 | resolved fixed | 344102d | 1,176,980,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateHashCodeEqualsTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java | JDT |
1,871 | 183,142 | Bug 183142 [package explorer] [working sets] Remove from WS does not work for resource working sets | I20070417-0800 1. Create a new java project P01 2. In PkgExpl select Top Level Elements>Working Sets 3. Create new Resource Working Set RWS and add P01 to it 4. Show RWS in PE 5. Right click on P01 6. Remove From Working Set Is: Nothing happen Should: Be moved to Other Projects | 2007-04-19 05:15:54 | 1,176,970,000 | resolved fixed | e4afc2b | 1,176,970,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/RemoveWorkingSetElementAction.java | JDT |
1,872 | 154,447 | Bug 154447 [pull up] Assertion failure when invoking pull up | I have received the following assertion failure for every refactor -> pull up I have tried to perform so far. Common points - in each case, I was pulling up a single method from a concrete class into an interface. One method returned void, the other returned boolean. java.lang.reflect.InvocationTargetException at org.e... | 2006-08-19 19:29:58 | 1,156,030,000 | verified fixed | 5cdc450 | 1,176,970,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java | JDT |
1,873 | 183,010 | Bug 183010 FilteredTypesSelectionDialog does not call TypeSelectionExtension#initialize(..) | I20070417-0800 FilteredTypesSelectionDialog does not call TypeSelectionExtension#initialize(..). This is an API break, since JavaUI.createTypeDialog(.., TypeSelectionExtension) uses the FilteredTypesSelectionDialog now, and extensions cannot trigger a refresh any more. | 2007-04-18 12:56:41 | 1,176,920,000 | resolved fixed | 6e985e4 | 1,176,960,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java | JDT |
1,874 | 58,779 | Bug 58779 [reconciling] Java reconciler should not be triggered by "normal" marker changes | I20040413 The Java reconciler listens for marker deltas and if there's one it reconciles the CU. We could be smarter and only reconcile if the delta contains a maker type that is handled by J Core. | 2004-04-16 03:21:29 | 1,082,100,000 | resolved fixed | 8ba8460 | 1,176,910,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.java | JDT |
1,875 | 182,520 | Bug 182520 open / close project takes 100 % of the CPU | null | 2007-04-16 04:57:20 | 1,176,710,000 | resolved fixed | 39308e9 | 1,176,910,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/FilterUpdater.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaViewerFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingS... | JDT |
1,876 | 182,948 | Bug 182948 [rename] Rename in editor should save file if operation started in saved file | Rename in editor should save file if operation started in saved file. | 2007-04-18 09:21:10 | 1,176,900,000 | resolved fixed | 34c1559 | 1,176,910,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java | JDT |
1,877 | 182,739 | Bug 182739 [quick fix] Change method to Quickfix proposes invalid array dimension | In the following code: public class ArrayTest { public void test(String[] a){ blubb(a); } private void blubb(int a[]) { } } The quickfix proposes: change method blubb(int[]) to blubb(String[]) but creates: private void blubb(String[] a[]) { } | 2007-04-17 08:50:26 | 1,176,810,000 | resolved fixed | ffaf609 | 1,176,900,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/... | JDT |
1,878 | 176,502 | Bug 176502 [quick assist] convert iterable for loop removes imports which are in use | Build ID: I20070222-0951 Steps To Reproduce: Put the following code in a Java file (has dependencies on EMF): package com.castortech.iris; import java.util.Iterator; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.resource.Resource; import org.eclipse.emf.ecore.util.Diagnostician; public class BugTes... | 2007-03-06 10:51:20 | 1,173,200,000 | resolved fixed | a1ccd1b | 1,176,900,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertIterableLoopQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java | JDT |
1,879 | 182,923 | Bug 182923 NPE in AbstractFix#getAdditionalInfo | I20070417-0800 Given: package test1; public class E1 { public void foo(int[] is) { for (int i = 0; i < is.length; i++) { System.out.println(is[i]); } } } 1. Set caret after 'for' 2. Ctrl-1 3. Wait a sec Is: Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.fix.AbstractFix.getAdditionalInfo(Ab... | 2007-04-18 07:00:32 | 1,176,890,000 | resolved fixed | 37cd097 | 1,176,890,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/LinkedFix.java | JDT |
1,880 | 173,081 | Bug 173081 [clean up] Remove trailing whitespace should not remove space after * in doc comment | I20070206-0010 Remove trailing whitespace always removes the space at the end of line " * " in doc comments: /** * Bla. * * Blah. */ A line "<indentation>* " is effectively an empty line, so the whitespace should stay if "Ignore empty lines" is checked. This is also what the formatter does. | 2007-02-06 10:17:57 | 1,170,780,000 | resolved fixed | 166edba | 1,176,890,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CodeFormatFix.java | JDT |
1,881 | 79,764 | Bug 79764 [JUnit] Stop button is not disabled after tests finished in debug mode | Smoke for I20041130. Launch a JUnit test in debug mode with "Keep Junit running..." OFF. After the test run has finished, the "Stop" button is still enabled, even though the VM is already down. Pressing the button disables it. | 2004-11-30 06:44:07 | 1,101,820,000 | resolved fixed | 7c82376 | 1,176,830,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java | JDT |
1,882 | 182,725 | Bug 182725 NPE in New Java Project wizard | HEAD Resource perspective, Package Explorer closed. Select something in the Project Explorer and try to create a new Java Project NPE: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizard.getWorkingSets(JavaProjectWizard.java:171) at org.eclipse.jdt.internal.ui.wizards.JavaProjectWiza... | 2007-04-17 06:50:57 | 1,176,810,000 | verified fixed | 30d534d | 1,176,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizard.java | JDT |
1,883 | 181,188 | Bug 181188 [type wizards] Creating a class that implements an inner interface generates incorrect code | In 3.3M6, the generated code appears to include $ symbols. Open up the 'New Class Wizard'. Type in a name for the class. Click 'Add' in the interface section and type in 'Entry'. Select java.util.Map.Entry. Click 'Finish'. Generated code: import java.util.Map$Entry; public class EntryImp implements Map$Entry { } The $ ... | 2007-04-05 08:44:27 | 1,175,780,000 | resolved fixed | 3fab17d | 1,176,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/SuperInterfaceSelectionDialog.java | JDT |
1,884 | 178,484 | Bug 178484 [organize imports] Static method in enum declaration results in spurious import declarations | Build ID: I20070222-0951 Steps To Reproduce: 1. Create a class containing the following code package test; public enum TestEnum { SPECIFIC(1), DEFAULT(getDefaultValue()); TestEnum(int value) {} private static int getDefaultValue() { return -1; } } 2. Run organize-imports 3. Eclipse will create a spurious import for tes... | 2007-03-21 00:39:57 | 1,174,450,000 | resolved fixed | 11553a1 | 1,176,730,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ScopeAnalyzerTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java | JDT |
1,885 | 182,341 | Bug 182341 Show invisible characters on formatter preview | null | 2007-04-13 11:18:57 | 1,176,480,000 | resolved fixed | a628b4d | 1,176,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpPreview.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpTabPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BlankLinesTabPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/interna... | JDT |
1,886 | 182,458 | Bug 182458 stack overflow renaming public type | N20070415-0010 * Select a public top level type in editor outline * Rename the type > stack overflow 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:31... | 2007-04-15 10:09:27 | 1,176,650,000 | verified fixed | 6a5a662 | 1,176,670,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine.java | JDT |
1,887 | 181,941 | Bug 181941 [search] References to package filtered although all filters are disabled | I20070410-1043 Select package /org.eclipse.jdt.ui.tests/ui/org.eclipse.jdt.ui.tests.dialogs and search for references in workspace. Search view content description says: "[..] 3 references in workspace (no JRE) (3 matches filtered from view)". But when I open the filters dialog, all filters are disabled. Enabling the "... | 2007-04-11 10:38:46 | 1,176,300,000 | resolved fixed | 042649b | 1,176,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaMatchFilter.java | JDT |
1,888 | 173,079 | Bug 173079 [clean up] remove trailing whitespace not visible in preview | I20070206-0010 Remove trailing whitespace is not visible in preview. - public void stop() { } has a space after public, but it is not removed with the "All lines" setting - there's no example for whitespace on empty lines | 2007-02-06 10:08:22 | 1,170,770,000 | resolved fixed | 62ce7cc | 1,176,480,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CodeFormatCleanUp.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CommentFormatCleanUp.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SortMembersCleanUp.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpPreview.... | JDT |
1,889 | 151,988 | Bug 151988 [surround with] Surround With menu: Sort code templates | As a part of (I believe) 135285, The Surround With... menu was created, and the proposals were removed from Quick Fix. This causes two issues: 1) users must learn another keystroke, and 2) the sort order to access the templates is completely different. Can we make this available as an option? Or, and I know this is not... | 2006-07-27 08:42:09 | 1,154,000,000 | resolved fixed | 968592b | 1,176,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java | JDT |
1,890 | 97,200 | Bug 97200 [package explorer] [working sets] Enable 'New' action for working sets | If I want to create a new folder in a project, I right-click the project. If I want to create a new project in a working set, I right-click the working set... and then remember that it doesn't work that way. I suggest that "New Project" should be enabled from the working set context menu, and the new project should add... | 2005-05-30 05:38:21 | 1,117,450,000 | verified fixed | 0bd616d | 1,176,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/NewWizardsActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizard.java | JDT |
1,891 | 178,744 | Bug 178744 [misc] Editor opened upon an out of sync resource should allow for refresh action | I20070320-0010 Scenario: - create new file test.txt in project P; - edit it; - leave Eclipse; - touch test.txt; - launch Eclipse; - answer 'No' to the 'File Changed' prompt; - you get your editor to display 'Resource is out of sync...'; - while refreshing it from the Navigator is easy, I found no means to refresh the r... | 2007-03-22 05:27:22 | 1,174,560,000 | resolved fixed | a95389a | 1,176,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditorActionContributor.java | JDT |
1,892 | 181,805 | Bug 181805 [convert local] Convert local to field fails with shorthand array initializer | I20070403-1110 public class Try { void m() { final boolean[] finished= { false }; } } Convert 'finished' to field gives: Caused by: java.lang.IllegalArgumentException at org.eclipse.jdt.core.dom.ASTNode.checkNewChild(ASTNode.java:1869) at org.eclipse.jdt.core.dom.ASTNode.preReplaceChild(ASTNode.java:1931) at org.eclips... | 2007-04-10 13:22:41 | 1,176,230,000 | resolved fixed | db5dc7d | 1,176,310,000 | org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_test24_in.java org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_test24_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/PromoteTempToFieldTests.java org.eclipse.jdt.u... | JDT |
1,893 | 137,114 | Bug 137114 [build path] compliance settings for new Java projects are global | When you go through the new Java Project wizard you are given the opportunity to change compiler compilance settings etc. The wizard does not however make it very clearl that these settings are the global ones and not the ones for the project that you are creating. When I went through this I thought "great, I'm making ... | 2006-04-17 20:55:08 | 1,145,320,000 | resolved fixed | 0c90acf | 1,176,300,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java | JDT |
1,894 | 135,298 | Bug 135298 [nls tooling] Duplicate entries in string externalization wizard preview | N20060405-0010 There seems to be an error in the externalize string wizard preview. (see attached picture) The tree shows 2 changes for each string being externalized. If you click on the first change, you are shown the diff as expected. The second change shows nothing. | 2006-04-06 11:18:23 | 1,144,340,000 | resolved fixed | 920fd16 | 1,176,300,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSSourceModifier.java | JDT |
1,895 | 181,915 | Bug 181915 [rename] in-place Rename Field refactoring forces preview even if textual occurrences are not updated | I20070410-1043 The in-place Rename Field refactoring forces preview even if textual occurrences updating is not enabled. | 2007-04-11 06:49:33 | 1,176,290,000 | verified fixed | 74e35ee | 1,176,290,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java | JDT |
1,896 | 171,099 | Bug 171099 [Sync View] Java content provider provides wrong label for folder | When view a resource project (i.e. non-Java) in the Sync view when using compressed folder, the Java content provider is somehow asked to provide a label and only provides a single segment instead of the project relative path. This is probably related to the use of pipelining (i.e. I recall that pipelining prevented th... | 2007-01-19 15:48:45 | 1,169,240,000 | resolved fixed | 5bdd565 | 1,176,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationLabelProvider.java | JDT |
1,897 | 176,282 | Bug 176282 Link With Editor in Navigator and Project Explorer should work for IEditInput that can adapt to IFile | If I define an IEditorInput implementation that returns an IFile when asked for an IFile.class adapter, the Link With Editor capability of the Navigator or Project Explorer should work properly. But it appears that this capability is supported by doing an instanceof IFileEditorInput test instead. That's far less flexib... | 2007-03-03 08:46:59 | 1,172,930,000 | verified fixed | 0d075ca | 1,176,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaFileLinkHelper.java | JDT |
1,898 | 133,530 | Bug 133530 [javadoc location] validating location on typing very slow | null | 2006-03-28 09:34:16 | 1,143,560,000 | resolved fixed | 3f0ddf2 | 1,176,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java | JDT |
1,899 | 130,725 | Bug 130725 [build path] New Java project wizard should allow to set compliance for project only | I20060301-0800 The link to configure the compliance on the Java project wizard only allows to configure the workbench preference. It would make sense to hava a link to configure the project settings as well. | 2006-03-07 07:00:26 | 1,141,730,000 | resolved fixed | e8f8873 | 1,176,210,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java | JDT |
1,900 | 181,758 | Bug 181758 [clean up] CUR should use its own working copy owner | I20070403-1110 Would increase performance and lower memory footprint | 2007-04-10 09:30:52 | 1,176,210,000 | resolved fixed | 01cceb4 | 1,176,210,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java | JDT |
1,901 | 181,193 | Bug 181193 NPE in JavaEditor.isMarkingOccurrences(...) | Using I20070403-1110, I got this NPE debugging some code in java.util.zip.ZipFile. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.isMarkingOccurrences(JavaEditor.java:2899) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor$3.run(ClassFileEditor.java:683) at org.eclipse.core.... | 2007-04-05 09:13:29 | 1,175,780,000 | resolved fixed | dbbb65c | 1,176,200,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
1,902 | 178,508 | Bug 178508 [clean up] performance degredation in clean up tests | null | 2007-03-21 06:39:47 | 1,174,470,000 | resolved fixed | 3991c68 | 1,176,200,000 | org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java | JDT |
1,903 | 177,709 | Bug 177709 [rename] Inplace Rename refactoring not consistent with dialog refactoring | I20070313-1051 The editor inplace Rename refactoring is not consistent with dialog refactoring: while the dialog refactoring forces/requires the user to look at the preview when textual matches are replace, no preview is shown when renaming inplace. So - either the preview is really a must in the textual case and then ... | 2007-03-16 04:17:14 | 1,174,030,000 | resolved fixed | 5f1292a | 1,175,790,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java | JDT |
1,904 | 92,095 | Bug 92095 [open type] Support access to "Type Filters" preferences directly from the Open Type dialog | I find that the type filters preference is a very handy feature and useful for cutting down on the size of files in the open types dialog, as well as duplicates. But I find this feature hard to discover under the "Appearance" preferences, it seems like the preference page should not be under appearance. Also it would b... | 2005-04-20 11:48:48 | 1,114,010,000 | resolved fixed | 5d9c024 | 1,175,790,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TypeFilterPreferencePage.java | JDT |
1,905 | 181,160 | Bug 181160 [organize import] Should use new CleanUpAction to do multi organize imports | null | 2007-04-05 05:42:58 | 1,175,770,000 | resolved fixed | 1627d49 | 1,175,780,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ImportsFix.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refa... | JDT |
1,906 | 181,157 | Bug 181157 [organize import] NPE on cancel multi organize import | I20070327-0800 Running organize import and then pressing cancel resulted in: Caused by: java.lang.IllegalArgumentException: AST must not be null at org.eclipse.jdt.core.dom.rewrite.ImportRewrite.create(ImportRewrite.java:185) at org.eclipse.jdt.ui.CodeStyleConfiguration.createImportRewrite(CodeStyleConfiguration.java:6... | 2007-04-05 05:22:32 | 1,175,760,000 | resolved fixed | 8e9b2cd | 1,175,770,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java | JDT |
1,907 | 60,557 | Bug 60557 Inline method: creates same AST 4 times [refactoring] | I20040430 The current implementation of InlineAction#run(ITextSelection) is rather expensive. If you set the caret to a method call and run Refactor > Inline, the same AST (with bindings) is created 4 times: 3 times for each try... method and a last time when the refactoring is finally executed. The problem is that we ... | 2004-04-30 08:16:01 | 1,083,330,000 | resolved fixed | 420ef98 | 1,175,730,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineTempRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/Refactorin... | JDT |
1,908 | 133,277 | Bug 133277 [actions] Allow Sort Members to be performed on package and project levels | After talking to Martin A at EclipseCon, I suggested that it would be good if Sort Members could be made into an action that could be applied to projects as well as packages, like format and organise imports do. This would then enable such an action to be hooked into the Code Cleanup wizard. I'd love to help out fixing... | 2006-03-25 16:38:17 | 1,143,320,000 | resolved fixed | 09a5938 | 1,175,700,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/intern... | JDT |
1,909 | 178,730 | Bug 178730 [navigation] Fake CU must use encoding from IEncodedStorage (GB18030: DBCS) | OS: Windows Vista Language: Simplified Chinese Build Name: IES 3.3M5 JDK version: J2RE 1.5.0 IBM J9 2.3 Windows Vista x86-32 j9vmwi3223-20070318(JIT Enabled) Summary: DBCS chars displayed as garbage in Outline view. Steps to recreate problem: 1. Launch IES3.3 Workbench, set Text File encoding to UTF-8 by clicking Windo... | 2007-03-22 03:31:08 | 1,174,550,000 | closed fixed | 1fb64ff | 1,175,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
1,910 | 179,689 | Bug 179689 [spell checking] SpellCheckEngine needs a lot of memory | N20070327-0010 I have a user dictionary with less than 500KB contents, but SpellCheckEngine takes up more than 6MB at run time. | 2007-03-28 05:16:32 | 1,175,070,000 | resolved fixed | d447410 | 1,175,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java | JDT |
1,911 | 147,767 | Bug 147767 [build path] exception in new source folder wizard when closed project is seed selection | *Close a projects in the workspace *Select the closed project *File > New Source Folder Got the following exception, which was reported as an Internal Error in the Error Log view: org.eclipse.core.internal.resources.ResourceException: Resource /Plug-in Project is not open. at org.eclipse.core.internal.resources.Project... | 2006-06-19 14:40:19 | 1,150,740,000 | resolved fixed | 03b027e | 1,175,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java | JDT |
1,912 | 180,497 | Bug 180497 [build path] Use Execution Env radio not disabled on detect | I20070327-0800 1. Go to New Java Project Wizard 2. Name: 'P0' 3. Select 'Create Project from existing source' 4. Select an existing Project Is: 'Use an execution environment JRE' is not disabled Should: be disabled | 2007-04-02 11:14:35 | 1,175,530,000 | resolved fixed | b55627e | 1,175,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java | JDT |
1,913 | 180,406 | Bug 180406 [Common Navigator] Patch for bugs 179179, 157314, 156357 | null | 2007-04-01 21:45:41 | 1,175,480,000 | resolved fixed | 8c91964 | 1,175,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/CommonLayoutActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorActionProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/intern... | JDT |
1,914 | 165,758 | Bug 165758 [inline] Inline local in constructor with compile error does remove code | I20061121-1845 Given: package test; public class E1 { public E1(String label) {} public E1() { String s= "foo"; this(s); } } 1. Select variable 's' 2. Inline 's' (either through quick assist or through refactor menu) Is: public E1() { this(s); } Should: public E1() { this("foo"); } No exception is thrown. | 2006-11-24 03:55:05 | 1,164,360,000 | resolved fixed | 440679b | 1,175,520,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/InlineTempWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java | JDT |
1,915 | 148,313 | Bug 148313 [build path] "Configure Build Path" incorrectly appears for non-Java projects | In Eclipse 3.2RC7, if I right-click a closed project or an open non-Java project in the Package Explorer, "Build Path" incorrectly appears on the context menu, and the submenu contains the single entry "Configure Build Path". Clicking on this entry opens the Info page of the project properties. (Presumably Eclipse trie... | 2006-06-22 18:07:53 | 1,151,010,000 | resolved fixed | f40295f | 1,175,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ConfigureBuildPathAction.java | JDT |
1,916 | 179,056 | Bug 179056 [compiler] Compiler gives misleading Range for invisible field | public class A { private int test; public static A a = new A(); } class B { private void foo() { A.a.test=8; } } In method foo() the small a is highlighted while the real problem is test. This leads to a wrong change visibility quickfix. (The visibility of A is "raised" to friend access) | 2007-03-23 11:58:14 | 1,174,670,000 | verified fixed | 9f5f867 | 1,175,510,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java | JDT |
1,917 | 173,438 | Bug 173438 [Contexts] ContextAuthority$1.widgetDisposed(..) does not handle case where shell is already disposed | I20070208-0010 ContextAuthority$1.widgetDisposed(..) does not handle the case where the shell is already disposed. It should check whether newShell has been disposed before calling newShell.removeDisposeListener(this). To reproduce, remove the asyncExec(..) workaround in HEAD of org.eclipse.jdt.internal.ui.refactoring.... | 2007-02-08 08:30:52 | 1,170,940,000 | verified fixed | 25ab3d1 | 1,175,160,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java | JDT |
1,918 | 173,770 | Bug 173770 [JUnit] "Run As" menu items disappear | Build ID: I20070209-1006 Steps To Reproduce: 1. Click the Run menu 2. Drag cursor down to the "Run As" submenu 3. Wait for a sec, no submenu appears 4. Continue dragging cursor, and menu items disappear as the cursor moves over them More information: eclipse 3.3M5 on OS X 10.4.8 | 2007-02-11 00:49:26 | 1,171,170,000 | resolved fixed | be6d035 | 1,175,090,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitPropertyTester.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/JUnitPropertyTester.java | JDT |
1,919 | 141,517 | Bug 141517 [JUnit] High memory consumption from JUnit history | 3.2 - I20060505-1306 I am running with -Xmx512M on the command line; and noticed the heap size monitor to say 493M of 512M allocated, which is way more than in average for my self-hosting workspace (usually cruising at 240M). Using yourkit 5.5, I got a memory dump, which shows 50M are held by the JUnit history. This is... | 2006-05-12 06:48:34 | 1,147,430,000 | resolved fixed | 2f74baa | 1,175,090,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/ITestSessionListener.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/JUnitModel.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/jun... | JDT |
1,920 | 179,729 | Bug 179729 IAE in CompilationUnitDocumentProvider$CompilationUnitAnnotationModel.setIsActive() | I20070327-0800 !ENTRY org.eclipse.jdt.ui 4 0 2007-03-28 15:36:54.683 !MESSAGE Error in JDT Core during reconcile !STACK 0 java.lang.IllegalArgumentException: at org.eclipse.core.runtime.Assert.isLegal(Assert.java:62) at org.eclipse.core.runtime.Assert.isLegal(Assert.java:46) at org.eclipse.jdt.internal.ui.javaeditor.Co... | 2007-03-28 09:54:11 | 1,175,090,000 | resolved fixed | 93cd1cd | 1,175,090,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
1,921 | 179,696 | Bug 179696 [decorators] Should not use new ProblemsLabelDecorator() from jdt.ui | I20070327-0800 In the jdt.ui plug-in, we have a few callers of the no-arg constructor ProblemsLabelDecorator(). I think these should all be replaced by ProblemsLabelDecorator(null), since that one reuses the Java plugin's image registry. | 2007-03-28 05:37:30 | 1,175,070,000 | resolved fixed | d140688 | 1,175,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/Ja... | JDT |
1,922 | 87,522 | Bug 87522 [quick fix] remove assignment without sideeffects can have side effects | When eclipse reports an unused variable and offers to remove the variable and all assignments without side effects, it can have side effects. For instance MyDialog d; d = new MyDialog(); In this case it would remove the constructor "new MyDialog()". However the constructor could be doing something useful, such as displ... | 2005-03-09 12:05:56 | 1,110,390,000 | resolved fixed | 5e7475a | 1,175,000,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/AbstractFix.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/... | JDT |
1,923 | 179,460 | Bug 179460 No 'Run as Junit Plug-in test' on methods | 3.3 M6 1. create a test case in a PDE project 2. add some test methods 3. Open the 'Run As' context menu on the method. You only see 'Run as Junit Test', but no 'Run as Junit Plu-in Test' Problem is that <test property="org.eclipse.debug.ui.projectNature" value="org.eclipse.pde.PluginNature"/> doesn't work on IMethods ... | 2007-03-27 05:24:29 | 1,174,990,000 | resolved fixed | 9c8bc59 | 1,174,990,000 | org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaElementPropertyTester.java | JDT |
1,924 | 178,819 | Bug 178819 [misc] BIDI3.3:<HCG: function name in tool tip text window is not shown properly> | Build ID: Version 3.3 Steps To Reproduce: Note: treat Caps Lock latin letters as BiDi letters Hebrew\Arabic. 1. Run eclipse with -dir rtl flag. 2.Create a jave project. 3.Create a Java Class with BiDi name. as - EMANSSALC. 4. declare a function with 2 parameters when the method and the variables names are Bidi names. 5... | 2007-03-22 11:48:45 | 1,174,580,000 | verified fixed | 9db710e | 1,174,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | JDT |
1,925 | 172,284 | Bug 172284 [JUnit] update JUnit4 to 4.2 | null | 2007-01-31 04:12:56 | 1,170,230,000 | resolved fixed | f3d5738 | 1,174,930,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java | JDT |
1,926 | 179,018 | Bug 179018 [preference][hovering] 'Externalized String' hover modifier key should be same as Hyperlink modifier | I20070322-1800 'Java > Editor > Hovers > Externalized String' hover modifier key should by default be the same as the 'Editors > Text Editors > Hyperlinking > Java Property Key' modifier keys. Was: unconfigured Expected: Ctrl+Alt | 2007-03-23 10:10:40 | 1,174,660,000 | resolved fixed | 3cb2cd4 | 1,174,910,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | JDT |
1,927 | 179,022 | Bug 179022 [nls tooling][hovering] 'Externalized String' hover modifier key does not work | I20070322-1800 The 'Externalized String' hover modifier key does not work (tooltip never shows up). Interestingly, it works as part of the Combined Hover. | 2007-03-23 10:21:59 | 1,174,660,000 | resolved fixed | ecf8bfc | 1,174,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/NLSStringHover.java | JDT |
1,928 | 172,314 | Bug 172314 [Dialogs] FilteredItemsSelectionDialog does not allow us adding camel case navigation handler | I20070130-0800 FilteredItemsSelectionDialog does not allow us adding a camel case navigation handler to the filter field. In JDT's previous Open Type implementation, the user could press Ctrl+Left, Ctrl+Right, etc. to jump into camel case words (e.g. |Array|List|). This functionality is missing in HEAD, and JDT/UI cann... | 2007-01-31 09:52:59 | 1,170,260,000 | verified fixed | 1cb5c6d | 1,174,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java | JDT |
1,929 | 178,440 | Bug 178440 Finalize Experimental jdt.junit APIs | I20070320-0010 There are still APIs in jdt.junit marked as EXPERIMENTAL. This has to be finalized for M6. | 2007-03-20 17:55:58 | 1,174,430,000 | resolved fixed | fd98b3d | 1,174,470,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/TestRunListener.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/model/ITestCaseElement.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/model/ITestElement.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/model/ITestElementContainer.java or... | JDT |
1,930 | 61,817 | Bug 61817 [api] Provide API to execute move refactorings headless [refactoring] | Since there is public API for "RenameSupport", I was wondering why there isn't similar "MoveSupport" (or is there...) to kick off Java move/refactoring. | 2004-05-11 17:40:58 | 1,084,310,000 | resolved fixed | ca2e79d | 1,174,320,000 | org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/core/refactoring/descriptors/MoveDescriptor.java org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/core/refactoring/descriptors/DescriptorMessages.java | JDT |
1,931 | 82,296 | Bug 82296 [typing][preferences] Move "tabs to spaces" function from JavaEditor to TextEditor | null | 2005-01-05 18:19:21 | 1,104,970,000 | resolved fixed | fd8d1d2 | 1,174,300,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
1,932 | 177,502 | Bug 177502 [decorators] new volatile decorator should honor common style convention | I20070313-1051 + JDT UI from HEAD I always found it practical that the decorator for 'static' and 'final' followed the common style i.e. first 'static' then 'final' and not the other way around. If possoble, the same should be honored for the new volatile decorator. Currently it is added on the left which is not common... | 2007-03-15 04:19:21 | 1,173,950,000 | resolved fixed | a513bf0 | 1,174,170,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementImageDescriptor.java | JDT |
1,933 | 177,749 | Bug 177749 [api] Make AbstractReusableInformationControlCreator API | I20070313-1051 We have 4 internal copies of AbstractReusableInformationControlCreator. This is a pain to maintain and should therefore be provide as API. | 2007-03-16 09:50:03 | 1,174,050,000 | resolved fixed | a098bd6 | 1,174,120,000 | 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/AbstractReusableInformationControlCreator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaInformationProvider.java org.eclipse.jdt.... | JDT |
1,934 | 170,310 | Bug 170310 [javadoc export] JAR exporter misbehaves if debug information is disabled | Build ID: M20060629-1905 Steps To Reproduce: If the option "Add source file name to generated class file" in the Project properties (in Java Compiler options) is disabled, the JAR exporter exports all classes in the project even if only some of them are selected for export. More information: | 2007-01-12 05:58:10 | 1,168,600,000 | verified fixed | 04aa374 | 1,174,060,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.