issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
256,991 | Bug 256991 [syntax highlighting] No syntax highlighting for this/super constructor argument | null | resolved fixed | c443e98 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingReconciler.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-12-01T11:14:42Z | 2008-11-30T21:20:00Z |
256,869 | Bug 256869 [quick fix] Dead Code Analysis: there is no QuickFix for if/else with DEBUG | Build id: N20081126-2000 Dead Code Analysis found an issue in org.eclipse.core.internal.jobs.OrderedLock if (DEBUG && success) System.out.println("[" + Thread.currentThread() + "] Operation started... " + this); //$NON-NLS-1$ //$NON-NLS-2$ else if (DEBUG) System.out.println("[" + Thread.currentThread() + "] Operation t... | resolved fixed | a4fcc46 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-28T16:02:52Z | 2008-11-28T11:00:00Z |
75,794 | Bug 75794 [quick assist] Split && condition not available with else branch | null | resolved fixed | 6a0b8fd | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-28T15:29:22Z | 2004-10-07T14:40:00Z |
256,571 | Bug 256571 Possibly broken code in RenameInformationPopup.getPolygon(boolean) | I20081125-0840 While doing the dead-code analysis I found this code in org.eclipse.jdt.internal.ui.refactoring.reorg.RenameInformationPopup.getPolygon(boolean): The return at the end is dead code. | resolved fixed | 26d8b94 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-27T17:16:47Z | 2008-11-26T09:00:00Z |
256,463 | Bug 256463 [compiler] Support common debug pattern in unreachable code detection | null | verified fixed | 0783d35 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/preferences/OptionsConfigurationBlockTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-27T15:55:44Z | 2008-11-25T16:20:00Z |
256,759 | Bug 256759 [implementation] Implementations of IContextInformation should also implement hashCode() | I20081125-0840 Implementations of IContextInformation should also implement hashCode(). | resolved fixed | 27634f7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposalComputer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyGenericTypeProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalContextInformation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-27T15:38:54Z | 2008-11-27T12:46:40Z |
256,578 | Bug 256578 [implementation] Possibly broken code in LocalCorrectionsSubProcessor.addUnnecessaryInstanceofProposal(IInvocationContext, IProblemLocation, Collection) | I20081125-0840. While doing the dead-code analysis I found this code in org.eclipse.jdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.addUnnecessaryInstanceofProposal(IInvocationContext, IProblemLocation, Collection): The code in the if (false/*ASTNodes.needsParentheses(expression)*/) is never executed. | resolved fixed | b2dd92d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-27T14:53:49Z | 2008-11-26T09:00:00Z |
256,577 | Bug 256577 [implementation] Possibly broken code in JavadocLinkTypeCompletionProposal.computeReplacementString() | I20081125-0840. While doing the dead-code analysis I found this code in org.eclipse.jdt.internal.ui.text.javadoc.JavadocLinkTypeCompletionProposal.computeReplacementString(): The else-branch is never executed. | resolved fixed | ba24da1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocLinkTypeCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-27T14:44:14Z | 2008-11-26T09:00:00Z |
256,576 | Bug 256576 [implementation] Possibly broken code in JavaIndenter | I20081125-0840. While doing the dead-code analysis I found this code in org.eclipse.jdt.internal.ui.text.JavaIndenter.CorePrefs.prefCaseBlockIndent() and org.eclipse.jdt.internal.ui.text.JavaIndenter.CorePrefs.prefParenthesisDeepIndent() | resolved fixed | 3e0362b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-27T14:29:52Z | 2008-11-26T09:00:00Z |
256,574 | Bug 256574 [package explorer] Possibly broken code in PackageExplorerContentProvider.findAddedElement(IJavaElementDelta) | I20081125-0840. While doing the dead-code analysis I found this code in org.eclipse.jdt.internal.ui.packageview.PackageExplorerContentProvider.findAddedElement(IJavaElementDelta): for (int i= 0; i < affectedChildren.length; i++) return findAddedElement(affectedChildren[i]); Obviously the loop is either useless as it wi... | resolved fixed | c3b5b2b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-27T07:52:51Z | 2008-11-26T09:00:00Z |
256,532 | Bug 256532 [templates] TemplateProposals has API that should be marked deprecated | null | resolved fixed | d2b3468 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/TemplateProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-26T15:46:56Z | 2008-11-26T00:40:00Z |
256,575 | Bug 256575 [search] Possibly broken code in SearchLabelProvider.getParticipantImage(Object) | I20081125-0840. While doing the dead-code analysis I found this code in org.eclipse.jdt.internal.ui.search.SearchLabelProvider.getParticipantImage(Object): The lower part of the method is never executed. | resolved fixed | 3193318 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-26T15:07:34Z | 2008-11-26T09:00:00Z |
256,087 | Bug 256087 [typing] Automatically close brace does not work properly | Build I20081118-1720. I have the following simple line of code: if (condition) return false; I want to insert brace around the single statement of the if block. For this, I only type a brace just before the return and simply hit 'Enter': if (condition) {return false; As my Java editor preference 'Automatically close {b... | resolved fixed | 2d3acca | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-24T12:55:16Z | 2008-11-21T09:33:20Z |
255,743 | Bug 255743 [search] NPE searching for property key | Using eclipse.buildId=I20081111-0800 java.version=1.6.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Command-line arguments: -os win32 -ws win32 -arch x86 -debug -consolelog -console, I got this when I was editing a properties file. I mistyped some characters and sud... | resolved fixed | 6b80336 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertyKeyHyperlink.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-21T07:56:37Z | 2008-11-19T02:00:00Z |
251,693 | Bug 251693 NamingConventions.suggestXXXNames should call suggestVariableNames() | The old API NamingConventions.suggestXXXNames() should call the new API NamingConventions.suggestVariableNames(). | verified fixed | 1e2876f | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/NameProposerTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-20T15:53:08Z | 2008-10-22T10:06:40Z |
230,189 | Bug 230189 [api tooling] Extending an @noimplement interface should not be an error | Build ID: I20080502-0100 (Eclipse 3.4M7) Consider following rather common scenario: /** @noimplement Do not implement directly. Extend abstract base Foo instead. */ public interface IFoo { //... } public abstract class Foo implements IFoo { //... } With following client code: interface IFooBar extends IFoo { public voi... | verified fixed | 8953d87 | ["org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/core/refactoring/IJavaRefactorings.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/model/ITestCaseElement.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/model/ITestElement.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/ju... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-18T19:36:56Z | 2008-05-05T12:20:00Z |
252,415 | Bug 252415 [build path] New Java Project dialog radios should have same parent | Build id: I20081027-1800 1) File->New->Java Project The "New Java Project" dialog opens, and focus is in the "Project name:" text field. 2) Type the Tab key twice to move the focus to the "JRE" group of radios. 3) Type Tab one more time. Focus moves to the next radio in the group? This is not supposed to happen. Also, ... | resolved fixed | f38f983 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-17T15:26:57Z | 2008-10-28T16:06:40Z |
255,449 | Bug 255449 CheckedListDialogField uses an unconventional method of setting the table's style | Its code looks like so... protected TableViewer createTableViewer(Composite parent) { Table table= new Table(parent, SWT.CHECK + getListStyle()); /* commented out */ return tableViewer; } ...notice how it uses a + instead of a | for OR'ing the bits. Is this intended or some lucky typo? If this is intentional, I strongl... | resolved fixed | f04b3f1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/CheckedListDialogField.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-17T10:31:06Z | 2008-11-16T07:20:00Z |
255,448 | Bug 255448 [preferences] 'Code Style' preference page should have a single selection table | I20081112-1200 1. Window > Preferences > Java > Code Style 2. Click on an entry in the table, the 'Edit' button is enabled. 3. Ctrl+Click on another entry in the table, the 'Edit' button is disabled. 4. Look at the other preferences and see how they apply to the selection in the table. 5. Conclude that they have nothin... | resolved fixed | 2a53691 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NameConventionConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-17T09:20:23Z | 2008-11-16T07:20:00Z |
251,197 | Bug 251197 [breadcrumb] Dropdown for children of project should look like Package Explorer | I20081014-1600 The breadcrumb dropdown for children of a project should look like the Package Explorer: - show libary nodes 'JRE System Library', 'Plug-in Dependencies', .... - bonus points: show "Referenced Libraries" node | resolved fixed | b03ef03 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-14T14:53:16Z | 2008-10-17T10:40:00Z |
254,759 | Bug 254759 Search declarations in working sets should not fail if no working set is specified | Using eclipse.buildId=I20081104-0916 java.version=1.6.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Command-line arguments: -os win32 -ws win32 -arch x86 -debug -consolelog -console I got:java.lang.IllegalArgumentException: data must not be null at org.eclipse.jdt.i... | resolved fixed | 8a7f6fb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInWorkingSetAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-11T11:28:20Z | 2008-11-10T18:00:00Z |
254,721 | Bug 254721 org.eclipse.jdt.ui.actions.MoveAction doesn't work with explicitly given selection | Build ID: M20080911-1700 Steps To Reproduce: 1. In your code instantiate the org.eclipse.jdt.ui.actions.MoveAction 2. Invoke run(IStructuredSelection selection) with a selection corresponding to certain java class Result: The command won't be invoked with the given selection. Instead of this the selection from the IWor... | resolved fixed | 147397c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/MoveAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-10T11:34:03Z | 2008-11-10T09:40:00Z |
254,601 | Bug 254601 FatJarExportTests occasionally fail because ZipFile has not been closed | null | resolved fixed | c7fb1ed | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/FatJarExportTests.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/PlainJarExportTests.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/interna... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-07T15:15:03Z | 2008-11-07T15:00:00Z |
253,378 | Bug 253378 Paste class source breaks static import. | Build ID: M20080911-1700 (3.4.1) Steps To Reproduce: 1. In package explorer, copy the Bug.java file. 2. In package explorer, paste it into the same package with a new class name. See that the static import statement is illegal. ---------------- bug/Bug.java ----------------- package bug; import static bug.Bug.X.z; clas... | resolved fixed | 0d94fc4 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CreateCopyOfCompilationUnitChange.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-11-05T18:49:31Z | 2008-11-03T22:06:40Z |
252,591 | Bug 252591 [render] External chained jars are not correctly displayed | null | resolved fixed | 9011d1e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabelComposer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-30T16:04:12Z | 2008-10-29T14:20:00Z |
252,643 | Bug 252643 [compare] NPE trying to replace a static initializer with an old version from the local history | Using eclipse.buildId=I20081028-0100 java.version=1.6.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Command-line arguments: -os win32 -ws win32 -arch x86 -debug -consolelog -console I got this exception trying to replace a static initializer in a test case with an o... | verified fixed | 6c1a075 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaReplaceWithEditionActionImpl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-30T07:58:55Z | 2008-10-29T19:53:20Z |
252,493 | Bug 252493 [clean up] ICleanUpConfigurationUI let selected cleanups exceed limit | I20081028-0100 ICleanUpConfigurationUI#getSelectedCleanUpCount implementations can return values greater then #getCleanUpCount. This could indicate a programming fault and should be warned. | resolved fixed | e408c91 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/ContributedCleanUpTabPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-29T09:05:19Z | 2008-10-28T18:53:20Z |
252,383 | Bug 252383 [browsing] NPE when switching to/from Welcome | I20081027-1800. 1. open Java Browsing perspective 2. open Welcome 3. close Welcome ==> NPE: | verified fixed | 7ae7547 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-28T15:04:38Z | 2008-10-28T16:06:40Z |
234,143 | Bug 234143 [syntax coloring] Deprecation doesn't properly appear on keywords this and super for construction calls | Hello, Try this code: class foo { public foo(String a) { this(a, null); } /** * @deprecated */ @Deprecated public foo(String a, String b) { } } class bar extends foo { public bar(Object o) { this(o, "bar"); } public bar(Object o, String a) { this(o, a, null); } public bar(Object o, String a, String b) { super(a, b); ne... | verified fixed | 6b76251 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingReconciler.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-27T15:01:35Z | 2008-05-27T12:06:40Z |
251,629 | Bug 251629 Adding JUnit by quick fix throws IAE | N20081005-2000 Paste the following into an empty project: ------------ package p; public class ATest extends TestCase { } ------------ Use quick fix to "Add Junit 3 to build path". This throws the following IAE: java.lang.IllegalArgumentException: Attempted to beginRule: MultiRule[P/tests,P/.org.eclipse.jdt.core.extern... | verified fixed | c3b6066 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitQuickFixProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-24T09:09:07Z | 2008-10-21T23:00:00Z |
251,758 | Bug 251758 [ltk] Undoing a project delete has problems with encoding and markers | Created this clone bug of the IDE equivalent. Will attach a patch. ---------------- Steps To Reproduce: 1. Create a project, and add at least one file to it. Add some markers to the file (tasks, bookmarks, problem markers - it doesn't really matter, so long as they can be seen in a marker view). 2. Delete the project, ... | verified fixed | 44176c6 | ["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/resource/undostates/AbstractResourceUndoState.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/resource/undostates/ProjectUndoState.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-23T14:55:24Z | 2008-10-22T18:26:40Z |
251,817 | Bug 251817 [clean up] Fail to invoke "Clean Up" at project level | Could not invoke "Clean Up" feature either with keyboard shortcut or with context menu at project level. Same at package level. This is a plain Java Project, but I encountered the same issue with a Web Dynamic Project. -- Error Details -- Date: Thu Oct 23 11:21:07 CEST 2008 Message: Internal Error Severity: Error Plugi... | verified fixed | e78e1ec | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-23T13:42:35Z | 2008-10-23T08:20:00Z |
251,771 | Bug 251771 [clean up] Message dialog for every save | build I20081021-0905 For our projects, we have Save Actions turned on and since I updated to this build, every time I save a Java file I get a message dialog saying that the Organize Imports save action is very slow and I may want to turn it off. I don't mind hitting the "Do not show this message again" checkbox but I ... | resolved fixed | 1a73296 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-23T11:13:54Z | 2008-10-22T21:13:20Z |
251,572 | Bug 251572 [encapsulate field] encapsulate field refactoring fails with splitted array type | null | resolved fixed | 3b90d38 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-22T15:26:19Z | 2008-10-21T17:26:40Z |
251,327 | Bug 251327 [browsing] JavaBrowsingPart not clearing fPreveiousSelectionProvider | Build ID: M20080911-1700 Steps To Reproduce: 1. Open two editors - one must be an ITextEditor (any java file) and the other must not be (extend EditorPart directly and only implement ISelectionProvider) 2. Place a break point in JavaBrowsingPart.selectionChanged(IWorkbenchPart, ISelection) 2. Switch between the two edi... | resolved fixed | 92a550f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-21T09:49:18Z | 2008-10-19T21:00:00Z |
250,806 | Bug 250806 Activating working set updaters for bundle org.eclipse.jdt.ui has encountered a problem. | Build ID: M20080911-1700 Steps To Reproduce: 1.Go to Problems View --> Configure Contents 2. Set Scope ON working set 3. create a working set that contain not all project, just some 4. restart eclipse 5 I got this error and stack trace with NPE bellow I guess that NullPointerException at JavaWorkingSetUpdater.checkElem... | verified fixed | 5d356ff | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetUpdater.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-20T15:38:57Z | 2008-10-14T16:00:00Z |
251,362 | Bug 251362 [package explorer] 'Configure...' looks strange on working set assignment dialog | null | verified fixed | eb753d3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-20T12:44:09Z | 2008-10-20T10:53:20Z |
233,955 | Bug 233955 [misc] Put ActivateJavaEditorTest back | 3.4 RC3. During 3.5 we need to verify that the modified test is reliable and then put it pack to the local fingerprint/summary. | resolved fixed | 774b41e | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/PerformanceTestSuite.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-16T15:01:15Z | 2008-05-26T13:53:20Z |
250,960 | Bug 250960 [misc] Status line does not show problem message any more | I20081014-1600, was OK in 3.4.1 Status line does not show problem message any more when the caret is in a range with squiggly lines. Example: package xy; public class Try { unresolved m() { , } } | resolved fixed | a6feb57 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-16T08:09:27Z | 2008-10-15T14:13:20Z |
250,961 | Bug 250961 [build path] NPE attaching source JAR | build I20081007-1600 - create new Java project - go to the project properties via the context menu - edit the Java build path - add external JARs - navigate to your install dir and select org.eclipse.update* (not the source JARs) - OK - select first JAR and edit the source attachment - try and add the source JAR - hit ... | resolved fixed | 8661c50 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-16T07:31:40Z | 2008-10-15T14:13:20Z |
250,425 | Bug 250425 [extract interface] Interface extraction terminates with an Internal Error | null | resolved fixed | 2042c25 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test108/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test108/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test108/out/I.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclips... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-15T15:46:12Z | 2008-10-10T12:00:00Z |
224,958 | Bug 224958 [api] make CompilationUnitChange API | In order to pass RFRS by Instantiations WindowBuilder product it should not contain any internal API usage. The functionality of org.eclipse.jdt.internal.corext.refactoring.changes.CompilationUnitChange can't be implemented using public API, please move it into public scope. | resolved fixed | 870614a | ["org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaManipulationMessages.java", "org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/Messages.java", "org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/core/refactoring/CompilationUnitChange... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-15T09:52:02Z | 2008-03-31T19:00:00Z |
250,663 | Bug 250663 Fix for 249932 causes JDT Launching bundle to be activated | null | resolved wontfix | 361d3dd | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/PluginsNotLoadedTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-14T16:27:19Z | 2008-10-13T15:00:00Z |
66,646 | Bug 66646 [package explorer] Show in doesn't inform user about filters if name filter filters element to be shown | I20040611 - create project Test - create class A - open in editor - package explorer: set name filter for Test - give focus to editor - Show in Package exlorer observe: you don't get a hint that the element is filtered out. | resolved fixed | d0678c4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-14T16:14:50Z | 2004-06-11T10:33:20Z |
74,759 | Bug 74759 [introduce factory] refactoring doesn't work with nested constructors | The nested constructor call in the following code is not refactored correctly: public class Test { public Test(Test tal) { return; } public static void main(String[] args) { Test test = new Test(new Test(null)); } } | verified fixed | a30a3d5 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/74759/Test.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/74759/Test_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTests.java", "org.eclipse.... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-14T12:26:50Z | 2004-09-23T11:46:40Z |
250,621 | Bug 250621 [hashcode/equals] Wizard should allow to specify that blocks should always be used | Build ID: I20080617-2000 Steps To Reproduce: Hi, The code convension tool checkstyle complains about missing curly braces in the generated Eclipse equals method. I suggest to use {} in your template. Example: Now @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; ... | verified fixed | 6d5c190 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/GenerateHashCodeEqualsDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateHashCodeEqualsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-14T09:23:17Z | 2008-10-13T09:26:40Z |
250,660 | Bug 250660 [introduce factory] destroys anonymous inner classes | Build ID: M20080911-1700 Steps To Reproduce: On this example code public class Foo { public Foo() { } public void foo() { new Foo() { public void foo() { } }; } } apply the "introduce factory" refactoring to the Foo constructor. The result is a call to createFoo in the foo method - the overridden foo method is lost! Mo... | verified fixed | 97074fe | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/250660/HasAnonymous.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/250660/HasAnonymous_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTests.ja... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-13T17:30:51Z | 2008-10-13T15:00:00Z |
250,629 | Bug 250629 [content assist] Selected proposal kinds not restored | I20081007-1600 + latest plug-in export - new workspace - select all Java content assist proposal kinds, except "Java Proposals" - restart Eclipse => all 3 Java categories disabled, content assist broken | verified fixed | d369e14 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerRegistry.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-13T15:05:29Z | 2008-10-13T12:13:20Z |
250,149 | Bug 250149 [call hierarchy] should expand read references to fields | null | resolved fixed | 3fcfd8b | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallerMethodWrapper.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/MethodWrapper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-08T18:14:41Z | 2008-10-08T18:20:00Z |
249,620 | Bug 249620 [preferences] Provide UI for 'no strictly compatible JRE available' problem severity | null | resolved fixed | 44f6661 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-06T15:44:10Z | 2008-10-03T16:06:40Z |
249,535 | Bug 249535 [compiler] Consider disabling the syncOverride warning/error by default | null | verified fixed | 90caa28 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-06T14:34:23Z | 2008-10-02T20:40:00Z |
249,155 | Bug 249155 [common navigator] Potential StackOverflow in JavaNavigatorContentProvider | Build ID: org.eclipse.jdt.ui_3.4.0.v20080603-2000.jar Steps To Reproduce: We are using the common navigation framework in our product. In one instance of the navigator, we passed another project as input (the tree gets partially shaped by this project). However, we hit some problems with theJavaNavigatorContentProvider... | verified fixed | bc1f55a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-06T13:07:38Z | 2008-09-30T18:40:00Z |
249,549 | Bug 249549 [quick fix] bad proposal for abstract modifier before constructors in abstract classes | Build ID: M20080911-1700 Steps To Reproduce: 1. Create a class like this: abstract class Test { public abstract Test(); } of course this code is wrong. But Eclipse proposes two quick fixes: "Add body", which is correct and "Add 'abstract' modifier", which does not make any sense. When using this one, the result is stil... | resolved fixed | 4ade8bf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-03T09:05:25Z | 2008-10-02T20:40:00Z |
170,879 | Bug 170879 [paste] paste patch from clipboard into package explorer | I20070109-1805 I would like to be able to past a patch which I have in the clipboard into the package explorer. Pasting would apply the patch. This would be a shortcut for Team>Apply Patch...>Clipboard>Finish. Thanks (Not sure if CVS is the correct component for this request) | verified fixed | 66b00c6 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-01T23:31:42Z | 2007-01-18T08:46:40Z |
249,342 | Bug 249342 [build path] IndexOutOfBoundsException attempting to remove last build path entry | null | verified fixed | 73b5ba6 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/CPJavaProject.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/OutputLocationDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-01T16:38:33Z | 2008-10-01T16:53:20Z |
201,587 | Bug 201587 [quick fix] change type does not fully qualify conflicting type | I20070828-0800 Given: package test2; public class E02 {} package test1; public class E01 { private class E02 {} private E02 e02; public E01() { e02= new test2.E02(); } } 1. Go to compile error 2. Ctrl-1 3. 'Change type of e02 to E02' Is: test2.E02 is imported Should: Field type should be fully qualified | resolved fixed | 296d4c7 | ["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/proposals/TypeChangeCorrectionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-10-01T05:05:28Z | 2007-08-29T15:06:40Z |
243,179 | Bug 243179 [quick fix] "Change type" uses "? extends Number" as variable type in generic enhanced for loop | Build ID: I20080617-2000 (3.4.0) Steps To Reproduce: Please apply the quickfix, and see the illegal result. ---------------------- Bug.java --------------------- import java.util.*; class Bug { { ArrayList<Number>list=new ArrayList(); HashSet<Short>set=new HashSet(); for(AbstractCollection<Number>bunch:Arrays.asList(li... | resolved fixed | 6b470cd | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-30T23:19:48Z | 2008-08-05T15:26:40Z |
248,954 | Bug 248954 NPE synchronizing an existing workspace | Using M20080827-2000, I got: Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.model.JavaSynchronizationContentProvider.asJavaProject(JavaSynchronizationContentProvider.java:149) at org.eclipse.jdt.internal.ui.model.JavaSynchronizationContentProvider.convertToJavaElements(JavaSynchronizationConte... | verified fixed | a9ec42a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-29T16:17:18Z | 2008-09-29T14:53:20Z |
248,899 | Bug 248899 [jar exporter] Jar export doesn't include files under META-INF | In Eclipse 3.4 (and since at least 3.1), if I create a text file in META-INF/services, and export a jar file, it will get included in the jar file as would be expected. In Eclipse 3.5 M2, this is broken. Whether or not I check the file it does not get included in the jar. Maybe there is some different combination of op... | verified fixed | fafd568 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-29T12:37:38Z | 2008-09-29T09:20:00Z |
248,254 | Bug 248254 [refactoring] 'Add final modifier' save action collides with 'rename' refactoring | I found a collision between the 'add final modifier to local variables' save action and the refactorings 'extract local variable' followed by 'rename'. To reproduce: 1. Activate 'Add final modifier to local variables' save action 2. In a method, write System.out.println("foo"); 3. Save the file 4. Select "foo" and appl... | verified fixed | 2c17365 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-27T14:16:43Z | 2008-09-23T11:40:00Z |
170,431 | Bug 170431 [typing] switch ... default not indented correctly | Build ID: 3.2.0 Steps To Reproduce: 1. Create a simple java class 2. Add a switch statement with a default case 3. In the default case add 3 lines of code. 4. Press Ctrl+A to select all the class 5. Press Ctrl+I to indent the class 6. The lines of the default statement, excepted the first, are not correctly indented. M... | resolved fixed | 5147d51 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-26T09:19:50Z | 2007-01-15T08:33:20Z |
248,660 | Bug 248660 [implementation] AbstractJavaCompletionProposal leaks file handle | Current HEAD AbstractJavaCompletitionProposal#getCSSStyles forgets to close the input stream while reading the css file. | resolved fixed | e7f1120 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-26T07:58:35Z | 2008-09-25T22:00:00Z |
227,559 | Bug 227559 Need API to process StyledString | I20080415-0800. In order to support BIDI we need to be able to run the string through the TextProcessor and adjust the styles. Simplest would be to get proccessText(*) methods that do the same as TextProcessor.process(*). | verified fixed | 0f9d295 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/Strings.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-25T08:49:08Z | 2008-04-17T13:46:40Z |
29,379 | Bug 29379 [typing] Auto-inserted bracket '}' crosses parentheses scope | Suppose there is a method void foo (String []); if in some place you want ivoke the method creating the array on fly, and suppose to type something like: foo (new String [] {"x"}) automatic parentheses and curved brackets insertion makes your code looking as foo (new String [] {<cursor here>) } i.e closing curved brack... | resolved fixed | bd6b5b9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-22T16:10:10Z | 2003-01-13T15:00:00Z |
164,449 | Bug 164449 [content assist] Only call ICodeAssist.codeComplete(...) once | 3.2 and 3.3 M3 JDT Text calls JDT Core code assist twice on each invocation. This happens because the final proposal list is computed by several different completion processors. Two of them (the "no type" and the "other proposals" processor) call ICodeAssist.codeComplete(...). Note that this is not a bug but works as d... | resolved fixed | d5bd292 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAllCompletionProposalComputer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposalComputer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaNoTypeCompletionProposalComputer.java", "org.eclipse.... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-18T15:38:32Z | 2006-11-14T10:26:40Z |
247,547 | Bug 247547 [content assist] prefix complete casted method proposals | null | resolved fixed | 6c760f1 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/MethodInsertCompletionTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-17T09:21:00Z | 2008-09-16T18:33:20Z |
8,624 | Bug 8624 [misc] Double click should auto select comment | Stable Build: 20020125 It should be possible to double click at the start or end of a long comment (i.e. /* or */) and have it automatically select the entire comment. Thanks. | verified fixed | c25d92e | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaDoubleClickSelectorTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileSourceViewerConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaDoubleClickSelector.java", "org.eclipse.j... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-15T14:17:31Z | 2002-01-28T20:33:20Z |
243,163 | Bug 243163 [jar exporter] export directory entries in "Runnable JAR File" | Please add an option to "add directory entries" to the new "Runnable JAR File" export. This option already exists in the older "JAR File" export. I ran into a problem where Jar-ing some existing projects with Ganymede caused getClass().getClassLoader().getResource( path ) to return null due to the fact that the empty d... | resolved fixed | e1d1d82 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/FatJarExportTests.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarPackageWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/JarWriter4.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-15T09:35:44Z | 2008-08-05T12:40:00Z |
38,297 | Bug 38297 [EditorMgmt] Open Jar Packager when double-clicking on .jardesc file | I have a file called SillyBean.jardesc in my workspace, that was created by using the Export Jar --> Save Description facility. The content looks like this: <?xml version="1.0" encoding="UTF-8"?> <jardesc> <jar path="/home/markus/SillyBean.jar"/> <options overwrite="true" compress="false" exportErrors="false" exportWar... | resolved fixed | 530b217 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackagerMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/OpenJarExportWizardEditorLauncher.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/OpenJarPackageWizardActionDelegate.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-12T12:53:29Z | 2003-05-31T14:06:40Z |
246,635 | Bug 246635 [build path] Add project screen shows added projects | Build ID: I20080617-2000 Steps To Reproduce: 1. Create many projects on workspace 2. Open the wizard to create a new Java Project 3. Put the name of the project 4. Select the "Projects" tab on "Java Settings" 5. Press the button to add new projects 6. Mark many projects and press ok 7. Press the button to add new proje... | resolved fixed | 46e36a1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ProjectsWorkbookPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-09T16:54:26Z | 2008-09-08T18:53:20Z |
245,257 | Bug 245257 [compiler] Allow to suppress fall-through warning | R3.4. The fall through warning for switch statements is very good and we have it enabled. There is however some good/valid code were this warning is wrong and we would like to have a flag to ignore that. I suggest to add a $FALL-THROUGH$ (like the NON-NLS) tag that tells the compiler that fall through is intended by th... | verified fixed | fdb4b0d | ["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/CorrectionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-09T10:13:50Z | 2008-08-26T14:13:20Z |
246,501 | Bug 246501 [content assist] ArrayIndexOutOfBoundsException is thrown by SignatureUtil.getUpperBound | Code assists fails to complete normally. Using the following code, place the cursor after the 'S' and before the ')' on the line beginning System.out... package foo; public class Bar { public static void main(String[] args) { double[] da = new double [ 0 ]; System.out.println("da.getClass().getSuperclass() = " + da.get... | resolved fixed | 86332c1 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/SignatureUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-08T12:37:38Z | 2008-09-07T23:26:40Z |
45,186 | Bug 45186 [UI Guidelines] Double clicking a view does not activate editor | Double click on the outline view and the corresponding location in the file is selected but the editor is not active. This behavior differes from the package explorer view with "show members in package explorer" selected. When show memebers is selected, double clicking on the member selects the member in the editor, an... | resolved fixed | 66d8dda | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/ca... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-04T16:40:04Z | 2003-10-20T03:20:00Z |
244,423 | Bug 244423 Upgrade to JUnit 4.5 | null | resolved fixed | a17e79a | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JunitPreferenceInitializer.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java", "org.eclipse.jdt.junit/src/org/ec... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-04T10:10:01Z | 2008-08-18T14:33:20Z |
246,070 | Bug 246070 [content assist] Multiline method invocation with comment at the end of line causes invalid parameters content assist behaviour | Build ID: I20080617-2000 Steps To Reproduce: 1. Put in .java these example methods (assume we have here many parameters so wrapping is necessary): private void test(int p1, int p2, int p3, int p4) {} private void invokeTest() { test(1, 2, 3, 4); test(1, 2, // comment e.g. $NON-NLS-like 3, 4); } 2. Invoke parameter cont... | verified fixed | 2338c38 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaParameterListValidator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-04T09:30:00Z | 2008-09-03T11:06:40Z |
243,712 | Bug 243712 [preferences] Inconsistent setting of Java Compiler compliance level in preferences. | I have Eclipse with jre (JRE 1.6) in eclipse/ directory. When starting for first time in new workspace it sets Window -> Preferences -> Java -> Compiler -> Compiler Compliance level to 1.6 But when I press "Restore Defaults" on the same preference page, it reverts to 1.4 value. This behaviour seems inconsistent special... | verified fixed | a8d76f8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-03T15:55:46Z | 2008-08-11T07:33:20Z |
239,735 | Bug 239735 [quick fix][preferences] quick fix should use fully qualified type if already fully qualified | Build ID: I20080617-2000 Steps To Reproduce: Example. Create a class called Timer and a method. Start typing in the method body: new Timer Press Ctrl-Space Select java.util.Timer i.e. you have new java.util.Timer Complete to new java.util.Timer(); Press Ctrl-1 for Quickfix Select Assign statment to new local variable w... | resolved fixed | b1ac419 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/AssignToVariableAssistProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-03T12:51:43Z | 2008-07-06T21:33:20Z |
245,250 | Bug 245250 [quick fix] Quick fix for missing synchronized modifier | null | resolved fixed | 44307a3 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java", "org.eclipse.jdt.ui... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-02T08:32:19Z | 2008-08-26T14:13:20Z |
233,982 | Bug 233982 Update JDT test framework to Java 1.6 (rtstubs.jar, etc.) | Update the JDT test framework to Java 1.6 (rtstubs.jar, etc.) | resolved fixed | 2779a46 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/Java16Setup.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RefactoringTestSetup.java", "org.eclipse.jdt.ui.tests/test", "plugin/org/eclipse/jdt/testplugin/JavaProjectHelper.java", "... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-01T12:26:22Z | 2008-05-26T16:40:00Z |
245,777 | Bug 245777 [refactoring] TypeContextChecker creates stub with syntax error | Build ID: I20080617-2000 Method TypeContextChecker#appendTypeParameters fails to insert the closing '>'. When the result is passed to the parser (I observed this in resolveSuperInterfaces) this unnecessarily requires syntax recovery to luckily get the intended result. | resolved fixed | f701890 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-09-01T10:22:29Z | 2008-08-30T23:46:40Z |
233,953 | Bug 233953 [implementation] Activating an editor can trigger two AST creations | 3.4 RC2. We have a hole in our code where editor activation can lead in the creation of two ASTs. | resolved fixed | 9d27d8a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-29T13:02:30Z | 2008-05-26T13:53:20Z |
233,954 | Bug 233954 [implementation] Switching between unchanged editors should not trigger reconcile | 3.4 RC2. 1. open A.java 2. open B.java 3. switch between them ==> reconcile is called each time | resolved fixed | c494239 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-29T12:58:15Z | 2008-05-26T13:53:20Z |
245,140 | Bug 245140 [code templates] Java Code Templates properties: 'Restore Defaults' removes nodes in UI | null | resolved fixed | 16f51ec | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProjectTemplateStore.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-29T12:01:40Z | 2008-08-25T16:00:00Z |
130,874 | Bug 130874 [templates][preferences] Java Code Templates preferences: Cancel does not work after 'Restore Defaults' | I20060307-1315 - open preferences - change templates at Java > Code Style > Code Templates - click OK, open prefs again - click 'Restore Defaults' -> defaults restored - click Cancel => expected: restored defaults dismissed, preferences retain my changes => was: all changes lost, since 'Restore Defaults' seems to save ... | verified fixed | fa42661 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProjectTemplateStore.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-29T08:59:00Z | 2006-03-08T09:26:40Z |
245,359 | Bug 245359 'Open Resource...' dialog looses working set selection if more than one selected | Build ID: I20080617-2000 Steps To Reproduce: 1. Open "Open resource" dialog. 2. Select some working sets to search through. 3. Find some resource and select it to close the dialog. 4. Repeat from #1 and you'll see that selection of working sets is lost ("Window working set" is selected). More information: | resolved fixed | 654e1a7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-27T10:37:01Z | 2008-08-27T09:40:00Z |
139,102 | Bug 139102 [type hierarchy] Member types in interfaces are decorated with package access | Create a new Java project and the following interface: public interface Top { interface Member {} class Bottom {} } Open the Hierarchy view for each of the member types. A package-access decoration is displayed even though both types are public member types of the "Top" interface. | resolved fixed | 6476a0f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-22T10:54:54Z | 2006-04-27T23:20:00Z |
244,716 | Bug 244716 code generation at Insertion point option not being preserved | Build ID: I20080617-2000 My previous environment was Eclipse 3.2 with MyEclipse 6.0 Apologies for the long post as I do not know which of these actions caused the problem. I d/l Eclipse 3.4 with WPT. Since WPT does not have the option to convert a Java project to a Dynamic Web Project, I backed up my project, then dele... | verified fixed | 27782c2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-22T10:39:10Z | 2008-08-20T16:33:20Z |
244,742 | Bug 244742 [organize imports] Add Import will add static import even when compliance is at 1.4 | Build id: I20080812-0800 I have a project with compiler compliance set to 1.4. I had a reference in my code to "Status.OK_STATUS", where the class Status was not imported. With the cursor inside "OK_STATUS" I did Ctrl+Shift+M with the intention to import the Status class. Instead it added a static import to the field S... | resolved fixed | 638c28f | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/AddImportTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddImportsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-21T13:48:29Z | 2008-08-20T19:20:00Z |
244,681 | Bug 244681 [create on paste] Two .java files created when pasting source with secondary type before primary type | I20080617-2000 1. Start a new workspace 2. Copy/Paste the following in Package Explorer: package p; class Y { } public class X { } Observe: 2 .java files are created. If you put secondary type Y after X, then only 1 .java file is created. | resolved fixed | e142fdf | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-20T16:45:28Z | 2008-08-20T11:00:00Z |
242,762 | Bug 242762 [common navigator] newly created project disappears in Project Explorer | null | closed fixed | b1d43b5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-20T08:36:14Z | 2008-07-31T18:46:40Z |
244,548 | Bug 244548 [hovering] Annotation attribute javadoc is not displayed | Build ID: I20080617-2000 Steps To Reproduce: 1. Create ExampleAnno.java: public @interface ExampleAnno { /** * Some documentation. */ String[] anAttribute(); } 2. Create Demo.java: public class Demo { @ExampleAnno() public void m() { } } 3. Place the cursor inside the parens for @ExampleAnno and bring up content assist... | resolved fixed | 99e959a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnnotationAtttributeProposalInfo.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalCollector.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-19T15:57:04Z | 2008-08-19T12:46:40Z |
244,431 | Bug 244431 [preferences] Outgoing change to preferences when no change made | null | resolved fixed | 9ce71b3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProjectTemplateStore.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-19T14:47:02Z | 2008-08-18T14:33:20Z |
243,399 | Bug 243399 [breadcrumb] Should not redraw when caret moved in same element | null | verified fixed | 8b61f93 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-18T16:44:07Z | 2008-08-07T09:06:40Z |
242,800 | Bug 242800 [JUnit] Make importing JUnit results from the workspace easier | null | resolved fixed | 7ccea37 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-15T17:04:54Z | 2008-07-31T21:33:20Z |
213,786 | Bug 213786 [JUnit] Add context menu action to import junit test results from package explorer | Version: 3.4.0 Build id: I20071213-1700 When using tools such as Maven or Ant to run your unit tests it can be quite inconvenient to use the import results action in the JUnit view, as it requires an absolute system path. One solution is to add a context menu to files that look like test results. I will attach a patch ... | resolved fixed | 2341bb4 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitMessages.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitViewEditorLauncher.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/uti... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-15T17:01:09Z | 2007-12-23T06:06:40Z |
239,833 | Bug 239833 [compiler] Odd compiler error message "Illegal modifier for the method ..." | I20080702-0939 public class Try { //Illegal modifier for the method Try.Try(): public synchronized Try(int a) { } //Illegal modifier for the method Try.Try(): public final static Try() { } //Illegal modifier for the method m.Try(): public volatile void m() { } //Illegal modifier for the field fField; only public, prote... | verified fixed | f60352b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-15T10:15:31Z | 2008-07-07T17:00:00Z |
242,069 | Bug 242069 [package explorer] Filter for empty package doesn't work | In eclipse 3.4, setting the filter to remove empty parent packages has no effect. This however worked in eclipse 3.3 | verified fixed | 4320e88 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/EmptyPackageFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-14T12:09:07Z | 2008-07-25T12:46:40Z |
134,065 | Bug 134065 [reorg] Delete internal jar on build path asks about deleting class folder | I20060330-0010 Have a project with an internal jar that is on the build path (e.g. check out org.junit from CVS). Select the jar in the Package Explorer and choose Edit > Delete. => Dialog with question: "Are you sure you want to delete class folder 'junit.jar'?" => It's a jar on the buildpath, not a class folder | resolved fixed | 3bb4c9e | ["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/reorg/ReorgUtils.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-13T18:13:56Z | 2006-03-30T12:00:00Z |
244,020 | Bug 244020 [hovering] Rich Problem Hover > Configure Problem Severity asks about project-specific settings too often | null | verified fixed | 14a76d2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/ProblemHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-13T14:03:20Z | 2008-08-13T12:20:00Z |
37,839 | Bug 37839 [inline] wizard does not indicate which method will be inlined [refactoring] | 20030506 inline method wizard should say sth like: "inline method Foo.bar(int, boolean)" | resolved fixed | fa2e00f | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2008-08-11T17:04:25Z | 2003-05-19T16:00:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.