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,735 | 188,910 | Bug 188910 [clean up] Clean Up wizard needs too much space/is ugly | I20070524-0010 Very ugly dialog, needs polish. Idea is to - Move tab folder to a dialog - Show bullet list for selected custom clean ups | 2007-05-24 09:50:04 | 1,180,010,000 | verified fixed | 229d217 | 1,180,100,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantConfigurationModifyDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java | JDT |
1,736 | 185,759 | Bug 185759 [introduce parameter object] should test if class already exists | M7 - in the following example use 'Introduce Parameter Object' on 'add' - name the new class E - create it as inner class - the result doesn't compile as 'E' as the new class conflicts with the existing 'E' - The input dialog should make sure that no class exists at the destination with the same name package e; public ... | 2007-05-07 09:41:37 | 1,178,550,000 | verified fixed | 3281ab3 | 1,180,090,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IntroduceParameterObjectRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java | JDT |
1,737 | 189,083 | Bug 189083 [render] colored labels shifted to the right and margin smaller between icon and text | null | 2007-05-25 03:17:15 | 1,180,080,000 | verified fixed | f4b79f6 | 1,180,090,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/OwnerDrawSupport.java | JDT |
1,738 | 186,334 | Bug 186334 [introduce parameter object] wrong names for constructor params | M7 - use introduce parameter object on the folloing method and change field names to 'fX', 'fY' and 'fZ' package p; public class A extends TestCase { private void foo(int x, int y, int z) { } } - the result not only used the field names for the fields, but also for the parameters. The parameters should be unchanged fro... | 2007-05-10 06:52:45 | 1,178,790,000 | verified fixed | 9b0f2ef | 1,180,080,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreationCodeStyle/out/TestDelegateCreationCodeStyle.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testSimpleEnclosingCodeStyle/in/TestSimpleEnclosingCodeStyle.java org.eclipse.jdt.ui.tests.refactoring/reso... | JDT |
1,739 | 185,748 | Bug 185748 [introduce parameter object] all options in dialog should be persisted | HEAD All options in the Introduce Parameter Object dialog should be persisted when the dialog is closed and restored as defaults when the dialog is opened again. Destination, getters, and setters should be stored, and the delegate settings should be shared with Rename Method and Change Method Signature. See e.g. Rename... | 2007-05-07 08:49:43 | 1,178,540,000 | verified fixed | 714e1e6 | 1,180,050,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java | JDT |
1,740 | 174,349 | Bug 174349 [open type] Open Type dialog should support '<' and ' ' in combination with camel case | 3.3 M5 Currently I can use '<' and ' ' to terminate the search string. This however does not work when entering camel case, e.g. 'DP<' | 2007-02-15 13:11:35 | 1,171,560,000 | verified fixed | 16a245c | 1,180,050,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java | JDT |
1,741 | 188,485 | Bug 188485 [package explorer] image leaked when opening toolbar menu in package explorer | Build: I20070522-0010 1) Open the drop-down menu in the package explorer's tool bar (the little triangle). 2) Hit Esc to close the menu. -> One image is leaked each time. This is the image for the "Window Working Set" item in the menu. The same leak occurs in the menu for the Projects/Packages/Types views in the Java B... | 2007-05-22 17:51:30 | 1,179,870,000 | verified fixed | 37a1047 | 1,180,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/CommonLayoutActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/... | JDT |
1,742 | 184,502 | Bug 184502 [Contributions] conflict reported for 2 different contexts | null | 2007-04-27 14:47:24 | 1,177,700,000 | verified fixed | 114906a | 1,180,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TextFieldNavigationHandler.java | JDT |
1,743 | 188,915 | Bug 188915 [spell checking] Java Editor barely usable with spell check on and no dictionary | null | 2007-05-24 10:07:32 | 1,180,020,000 | verified fixed | 9366899 | 1,180,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/ISpellCheckEngine.java | JDT |
1,744 | 188,914 | Bug 188914 [preferences][spell checking] spell checking default dictionary is set to none | Version: 3.3.0 Build id: I20070524-0010 J2RE 5.0 IBM J9 2.3 Windows XP x86-32 build j9vmwi3223-20070201 scenario: - open a brand new workspace - go to Preferences --> General --> Editors --> Text Editors --> Spelling - click the Restore Defaults button - note, dictionary is defaulted to "none" --> what spell checking s... | 2007-05-24 10:03:49 | 1,180,020,000 | verified fixed | a613633 | 1,180,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | JDT |
1,745 | 188,087 | Bug 188087 [introduce parameter object] NPE when introducing to overriden method if method from binary | I20070517-1700 Given: package test; import java.util.AbstractList; public class MyList extends AbstractList { public Object get(int index) { return null; } public int size() { return 0; } } 1. Select 'get' 2. Refactor>Introduce Parameter Object... 3. Say 'Yes' on the warning dialog Is: java.lang.NullPointerException at... | 2007-05-21 09:04:58 | 1,179,750,000 | verified fixed | c6262d4 | 1,180,020,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java | JDT |
1,746 | 185,745 | Bug 185745 [introduce parameter object] introduces object to method which is not selected | I20070503-1400 Given: package test; public class E1 { public void foo(int x, int y) {} public static void main(String[] args) { new E1().foo(1, 2); } } 1. Select 'foo' in body of 'main' 2. Introduce Parameter Object... Is: A parameter object is introduced to 'main' Should: Introduce it to the selected method, like chan... | 2007-05-07 08:38:49 | 1,178,540,000 | verified fixed | 8efb172 | 1,180,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IntroduceParameterObjectAction.java | JDT |
1,747 | 188,861 | Bug 188861 [perfs] Performance tests with no results should be removed from test suites | null | 2007-05-24 06:07:36 | 1,180,000,000 | verified fixed | a55b1df | 1,180,010,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/DebuggingPerformanceTestSuite.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/JavaTypingInvocationCountTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/OpenJavaEditorInvocationCountTest.java o... | JDT |
1,748 | 187,265 | Bug 187265 [refactoring] strange OperationCancelledException in Introduce Indirection | null | 2007-05-16 10:16:52 | 1,179,330,000 | verified fixed | 396cef7 | 1,180,010,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/PerformC... | JDT |
1,749 | 186,663 | Bug 186663 [hashcode/equals] generate hashCode/equals thinks Enums have no hashCode/equals | Build ID: I20070323-1616 Steps To Reproduce: 1. Create an enum (I have them as inner classes which may be a pre-requisite for this bug to surface). Let's call it DbModel.Currency. 2. Create a class someplace else with just 1 field, 'currency', with as type: DbModel.Currency (statically imported). Let's call this class ... | 2007-05-11 20:55:28 | 1,178,930,000 | verified fixed | c40f0d3 | 1,180,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateHashCodeEqualsAction.java | JDT |
1,750 | 187,824 | Bug 187824 [build path] NPE when restoring invalid project in workspace root | 20070517-1700 - create project P in workspace - delete project p, but keep content - with an external editor, change .project of P to be invalid - create a new project, point to 'P' location Root exception: java.lang.NullPointerException at org.eclipse.core.internal.filesystem.InternalFileSystemCore.getStore(InternalFi... | 2007-05-18 10:56:59 | 1,179,500,000 | verified fixed | ae7b65b | 1,180,000,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java | JDT |
1,751 | 188,466 | Bug 188466 [render] image appears to need centering when custom draw is used | 3.3RC1 On GTK when I turn on JDT's Show Colored Labels preference, the images in the Package Explorer view all shift up to the top of their tree cells. I assume this shift is a result of switching to use custom draw to draw the items once multi-coloured texts are needed. It looks like the images need to be drawn a few ... | 2007-05-22 16:50:21 | 1,179,870,000 | verified fixed | 8203374 | 1,180,000,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/OwnerDrawSupport.java | JDT |
1,752 | 185,694 | Bug 185694 [introduce parameter object] Introduce Parameter Object substitutes wrong class | 3.3M7 I20070503-1400 public class A { public static void main(String[] args) { method(5, 6); } public static void method(int x, int y) { System.out.println(x + ", " + y); } } Extract a parameter object class Point in a separate CU on x any y and name it point. The result is: public class A { public static void main(Str... | 2007-05-06 12:01:15 | 1,178,470,000 | verified fixed | 8596703 | 1,180,000,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDefaultPackagePoint/in/TestDefaultPackagePoint.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDefaultPackagePoint/out/TestDefaultPackagePoint.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParamet... | JDT |
1,753 | 116,023 | Bug 116023 [Patch] Create Patch ignores lines at end of file | Build id: I20051108-1011 Steps: 1. Create a java class in a cvs project. Leave a new line (CR) after the last "}" in the file. Create a patch for the file. 2. Remove the newline after the last "}" in the file. Create a patch again. -> Observe: Both(!) patches do not include the new line (CR) at the end of the file. Now... | 2005-11-11 10:17:19 | 1,131,720,000 | verified fixed | e30d4b0 | 1,179,940,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/testBug151683/out/Z.java | JDT |
1,754 | 188,130 | Bug 188130 BulletListBlock is not read only | I20070517-1700 1. Go to Java>Code Style>Clean Up preference page 2. Set caret into the bullet list 3. Start typing Is: You can edit it Should: Be read only | 2007-05-21 12:47:54 | 1,179,770,000 | verified fixed | cadaacb | 1,179,940,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BulletListBlock.java | JDT |
1,755 | 188,207 | Bug 188207 [clean up] removes required parentheses around nested conditional expression | null | 2007-05-22 00:35:21 | 1,179,810,000 | verified fixed | 73befa9 | 1,179,930,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java | JDT |
1,756 | 151,683 | Bug 151683 [extract superclass] Extract Superclass without 'Use the extracted class' removes code | I20060718-0800 Given: package test; public class E1 { private static void foo() {} public void bar() {foo();} } 1. Select 'E1' 2. Refactor>Extract Superclass 3. Type in 'Super' 4. Deselect 'Use Superclass where possible' 5. Select 'foo' 6. Finish Is: 'foo' is removed from E1 but not added to Super Should: be added to S... | 2006-07-25 08:28:32 | 1,153,830,000 | verified fixed | 2b5e823 | 1,179,930,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/testBug151683/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/testBug151683/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/testBug151683/out/Z.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/ec... | JDT |
1,757 | 188,376 | Bug 188376 [package explorer] Tests log NPE in PackageExplorerPart.saveState | 3.3 RC1 Found in the console when running the tests java.lang.NullPointerException at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.saveState(PackageExplorerPart.java:1052) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.dispose(PackageExplorerPart.java:537) at org.eclipse.jdt.ui.tests.pack... | 2007-05-22 12:41:06 | 1,179,850,000 | verified fixed | 6dcb282 | 1,179,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
1,758 | 187,306 | Bug 187306 [key binding] Some UI elements not reporting the correct keyboard shortcut for content assist | Build ID: I20070508-0800 Steps To Reproduce: PlatformUI.getWorkbench().getAdapter(IBindingService.class) not reporting the correct keyboard shortcut for content assist. As defined in org.eclipse.ui's plugin.xml, DBCS languages (zh, ja, ko) use "Alt+/" as the key sequence on gtk. A quick look at the code in one use case... | 2007-05-16 12:38:49 | 1,179,330,000 | closed fixed | 5535d6e | 1,179,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistAdvancedConfigurationBlock.java | JDT |
1,759 | 187,004 | Bug 187004 [organize imports] adds abnormal "import static" | null | 2007-05-15 09:39:16 | 1,179,240,000 | verified fixed | 1f676e7 | 1,179,910,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java | JDT |
1,760 | 188,313 | Bug 188313 [preferences] dialog font not used in clean up dialog | 3.3 RC1 change the dialog font to a larger size a.) open a clean up profile The 'x of y clean ups selected' description does not use the new font b.) use clean up on multiple files The profile selection dialog that shows up doesn't use the new font | 2007-05-22 09:52:02 | 1,179,840,000 | verified fixed | f4a2c9f | 1,179,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java 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/cleanup/MemberAccessesTabPage.java | JDT |
1,761 | 186,188 | Bug 186188 [spell checking] BOM repeated in user dictionary file if encoding is UTF-16 | HEAD If I set the encoding of the user dictionary file to "UTF-16" and then use quick fix to add words, the file contains a BOM (fe ff) in front of every line. Expected: BOM only at start of file. | 2007-05-09 11:47:55 | 1,178,730,000 | verified fixed | 161753e | 1,179,840,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/PersistentSpellDictionary.java | JDT |
1,762 | 188,262 | Bug 188262 [javadoc export] source version '1.6' missing for selection | 3.3 RC1 On the last page of the Javadoc exporter open the 'JRE source compatibility' combo. '1.6' is missing. The combo is modifiable, but we should have 1.6 for convenience and consistency. | 2007-05-22 05:45:47 | 1,179,830,000 | verified fixed | b0058ad | 1,179,830,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java | JDT |
1,763 | 187,226 | Bug 187226 Compiler warning in I20070516-0010 | 1. WARNING in /ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java (at line 748) IWorkbenchPartSite site= part.getSite(); The local variable site is never read | 2007-05-16 06:32:52 | 1,179,310,000 | verified fixed | 740d54a | 1,179,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java | JDT |
1,764 | 178,859 | Bug 178859 EditorOpener leaks last opened editor | null | 2007-03-22 14:30:17 | 1,174,590,000 | verified fixed | c3cb261 | 1,179,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchEditorOpener.java | JDT |
1,765 | 171,022 | Bug 171022 [build path] Editing of user library resets export state of this library | Build ID: M20060921-0945 Steps To Reproduce: 1.Create Java project 2.Create user library in this project and add some jars. 3.In "Build path/Configure buid path.../Order and Export" select this user library to export. Press Ok. 4. Edit this user library (add and remove some jars). 5. Check export status of the library ... | 2007-01-19 05:11:07 | 1,169,200,000 | verified fixed | 08f9dec | 1,179,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryWizardPage.java | JDT |
1,766 | 126,342 | Bug 126342 [key binding] Suggestions for AbstractInformationControl | null | 2006-02-03 09:39:44 | 1,138,980,000 | verified fixed | c0606c6 | 1,179,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java | JDT |
1,767 | 155,834 | Bug 155834 [build path] Linking source to project should always be available | 3.2.1 RC3 The option to link source to the project is only possible when a project is selected. This should always be available. Applies to the build path properties dialog and the Build Path menu entries in the Package Explorer. | 2006-08-31 10:46:33 | 1,157,040,000 | verified fixed | 57e5925 | 1,179,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorerActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/NewSourceContainerWorkbookPage.java | JDT |
1,768 | 185,086 | Bug 185086 [render] colored labels: inherited not well distinguishable | I20070502-0010. If pressing Ctrl+O Ctrl+O the inherited members are not well distinguishable as they are grey like the qualification. We should use a different color. Currently I like the non-colored version better as the main diff I like to see is the between inherited and non-inherited members i.e. the diff between C... | 2007-05-02 07:28:53 | 1,178,110,000 | verified fixed | 8b552a8 | 1,179,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ColoredViewersManager.java | JDT |
1,769 | 186,976 | Bug 186976 [preferences] use SWT.COLOR_WIDGET_BACKGROUND for disabled backgrounds; use SWT.COLOR_DARK_GRAY for disabled foregrounds | null | 2007-05-15 06:46:03 | 1,179,230,000 | verified fixed | 8e6e20a | 1,179,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BulletListBlock.java | JDT |
1,770 | 185,170 | Bug 185170 [working sets] New wizards started off working sets have wrong init values | I20070502-0010. If a working set is selected then the new wizards (e.g. New Source Folder) are initialized with a random (I guess the first project in Java Model) project. Sometimes this project is not even in the selected working set. | 2007-05-02 12:43:48 | 1,178,120,000 | verified fixed | cbba0df | 1,179,240,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestSuiteWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java | JDT |
1,771 | 155,814 | Bug 155814 [build path] Browse default output folder prepends '/' | I20060829-0800 On the second page of the new java project wizard. 1. Select 'Browse' for the default output folder location 2. Select some folder 3. Click 'OK' Is: Name has a '/' prefix Should Not have a prefix | 2006-08-31 09:29:00 | 1,157,030,000 | verified fixed | 5a911f9 | 1,179,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | JDT |
1,772 | 185,872 | Bug 185872 [introduce parameter object] Introduce Parameter Object cannot create nested class if top-level type with the same name exists | 3.3M7 I20070503-1400 1. Have two source files X.java and Y.java. 2. Perform the Introduce Parameter Object refactoring to a method in X. Choose to create a nested class and call it Y. 3. The refactoring cannot proceed as the dialogue sees a clash between the existing Y and the proposed X.Y. The dialogue should only blo... | 2007-05-07 19:29:42 | 1,178,580,000 | verified fixed | 3d39630 | 1,179,240,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java | JDT |
1,773 | 185,871 | Bug 185871 [introduce parameter object] Introduce Parameter Object handling of packages | 3.3M7 I20070503-1400 1. Summon Introduce Parameter Object refactoring on some code. 2. Enter a fully qualified class name. - Warnings are displayed to ensure class/package naming conventions are observed. 3. OK is disabled - click Preview. 4. A fatal error is reported: "Type name cannot contain a dot(.)." The dialogue ... | 2007-05-07 19:27:51 | 1,178,580,000 | verified fixed | 58afe3b | 1,179,240,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java | JDT |
1,774 | 185,113 | Bug 185113 [working sets] Reveal changed element after 'Assign Working Sets' | 20070502 - start with a new workspace, create a project 'A' - In the package explorer, change to 'Working Sets' as lop level elements - create a working set 'X' assign project 'A' to it - invoke 'Assign Working Sets...' on 'A', uncheck all - the project should be revealed in the 'Other Projects' group after that operat... | 2007-05-02 10:07:48 | 1,178,110,000 | verified fixed | a2dc1f0 | 1,179,230,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java | JDT |
1,775 | 186,967 | Bug 186967 [clean up] Add this qualifier radios interconnected | I20070515-0010 1. Window Preferences... 2. Java>Code Style>Clean Up>Edit... 3. Member Accesses 4. Enable Use this qualifier for field accesses 5. Enable Use this qualifier for method accesses 6. Select Always Is: Only one of the radios is selected Should: Not change in both sections | 2007-05-15 05:44:22 | 1,179,220,000 | verified fixed | 0b544b9 | 1,179,230,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/MemberAccessesTabPage.java | JDT |
1,776 | 186,329 | Bug 186329 [introduce parameter object] Inlining fails if name of parameter on super class differs | package p; public class A { public void foo(int xg, int yg, int zg) { } } class B extends A { public void foo(int x, int y, int z) { System.out.println(x); } } using defaults results in: package p; public class A { public void foo(FooParameter parameterObject) { } } class B extends A { public void foo(FooParameter para... | 2007-05-10 05:59:15 | 1,178,790,000 | verified fixed | 3485f1c | 1,179,220,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testInlineRename/in/TestInlineRename.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testInlineRename/out/TestInlineRename.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testVarArgsNotReord... | JDT |
1,777 | 186,959 | Bug 186959 [package explorer] Selected Working Set not shown until edit | Build ID: I20070514-0010 Steps To Reproduce: 1. Select Working Set 2. Package Explorer shows nothing 3. Edit Working Set, do nothing but click Finish 4. Working Set Content is displayed in package Explorer More information: The steps above can be repeated, if I deselect the working set, package explorer displays all pr... | 2007-05-15 05:02:23 | 1,179,220,000 | verified fixed | fef5c92 | 1,179,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java | JDT |
1,778 | 186,957 | Bug 186957 [render] selected label drawn with color | 20070515 See screenshot: The selected element in the JUnit view is rendered with color. Selected and focused element should never use color. | 2007-05-15 04:48:02 | 1,179,220,000 | verified fixed | 0a48730 | 1,179,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/OwnerDrawSupport.java | JDT |
1,779 | 186,796 | Bug 186796 [Working Sets][package explorer] Others WS not updated if not first WS | I20070514-0010 Given fresh Workspace: 1. Switch PE to top level element WS 2. On Select Working Sets Dialog New... 3. 'WS1' 4. Finish 5. Move WS1 up 6. OK 7. Select 'Other Projects' 8. New>Java Project... 9. 'P01' 10. Finish 11. On P01>Assign Working Sets... 12. Select WS1 13. OK Is: Other Projects does not become empt... | 2007-05-14 10:38:50 | 1,179,150,000 | verified fixed | 955cace | 1,179,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java | JDT |
1,780 | 185,102 | Bug 185102 [actions] Assign Working Sets if there are no working sets | 20070502 - start with a new workspace - create a project - invoke 'Assign Working Sets...' - dialog shows up with nothing to select, no message, OK button enabled - I think it would be better to show an information dialog that says: 'No Working Sets have been defined yet' Maybe even offer a button to create a new worki... | 2007-05-02 09:26:16 | 1,178,110,000 | verified fixed | d78a9f5 | 1,179,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/SimpleWorkingSetSelectionDialog.java org.eclipse.jdt.ui/ui/org/e... | JDT |
1,781 | 186,754 | Bug 186754 [package explorer] new context menu not available on empty selection | I20070514-0010 Right click on an empty package explorer Is: New> Menu is not available anymore Should: Be available, regression Also 'Configure Workingset...' and 'Assign Working Set...' are available, both make no sense in this context. | 2007-05-14 05:18:21 | 1,179,130,000 | verified fixed | 9fce7d8 | 1,179,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/NewWizardsActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/OpenPropertiesWorkingSetAction.java | JDT |
1,782 | 186,473 | Bug 186473 A NullPointerException is thrown when switching between Java editors in the Eclipse workbench | This happens when either using the mouse or keyboard shortcuts to switch between editors. I am using the HTMLBuddy plugin, and this appears to only happen when I navigate to an XML file. This did not happen with 3.3 M6. Below is from the error log view: eclipse.buildId=I20070503-1400 java.version=1.5.0_11 java.vendor=S... | 2007-05-10 19:45:40 | 1,178,840,000 | verified fixed | 75ec5bf | 1,179,140,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSelectAnnotationRulerAction.java | JDT |
1,783 | 186,275 | Bug 186275 [spell checking] Words added to a dictionary still accepted after changing dictionary | HEAD - have some spelling errors - use quick fix to add words to the user dictionary - change user dictionary to an empty file => previously added words are still accepted => expected: words added to the user dictionary should not be accepted after the dictionary has been removed | 2007-05-09 19:18:50 | 1,178,750,000 | verified fixed | 1f6faf2 | 1,179,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java | JDT |
1,784 | 185,457 | Bug 185457 [refactoring] Enable "Maximize" button on "Move" refactoring dialog | Please enable the maximize button on "Move" refactoring dialog, like on "Pull up" dialog, so it turns easy to maximize the window on preview step. | 2007-05-03 18:04:17 | 1,178,230,000 | verified fixed | 0652eb1 | 1,179,130,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringStatusDialog.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.java | JDT |
1,785 | 186,554 | Bug 186554 Test failure in TypeCompletionTest.testBug182468() I20070511-0010 | null | 2007-05-11 09:12:09 | 1,178,890,000 | verified fixed | c9bb4cf | 1,179,130,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java | JDT |
1,786 | 185,172 | Bug 185172 [working sets] 'New' action not available if >1 working set selected | I20070502-0010. If I want to create a new Java project and directly add it to a working set I can select the working set and then 'context menu' > New > 'Java Project'. However, if I want to create the new Java project directly into >1 working sets I'm doomed as the context menu is missing. | 2007-05-02 12:55:04 | 1,178,120,000 | verified fixed | 8c19884 | 1,178,900,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 org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationBlock.java | JDT |
1,787 | 186,291 | Bug 186291 [build path] Output folder on source folders gets stripped when project established in IDE | When a .classpath file for a java project has different output folders for each source folder. e.g.: <classpathentry kind="src" output="build/classes/core" path="core"/> <classpathentry kind="src" output="build/classes/datamodel" path="build/datamodel"/> <classpathentry kind="src" output="build/classes/dao" path="dao3"... | 2007-05-09 22:56:49 | 1,178,770,000 | verified fixed | 122e4bd | 1,178,890,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/NewSourceContainerWorkbookPage.java | JDT |
1,788 | 185,452 | Bug 185452 [search] for all packages seems hung | I0501 If you pick Navigate->Go To->Package you get a progress dialog up but the progress is already at 100%. It says, Searching... [bar||||] Locating Java matches... It stays that way for a VERY LONG TIME - in a workspace with only 6 projects it was stuck like that for about 3 minutes on a 3Ghz P4. I thought actually i... | 2007-05-03 17:37:45 | 1,178,230,000 | verified fixed | e15b2f4 | 1,178,890,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/PackageSelectionDialog.java | JDT |
1,789 | 153,066 | Bug 153066 [build path] Errors creating Java project with existing name (non-case sensitive) | I20060807-2000 1. create Java project 'Foo' 2. try to create Java project 'Foo' ==> correctly says that 'Foo' already exists 3. try to create Java project 'foo' ==> no warning but some text at the end of the dialog saying that correctly says that the specified external location already exists and that those resources w... | 2006-08-08 06:33:54 | 1,155,030,000 | verified fixed | 8cd5c14 | 1,178,890,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,790 | 186,087 | Bug 186087 [type wizards] NPE when creating new | Build ID: I20070503-1400 Steps To Reproduce: 1. open existing project's manifest file 2. write activator full qualified path and use link to create new Activator file 3. click finish on new class wizard 4. NPE is thrown and new empty file is created More information: eclipse.buildId=I20070503-1400 java.version=1.6.0 ja... | 2007-05-09 04:27:05 | 1,178,700,000 | verified fixed | 0f70903 | 1,178,880,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | JDT |
1,791 | 178,013 | Bug 178013 [refactoring] Remove reference to internal ChangeExceptionHandler | 20070319 jdt/internal/ui/refactoring/RefactoringExecutionHelper references the internal class ltk.internal.ui.refactoring.ChangeExceptionHandler. That reference should be removed. | 2007-03-19 05:06:19 | 1,174,300,000 | verified fixed | b2812d4 | 1,178,880,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeExceptionHandler.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java | JDT |
1,792 | 162,856 | Bug 162856 [build path] new project from existing sources in the workspace | I have a folder with many subfolders. In this subfolders thera are another subfolders and source folders in them. For example: the main folder name is "git" git->s1->f1->src git->s1->f2->src git->s2->f3->src git->s2->f4->src ... The folder "git" is in the workspace. There is no project. I want to create project in the ... | 2006-10-31 03:36:43 | 1,162,280,000 | verified fixed | 2b34d3c | 1,178,810,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,793 | 186,153 | Bug 186153 [quick fix] missing undo for 'rename CU' quick fix | M7 - Use quick fix for the following code: choose to rename 'A.java' to 'A1.java' - Do undo, save - the reason is that quick fixes don't serve the undo history // A.java public class A1 { } java.lang.IllegalArgumentException: Illegal value: -1 at org.eclipse.core.internal.resources.Resource.revertModificationStamp(Reso... | 2007-05-09 09:43:57 | 1,178,720,000 | verified fixed | b121c59 | 1,178,810,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTe... | JDT |
1,794 | 186,161 | Bug 186161 [preferences] Preferences -> Java -> Code Style -> Clean Up crashes when internal browser is not available | Build ID: I20070503-1400 Steps To Reproduce: 1. Start Eclipse without internal browser available (Linux without Mozilla installed or without MOZILLA_FIVE_PATH) 2. Navigate to Preferences -> Java -> Code Style -> Clean Up 3. See broken widgets, and press various buttons 4. Eclipse crashes with SWT error More information... | 2007-05-09 10:08:20 | 1,178,720,000 | verified fixed | 70227c4 | 1,178,810,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/BulletListBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclip... | JDT |
1,795 | 185,743 | Bug 185743 [introduce parameter object] introduces stack overflow on recursions | I20070503-1400 Given: package test; public class E1 { public void countDown(int i) { if (i == 0) { System.out.println("bumm!"); return; } System.out.println(i); countDown(--i); } public static void main(String[] args) { new E1().countDown(10); } } 1. Select countDown 2. Introduce Parameter Object 3. Accept defaults Is:... | 2007-05-07 08:34:07 | 1,178,540,000 | verified fixed | 5939783 | 1,178,800,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testRecursiveReordered/in/TestRecursiveReordered.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testRecursiveReordered/out/TestRecursiveReordered.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterOb... | JDT |
1,796 | 185,376 | Bug 185376 [build path] Creating Java project fails on Mac | using build I20070503-0010, I started eclipse on a new workspace and tried to create a new java project named 'P'. When I clicked finish I got the following error 3 times in my log. Java Model Exception: Java Model Status [<project root> [in P] is not on its project's build path] at org.eclipse.jdt.internal.core.Packag... | 2007-05-03 11:49:13 | 1,178,210,000 | verified fixed | 64fd3ef | 1,178,800,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorer.java | JDT |
1,797 | 185,377 | Bug 185377 [introduce parameter object] UI problems | I20070503-0010 - "Select fields for parameter object class:": - needs mnemonic that transfers focus into the table - add a bit of white space above the label - Edit dialog: - problem: the dialog is used for field names (checked) and for parameter names (unchecked). It should change the names depending on checkbox state... | 2007-05-03 11:51:49 | 1,178,210,000 | verified fixed | ee23d23 | 1,178,790,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java | JDT |
1,798 | 185,069 | Bug 185069 [spell checking] Provide easy setup of user dictionary | At the moment there is no hint to the user why it is not possible for him to add a word to a dictionary on a fresh workspace. It would be nice to a) specify a workspace relative user dictionary b) have a default (empty) user dictionary This way a user could always add words to his dictionary right from the start. | 2007-05-02 06:21:03 | 1,178,100,000 | verified fixed | 3daea6e | 1,178,740,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SpellingConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/AddWordProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpe... | JDT |
1,799 | 186,061 | Bug 186061 [extract method] does not detect duplicate code snippet | Build ID: M20060629-1905 Steps To Reproduce: 1.Have snippets of code that are nearly identical. public void a3() { Transaction t = new Transaction(); Action action = new Action(" A.a3"); String string = "A.a3"; // MY SELECTED EXTRACT TARGET t.start(string); t.run(action); t.end(); // MY EXTRACT TARGET ENDS } public voi... | 2007-05-08 20:47:07 | 1,178,670,000 | verified fixed | 52d4e41 | 1,178,730,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_in/A_test970.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_out/A_test970.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactorin... | JDT |
1,800 | 151,187 | Bug 151187 [build path] Hide default package in DialogPackageExplorer | I20060718-0800 The DialogPackageExplorer should not show the default packages. | 2006-07-20 03:35:36 | 1,153,380,000 | verified fixed | 8fb08db | 1,178,730,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorer.java | JDT |
1,801 | 143,413 | Bug 143413 [build path] New Project Wizard creates default output folder although value changed to non default | I20060519-1206 1. Start 'New Java Project Wizard' 2. Type in name 'P01' 3. Select 'Create separate src and output folders' 4. Next 5. Change Default output location to 'P01/binary' 6. Finish Is: A folder 'bin' is created Should: The folder should not be created Not a regression to 3.1.2 I think problem is that the 'bin... | 2006-05-24 04:34:50 | 1,148,460,000 | verified fixed | c693a4c | 1,178,720,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 org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | JDT |
1,802 | 186,110 | Bug 186110 [spell checking] Don't spell check Java strings per default | 3.3 M7 We should not spell check Java strings out of the box. | 2007-05-09 06:10:54 | 1,178,710,000 | verified fixed | cd8488a | 1,178,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SpellingConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingEngine.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/Preference... | JDT |
1,803 | 185,124 | Bug 185124 [render] Colored labels don't update on 'Apply' | I20070502-0010. Colored labels don't update on 'Apply' when changing their colors. | 2007-05-02 10:29:17 | 1,178,120,000 | verified fixed | 46486eb | 1,178,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ColoredViewersManager.java | JDT |
1,804 | 85,817 | Bug 85817 [JUnit] Javadoc for JUnit container | Th javadoc of JUnit is not set automtcally when adding JUnit to the project. If possible, please add the javadoc to the distribution (like the source). Thanks, David | 2005-02-18 09:10:23 | 1,108,740,000 | verified fixed | 554dc4e | 1,178,700,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JunitPreferenceInitializer.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JunitPreferenceInitializer.java | JDT |
1,805 | 114,582 | Bug 114582 [build path] New Java Project wizard throws exceptions when .classpath or .project are invalid | I20051031-2000 Try to create a new java project at a location where a .classpath or a .project file already exists, but is invalid. - invalid .project file: An exception is logged and a dialog shows up, explaining that the .project file "has been changed on disk", etc. . After pressing OK, the second page of the wizard... | 2005-11-01 13:30:54 | 1,130,870,000 | verified fixed | 7a0a973 | 1,178,630,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java | JDT |
1,806 | 184,296 | Bug 184296 [package explorer] Duplicate dynamic Web project created programmatically | Driver: WTP 2.0 04261031 When using the Web services wizard to programmatically create a dynamic Web project (say "bu1Client"), 2 projects with the same name got created. The contents of the projects are: bu1Client - build - src - WebContent bu1Client - src - Web App Library - JRE System Library - Apache Tomcat v5.5 - ... | 2007-04-26 14:19:49 | 1,177,610,000 | closed fixed | d265fe2 | 1,178,630,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | JDT |
1,807 | 185,334 | Bug 185334 [introduce parameter object] should make fields private if possible | I20070502-0010 Given: package test; public class E01 { public E01() { foo(10); } private void foo(int number) { System.out.println(number); } } 1. Select foo 2. Introduce parameter object 3. Check generate getter, accept other defaults Is: package test; public class FooParameter { public int number; public FooParameter... | 2007-05-03 09:29:47 | 1,178,200,000 | verified fixed | e5219e5 | 1,178,620,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreation/out/TestDelegateCreation.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreationCodeStyle/out/TestDelegateCreationCodeStyle.java org.eclipse.jdt.ui.tests.refactoring/resources/Introduce... | JDT |
1,808 | 185,788 | Bug 185788 [render] Unexpected colored labels in Packages view | 3.3 M7 0. enable colored labels 1. have org.eclipse.jface.text in source 2. open Java Browsing perspective 3. select project org.eclipse.jface.text 4. observe: some labels in Packages view are colored 5. scroll down: one of the colored labels loosed the color again | 2007-05-07 11:25:34 | 1,178,550,000 | verified fixed | 84ddea9 | 1,178,620,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewLabelProvider.java | JDT |
1,809 | 185,332 | Bug 185332 [introduce parameter object] does not respect field prefix/suffix settings | I20070502-0010 Given: package test; public class E01 { public E01(int number) {} } 1. Go to Preference Page Java>Code Style 2. For fields define a prefix 'foo' and a suffix 'Bar' 3. Ok 4. Select constructor E01 5. Introduce Parameter Object 6. Accept defaults Is: package test; public class E01Parameter { public int num... | 2007-05-03 09:18:34 | 1,178,200,000 | verified fixed | b85fac1 | 1,178,610,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreationCodeStyle/in/TestDelegateCreationCodeStyle.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreationCodeStyle/out/TestDelegateCreationCodeStyle.java org.eclipse.jdt.ui.tests.refactoring/te... | JDT |
1,810 | 166,872 | Bug 166872 [CommonNavigator] empty JarPackageFragment nodes fail to get filtered in hierarchical layout of Project Explorer | null | 2006-12-05 18:02:09 | 1,165,360,000 | verified fixed | dd6e61b | 1,178,560,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/NonEssentialElementsFilter.java | JDT |
1,811 | 185,177 | Bug 185177 [rename] In-place refactoring does not always force preview for contextual matches | I20070502-0010. In-place refactoring does not always force preview for contextual matches. Test Case: 1. enable to replace contextual matches (which forces preview) 2. start in-place renaming of a type 3. enter lowercase type name, e.g. 'foo' 4. press 'Enter' ==> dialog comes up that warns about lowercase name but from... | 2007-05-02 13:18:09 | 1,178,130,000 | verified fixed | 542c22e | 1,178,560,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/RenameSupport.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/RefactoringWizard.java | JDT |
1,812 | 165,533 | Bug 165533 [rulers] expanded ruler icons don't perform any action when clicked | Hi, I'm having the following issue since quite some time (before 3.3). When "Expand vertical ruler icons upon hovering" is enabled in the preferences of the Java editor, everything runs nicely unless I want to click on one of the symbols in the expanded pane. What happens then is that the main application window looses... | 2006-11-22 16:31:17 | 1,164,230,000 | verified fixed | 72f3ded | 1,178,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationExpandHover.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationExpansionControl.java | JDT |
1,813 | 185,330 | Bug 185330 [introduce parameter object] does not 'this' qualified field accesses in setter | I20070502-0010 Given: package test; public class E01 { public E01(int number) {} } 1. Select constructor E01 2. Introduce parameter object 3. Check 'generate setters', accept other defaults Is: public void setNumber(int number) { number = number; } Should: public void setNumber(int number) { this.number = number; } Maj... | 2007-05-03 09:12:53 | 1,178,200,000 | verified fixed | 3459266 | 1,178,550,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreation/out/TestDelegateCreation.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ParameterObjectFactory.java | JDT |
1,814 | 185,359 | Bug 185359 [introduce parameter object] has inconsistent type qualification schema | I20070502-0010 Given: package test; public class E01 { public E01 createE01() { return new E01(1); } public E01(int number) { } } 1. Select constructor E01 2. Introduce Parameter Object 3. Accept default except select 'Nested Class in E01' Is: ... public E01 createE01() { return new E01(new E01.E01Parameter(1)); } ... ... | 2007-05-03 10:52:16 | 1,178,200,000 | verified fixed | 83ef163 | 1,178,550,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreation/out/TestDelegateCreation.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testImportAddEnclosing/out/TestImportAddEnclosingCaller.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParamete... | JDT |
1,815 | 185,637 | Bug 185637 [build path] NPE while trying to extend variable that points to folder | Build ID: I20070323-1616 (3.3M7) I assigned this to jdt-ui since that's where the NPE takes place, but please reassign if that is incorrect. Steps To Reproduce: 1. Right-click project -> Properties 2. Click on "Java Build Path" 3. Click on "Libraries" tab 4. Click on "Add Variable..." 5. Select a variable that points t... | 2007-05-04 20:34:32 | 1,178,330,000 | verified fixed | 8d4f148 | 1,178,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/JARFileSelectionDialog.java | JDT |
1,816 | 185,397 | Bug 185397 [type hierarchy] Hierarchy View flips orientation multiple times on resize | These steps to reproduce the problem worked for both Kim and I, but the behavior seemed to be sensitive to the size of the shell, and potentially other factors... 1) Start with Java perspective in default layout (i.e. reset perspective). 2) Drag Outline view so that it is below the package explorer. 3) Open the hierarc... | 2007-05-03 13:03:54 | 1,178,210,000 | verified fixed | 0e48f17 | 1,178,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | JDT |
1,817 | 185,527 | Bug 185527 [build path] CE when creating new project on not existing drive | I20070503-1400 1. Open new Project Wizard 2. Type in a name for the project 3. Select 'Create project from existing source' 4. As Directory type 'k:\' (if k does not exist) 5. Finish Is: Java Model Exception: Core Exception [code 276] Cannot create file because existing file of wrong type exists: K:\. at org.eclipse.jd... | 2007-05-04 08:21:04 | 1,178,280,000 | verified fixed | 0057df8 | 1,178,290,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,818 | 184,408 | Bug 184408 [refactoring] Move text refactoring target dialog too big | I20070427-0010 1. Select constructor org.eclipse.jdt.internal.ui.wizards.buildpaths.AddSourceFolderWizardPage.AddSourceFolderWizardPage(...) 2. Refactor>Move... Is: Huge dialog, see screen shot Should: wrap the text | 2007-04-27 07:14:29 | 1,177,670,000 | verified fixed | a1e4703 | 1,178,290,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgUserInputPage.java | JDT |
1,819 | 185,169 | Bug 185169 [working sets] 'Working Set Assignments' dialog should better handle multiple selections | I20070502-0010. The 'Working Set Assignments' dialog should better handle multiple selections: 1) if only some selected projects are already part of a working set then the item looks like: "[gray checked] workingsetName (x of y)". This is strange and the only thing the user can do is either add or remove all. 2) what s... | 2007-05-02 12:37:56 | 1,178,120,000 | verified fixed | e691ec8 | 1,178,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java | JDT |
1,820 | 185,178 | Bug 185178 [nls tooling] Find Broken Externalized Strings reports wrong messages | The function 'Find Broken Externalized Strings' activated for the whole Java project reports 'unused keys' in the property file and 'undefined keys' in the Java file in case of call 'Messages.getString("Test.0")' is spread over two lines, first line contains 'Messages', second line contains '.getString("Test.0")'. | 2007-05-02 13:18:43 | 1,178,130,000 | verified fixed | 6202cfd | 1,178,270,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/NLSSearchTest.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java | JDT |
1,821 | 184,829 | Bug 184829 [package explorer] Back linking in Package Explorer broken | I20070501-0010. Back linking in Package Explorer no longer works for non *.java files. Works in the Navigator. | 2007-05-01 03:00:03 | 1,178,000,000 | verified fixed | bcb8992 | 1,178,190,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
1,822 | 184,971 | Bug 184971 Four leaked images switching models in sync view | Build: I20070501-0010 1) Open synchronize view so it has various incoming changes on Java projects 2) Make sure view is initially showing "All Models" 3) Capture snapshot with Sleak 4) Switch to "Change Sets" model in drop down menu 5) Switch back to "All Models" Each time steps 4-5 are repeated, four more images are l... | 2007-05-01 16:14:19 | 1,178,050,000 | verified fixed | 2caf153 | 1,178,190,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationLabelProvider.java | JDT |
1,823 | 185,163 | Bug 185163 [build path] NPE in New Java Project Wizard | I20070502-0010 1. start new workspace 2. open new Java project wizard 3. enable 'Working set' 4. in the drop down select the empty element (why is it there at all???) ==> NPE (see below) From now on you can't leave the wizard with 'Finish'. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.workingsets.Worki... | 2007-05-02 12:09:54 | 1,178,120,000 | verified fixed | 7d1ee62 | 1,178,190,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationBlock.java | JDT |
1,824 | 185,058 | Bug 185058 [render] Colored Labels: Selected elements rendered wrong | 20070205 The rendering of selected elements seems to be different on Vista. Vista doesn't use the inverted color but just adds a border. The colored labels code used TextLayout.draw(... with selection) to draw these labels. if (isSelected) { fTextLayout.draw(gc, x, y, 0, text.length() - 1, null, null); } else { fTextLa... | 2007-05-02 05:56:03 | 1,178,100,000 | verified fixed | f3cdb9e | 1,178,190,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/OwnerDrawSupport.java | JDT |
1,825 | 90,849 | Bug 90849 [spell checking] Enabling/Disabling spelling does not effect open files | 3.1 M6 Enabing/Disabling spelling does not update the UI for files which are open. It's required to close and reopen the file. | 2005-04-08 15:26:59 | 1,112,990,000 | verified fixed | 3aebefc | 1,178,180,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.java | JDT |
1,826 | 185,100 | Bug 185100 Copy Qualified Name should not be enabled in Class File Editor without source | I20070502-0010. 1. open '' 2. Edit > Copy Qualified Name ==> should not be enabled and executing it gives a dialog | 2007-05-02 09:13:52 | 1,178,110,000 | verified fixed | b2e9b5b | 1,178,140,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java | JDT |
1,827 | 154,043 | Bug 154043 [compare] Java Structure Compare hides changes with 'Ignore White Space' | I20060815-0800 Java structure compare hides changes when the 'Ignore White Space Where Applicable' toolbar toggle is enabled. To reproduce, compare rev. 1.45 and 1.46 of org.eclipse.jdt.core.dom.ITypeBinding. Without 'Ignore White Space', there's a change in getQualifiedName(). With the option enabled, the Java Structu... | 2006-08-16 08:28:20 | 1,155,730,000 | resolved fixed | e1d8c37 | 1,177,960,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java | JDT |
1,828 | 153,115 | Bug 153115 [search] 'Search In' UI nitpicking | null | 2006-08-08 12:28:28 | 1,155,050,000 | resolved fixed | 7b83e35 | 1,177,940,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java | JDT |
1,829 | 179,316 | Bug 179316 [quick fix] 'Add missing attributes' does not add attribute 'value' | I20070323-1616 @Requires1 @interface Requires1 { String value(); } - Quick Fix 'Add missing attributes' => expected: @Requires1("") or @Requires1(value= "") => was: @Requires1() @Requires2 @interface Requires2 { String value(); int count(); } - Quick Fix 'Add missing attributes' => expected: @Requires2(value= "", count... | 2007-03-26 11:01:35 | 1,174,920,000 | resolved fixed | 2c18a62 | 1,177,940,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/MissingAnnotationAttributesProposal.java | JDT |
1,830 | 141,253 | Bug 141253 [quick fix] 'Add JUnit 4 to the build path' should remove junit 3 from buildpath | N20060511-0010 The quick fix 'Add JUnit 4 to the build path' should remove JUnit 3 from the buildpath if it is already present (Junit 3 classpath container as well as the JUNIT_HOME classpath variable). | 2006-05-11 05:46:12 | 1,147,340,000 | resolved fixed | 4b777b2 | 1,177,940,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitAddLibraryProposal.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitQuickFixProcessor.java | JDT |
1,831 | 153,881 | Bug 153881 [quick fix] 'Create annotation' does not appear for unresolved annotation in non-existing package | I20060810-1230 package xy; public class SomeClass { @scratch.Unimportant void foo() {} // quick fix missing @Unimportant void foo2() {} // quick fix OK } Make sure there's no package 'scratch'. For '@scratch.Unimportant', only quick fixes to create class interface, or enum show up. Expected: only 'Create annotation'. | 2006-08-15 05:05:51 | 1,155,630,000 | resolved fixed | 218a32e | 1,177,940,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedTypesQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java | JDT |
1,832 | 180,241 | Bug 180241 [open type] ConsistencyRunnable should pass in a SubProgressMonitor | null | 2007-03-30 12:38:30 | 1,175,270,000 | resolved fixed | 6b15caa | 1,177,940,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java | JDT |
1,833 | 178,503 | Bug 178503 [JUnit] JUnit View actions missing or not working for JUnit tests which are inner classes | hi, if you have unit tests which are inner classes, then some JUnit View actions are missing or not working. Specifically, (1) if the inner class unit test is wrapped as a suite, then the 'run suite' option in the context menu on the suite element does not appear (2) in the same situation as above, if you right-click o... | 2007-03-21 05:53:52 | 1,174,470,000 | resolved fixed | 77a1d0b | 1,177,930,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestElement.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestElement.java | JDT |
1,834 | 22,243 | Bug 22243 [preferences] java editor does not respect high contrast settings | Java editor does not respect system's high contrast setting. control panel->accessibility options->display->use high contrast settings (default scheme is white on black) now in java editor note that the editor's appearance stays the same. the same small font with the same text colors (including a default foreground col... | 2002-08-07 15:01:38 | 1,028,750,000 | verified fixed | 9ce46ed | 1,177,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaThemeConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlighting.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java org.... | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.