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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test29_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test29_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test30_in.java", "org.eclipse.jdt.ui.tests.refactorin... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z |
95,117 | Bug 95117 Quick fix: Create constructor with type parameter throws BadLocationException | Against I20050513-0010. Given code: public class Exposer<DECORATED> { public static <DECORATED> Exposer<DECORATED> createAnnotationTest( Class<? extends DECORATED> clazz, String methodName) { return new Exposer<DECORATED>(clazz, methodName); } } There's a compile error because of the nonexistent constructor. Quick fix ... | verified fixed | e2035c9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-13T16:14:20Z | 2005-05-13T13:13:20Z |
94,923 | Bug 94923 Filter checkbox in Project Specific Configuration dialog should be left aligned [preferences] | I20050509-2010 summary says it all | verified fixed | 9a66994 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProjectSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-13T13:58:39Z | 2005-05-12T09:26:40Z |
95,000 | Bug 95000 CCE trying to use quickfix in an annotation type | Build ID: I20050510-0010 + HEAD of JDT/UI and JDT/Core. Steps to reproduce: 1) Create a class with this source: import java.lang.annotation.*; @Target(ElementType) @interface MyAnnotation { } ElementType is reported as an error. Try to use quickfix to fix it. Caused by: java.lang.ClassCastException: org.eclipse.jdt.cor... | verified fixed | 60b1598 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-13T10:18:38Z | 2005-05-12T17:46:40Z |
81,105 | Bug 81105 [quick fix] Change field to method: does not appear when non-accessible field exists | I20041214-2000 import java.util.HashMap; public class A { { int s= new HashMap().size; // No suggestion int s2= new HashMap().siz; // OK } } | verified fixed | 41b71e8 | ["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 | 2005-05-13T09:15:38Z | 2004-12-15T11:26:40Z |
94,948 | Bug 94948 Externalize strings quickfix proposal has no additional info [quickfix] | N20050512-0010 - Create unexternalized string - Invoke quickfix - The proposal 'Externalize strings' which invokes the refactoring has no associated additional info string | verified fixed | b907172 | ["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 | 2005-05-13T09:14:57Z | 2005-05-12T12:13:20Z |
76,816 | Bug 76816 [Wizards] Text and location of Open Untitled Text File | I suggest we change the text for the "Open Untitled Text File" menu option for two reasons: 1) you are not actually opening a file, you are creating a new file hence use of "open" is misleading 2) it is a bit lengthy for no real benefit. I suggest changing it to one of the following: "New Text File" "New File" "New Bla... | verified fixed | a85f418 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaHierarchyPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-12T20:02:54Z | 2004-10-22T15:46:40Z |
94,777 | Bug 94777 new project wizard: remove button enablement | I20050509-2000 (M7 test pass) new project wizard, 2nd page, projects dependencies tab: - the 'Remove' button is always enabled, even when the selection is on a access rule definition. Pressing it has no effect. It should only be enabled if the selection exclusively containes projects. | resolved fixed | 5229b6f | ["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 | 2005-05-12T13:33:48Z | 2005-05-11T16:46:40Z |
94,921 | Bug 94921 Inconsistent hyperlink descriptions in Java Editor preference page [preferences] | I20050509-2010: Typing: Hover of compiler warnings and spell checking preferences links show same description Code Assist: Missing hover for restricted references link Syntax Coloring: Wrong description for text editors link | verified fixed | 1e71054 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.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/SmartTypingConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-12T13:22:19Z | 2005-05-12T09:26:40Z |
94,709 | Bug 94709 Quick fix to create method on annotation fails | Given code: import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Retention(RetentionPolicy.RUNTIME) public @interface IsTest { String setUp() default ""; } class Exposer { private void foo() { IsTest annotation = getClass().getAnnotation(IsTest.class); String tearDown = annotation.tearDo... | verified fixed | 1ad2bbc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-12T13:20:59Z | 2005-05-11T14:00:00Z |
94,652 | Bug 94652 NPE when clearing Javadoc location property | I20050509-2010 - changed the Javadoc location property for a project to a folder that doesn't contain a package-list.html - opened properties dialog again and emptied ythe location. - pressed OK java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.ecl... | resolved fixed | 3f9c13a | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-12T13:09:17Z | 2005-05-11T11:13:20Z |
94,876 | Bug 94876 Open Type dialog's OK button is enabled when there are no matches to filter | build I20050509-2010 - Ctrl+Shift+T - type: foobar <Enter> - no types match the prefix, but Enter is allowed because the OK button is enabled OK should only be enabled if one of the matching types is selected. If no types match, chances are it's a typo and the user should have the chance to correct it without having to... | verified fixed | 45ebad8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-12T12:58:26Z | 2005-05-12T01:06:40Z |
94,255 | Bug 94255 Implemented Interfaces Section: Adding the same Interface multiple times | Version: 3.1.0 Build id: I20050509-2010 Steps to reproduce: 1.) Create a new Class 2.) Press the "Add..." Button to add an Interface 3.) Type in Cloneable 4.) Press the "Add" Button multiple Times 5.) Press OK Actual Results: The Interface is added multiple times. Expected Results: The Interface is only added once. Reg... | resolved fixed | 5424520 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/SuperInterfaceSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-12T12:57:46Z | 2005-05-10T10:13:20Z |
94,562 | Bug 94562 AFE when switching between editor not on the build path | RC0 I have two editors open on CUs which both aren't on the build path (one from repository, one an a Cu stored in a resource folder). Switch from the one from the repository to the other one using Ctrl+F6 produced the following exception. After getting this exception I now get it whenever I activate the editor. Even c... | verified fixed | 90ec025 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-12T12:37:43Z | 2005-05-10T21:20:00Z |
94,367 | Bug 94367 cannot clear compiler compliance setting at the project level | i200505092010 Cannot disable the Java compiler project-specific preferences for some projects. Steps to reproduce: 1 - check out from CVS a Java project that has project-specific Java compiler settings enabled (example: org.eclipse.core.runtime). 2 - open the properties dialog for the project, select the Java compiler ... | resolved fixed | 69e4d16 | ["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 | 2005-05-12T11:10:49Z | 2005-05-10T15:46:40Z |
94,643 | Bug 94643 [preferences] Java Editor Preferences page: mnemonics only work on second stroke | I20050509-2010 On the Java > Editor preference page, I have to press a mnemonic twice to make it really work. E.g. - click on "Mark Occurrences", press Alt+O -> focus is somewhere "between" tab and contents - press Alt+O again -> checkbox gets switched now | verified fixed | 2b9bd65 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ScrolledPageContent.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-12T10:07:32Z | 2005-05-11T11:13:20Z |
94,766 | Bug 94766 [nls tooling] NLS: when switching to new Eclipse mode the common prefix should change | When switch from traditional mode to Eclipse mode the wizard should automatically adjust the keys (e.g. exchange the . with a _). Currently you simply get a message that some keys are invalid but actually you don't have a clue why they are. Some better error message would already improve this. For example if in Eclipse... | verified fixed | 3bd1cfe | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/NLSUIMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-11T17:17:47Z | 2005-05-11T16:46:40Z |
94,242 | Bug 94242 QuickFix for serialversionuid hangs | This occurs with 3.1M6 (and latest clean I-build 20050506-1600) using JDK 1.5.0_02 This is similar to, but different from 83944 Intermittently (can be as often as 1 in 2), when I do a QuickFix on a missing serialversionuid, the Progress Information dialog comes up and hangs at what looks like about 70-75% complete. (me... | verified fixed | ed40049 | ["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/SerialVersionLaunchConfigurationDelegate.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-11T16:39:41Z | 2005-05-10T10:13:20Z |
94,676 | Bug 94676 [Refactor] Getting InvocationTargetException on this Class | Version: 3.1.0 Build id: I20050509-2010 Steps to reproduce: 1.) Create class Foo with this Contents: public class Foo { public void foo() { System.out.printf("%s %5d%n", 1, 1); } } 2. a) Call Refactor > Extract Interface 2. b) Call Refactor > Use Supertype where Possible Actual Results: The Error log shows a new Entry ... | verified fixed | 9557164 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsModel.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-11T13:42:38Z | 2005-05-11T14:00:00Z |
94,261 | Bug 94261 [typing] Correct indent on paste broken? | 20050509-2010 - select a method in the editor so that the selection contains the full lines (including indents before method) - press enter after the closing bracket (indent added) and paste - result is class A { void foo() { } void foo() { } } | verified fixed | 2d1ae6b | ["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 | 2005-05-11T08:08:24Z | 2005-05-10T10:13:20Z |
88,774 | Bug 88774 [preferences][content assist] New Jdtcore options to add inside preference page | build I20050322 + Jdtcore head JavaCore#CODEASSIST_FORBIDDEN_REFERENCE_CHECK and JavaCore#CODEASSIST_DISCOURAGED_REFERENCE_CHECK options have been added. If these options are enabled non accessible types will not be proposed by completion. If these options are disabled non accessible types will be proposed but will be ... | verified fixed | 90fe5a9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-10T10:48:18Z | 2005-03-22T16:46:40Z |
93,552 | Bug 93552 [5.0][hovering] Hover for binary type variable is '/' | N20050503-0010 - open java.util.ArrayList from a 5.0 rt.jar - hover over "E" in "public class ArrayList<E>" -> hover is just a '/' (slash) For source types, the hover text is the type variable name. | resolved fixed | a13ae4b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-09T21:09:58Z | 2005-05-03T17:06:40Z |
65,540 | Bug 65540 JUnit does not give any feedback (i.e. busy) when starting tests. [JUnit] | build I20040529 When running tests (especially JUnit Plug-in Test suites) there is a long delay before the test starts, during this time you are not given feedback as to what is happening and tend to assume something went wrong. | verified fixed | 2333835 | ["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/TestRunnerViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-09T19:17:34Z | 2004-06-03T13:40:00Z |
84,966 | Bug 84966 JavaHistoryActionImpl.getEditor(IFile) picks first dirty editor, ignoring argument | null | resolved fixed | ffb0796 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaHistoryActionImpl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-09T15:31:17Z | 2005-02-11T02:46:40Z |
94,012 | Bug 94012 [preferences] [compiler] Surface compiler option for disabling @SuppressWarnings | 20050505 Please surface the following compiler options: Added compiler option to control whether @SuppressWarning annotations are active or not. By disabling them, one can quickly revive all hidden warnings. * COMPILER / Determine whether @SuppressWarnings is effective * When enabled, the @SuppressWarnings annotation c... | resolved fixed | fe0841b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-09T14:45:56Z | 2005-05-06T22:53:20Z |
94,062 | Bug 94062 [1.5][search][annot] search for annotation elements incorrect match range | When searching for references for the following annotation: public @interface Expected { Class value(); } The match range for a use of this annotation is as follows: @Test <|>@Expected(Error.class) public void expectedException() { This is confusing since when the editor doesn't have focus the caret isn't shown and the... | verified fixed | f8da068 | ["org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation1/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation4/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameMethodInInterfaceTests... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-09T14:12:22Z | 2005-05-08T19:20:00Z |
94,020 | Bug 94020 Surround with Try/Catch refactoring modifies (breaks) code | Build 20050505 I highlighted the following code and ran the "Surround With Try/Catch" refactoring. Besides surrounding my code with the correct try/catch statement, the refactoring reordered my lines of code (!!), introducing a compilation error. My code before refactoring: DocumentBuilder builder= DocumentBuilderFacto... | resolved fixed | 38e6e28 | ["org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_in/TestWrappedLocal7.java", "org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_out/TestDeclarationInitializer.java", "org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWit... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-09T11:37:36Z | 2005-05-06T22:53:20Z |
89,036 | Bug 89036 [preferences] Reduce default code assist auto activation delay | null | resolved fixed | bc1c14d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-09T11:01:33Z | 2005-03-24T21:33:20Z |
94,090 | Bug 94090 [JUnit] Workspace should take precedence over platform JUnit libraries | When launching a vanilla JUnit test (not PDE test) on a project that contains classes in org.eclipse.jdt.junit.*, the tested project is placed in the classpath of the launched JVM _after_ the jdt.junit.* plug-ins found in the platform. This is inconsistent with other behavior: when Eclipse is being run in the Run-time ... | resolved fixed | fba7fd6 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchConfiguration.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-09T10:07:43Z | 2005-05-09T09:13:20Z |
93,964 | Bug 93964 Failing test case NewForLoopJavaContextTest.testInnerArray() | Build input for I200506-1600 I disabled the failing test case NewForLoopJavaContextTest.testInnerArray() for the build. Expected: for (Inner inner : array) { } Was: for (A.Inner inner : array) { } | resolved fixed | c6d9e41 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-06T17:57:13Z | 2005-05-06T17:20:00Z |
93,854 | Bug 93854 IAE in Util.scanTypeSignature when scanning a signature retrieved from a binding key | Thread [main] (Suspended (breakpoint at line 2319 in Util)) Util.scanTypeSignature(char[], int) line: 2319 Signature.getTypeParameters(char[]) line: 1382 Signature.getTypeParameters(String) line: 1407 JavaElementLabels.getTypeLabel(IType, long, StringBuffer) line: 821 JavaElementLabels.getElementLabel(IJavaElement, lon... | verified fixed | 5bf835a | ["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 | 2005-05-06T15:46:37Z | 2005-05-05T21:53:20Z |
93,695 | Bug 93695 NPE performing code assist | Build N20050504 I got the following exception after pressing ctrl+space and choosing a method from the presentation. The method I choose had a single parameter, which was an array of objects of a certain type. No objects of this type existed in my current context. java.lang.NullPointerException at org.eclipse.jdt.inter... | resolved fixed | d4a1a7d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-04T18:46:46Z | 2005-05-04T18:06:40Z |
90,139 | Bug 90139 [1.5][quick fix] 'Add unimplemented method' results in arg0, arg1 ... when using $T as type param | This is a minor but strange bug... When using a type parameter that starts with $ and that type parameter appears in an abstract method as a type of a formal parameter, the 'Add unimplemented method' quick fix, applied to a subclass creates a method signature with parameter names arg0, arg1, ... instead of using the pa... | resolved fixed | f5ae01d | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-04T14:54:28Z | 2005-04-04T10:20:00Z |
89,505 | Bug 89505 [code manipulation] generate ctor using fields: duplicate warning does not consider erasure | null | resolved fixed | ce54bef | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsValidator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-04T14:22:59Z | 2005-03-30T10:53:20Z |
89,513 | Bug 89513 [code manipulation] generate delegate methods: inconsistent for generic types | null | resolved fixed | e948a16 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddDelegateMethodsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-04T12:51:50Z | 2005-03-30T13:40:00Z |
93,275 | Bug 93275 Need ITypeBinding#getDeclaringClass() for capture types | ITypeBinding#getDeclaringClass() currently returns null for capture type bindings. It should return the declaring type. For our TTypes, we need to be able to distinguish capture bindings from different projects even if they have the same key (rare case, I agree, but it could happen). Therefore, we have to store the pro... | verified fixed | bcbf329 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-04T12:35:40Z | 2005-04-29T15:53:20Z |
86,681 | Bug 86681 Jar exporter: add directories entries not persisted between sessions | - follow smoke test for jar exporter - check Add directories entries - observe: when opening the jar description file the item isn't checked. | resolved fixed | 7ce4d6e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageReader.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWriter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-04T10:23:04Z | 2005-02-25T19:33:20Z |
88,860 | Bug 88860 Switch Bindings#findMethod(IMethodBinding, ..) to IBinding#getJavaElement() | null | resolved fixed | 46fa326 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/Bindings.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-04T07:51:56Z | 2005-03-23T15:00:00Z |
87,080 | Bug 87080 infer type args: NPE on newInstance() [refactoring] [infer type arguments] | 3.1M5a when analyzing JLex, I get: (will attach the file) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsTCModel.getElementVariable(InferTypeArgumentsTCModel.java:518) at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsConstrain... | resolved fixed | 1c633a7 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuGetClassNewInstance/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuGetClassNewInstance/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuGetTakeClassStayRaw/in/A.java", "or... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-04T07:42:32Z | 2005-03-03T14:26:40Z |
93,564 | Bug 93564 Preference setting for @Override annotation | 20050503 The story for adding the @Override annotation is currently abit confusing. Only the override dialog offers to add the annotation, all other override actions (quick fix, code assist) don't add it. A code style preference setting should be added to be used by all of them and the override wizatd checkbox removed.... | resolved fixed | 45a15ad | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/AddUnimplementedMethodsTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CodeCompletionTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-04T06:56:40Z | 2005-05-03T17:06:40Z |
93,567 | Bug 93567 ContextInformationPopup leaks CompletionEngines? | N20050503-0010 Yourkit memory snapshot N20050503-0010_1.5.0_20050503-1905.memory on my machine. | resolved fixed | 8bbc0d7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/GenericJavaTypeProposal.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 | 2005-05-03T17:43:24Z | 2005-05-03T17:06:40Z |
77,185 | Bug 77185 [classpath] entry kind "natives" | We had a discussion about how to best support SWT application developement. The biggest problem is the native dll and that user have to create special launch configs with -Djava.library.path=.... to get a SWT application up and running. However the dll problems seems to be a more general problem. Although the compiler ... | resolved fixed | e381e20 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-03T16:03:01Z | 2004-10-28T13:26:40Z |
89,463 | Bug 89463 [search] new search filters (inexact & erasure) should be in view menu where applicable | I20050329-2000 The new search filters (inexact & erasure) should appear directly in the view menu where applicable. Currently the user always has to open the filters dialog to toggle them. Inexact is always applicable. Erasure is applicable for references and occurrences search for generic types and methods. | resolved fixed | 7398d5f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MatchFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-03T14:26:25Z | 2005-03-30T08:06:40Z |
89,510 | Bug 89510 [refactoring] Extract Interface: preview opens on wrong screen | 20050329 I work on a dual monitor setup and have the eclipse workspace (no detached windows) open on the right screen. - Open the Extract Interface wizard (open correctly on the same monitor as Eclipse), enter a name, press 'Preview' - The preview wizard window opens on the left screen | resolved fixed | c9a50a2 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-03T13:59:46Z | 2005-03-30T10:53:20Z |
90,772 | Bug 90772 [refactoring] AFE when clicking 'All invocations' in Inline Method dialog again | I20050405-0800 - select a method declaration - Refactor > Inline Method - click 'All invocations' org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:139) at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:124) at org.... | verified fixed | b069dc4 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-03T13:35:20Z | 2005-04-08T08:46:40Z |
93,105 | Bug 93105 Remove unnecessary APIs on BindingKey | I20050426-1700 After discussions with JDT/UI, we came to conclusion that the following 3.1 APIs on BindingKey are not suitable; since they may cache element structural information into keys, leaving clients with difficult decisions as to whether to trust the key or the element. - BindingKey#getDeclaringTypeSignature() ... | verified fixed | 5833063 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/StandardType.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-03T13:28:03Z | 2005-04-28T12:06:40Z |
92,734 | Bug 92734 Open Type: wrong camel case match | I20050420 + ZRH export of 0426-912 Filter input 'IDExtension' matches type 'IDE'. I expected it to not match. | resolved fixed | 35241e1 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-03T12:58:50Z | 2005-04-26T07:20:00Z |
93,509 | Bug 93509 Code assist insert strange import | public class A<LHS, RHS> { LHS lhs; RHS rhs; { A<? extends Object, ? extends Number> a= null; } L<code assist> } - trigger code assist at the location above - select LHS. Observe you get an import on LHS | resolved fixed | 2cc1c07 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-03T12:57:50Z | 2005-05-03T11:33:20Z |
93,511 | Bug 93511 [5.0][syntax highlighting] Autounboxing not marked in constructor invocation | N20050503-0010 The autounboxing syntax highlighting does not mark the constructor invocation: int intVar= new Integer(13); | resolved fixed | 86ec939 | ["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 | 2005-05-03T12:09:15Z | 2005-05-03T11:33:20Z |
93,376 | Bug 93376 Pull up is enabled for annotation members in editor | Pull up is enabled for annotation members in editor. Since we have a JavaTextSelection here we can do better and disable the action. Pull Down can be disabled as well. | resolved fixed | 78b7071 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-03T10:48:34Z | 2005-05-01T20:40:00Z |
93,324 | Bug 93324 [nls tooling] Find strings to externalize tries to open a dialog from the modal context thread | While trying to sort out problems with badly encoded files I ran find strings to externalize on a package. Doing so resulted in the following exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.jface.dialogs.ProgressMonitorDialog.r... | resolved fixed | 69c6754 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindStringsToExternalizeAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-03T10:36:35Z | 2005-04-29T21:26:40Z |
91,470 | Bug 91470 [refactoring] [inline] Inline method fails on methods with a vararg parameter | In 3.1 M6 trying to inline the following method fails with an error public static final String format(String key, Object ... args) { return MessageFormat.format(key, args); } If I change the type to Object[] the inlining works. Here is the stack trace: java.lang.reflect.InvocationTargetException at org.eclipse.jface.op... | verified fixed | a5af9ee | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/Test91470.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestVarargs6.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/Test9... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-03T10:18:36Z | 2005-04-14T23:06:40Z |
72,178 | Bug 72178 extract local variable doesn't resolve name conflicts [refactoring] | eclise 3.1 M1, JDK 1.5 --------a.A------- package a; public class A {} ------------------ --------b.A------- package b; public class A {} ----------------- --------c.C------ package c; import a.A; public class C { b.A method() { return new b.A(); } void failHere() { method(); //extract local variable here } } ---------... | resolved fixed | e5dfa74 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test89_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test89_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-03T07:20:33Z | 2004-08-18T17:26:40Z |
81,099 | Bug 81099 JUnit preference does not Restore Defaults [JUnit] | I200412142000 Restore Defaults has no effect on the "Show JUnit view only when error occurs" preference. | verified fixed | d6f55ab | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitPreferencesConstants.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JunitPreferenceInitializer.java", "org.eclipse.jdt.junit/src/org/eclipse/j... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-03T06:43:43Z | 2004-12-15T11:26:40Z |
87,076 | Bug 87076 M5: JUnit preferences aren't saved between sessions [JUnit] | If I disable all stack trace filters in the Java > JUnit preferences page, then apply, everything is fine for this session. When I restart Eclipse, however, the filters are all reenabled. Also, if I remove all filters, they reappear when I restart. | verified fixed | eeab87c | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitPreferencesConstants.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencesConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-02T14:30:11Z | 2005-03-03T14:26:40Z |
90,725 | Bug 90725 TableColumn trim differs between platforms | null | resolved fixed | afe9aef | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/LocationViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/TableLayoutComposite.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-02T14:22:09Z | 2005-04-07T21:40:00Z |
87,920 | Bug 87920 ExtractMethod refactoring should not use ASTNodeFactory.newType(AST, ITypeBinding, boolean) | ExtractMethod refactoring should not use ASTNodeFactory.newType(AST, ITypeBinding, boolean). That method is deprecated and should be replaced by an ImportRewrite or by ASTNode.copySubtree(..). | resolved fixed | 8f6aec0 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/generics_in/A_test1109.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/generics_in/A_test1110.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractM... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-02T14:05:35Z | 2005-03-14T14:20:00Z |
76,241 | Bug 76241 Inline method should refuse to work when calls to the method are ambiguous [refactoring] [inline method] | I200410130800 Inlining one of the foo(...) methods of the first compilation unit below should refuse to work because the calls to foo(...) are ambiguous. Potential loss of work. public class A { protected void foo(String s) { System.out.println("A.foo()"); } protected void foo(Integer i) { System.out.println("A.foo()")... | resolved fixed | 9a46f6c | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-02T13:17:01Z | 2004-10-14T10:33:20Z |
93,323 | Bug 93323 Organize import on a package prints to the console | I ran organize import on a package containing two CUs and I got timing statements like the following printed to the console: total time 80 ms, cus: 2 | resolved fixed | d522524 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-02T13:09:10Z | 2005-04-29T21:26:40Z |
81,441 | Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work | null | resolved fixed | 5184075 | ["org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation0/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation0/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation2/out/A.java", "org.eclipse.jdt.... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-02T13:02:06Z | 2004-12-16T18:00:00Z |
68,983 | Bug 68983 Refactor menu not available on binary types [refactoring] | It seems to be impossible to use refactoring features on a Type whose source is not in the project/workspace. For example, I would like to replace all instances of ArrayList by List where it is possible (using the "Use Supertype Where Possible" refactor feature, but it does not appear to be possible since there is no r... | resolved fixed | 26e96ad | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-02T09:38:40Z | 2004-06-30T10:06:40Z |
66,480 | Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions | I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti... | resolved fixed | 144720f | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/InlineMethodAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actio... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-29T22:47:05Z | 2004-06-10T09:33:20Z |
92,982 | Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings | I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge... | verified fixed | fbd7246 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/typeconstraints/TypeEnvironmentTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/AbstractTypeVariable.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-29T18:33:03Z | 2005-04-27T19:26:40Z |
93,287 | Bug 93287 LTK Core Refactoring triggered on shutdown of JavaPlugin | null | resolved fixed | 21d5158 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/RefactoringCore.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/RefactoringCorePlugin.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-29T17:56:09Z | 2005-04-29T15:53:20Z |
93,260 | Bug 93260 TypeInfoViewer sets foreground colours unnecessarily | null | resolved fixed | dd5efba | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-29T17:35:58Z | 2005-04-29T13:06:40Z |
93,235 | Bug 93235 'Build Path > Use as Source Folder' freezes for 3 minutes with autobuild running | I20050426-1700 I have autobuild enabled and was rebuilding my workspace in the background. From the context menu of a (non-source) folder inside a plugin, I chose 'Build Path > Use as Source Folder'. Eclipse froze for about 3 minutes (but the build was apparently progressing). Stackdump while the UI was stale: Full thr... | resolved fixed | 940b12d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/BuildPathAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-29T09:59:21Z | 2005-04-29T07:33:20Z |
89,645 | Bug 89645 "Build" button appears on toolbar when "New Java Project" wizard is active | Build 20050330 Whenever I press the "New Java Project" button on the toolbar, the "Build" button appears on the toolbar while the resulting wizard is active. The button disappears (causing the other toolbar buttons to shift again) when the wizard is dismissed. | resolved fixed | 8db65ea | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-29T09:05:33Z | 2005-03-30T19:13:20Z |
68,190 | Bug 68190 UndoManager and perform change operation must call #dispose on change to be executed if validation fails | 3.0 Dispose isn't called if the change object couldn't be executed (isValid didn't return a fatal error). | resolved fixed | f5f54f9 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/ChangeExceptionHandler.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/UIPerformChangeOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-28T22:49:24Z | 2004-06-22T16:00:00Z |
91,505 | Bug 91505 Typo in new API: JavaElementLabels.getDeclararionLabel(..) | I20050414-1107 Typo in new API: JavaElementLabels.getDeclararionLabel(..) ^ should be t Can we still correct this (it's new 3.1 API)? | resolved fixed | b2c97fe | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-28T17:50:13Z | 2005-04-15T10:13:20Z |
67,289 | Bug 67289 UIPerformChangeOperation swallows exception stacktrace [refactoring] | 200406111814 UIPerformChangeOperation#executeChange() swallows the exceptions thrown during change execution: throw new CoreException(exception[0].getStatus()); ... drops the (very informative) stacktrace of exception[0]. Since CoreExceptions cannot be nested, either a nestable subclass of CoreException should be throw... | resolved fixed | aaabaa2 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/UIPerformChangeOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-27T20:40:09Z | 2004-06-15T17:20:00Z |
92,905 | Bug 92905 Initial use of Open Type gives no feedback for several seconds | build I20050426-1700 - switched to new build - used Ctrl+Shift+T - it appeared unresponsive for several seconds (though CPU usage went up), then the "Checking model consistency..." dialog came up and did work for a while - should bring up the dialog sooner, or show the busy cursor if this is not possible | resolved fixed | 1cb6b0a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenTypeAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-27T17:42:29Z | 2005-04-27T13:53:20Z |
92,847 | Bug 92847 [api] missing specs and @since tags on GenerateNewConstructorUsingFieldsAction fields | 3.1 HEAD GenerateNewConstructorUsingFieldsAction static public final int DOWN_INDEX= 1; static public final int UP_INDEX= 0; These 2 fields were private in 3.0; now they're public, and therefore API. If the intent was to make them API, add specs and @since 3.1 tags. | verified fixed | 3836a1e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-27T08:38:54Z | 2005-04-26T21:13:20Z |
92,801 | Bug 92801 [content assist] additional info (javadoc) missing | I20050426-0849 The additional info (javadoc) is missing. | resolved fixed | eb8f21f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal2.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-26T16:39:50Z | 2005-04-26T15:40:00Z |
92,751 | Bug 92751 wording: open type "checking histroy elements" | I20050420 + ZRH 0426 when doing 'Open Type' for the first time, there is a dialog saying something about "histroy" elements | resolved fixed | 5d984e6 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/CorextMessages.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeInfoHistory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-26T14:49:14Z | 2005-04-26T10:06:40Z |
92,563 | Bug 92563 [content assist] Warm code assist performance for many types | null | resolved fixed | c192fb9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/GenericJavaTypeProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/int... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-26T09:11:04Z | 2005-04-25T11:53:20Z |
92,561 | Bug 92561 Leaked HistoryItems in DocumentManager? | I20050420-1200 In a huge YourKit memory trace, I see that DocumentManager holds 303 Documents in memory. I used local history before, but when I made the dump, no local history dialog was up. YourKit says that the 'Retained size' of the array fgValues is 75,393,728 bytes. [Snapshot on my machine: I20050420-1200_1.5.0_2... | resolved fixed | dfd5e18 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-26T09:02:54Z | 2005-04-25T09:06:40Z |
92,464 | Bug 92464 NPE creating new type Object | Build 20050420-1200 In an empty project, tried to define some minimal JCL (no JRE on classpath). First class defined through wizard is: java.lang.Object, press finish got the following exception. !ENTRY org.eclipse.jdt.ui 4 10001 2005-04-22 23:59:06.625 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTarge... | resolved fixed | 31bfebc | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T16:47:39Z | 2005-04-22T22:46:40Z |
91,324 | Bug 91324 [refactoring] refactoring extract constant failed | I20050413-0910 I tried to "extract constant" on "new char[0][]", and received the following exception in the log: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run (RefactoringWizardD... | resolved fixed | b6bfe44 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test27_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test27_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractConstantTests.java", "org.eclipse.... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T15:01:09Z | 2005-04-13T19:20:00Z |
85,502 | Bug 85502 [5.0][syntax coloring] Coloring of unboxing/boxing: Missing cases | 20050216 The following cases seem to be missed by the boxing/unboxing syntax colorer: (enable compiler warning for (un)boxing to see where boxing occurs) public class A { private void foo1() { int a= 9; if (a == new Integer(9)) { } } private void foo2() { Integer x= 'c'; } private void foo3() { int si= true ? new Integ... | resolved fixed | b6f5480 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/AutoboxingSemanticHighlightingTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlighting.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingReconciler.java", "org.eclipse.jdt.ui/ui/org/e... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T13:33:25Z | 2005-02-16T18:53:20Z |
92,344 | Bug 92344 [call hierarchy] JavaModelException when accessing removed type | null | resolved fixed | a17af15 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/JavaUIHelp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/JavadocHelpContext.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:36:08Z | 2005-04-22T08:53:20Z |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/reorg/MoveCompilationUnitPerfTests1.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/reorg/MoveCompilationUnitPerfTests2.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z |
90,749 | Bug 90749 Delegate methods cannot be created for all fields | For some reason, when I go to Source > Generate delegate methods, it is not giving me an option to generate delegate methods for all the fields, as you can see on the attached screenshot. | resolved fixed | 21396d7 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T09:24:14Z | 2005-04-08T00:26:40Z |
90,930 | Bug 90930 Generate constructor using fields generates wrong parameter name | private static class Data { public int modifier; public char[] name; public char[] packageName; public char[][] enclosingNames; public String path; } Generate constructor using field. Observer: you get two parameters named "name". | verified fixed | 1652252 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T09:10:02Z | 2005-04-10T16:20:00Z |
44,362 | Bug 44362 [painting] Should not search for occurrences if element under cursor is the same | null | resolved fixed | 2b9415c | ["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 | 2005-04-22T15:18:47Z | 2003-10-07T20:53:20Z |
65,556 | Bug 65556 [implementation] JavaAutoIndentStrategy performance? | Build: 3.0 RC1 Ok, this is a bit of a silly test case, but it might point to possible performance improvements in the auto-indent code. These times are on a 2.5 Ghz PIV with plenty of RAM. 1) Copy, for example, an Eclipse book or a Tolstoy novel onto the clipboard (in my example, 110,000 words, 14,000 lines) 2) Paste i... | resolved fixed | 9e29cd0 | ["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 | 2005-04-22T12:51:50Z | 2004-06-03T16:26:40Z |
90,394 | Bug 90394 [JUnit] Junit source missing | 3.1M6. Create new project, new class, new junit test for that class. Eclipse asks to add junit.jar to the classpath, say OK. Right click junit.jar, click Java Source Attachment. An error says the path does not exist. Here's what is filled in: ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.0.0/src/org.junit_3.8.1/junitsr... | resolved fixed | 29eb6a0 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitAddLibraryProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-21T09:27:46Z | 2005-04-05T22:26:40Z |
91,524 | Bug 91524 [nls tooling] AssertionFailedException when externalizing strings | I20050413-0910 Happened with Eclipse stye message class where BUNDLE_NAME was inlined into NLS.initializeMessages !SESSION 2005-04-15 16:00:12.603 ----------------------------------------------- eclipse.buildId=I20050413-0910 java.version=1.4.2_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x... | verified fixed | 2326851 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassReference.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-20T17:07:07Z | 2005-04-15T13:00:00Z |
92,009 | Bug 92009 [nls tooling] Externalize Strings wizard broken | Since we moved to the new NLS format, I cannot externalize strings any more. Whenever I open the wizard on a file and check the option to use the new NLS format, I get the following error: 'Some keys are invalid' I also get error overlay on a bunch of keys in the checkbox column. I cannot work until this is fixed. | resolved fixed | de5a6fd | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-20T17:06:07Z | 2005-04-19T22:33:20Z |
91,955 | Bug 91955 API Request: Add modification stamp to document and document event | null | resolved fixed | 9ae2547 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/PartiallySynchronizedDocument.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-20T15:38:25Z | 2005-04-19T17:00:00Z |
91,809 | Bug 91809 Packages view throws NPE on creation | Running with code in HEAD, 20050418 Switch to the Java Browsing perspective. I get: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.browsing.PackagesView.findInputForJavaElement(PackagesView.java:545) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.setInitialInput(JavaBrowsingPart.java:898) at or... | resolved fixed | 21980bb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-19T08:48:24Z | 2005-04-19T00:20:00Z |
91,721 | Bug 91721 [content assist] Code assist UI: Inner types rendered with container qualification | 20050418 See screenshot. The label of a inner type should better just contain the name (the container name can be in the appended qualification) | resolved fixed | b1c9df3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-19T08:35:14Z | 2005-04-18T10:26:40Z |
91,072 | Bug 91072 F2/Hover for external javadoc does not work | null | resolved fixed | 161efb5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-15T16:14:00Z | 2005-04-12T04:26:40Z |
90,391 | Bug 90391 [refactoring] [move] Bad progress reporting in move static members | Take scenario from 90365 Observe: the progress reporting is really bad. Especially the flashing between searching... and visibility checking with no progress of the progress monitor is annoying. | resolved fixed | 81b37b4 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-15T15:12:17Z | 2005-04-05T22:26:40Z |
91,266 | Bug 91266 [refactor/code completion] change method signature, code completion not useable | We can with CTRL-SPACE initalize code completion in the type selection of the change method signature. But if we then press enter to select the right type we just pointed out with code completion. The enter is consumed by the table below and the selected value in the code completion popup is ignored. So yes you can see... | verified fixed | 00bbb75 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-15T14:59:28Z | 2005-04-13T13:46:40Z |
90,880 | Bug 90880 [refactoring] AssertionError when running Infer Type Arguments | When running the Infer Type Arguments refactoring, I encountered the following internal exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:282)... | resolved fixed | 0d79d83 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuAddAll/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuAddAll/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuSynchronizedList/in/A.java", "org.eclipse.jdt.ui.tests.refact... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-14T00:11:07Z | 2005-04-08T22:40:00Z |
91,306 | Bug 91306 [navigation] Java file opens with all text selected | 3.1M6 I had some Java files which I associated to the text editor. When I open them from the package explorer, they open with all of the text selected (as if I had hit Ctrl-A). | resolved fixed | 925f9ff | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-13T17:55:29Z | 2005-04-13T16:33:20Z |
90,841 | Bug 90841 [misc] IllegalStateException in Java editor | build i0405 I got the following exception in my log file. I believe I did a ctrl-shift-u to turn off "mark occurances" (didn't realize that wasn't the right key binding) so then I hit the icon and now I get that message everytime I hit the "mark occurances" icon. It looks like JavaEditor.EclipsePreferencesAdaptor holds... | resolved fixed | 76fa8ad | ["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 | 2005-04-13T13:06:06Z | 2005-04-08T19:53:20Z |
90,393 | Bug 90393 3.1 M6: File Global Search and Replace cannot write file | 3.1 M6: File Global Search and Replace cannot write file. I try to replace a word that occurs in multiple files in a project. I do this using the File Search and Replace dialog. Eclipse correctly searches and indicates that the files need to be opened for editing (I am using Perforce source code control). Then when I t... | resolved fixed | 11338a5 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-13T09:12:42Z | 2005-04-05T22:26:40Z |
89,476 | Bug 89476 'dot' should not autoactivate code assist in dialog fields | While testing code assist in the super class field in the new class wizard I noticed that '.' auto activate code assist. IMO this makes sense for cases where we have a method class after a dot. But in the case where we only enter class names '.' shouldn't auto activate code assist. Opinions. | resolved fixed | 5d2512a | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-12T16:40:36Z | 2005-03-30T08:06:40Z |
91,115 | Bug 91115 Change method signature does not select table items on tab [refactoring] | I20050405-0800 + ZRH plugin export Tabbing through the table items of a newly created parameter does not select the entire text of the table item anymore, but places the cursor at the end of the item text. While this is certainly convenient in the new type wizard, the old behavior is more appropriate for change method ... | resolved fixed | 1bcfb42 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-12T15:31:10Z | 2005-04-12T12:46:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.