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 |
|---|---|---|---|---|---|---|---|---|---|---|
2,735 | 123,766 | Bug 123766 [clean up] remove unused field does not remove decl if multible fragments | Version: 3.2.0 Build id: I20060110-1026 Given: package test1; public class E1 { private int i,j; } remove unused private fields results in: package test1; public class E1 { private int; } should be: package test1; public class E1 { } | 2006-01-13 09:56:04 | 1,137,160,000 | resolved fixed | a74e25c | 1,138,630,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/UnusedCodeFix.java | JDT |
2,736 | 125,467 | Bug 125467 [clean up][infrastructure] Show hit ctrl-enter message | null | 2006-01-27 09:09:07 | 1,138,370,000 | resolved fixed | 53b1b1a | 1,138,620,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AssistContext.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/... | JDT |
2,737 | 123,625 | Bug 123625 [cleanup] Generated Serial Version UIDs clean up | Add a fix to the cleanup refactoring which generates missing generated serial version IDs. The code of the existing serial version quickfix has been extracted and is now available in class SerialVersionComputationHelper. For details on how to use this class please refer to the existing quickfix. | 2006-01-12 11:55:47 | 1,137,080,000 | resolved fixed | 392049c | 1,138,360,000 | org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java 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/SerialVersionQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/j... | JDT |
2,738 | 113,333 | Bug 113333 [api][content assist] API for setMessage in ContentAssistant without cycling mode enabled | Version: 3.2.0 Build id: N20051018-0010 I would like to change the behavior of ContentAssistant#setMessage (or add a new method) such that a message is displayed at the bottom of the pop up also if ContentAssistant#setCyclingMode is set to false. I also whould like to have something like ContentAssistant#clearMessage o... | 2005-10-21 05:16:20 | 1,129,890,000 | resolved fixed | b5cbd94 | 1,138,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistProcessor.java | JDT |
2,739 | 125,144 | Bug 125144 Clicking Show Project in Package Explorer results in exception | Clicking Show Project in Code model results in exception in DOS box === Steps to Reproduce: Create a Java project Open the Package Explorer Click the View menu Show - Projects. (This actually is a radio group menu item. It is by default selected, so clicking it again should have no effect) === Observed behaviour: Dos b... | 2006-01-25 07:14:53 | 1,138,190,000 | resolved fixed | 9f47e43 | 1,138,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
2,740 | 65,284 | Bug 65284 [preferences][templates] importing template preferences does not update the template store | RC1 Importing preferences may change the custom (code) templates. However, the TemplateStore instance storing the templates for the Java editor does not update itself. Steps to reproduce: - import a preferences file with custom template for the file comment - create a new class -> the old file comment is used Solution ... | 2004-06-02 08:22:11 | 1,086,180,000 | verified fixed | 168c3fa | 1,138,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java | JDT |
2,741 | 125,148 | Bug 125148 Cleanup of Team content provider | I made a change in the SynchronizationContentProvider that allows the AbstractRefactoringSynchronizationContentProvider to be cleaned up a bit *I will attach a patch). The change involves how a listener gets registered (i.e. it is now done byu the superclass) so there is no change in behavior associated with this fix. ... | 2006-01-25 08:09:27 | 1,138,190,000 | resolved fixed | 237f988 | 1,138,200,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/model/AbstractRefactoringSynchronizationContentProvider.java | JDT |
2,742 | 67,191 | Bug 67191 Introduce Factory Method is not available unless there are explicit constructors [refactoring] | It would be nice to have the Factory Method refactoring applicable even to cases when there is no explicit constructor. In this case the refactoring should be triggered from the refactoring context menu of any call to the implicit constructor. Build id: 200406110010 | 2004-06-15 05:47:57 | 1,087,290,000 | resolved fixed | bd709e4 | 1,138,180,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java | JDT |
2,743 | 125,013 | Bug 125013 [misc] deadlock in PreferencesAdapter.firePropertyChangeEvent | I20060119 + ZRH plug-ins from 20060124 - started target workbench, but it never came up - selected threads from the vm dump below. - the trace shows that the syncExec call from PreferenceForwarder waits forever while holding the JavaModelManager waited for by the main thread -> the main thread waits for the lock -> the... | 2006-01-24 10:50:34 | 1,138,120,000 | verified fixed | 6ab34ef | 1,138,180,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java | JDT |
2,744 | 119,603 | Bug 119603 [api][content assist] allow contributions to filter and sort proposals | null | 2005-12-07 05:54:39 | 1,133,950,000 | verified fixed | 2fbc4aa | 1,138,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/ContentAssistPreference.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AlphabeticSorter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/jav... | JDT |
2,745 | 120,340 | Bug 120340 [implementation] Ensure IEditorInput.getAdapter(IJavaElement.class) works | null | 2005-12-12 04:14:26 | 1,134,380,000 | resolved fixed | b8dde54 | 1,138,120,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/EditorInputAdapterFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaUI.java | JDT |
2,746 | 124,993 | Bug 124993 [templates] ClassCastException when using templates in javadoc | Build input for I20060124: When inserting a template inside javadoc and the "use formatter" option is checked, a ClassCastException is thrown when applying the template. | 2006-01-24 07:01:25 | 1,138,100,000 | verified fixed | 815ea3a | 1,138,100,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java | JDT |
2,747 | 124,669 | Bug 124669 React to change in Team Compare UI | I have refactored the ICompareAdapter so that it no longer provides the strucutre and content compare views. Instead, clients should register their viewers by either extension (ITypedElement#getType()) or content type. The class AbstractRefactoringCompareAdapter has a findContentViewer that should be removed. The way t... | 2006-01-20 11:02:11 | 1,137,770,000 | resolved fixed | 9143322 | 1,138,050,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/model/RefactoringDescriptorCompareInput.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/model/RefactoringDescriptorCompareViewer.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/mode... | JDT |
2,748 | 123,234 | Bug 123234 [build path] link source wizard has wrong title/description | 20060110 - Open build paty > link source - The wizard says 'Source folder'. Thats confusing as I selected 'Link source' not 'New source folder' | 2006-01-10 07:02:43 | 1,136,890,000 | resolved fixed | 79cb628 | 1,138,020,000 | 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/AddSourceFolderWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java | JDT |
2,749 | 123,198 | Bug 123198 add parameterized commands to open/show java elements | Some recent work on the commands infrastructure (org.eclipse.core.commands) allows commands and their parameters to be serialized to a string so they can be stored and later retrieved and executed. User Assistance wants to use this functionality to store commands in help, cheatsheets and intro content. UA would like to... | 2006-01-10 01:42:49 | 1,136,880,000 | resolved fixed | 171e4c5 | 1,138,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/commands/JavaElementReferenceConverter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/commands/OpenElementInEditorHandler.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/commands/ShowElementInPackageViewHandler.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/i... | JDT |
2,750 | 124,569 | Bug 124569 [projection] expose projection model updater on JavaEditor | null | 2006-01-19 20:36:48 | 1,137,720,000 | verified fixed | f4277e7 | 1,138,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
2,751 | 66,260 | Bug 66260 [templates] Template Evaluation Error | 3.0 RC1 Occured suddenly when invoking code assist after "syn" to build a synchronized block. First the content assist opens showing all found proposals. The first is the synchronized template. Than before I can continue an empty dialog pops up with the title "Template Evaluation Error". Actually there are to exception... | 2004-06-09 04:38:33 | 1,086,770,000 | verified fixed | 61f68e9 | 1,137,780,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/ExclusivePositionUpdater.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java | JDT |
2,752 | 124,659 | Bug 124659 java.lang.ArrayIndexOutOfBoundsException refactoring member type to seperate file | 20050119 When I try and refactor a member type to a seperate file I get the exception below. I will attach the file in questions STEPS 1) Select FileMarkerGroup#AttributeMapping 2) Select Refactor-> Move Member Type to New File 3) Deselect the enclosing instance field option 4) Hit OK !ENTRY org.eclipse.ltk.ui.refactor... | 2006-01-20 10:41:46 | 1,137,770,000 | resolved fixed | 132d5d3 | 1,137,770,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java | JDT |
2,753 | 93,351 | Bug 93351 [new wizard] Need way to change label texts in NewTypeWizardPage | I am using org.eclipse.jdt.ui.wizards.NewTypeWizardPage as a base for a wizard for creating java-like types. I use some of nice controls like the SuperClassControls but I would like to change the left label text to something more descriptive for my use case. Unfortunately, I can't currently do this as all NewTypeWizard... | 2005-04-30 14:38:09 | 1,114,890,000 | resolved fixed | add8b38 | 1,137,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | JDT |
2,754 | 101,963 | Bug 101963 [code manipulation] Plug-in editor creates deprecated old Plug-in when "Class" is selected | Steps to reproduce it: (1) create new plug-in project with "UI" contributed sections (2) delete referenced plug-in class (3) click on "MANIFEST.MF" (4) select "Overview" section of plug in editor (5) click on "Class:" link for Plug-in class (6) this will generate old (2.0) style plug-in rather than new 3.0+ | 2005-06-28 00:36:58 | 1,119,930,000 | resolved fixed | ce7d6bc | 1,137,580,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedConstructorsOperation.java | JDT |
2,755 | 124,088 | Bug 124088 Generate equals() should check wether cast is possible | Just checked out the new Source > Generate equals and hashcode feature. I wonder why in the method, the classes of the two Objects are not compared. I can see a check for super.equals and a cast afterwards. I had expected something like if (!getClass().equals(obj.getClass()) return false; Ben | 2006-01-17 04:34:52 | 1,137,490,000 | resolved fixed | 6cb027d | 1,137,580,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java | JDT |
2,756 | 124,179 | Bug 124179 [implementation] java.lang.Exception: New line delimiter added to new code: 13 | I20060113-1200 + ZRH plugins from 20060116_1445 I found about 25 of these in the log (in a timespan of 140ms), but have no steps to reproduce. I was opening/comparing revisions from CVS at that time, but I can't tell which files. Internal Error java.lang.Exception: New line delimiter added to new code: 13 at org.eclips... | 2006-01-17 13:02:20 | 1,137,520,000 | resolved fixed | a8cda78 | 1,137,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/DocumentAdapter.java | JDT |
2,757 | 122,635 | Bug 122635 [compiler pref page] Surface the 'Warning on assignments to parameters' new option into the user interface | null | 2006-01-04 11:09:27 | 1,136,390,000 | resolved fixed | 7144052 | 1,137,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java | JDT |
2,758 | 123,985 | Bug 123985 [code templates] Code template preference page wrongly computes selection | I20060110-1026 Steps to reproduce: - Goto code template preference page - Select tree nodes "Code", "New Java files" and "Class body" - Press Export... -> File dialog with caption "Exporting 12 Code Template(s)" appears -> Caption should be "Export Templates" as in other places -> Only 10 templates should be exported | 2006-01-16 11:16:14 | 1,137,430,000 | resolved fixed | bbe0a8b | 1,137,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java | JDT |
2,759 | 124,000 | Bug 124000 SWTException: Invalid thread access, in OverviewRuler.redraw | build I20060110 + latest UI and Text from HEAD I saw the following in the log of my target eclipse, shortly after launching it. It had restored some Java editors from the previous session. Opening a Java editor after the IDE is up does not cause this. !ENTRY org.eclipse.core.runtime 4 2 2006-01-16 13:10:38.935 !MESSAGE... | 2006-01-16 13:16:24 | 1,137,440,000 | resolved fixed | 568491e | 1,137,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java | JDT |
2,760 | 123,786 | Bug 123786 Following bug 109980, the compliance 6.0 should be added to the compiler's compliance list. | If the JRE/JDK used is a 1.6/6.0 VM, then the compliance 6.0 should be available. Compliance 1.6 implies source level 1.6 and target level 1.6. | 2006-01-13 11:42:31 | 1,137,170,000 | resolved fixed | e329340 | 1,137,440,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportReferencesCollector.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java org.eclipse.jdt.ui/u... | JDT |
2,761 | 120,598 | Bug 120598 Refactoring History JAR Export Wizard should allow (de-)selecting refactorings | I20051213-0010 It is currently not possible to deselect single refactorings from the history during the export of a JAR - only refactorings before a certain date can be excluded. I'd suggest adding the possibility of selecting/deselecting refactorings. | 2005-12-13 11:26:06 | 1,134,490,000 | resolved fixed | 27b9606 | 1,137,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackagePreviewPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarPackageData.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter3.java | JDT |
2,762 | 120,560 | Bug 120560 [implementation] Add logging of JME back when accessing Javadoc from attached Javadoc | I20051213-0010. Add logging of JME back when accessing Javadoc from attached Javadoc, see bug . | 2005-12-13 08:36:19 | 1,134,480,000 | resolved fixed | aac9a86 | 1,137,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalInfo.java | JDT |
2,763 | 123,812 | Bug 123812 Generate hashCode() and equals() calls super methods although they're abstract | HEAD Generate hashCode() and equals() calls super methods although they're abstract: abstract class Super { /** * MUST be reimplemented */ @Override public abstract boolean equals(Object obj); /** * MUST be reimplemented */ @Override public abstract int hashCode(); } class Sub extends Super { int field; //generate hash... | 2006-01-13 14:05:09 | 1,137,180,000 | resolved fixed | 254434e | 1,137,410,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java | JDT |
2,764 | 123,825 | Bug 123825 Compiler error in ViewSiteDecorator | I only caught this after committing a rather large set of changes. ViewSiteDecorator implements IViewSite, which is a violation of our API. IViewSite now extends (indirectly) IServiceLocator. This means ViewSiteDecorator needs to implement two new methods. public Object getService(Object key) { return fViewSite.getServ... | 2006-01-13 15:41:03 | 1,137,180,000 | verified fixed | cd0ee9e | 1,137,190,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/ViewSiteDecorator.java | JDT |
2,765 | 123,468 | Bug 123468 [clean up] 'add this qualifier' super.field becomes super.this.field | null | 2006-01-11 12:19:41 | 1,137,000,000 | resolved fixed | 4b7de97 | 1,137,080,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/CodeStyleFix.java | JDT |
2,766 | 123,424 | Bug 123424 browsing perspective does not show some packages in hierarchical mode | null | 2006-01-11 09:17:31 | 1,136,990,000 | resolved fixed | 2083be6 | 1,137,080,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/browsing/PackagesViewContentProviderTests.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewHierarchicalContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/i... | JDT |
2,767 | 97,215 | Bug 97215 [refactoring] Pull Up creates error when not deleting method and enable @Override errors | 3.1-RC1 test pass - have two CUs, SuperType and SubType - configure errors such that a missing @Override annotation is an error - pull up a method from SubType to SuperType - choose not to delete the original method in SubType -> no warnings issued -> refactoring results in an error in SubType, as the method overrides ... | 2005-05-30 06:48:05 | 1,117,450,000 | resolved fixed | 5e7f003 | 1,137,000,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/structure/PullUpRefactoring.java | JDT |
2,768 | 114,551 | Bug 114551 Push Down and Pull Up should respect preference for adding @Override | null | 2005-11-01 11:00:01 | 1,130,860,000 | resolved fixed | 63c7ab3 | 1,137,000,000 | org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/test30/out/A.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java org.eclipse.jdt.u... | JDT |
2,769 | 114,509 | Bug 114509 [refactoring] Move instance method with generating delegates unnecessarily raises field visibility | null | 2005-11-01 08:48:04 | 1,130,850,000 | resolved fixed | c7c2e99 | 1,137,000,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java | JDT |
2,770 | 65,240 | Bug 65240 Hierarchical layout: Problems with inclusion filters [package explorer] | null | 2004-06-02 05:15:32 | 1,086,170,000 | resolved fixed | df2093e | 1,136,990,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/ContentProviderTests1.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/... | JDT |
2,771 | 121,627 | Bug 121627 [[code generation wizards] AddGetterSetterAction object should provide getter method for dialog result. | I have a scenario where multiple document edits are desired as part of a quick fix implementation: 1. Invoking AddGetterSetterAction.run() to offer the creation of Getter/Setter methods 2. If the above is not canceled, change the access modifier for a public field to private. Unfortunately, the AddGetterSetterAction ha... | 2005-12-20 15:56:37 | 1,135,110,000 | resolved fixed | 7269abb | 1,136,990,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsing... | JDT |
2,772 | 108,664 | Bug 108664 AssertionFailedException when adding serial version UID to anonymous class | M20050831-1200 + ZRH plug-ins from 0902 - have the CU below - note the warning on the anonymous class about the missing serialVersionUID - execute the related quick fix - get the exception below - note: the same works when ArrayList is imported instead of qualified ---------- Anon.java ------------- package junit.frame... | 2005-09-02 08:25:42 | 1,125,660,000 | resolved fixed | 057a1d1 | 1,136,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AbstractSerialVersionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionHashProposal.java | JDT |
2,773 | 107,826 | Bug 107826 Serial version quick fix improvements [quick fix] | - Do not put everything on the user class path - Use only the standard output for result and error messages - Remove waitFor() - Read from stream until -1 | 2005-08-24 06:10:11 | 1,124,880,000 | resolved fixed | defab6f | 1,136,980,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SerialVersionQuickFixTest.java org.eclipse.jdt.ui/serial support/org/eclipse/jdt/internal/ui/text/correction/SerialVersionComputer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java org.eclipse.jdt.ui/ui/org/eclips... | JDT |
2,774 | 123,233 | Bug 123233 [build path] link source wizard creates invalid folder | 20060110 - Open build paty > link source - enter a source folder name but leave the location empty - folder is created - Open the properties on the new folder -> NPE java.lang.NullPointerException at org.eclipse.core.internal.filesystem.InternalFileSystemCore.getFileSystem(InternalFileSystemCore.java:62) at org.eclipse... | 2006-01-10 06:59:40 | 1,136,890,000 | resolved fixed | bcc0bd8 | 1,136,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java | JDT |
2,775 | 123,224 | Bug 123224 Deadlock starting Eclipse | M4 The VM dump: Full thread dump Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode): "ModalContext" prio=7 tid=0x0549eca0 nid=0xfd4 waiting on condition [0x0652f000..0x0652fd68] at java.lang.Thread.sleep(Native Method) at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:752) at org.eclipse.jdt.internal.... | 2006-01-10 05:55:46 | 1,136,890,000 | verified fixed | 0ed0a30 | 1,136,890,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoHistory.java | JDT |
2,776 | 121,084 | Bug 121084 [jar packager] Next and Finish buttons are disabled if project is selected by keyboard | Next button is not enabled if keyboard is use to select file. How to reproduce : 1. in a Java project, in Package Explorer make JRE System Library the current item 2. From keyboard select alt-f,o (export wizard) 3. On select pane, press Enter 4. On second pane, (the Finish and Next buttons are disabled), select a proje... | 2005-12-15 12:08:58 | 1,134,670,000 | resolved fixed | b866d7f | 1,136,890,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java | JDT |
2,777 | 117,465 | Bug 117465 [refactoring] [move] Moving method to another class incorrectly sets field visibility | Initial source: package test1; public class Test1 { public void methodToMove() {} private TestTarget target; public TestTarget getTestTarget() { return target; } } package test1; public class TestTarget {} package test2; import test1.Test1; public class Test2 { public Test2() { new Test1().methodToMove(); }} After movi... | 2005-11-22 06:12:04 | 1,132,660,000 | resolved fixed | 879b498 | 1,136,890,000 | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test34/in/Test1.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test34/in/Test2.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test34/in/TestTarget.java org.eclipse.jdt.ui.tests.refac... | JDT |
2,778 | 68,011 | Bug 68011 [java search] "Search the JRE System Libraries" looks like a local preference but behaves as a global one... [search] | null | 2004-06-21 11:22:35 | 1,087,830,000 | resolved fixed | 2badf9f | 1,136,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchDescription.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.j... | JDT |
2,779 | 121,018 | Bug 121018 [add import] Organize import performance test | Write an organize import performance test. | 2005-12-15 04:00:27 | 1,134,640,000 | resolved fixed | be978a2 | 1,136,820,000 | org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/OrganizeImportsPerfTest.java | JDT |
2,780 | 121,060 | Bug 121060 [quick fix] IllegalStateException after changing type of enum constant | Version: 3.2.0 Build id: I20051214-2000 Having: public class P { enum E {ONE} int m(int i) { return E.ONE; } } A quick fix is offered to change the type of ONE to int. Executing the qf results in: java.lang.IllegalStateException: must specify at least one linked position at org.eclipse.jface.text.link.LinkedModeModel.e... | 2005-12-15 10:25:45 | 1,134,660,000 | resolved fixed | cdb1997 | 1,136,820,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/TypeMismatchQuickFixTests.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.java | JDT |
2,781 | 123,084 | Bug 123084 [quick fix] Add unimplemented method does not resolve name clash | Version: 3.2.0 Build id: I20060105-0800 Having: package test; public class Class {} package test; public interface IT { public void foo(java.lang.Class clazz); } package test; public class Test implements IT {} And applaying add unimplementd methods on Test results in: package test; public class Test implements IT { pu... | 2006-01-09 05:48:08 | 1,136,800,000 | resolved fixed | 784c957 | 1,136,810,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/codemanipulation/ContextSensitiveImportRewriteContext.java | JDT |
2,782 | 122,490 | Bug 122490 Wrong visibility update in Move Static Method | Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ----------------... | 2006-01-03 04:15:52 | 1,136,280,000 | resolved fixed | 72b823b | 1,136,810,000 | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test60/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test60/in/B.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test60/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test60/out/B.java org.eclipse.jd... | JDT |
2,783 | 121,428 | Bug 121428 [import rewrite] organize imports removes header comments | null | 2005-12-19 10:58:25 | 1,135,010,000 | resolved fixed | 081194f | 1,136,810,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportRewriteComputer.java | JDT |
2,784 | 120,850 | Bug 120850 Import Jar with refactoring history: after import, jar should have new name | I20051214-0010 - export project JUnit to junit1.jar - copy junit1.jar into another project and add to build path - apply some refactorings to JUnit, then export with history to junit2.jar - import junit2.jar with Jar import wizard and choose to update junit1.jar => junit2.jar is copied into the project, but changes its... | 2005-12-14 06:56:45 | 1,134,560,000 | resolved fixed | a705095 | 1,136,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportData.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPa... | JDT |
2,785 | 121,040 | Bug 121040 Patch for API changes in Team | I have cleaned up some API a bit which resulted in a change in a JDT class. I will attahc a patch that swithes to using a new method name. | 2005-12-15 09:13:20 | 1,134,660,000 | resolved fixed | 7ed7b25 | 1,136,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaCompareAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationLabelProvider.java | JDT |
2,786 | 122,906 | Bug 122906 [quick fix] add unimplemented method does not consider name conflicts | Version: 3.2.0 Build id: I20060105-0800 Having: package ibm.util; public class Properties {} package ibm.util; import java.util.Properties; public interface F { public void b(Properties p); public void g(ibm.util.Properties p); } package ibm.util; public class Test implements F { } Then applying quick fix 'add unimplem... | 2006-01-06 08:57:39 | 1,136,560,000 | resolved fixed | 3bf4e6d | 1,136,560,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/AddImportTest.java 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/codemanipulation/AddUnimplementedMethodsOperation.java org.eclipse.jdt.ui/core ex... | JDT |
2,787 | 120,528 | Bug 120528 [clean up] inside editor behaves unexpected | Build id: I20051213-0010 Invoking Context Menu > Source > Clean Up... inside a java editor currently does nothing (no dialog, no error message). We should either assume the enclosing cu as a selection or disable the action. | 2005-12-13 05:03:38 | 1,134,470,000 | resolved fixed | 03f74e4 | 1,136,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CleanUpAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java | JDT |
2,788 | 118,031 | Bug 118031 [clean up] Add @Override and @Deprecated only for 5.0 projects | 20051125 I selected a compilation unit to process in a 1.4 project. Clean up has 'add @Override and @Deprecated' on by default. Would be better if it is unchecked or even disabled | 2005-11-25 06:19:38 | 1,132,920,000 | resolved fixed | 4c19aa9 | 1,136,550,000 | org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AbstractCleanUp.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/IClean... | JDT |
2,789 | 121,862 | Bug 121862 [clean up][infrastructure] Do not reference compare IJavaElements in CleanUpRefactoring | Just had a look at your code (CleanUpRefactoring). I noticed that your trying to compare Java element handles using == or !=. This might work for some particular cases but in general Java element handles must never be compared using reference equality. Handles are not unique objects, and there are several different han... | 2005-12-22 04:16:53 | 1,135,240,000 | resolved fixed | b64128a | 1,136,550,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java | JDT |
2,790 | 114,732 | Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message | I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next ... | 2005-11-02 05:27:11 | 1,130,930,000 | resolved fixed | 25a60f5 | 1,136,540,000 | org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AbstractCleanUp.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/... | JDT |
2,791 | 122,731 | Bug 122731 [build path] Variable value not updated in source tabe | Version: 3.2.0 Build id: I20060103-0800 Open projects build path property page, library tab. Add folder variable MY_VAR. Add folder variable MY_VAR. Edit path from one of the two variable entries. Only the edited one is updated, the other one remains unchanged. Close the properties by clicking ok and reopen it. Now bot... | 2006-01-05 04:30:46 | 1,136,450,000 | resolved fixed | 8daa566 | 1,136,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java | JDT |
2,792 | 97,429 | Bug 97429 [build path] Native library attribute should be available on the container as well | RC1 Why don't we have a native library attribute for class path containers ? | 2005-05-31 07:13:47 | 1,117,540,000 | resolved fixed | e140396 | 1,136,480,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesPropertyPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java | JDT |
2,793 | 94,265 | Bug 94265 [build path] native library configuration should also be possible via JAR properties | I20050510-0010 native library configuration should also be possible via JAR properties | 2005-05-10 06:46:06 | 1,115,720,000 | resolved fixed | e4b3b74 | 1,136,480,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesPropertyPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt... | JDT |
2,794 | 96,917 | Bug 96917 [implementation] If two editors use the 2.x-compatible API, one or both doesn't work | At least one problem is that 3.0 installs partitioners for every editor that might possibly edit a file, but each editor expects its own partitioner to be installed. Leading to the famous white screen with blue line. | 2005-05-27 03:50:24 | 1,117,180,000 | resolved fixed | 82f78b7 | 1,136,470,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/SynchronizedLineDifferInitializationTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java org.eclipse.jd... | JDT |
2,795 | 54,900 | Bug 54900 [rulers] Java Editor does not show ruler on external Java files | null | 2004-03-15 16:15:53 | 1,079,390,000 | resolved fixed | e210b9e | 1,136,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
2,796 | 100,487 | Bug 100487 [build path] Build Path variables not updated after "Configure Variables" used | Please note this is NOT a duplicate of 82850. Updating a classpath variable from the project's Java Build Path does not reflect a change as expected. Steps to reproduce: 1. Open Project Properties page, and choose Java Build Path. 2. Select the Libraries tab, and click "Add Variable". 3. Note the list of variables show... | 2005-06-16 18:12:34 | 1,118,960,000 | resolved fixed | ccb2893 | 1,136,460,000 | 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/VariableBlock.java | JDT |
2,797 | 119,849 | Bug 119849 Open Type's Window Working Sets setting isn't remembered | Using the the build "I20051206-1200" the "Open Type" dialog doesn't remember the setting "Window Working Sets" for the "Select Working Sets..." option. The other settings are remembered :/ Example: I have a clean workspace, create two projects (A and B, w/ one class each: A and B), assign to two working sets (one conta... | 2005-12-08 07:23:13 | 1,134,040,000 | resolved fixed | 07c8480 | 1,136,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionComponent.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java | JDT |
2,798 | 122,319 | Bug 122319 [working sets] JME while trying to delete missing project | 1. Create plugin project 2. Add it to some project set; enable working sets view in project explorer (optional?) 3. Launch runtime workbench 4. Import this project in runtime workspace; do not copy 5. Add it to some project set as on step 2 only in runtime workbench 6. Close runtime workbench 7. Delete project with con... | 2005-12-29 08:56:00 | 1,135,860,000 | resolved fixed | 9d43918 | 1,136,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetUpdater.java | JDT |
2,799 | 120,864 | Bug 120864 [quick fix] Rename type to A.B' fails in compilation unit with non-java name | null | 2005-12-14 09:06:57 | 1,134,570,000 | resolved fixed | 1600046 | 1,136,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectMainTypeNameProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java | JDT |
2,800 | 120,851 | Bug 120851 NewTypeWizardPage doesnt add imports of contributed type content | Extending on the NewTypeWizardPage and wanting to provide my own content for the type, I overrode 'constructCUContent(cu, typeContent, delimiter)' and passed in the typeContent which included the correct imports. Even though the correct imports were passed in, the ImportsManager doesnt add them finally to the document.... | 2005-12-14 07:26:38 | 1,134,560,000 | resolved fixed | 3141049 | 1,136,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | JDT |
2,801 | 120,831 | Bug 120831 [javadoc] Open External Javadoc fails for nested binary types | null | 2005-12-14 04:39:17 | 1,134,550,000 | resolved fixed | 22b4181 | 1,136,400,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java | JDT |
2,802 | 120,673 | Bug 120673 [hierarchy] on anonymous interface does not include focus type | I20051213-0010, same in 3.1 The type hierarchies on new Cloneable(){} and new Object(){} do not include the anonymous type itself. IMO, the focus type should always be shown in the hierarchy. Supertype hierarchy is fine. class Type { void m() { new Cloneable() {}; // Type Hier. is only Object new Object() {}; // Type H... | 2005-12-13 14:23:46 | 1,134,500,000 | resolved fixed | b1b6c27 | 1,136,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/SubTypeHierarchyViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TraditionalHierarchyViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyContentProvider.java | JDT |
2,803 | 120,389 | Bug 120389 [quick fix] replace conditional with if-else removes + from += | Using Build I20051102-1600. I create a class [snip] package bla; class Bla { void bla() { boolean cond = true; int i = 42; i += ( cond ) ? 1 : 2; } } [snap] Now I move the cursor over the second cond and trigger the Quickfix 'Replace conditional with if-else'. This results in [snip] int i = 42; if (cond) i = 1; else i ... | 2005-12-12 11:39:34 | 1,134,410,000 | resolved fixed | c8ee64a | 1,136,400,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java | JDT |
2,804 | 122,619 | Bug 122619 InferTypeArgumentsAction.selectionChanged logs closed project | null | 2006-01-04 08:15:00 | 1,136,380,000 | resolved fixed | 445419b | 1,136,390,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddJavaDocStubAction.java | JDT |
2,805 | 122,505 | Bug 122505 [build path] Can't exclude folder if exclusion pattern disabled on project/workspace level | Version: 3.2.0 Build id: I20051220-0800 Create project with inclusion and exclusion patters disabled and no seperate src and output folder. On build path menu select 'New Source Folder' The wizard shows the error: Cannot nest 'P03/src' inside 'P03'. To enable the nesting exclude 'src/' from 'P03' But the check box is d... | 2006-01-03 07:06:52 | 1,136,290,000 | resolved fixed | bd6296f | 1,136,380,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java | JDT |
2,806 | 122,176 | Bug 122176 Invalid project description when creating new project in default location when using NewJavaProjectWizardPage | When installing Parasoft Jtest 7.5 into Eclipse 3.2 M4, File > New > Jtest Example Project doesn't work when using the default location. I will attach a stack trace. This feature works in Eclipse 3.1.1, and I believe it also worked in Eclispe 3.2 M3. I've only tested it so far on Windows XP SP2. I've identified the pro... | 2005-12-27 17:04:33 | 1,135,720,000 | resolved fixed | fdf0718 | 1,136,380,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavaCapability... | JDT |
2,807 | 120,544 | Bug 120544 [build path] Editing external source folder does not persist | null | 2005-12-13 06:46:07 | 1,134,470,000 | resolved fixed | 5a932d4 | 1,136,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java | JDT |
2,808 | 122,501 | Bug 122501 [typing][content assist] Extra bracket gets generated as shown: System.out.println() ) | In the Java IDE, after typing out System.out.println( and pressing SPACEBAR, on a fresh line, generates System.out.println() ) This happens only when the content-assist window pops up. On trying to edit the line again, the problem does not show up, as long as the content-assist window is not up again. | 2006-01-03 05:44:58 | 1,136,290,000 | resolved fixed | bd7191f | 1,136,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java | JDT |
2,809 | 38,469 | Bug 38469 inline method: incorrect in innerclasses [refactoring] | public int fred(){ return super.hashCode(); } void f(int p){ new Ad(){ void f(){ int u= Ad.this.fred(); } }; } inline fred the temp u is now initialized to a different value - no compile error a different hashCode method is called | 2003-06-05 05:51:51 | 1,054,810,000 | resolved fixed | 19c88af | 1,136,370,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/invalid/TestSuperInThis.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.... | JDT |
2,810 | 35,004 | Bug 35004 remove final from Variable Declaration after surround with try/catch [refactoirng] | consider the code fragment: { ... final File testFile = new File("testFile); ... } after surrounding with a try/catch Block I got something like: { ... final File testFile; try { testFile = new File("testFile); } catch (IOException e) { e.printStackTrace(); } ... } The Problem here is that the Compiler complains about ... | 2003-03-14 06:13:56 | 1,047,640,000 | resolved fixed | 62cb789 | 1,136,370,000 | org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_in/TestWrappedLocal8.java org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_out/TestWrappedLocal8.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/re... | JDT |
2,811 | 107,827 | Bug 107827 [build path] Edit Library dialog error status stays after wrong selection | I20050818-0800 Steps to reproduce: - Create a new user library and put it on the build path as container - Make sure this is the only user library - Invoke "Configure..." from the Package Explorer context menu on the container - Edit Library dialog appears - Try to unselect the user library -> Error status appears, but... | 2005-08-24 06:22:09 | 1,124,880,000 | resolved fixed | b56a405 | 1,136,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryWizardPage.java | JDT |
2,812 | 116,223 | Bug 116223 [refactoring] ProcessorBasedRefactoring does not handle exceptions thrown by participants | I20051108-1011 ProcessorBasedRefactoring protects itself against participants that throw an exception in createChange(..). However, it does not catch execptions thrown in initialize(..) or in checkConditions(..). We had a case where initialize(..) threw a ClassCastException, which generated a wrong error message (parti... | 2005-11-14 09:20:13 | 1,131,980,000 | resolved fixed | 66ffe44 | 1,136,310,000 | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/CheckConditionsContext.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/ParticipantExtensionPoint.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/ProcessorBas... | JDT |
2,813 | 99,732 | Bug 99732 [build path] Exclusion filters are added on new source folder when unnecessary | In RC2. If you add a source folder inside another source folder, the outer folder's exclusion filters are updated to avoid ambiguity. Now, remove the inner folder from the class path, and re-add it. Every time this is done, the inner folder is added to the outer folder's exclusion filter, ad infinitum. | 2005-06-13 12:51:24 | 1,118,680,000 | resolved fixed | 3f20f70 | 1,136,310,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/SourceContainerWorkbookPage.java | JDT |
2,814 | 120,534 | Bug 120534 Open Type does not work for fully qualified nested type | I20051213-0010 Open Type does not work for fully qualified nested types, e.g java.util.Arrays.ArrayList: - enter "java.util." => "ArrayList - java.util.Arrays" appears - append "A" => "Arrays - java.util" is shown, but Arrays.ArrayList is not available any more - press backspace to make pattern "java.util." again => "A... | 2005-12-13 05:43:08 | 1,134,470,000 | resolved wontfix | 18f9d17 | 1,136,300,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java | JDT |
2,815 | 122,261 | Bug 122261 [typing] NullPointerException when performing "Correct indentation" and the first code line is a single-line comment | To reproduce: Create a java file that has a single line comment as its very first line. For example: // this comment at the starting of the file is evil // package indentbug; public class Bug { /** * To reproduce: Select the whole document and * perform "Source->Correct indentation". * (i. e. Ctrl+A, Ctrl+I) */ } When ... | 2005-12-28 13:42:32 | 1,135,800,000 | verified fixed | 66ccedc | 1,136,300,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/IndentActionTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JdtTextTestSuite.java org.eclipse.jdt.text.tests/testResources/indentation/bug122261/Before.java org.eclipse.jdt.text.tests/testResources/indentation/bug122261/Modified.java org.ecli... | JDT |
2,816 | 122,389 | Bug 122389 [refactoring] [extract method] Two variable assignment in while loop incorrectly extracts | The following test passes before "extract method," but fails afterward. Build id: I20051102-1600 import junit.framework.TestCase; public class A extends TestCase{ private int getGridY(int y) { int tmp = 0, res = 1; while (res < y) { //extract here tmp = res; res += 1; //to here } return tmp; } public void testCase(){ a... | 2005-12-30 11:49:01 | 1,135,960,000 | resolved fixed | 18674dc | 1,136,300,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/invalidSelection/A_test196.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestLocalReferenceLoop1.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/... | JDT |
2,817 | 96,952 | Bug 96952 [build path] project settings: library tab enablement and focus | null | 2005-05-27 07:27:12 | 1,117,190,000 | resolved fixed | 64ce364 | 1,136,300,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java | JDT |
2,818 | 122,491 | Bug 122491 [build path] No context help for set filter wizard page | Version: 3.2.0 Build id: I20051220-0800 right click on a source folder build path -> configure incl/excl filters hit F1 no context help is shown right click on project folder build path -> new source folder next hit F1 no context help is shown | 2006-01-03 04:22:55 | 1,136,280,000 | resolved fixed | 30c0fdd | 1,136,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SetFilterWizardPage.java | JDT |
2,819 | 122,052 | Bug 122052 [content assist] Common prefix temporarily inserted when inserting constructor | null | 2005-12-24 04:26:40 | 1,135,420,000 | resolved fixed | 615838f | 1,136,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java | JDT |
2,820 | 120,924 | Bug 120924 [build path] No context help for new java project wizard | I20051214-0800 - Open Java perspective - Click on "New Java Project" button in toolbar - In the resulting wizard, hit F1 (or Shift-F1 on gtk or Help on mac) - Bug: There is no context help available | 2005-12-14 13:52:50 | 1,134,590,000 | resolved fixed | e271114b | 1,136,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java | JDT |
2,821 | 121,983 | Bug 121983 [build path] Edit source folder -> Edit inclusen filter wrong lable for path name shown | Version: 3.2.0 Build id: I20051220-0800 Edit a source folder Project1/src1 in the build path propertie page and change name to src2. Click next, the label reads: Included and excluded resources for Project1/src1 but should be Included and excluded resources for Project1/src2 | 2005-12-23 04:19:14 | 1,135,330,000 | resolved fixed | c506000 | 1,135,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SetFilterWizardPage.java | JDT |
2,822 | 121,982 | Bug 121982 [build path] No new decorator label if add new source folder in bp properties page | Version: 3.2.0 Build id: I20051220-0800 Adding a new linked folder results in showing a label like foo - c:\bar\foo (new) in the source tabs package explorer. But adding a new source folder results in showning a label like foo but it should be something like foo (new) | 2005-12-23 04:10:35 | 1,135,330,000 | resolved fixed | 65cc366 | 1,135,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListLabelProvider.java | JDT |
2,823 | 121,981 | Bug 121981 [build path] Can add source folder without spezifing a name | Version: 3.2.0 Build id: I20051220-0800 Open the add source folder wizard (thourgh new project wizard, build path menu or build path propertie page). The next and finish button are enabled even though there is no name spezified yet. Clicking finish results in: java.lang.NullPointerException at org.eclipse.core.runtime.... | 2005-12-23 03:53:33 | 1,135,330,000 | resolved fixed | d859d08 | 1,135,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java | JDT |
2,824 | 121,979 | Bug 121979 [build path] Should not to be able to edit source folder if project folder | Version: 3.2.0 Build id: I20051220-0800 It's possible to edit a source folder on the project property page for build path even if it is the projects root folder. Doing so results in something like: java.lang.IllegalArgumentException: Path must include project and resource name: /Test08 at org.eclipse.core.runtime.Asser... | 2005-12-23 03:47:15 | 1,135,330,000 | resolved fixed | 65b46f4 | 1,135,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java | JDT |
2,825 | 121,878 | Bug 121878 [clean up][infrastructure] Wrong label for MultiStateCompilationUnitChange in CleanUpRefactoringWizard preview | Version: 3.2.0 Build id: I20051220-0800 Labels in the clean up refactoring wizard preview for MultiStateCompilationUnitChange read something like: Clazz.java - p1.p2 but should be: Clazz.java - Project/p1/p2 like for non MultiStateCompilationUnitChange | 2005-12-22 08:04:47 | 1,135,260,000 | resolved fixed | 73c5fd2 | 1,135,260,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java | JDT |
2,826 | 121,200 | Bug 121200 Leave Delegate feature for move refactorings | null | 2005-12-16 08:15:24 | 1,134,740,000 | resolved fixed | 12d024f | 1,135,160,000 | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate01/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate01/in/B.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate01/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDele... | JDT |
2,827 | 121,546 | Bug 121546 Cannot validate Javadoc URL starting with https | 3.2 M4 On the Javadoc location properties page is possible to define a Javadoc URL. There is also a button to validate the specified location. If the URL starts with https a message pops up saying "Unable to validate location". Is this by design or is https not supported? | 2005-12-20 07:12:20 | 1,135,080,000 | resolved fixed | 4f05b52 | 1,135,100,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java | JDT |
2,828 | 121,222 | Bug 121222 Sample code in code formatter settings in wrong | Go to: Window -> Preferences -> Java -> Code Style -> Formatter -> Edit Go to New Lines page. In the preview pane, the code block: @deprecated @overrides public void bar() { } is wrong! It should be: @Deprecated @Override public void bar() { } | 2005-12-16 10:41:37 | 1,134,750,000 | resolved fixed | 3b63f31 | 1,134,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/NewLinesTabPage.java | JDT |
2,829 | 120,539 | Bug 120539 [build path] Build path context menu should contain 'Add source folder' | 20051213-0010 Select a project, open the context menu and go to the build path submenu. The submenu build path already conatins 'Link source'. 'Add new source folder' (opening the new Source folder wizard) should be next to it. | 2005-12-13 06:28:34 | 1,134,470,000 | verified fixed | 5813a0c | 1,134,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/GenerateBuildPathActionGroup.java | JDT |
2,830 | 120,585 | Bug 120585 [clean up] needs two invocations until all clean ups are performed | null | 2005-12-13 10:34:58 | 1,134,490,000 | resolved fixed | 6167184 | 1,134,740,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/CleanUpRefactoring.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java | JDT |
2,831 | 118,871 | Bug 118871 [refactoring] Rename type with similar elements should match with plurals | I20051130-1215 The similar elements matcher could also handle the usual english plurals "" -> "s" and "y" -> "ies". class Item { // rename to Thing Item[] items; //not found, should rename to things Item[] item; //ok } The non plus ultra would be support for conversions like this: class Handy { // rename to MobilePhone... | 2005-12-01 12:06:13 | 1,133,460,000 | resolved fixed | 6b74783 | 1,134,740,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenamingNameSuggestorTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamingNameSu... | JDT |
2,832 | 121,192 | Bug 121192 Cannot select initializer in Member view | I20051215 1. Open Java Browsing perspective 2. Add the following type: public class X { { } X() {} } 3. In the Member view, attempt to select the initializer Observe: The selection is cleared from the Member view and the initializer is not selected in the Java editor If you remove the constructor, then it works. It als... | 2005-12-16 05:59:39 | 1,134,730,000 | resolved fixed | eb29dd7 | 1,134,730,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java | JDT |
2,833 | 119,171 | Bug 119171 [quick fix] "add unimplemented methods" creates imports hiding classes in same package | null | 2005-12-03 10:21:16 | 1,133,620,000 | resolved fixed | 0744b67 | 1,134,730,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/AddUnimplementedMethodsTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java ... | JDT |
2,834 | 100,818 | Bug 100818 [quick fix] Wrong label for nested enum LinkedCorrectionProposal.LinkedModeProposal | 3.1-RC2 test pass - have the cu below -> compile error since the return value in the switch statement is not compatible with the declared return type - use quick fix to change the declared return type - note the label of the proposed return type is wrong - there is no separator between the type name and the qualifier -... | 2005-06-20 10:01:50 | 1,119,280,000 | resolved fixed | f531c55 | 1,134,730,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLabelProvider.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.