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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/parameterName_out/A_test906.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_in/A_test366.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpac... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z |
73,975 | Bug 73975 Search View displays potential match instead of accurate one [search] | null | resolved fixed | fa051d1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PostfixLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SortingLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T17:54:25Z | 2004-09-15T12:06:40Z |
82,504 | Bug 82504 [compiler][1.5] ClassCastException when parsing a CastExpression between an array type and a type variable | I20050104-1600 + jdt.core v_530a class F<T> { Object[] objectArr; void foo() { T x= (T) objectArr; } } Error 2005-01-10 21:22:57.662 An internal error occurred during: "Java AST creation". java.lang.ClassCastException at org.eclipse.jdt.internal.compiler.ast.Expression.checkCastTypesCompatibility(Expression.java:300) a... | verified fixed | 1318ffe | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/TypeRulesTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T17:31:49Z | 2005-01-10T20:46:40Z |
83,041 | Bug 83041 Error inlining with overlapping edits [refactoring] | Build: I20050112 Test case: public class A { public static String foo(String s) { return s; } } class C { void bar() { System.out.println(A.foo(A.foo("hello"))); } } Run Refactor > Inline on A.foo(). An error occurs: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdi... | resolved fixed | e8accc1 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestNestedCalls.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestTwoCalls.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_out/TestN... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T15:56:18Z | 2005-01-17T22:13:20Z |
76,087 | Bug 76087 [navigation] Initial Quick Outline size too small | 20041012 When you use the quick outline with 'Rememeber size and location' turned off, the initial size is of the dialog is too small and not usable as is. Note that I had to turn off 'Rememeber size and location' for multi monitor problems | verified fixed | 39c064c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-20T11:01:01Z | 2004-10-12T16:53:20Z |
78,003 | Bug 78003 [navigation] Quick outline is initially to large | Build 20041105 Linux-GTK The Quick outline (ctrl+o in the Java editor) window is enormous on Linux. What have you guys been feeding it? :-) | resolved fixed | 5d17bca | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-20T10:59:56Z | 2004-11-06T00:13:20Z |
80,345 | Bug 80345 [navigation] Expand Selection|Enclosing Element should work on boundaries | Take this example (the caret is at the |): updateTable(keepSameLeavesVisible|, true); When you now invoke Expand Selection|Enclosing Element, the whole line gets selected, but I want keepSameLeavesVisible to be selected. The reason is, that I just from word to word using Ctrl-Left/Right and this stops at the word begin... | resolved fixed | 2ec40a1 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/actions/StructureSelectionActionTests.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/Selection.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-20T00:30:06Z | 2004-12-07T09:00:00Z |
75,465 | Bug 75465 [5.0][hovering] JavaSourceHover should handle type parameters | null | resolved fixed | da62f6a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaSourceHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-19T16:00:48Z | 2004-10-01T14:13:20Z |
82,992 | Bug 82992 NullPointerException during "pull up" refactoring | In 3.1M4, NullPointerException occurs in JDT when attempting a Refactoring "pull up" operation. Here is the error log: !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2005-01-17 09:01:23.765 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalC... | resolved fixed | 9a38ec7 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-19T10:56:10Z | 2005-01-17T16:40:00Z |
83,161 | Bug 83161 Can't access public field from private subclass | Since I20050118 this code does not compile anymore. The access to 'publicField' is marked as 'not visible' public class A { private static class PrivateInner { public int publicField; } public static class PublicInner extends PrivateInner { } } class B { void foo(Object o) { A.PublicInner x; int i= ((A.PublicInner)o).p... | verified fixed | 878a47d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-19T09:05:15Z | 2005-01-19T10:20:00Z |
81,083 | Bug 81083 [preferences] Mark Occurences enablement not adhered to | I200412142000 - open preference page with Mark Occurences preferences - enable Mark Occurences - Apply - Restore Defaults - OK -> toolbar shows Mark Occurences as 'enabled', editor marks occurences -> on preference page the preference is disabled | resolved fixed | 3c5b66e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ToggleMarkOccurrencesAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T14:20:22Z | 2004-12-15T11:26:40Z |
82,832 | Bug 82832 move static member conent assist failure if target in same package (name not fully qualified) | using the move static memeber refactoring, try move a constnt filed form one class to another in the same package after typing the firts letters of the target class, invoke content assist the target class will be pasted in the text field without the package prefix and the dialog will comaplain that a fully qualified na... | resolved fixed | 26cfdfe | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveMembersWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T13:20:40Z | 2005-01-14T10:53:20Z |
82,783 | Bug 82783 Javadoc wizard "broken" [javadoc] | Build I20050111-0800 The immediately visible problem is, that the javadoc wizard ignores an access modifier which may be specified on the first page. This is because the temporary parameter file for javadoc contains "... -classpath -private ..." - the classpath is missing. The problem could be, that in org.eclipse.jdt.... | resolved fixed | 97df667 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T11:43:14Z | 2005-01-13T21:00:00Z |
81,816 | Bug 81816 Missing org.eclipse.jdt.text* performance results on Linux and Windows | In build N20041222-0010, there are a number of scenarios which do not have results available (i.e. n/a). I assume this is a problem based on the assumption that the performance tests run the same way on Linux and Windows. | resolved fixed | 41dacaf | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T10:22:26Z | 2004-12-22T21:13:20Z |
82,356 | Bug 82356 NPE in surround with try/catch refactoring [refactoring] | Build: I20050104 I found several instances of the following stack trace in my log at the end of today. I don't know exactly what I was operating on at the time. I never noticed any error dialogs or other side-effects. Hopefully the stack alone is useful: java.lang.NullPointerException at org.eclipse.jdt.internal.corext... | resolved fixed | 8dfb4a4 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/CodeScopeBuilder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-13T18:59:08Z | 2005-01-06T22:20:00Z |
82,655 | Bug 82655 Search dialog does not store more than 6 pattern strings | Using build I200401110800. Perform 6 different java searches in a brand new workspace. Now open search dialog, select Java tab and enter a string to search ("XXXXXXX" for example) and perform the search (whatever kind of search...). Now reopen the dialog and look at previous search. I expect to see "XXXXXXX" in the lis... | verified fixed | 9f26900 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-12T12:23:35Z | 2005-01-12T11:40:00Z |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OverrideMethodDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferen... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z |
77,933 | Bug 77933 [5.0] Adding unimplemented methods with quick fix produces unknown types | Using I200411042000 In this example: public class X implements Set<String>{} Adding unimplemented methods with QuickFix also produces methods like: public T[] toArray(T[] a) { // TODO Auto-generated method stub return null; } Where type T cannot be resolved. | resolved fixed | f132372 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/RemoveDeclarationCorrectionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:35:31Z | 2004-11-05T10:20:00Z |
68,586 | Bug 68586 [implementation] Reconciling should be more robust | null | verified fixed | 09b27fd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T15:36:19Z | 2004-06-25T10:40:00Z |
82,173 | Bug 82173 [5.0][typing] Angle Bracket<> auto closing should work in more situations | I20041221-0800 Angular Bracket auto closing does not work for a field type. In this example: void m() { HashMap hm= new HashMap(); ... ... an opening bracket < is - automatically closed when inserted between HashMap and () - not automatically closed when inserted between HashMap and hm. It should be closed in both case... | resolved fixed | 0d35030 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/BracketInserterTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaHeuristicScanner.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T10:29:47Z | 2005-01-04T20:20:00Z |
79,419 | Bug 79419 [Preferences] Need a link component | We need to create a some sort of component for preference pages to use for linking. We should look into pushing down the org.eclipse.ui.views.framelist mechanism possibly. | resolved fixed | 43abacb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/AbstractConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CHyperLink.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CHyperLinkText.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/prefe... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-10T17:01:44Z | 2004-11-24T18:13:20Z |
82,417 | Bug 82417 Using uninitialized field instead of parameter in MethodStubsSelectionButtonGroup | The constructor of org.eclipse.jdt.internal.junit.wizards. MethodStubsSelectionButtonGroup contains this line: if (fButtonsStyle == SWT.RADIO) { Since fButtonsStyle is not initialized from the parameter buttonsStyle at that moment, what actually was meant is this: if (buttonsStyle == SWT.RADIO) { BTW: I found this bug ... | resolved fixed | 29778a4 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/MethodStubsSelectionButtonGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-10T10:33:35Z | 2005-01-08T10:26:40Z |
82,394 | Bug 82394 [preferences][templates] NPE trying to edit code templates | build i0104-1600 I went into my preferences and tried to change my code template for a new Java file (change the copyright to be 2005 now) but clicking on the Edit button did nothing. When I checked my log file, I found the following exception: !ENTRY org.eclipse.ui 4 0 2005-01-07 13:36:38.677 !MESSAGE java.lang.NullPo... | verified fixed | c9264b3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-10T08:59:45Z | 2005-01-07T17:46:40Z |
82,330 | Bug 82330 IAE exception in Inline Method [refactoring] | 20050104: Steps to reproduce: private static boolean isEF(IField iField) throws JavaModelException { return JdtFlags.isPublic(iField) && JdtFlags.isStatic(iField) && JdtFlags.isFinal(iField); } private static boolean isEMe(IMember iMember) throws JavaModelException { switch (iMember.getElementType()) { case IJavaElemen... | resolved fixed | e74b248 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_in/TestEnhancedForOne.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_in/TestEnhancedForTwo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspa... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T16:12:03Z | 2005-01-06T16:46:40Z |
82,219 | Bug 82219 Drag and drop of method to Call Hierarchy logs assertion failure | I20050104-1600 - close all instances of the Call Hierarchy view - open Call Hierarchy view - drag and drop an IMethod to the Call Hierarchy -> Assertion failure below in log (but call hierarchy still shows up) - drag and drop another IMethod to the Call Hierarchy -> The drop is only accepted on the sash line. Previousl... | resolved fixed | 49947d2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/BasicSelectionTransferDragAdapter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T14:22:39Z | 2005-01-05T10:13:20Z |
82,342 | Bug 82342 java search filters dialog broken layout on GTK [search] | the Java serach filters dialog has a broken layout on linux GTK - see screenshot: the first scrollable area with checkbopxes for selecting matches to exclude is way too short. this happened with 3.1 M3 and happens still with 3.1M4. | resolved fixed | 04e050d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FiltersDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T14:03:29Z | 2005-01-06T16:46:40Z |
82,315 | Bug 82315 [nls tooling] Link to properties file does not work if file is open(ed) in text editor | I20050104-1600 The editor is opened but the key is not found. | resolved fixed | 27f5c6b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/NLSKeyHyperlink.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T10:38:15Z | 2005-01-06T11:13:20Z |
81,128 | Bug 81128 [nls tooling] Accessor class detection constrained to those generated by NLS Wizard | 200412142000: Steps to reproduce: - Open "HelpSearchPage.class" from binary project "org.eclipse.help.ide" -> The accessor class HelpIdeResources uses an unconventional resource bundle field. Search for static fields of type ResourceBundle whose name contains "bundle" independent of letter case. | resolved fixed | 6b407ec | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/nls/NLSHintHelperTest.java", "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/NLSHint... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T17:51:31Z | 2004-12-15T14:13:20Z |
81,091 | Bug 81091 Extract Interface shows duplicated warning message for unconventional type names | 200412142000: Steps to reproduce: - Extract new interface named "t" | resolved fixed | 66051c9 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T14:19:21Z | 2004-12-15T11:26:40Z |
82,311 | Bug 82311 [correction] Add '@throws' tag does not insert the exception type name | Version: 3.1.0 Build id: 200412210800 When you have javadoc compiler checks turned on and have a method like the following the quick fix to add a throws tag does not insert the name of the exception. The add all missing tags quick fix does add the exception type so the information should be available. I did figure out ... | resolved fixed | 2e3f488 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/JavadocQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T12:17:37Z | 2005-01-06T11:13:20Z |
78,698 | Bug 78698 [format] Space before ? should default to false | 200411111200 Not to be changed for I20041116. The code formatter setting for White Space > Insert Space > Before question mark should default to false for all profiles. Was: List< ? extends Number> Expected: List<? extends Number> | verified fixed | 423bc36 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T19:22:02Z | 2004-11-16T10:13:20Z |
81,146 | Bug 81146 Move non-static member annotation to new file creates illegal annotation [refactoring] [5.0] | null | resolved fixed | 10757cb | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T17:33:15Z | 2004-12-15T14:13:20Z |
81,143 | Bug 81143 [refactoring] pull up reports unnecessary visibility problems | 20041215 class A { } class B extends A { void foo(List<String> args) { } } class C extends A{ void foo(List<String> args) { } } -> pull up 'B.foo' reports: 'method foo in C has visibility less than protected which will result in compiler errors' package visibility is ok here too | resolved fixed | 725d263 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/PullUpTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T17:18:13Z | 2004-12-15T14:13:20Z |
81,138 | Bug 81138 [refactoring] push down ignores method type parameters | 20041215 class A { <X, Y> void foo() { } } class B extends A { } -> push down 'foo' results in: class A { } class B extends A { void foo() { } } Also note the unneccesary (3) spaces in front of the closing bracket | resolved fixed | b39627f | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refact... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T16:59:33Z | 2004-12-15T14:13:20Z |
79,698 | Bug 79698 [jobs] suspend/resume causes concurrency failures | null | resolved fixed | c763bb0 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T14:51:19Z | 2004-11-29T20:26:40Z |
77,589 | Bug 77589 ResourceException while moving CUs | I200411022000 Found the following exceptions in the log after moving CUs from package to package. 1.5 support is enabled, I was testing static imports. !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2004-11-03 11:41:06.154 !MESSAGE Internal Error !STACK 1 org.eclipse.jdt.core.JavaModelException[966]: org.eclipse.core.in... | resolved fixed | 234671c | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/UIPerformChangeOperation.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/WorkbenchRunnableAdapter.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/RefactoringWizardOpenOperation.java"... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T14:32:06Z | 2004-11-03T11:06:40Z |
81,878 | Bug 81878 cannot edit working sets from package explorer [package explorer] | 3.1 M4 1. open pkg explorer and select a working set. 2. run "edit active working set" from the pkg explorer view menu. 3. select another project to include in the active working set. 4. selection finish. The dialog doesn't close and the pkg explorer doesn't update. If you cancel the dialog, turn off the working set fi... | verified fixed | c1d193e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ViewActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T14:02:14Z | 2004-12-23T19:26:40Z |
81,589 | Bug 81589 [1.5] 3.1M4 static import of enum [organize import] | when there is a switch/case statement involving typesafe enum constants, organize imports adds 'static import...' statements... but then compiler throws warning saying that import is never used, although it actually is.... so its a spurious compiler warning. | resolved fixed | 1f792f4 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T11:18:42Z | 2004-12-18T14:26:40Z |
82,167 | Bug 82167 [typing] Smart Typing Preferences: Plural of "parenthesis" is "parentheses" | Smart Typing Preferences says: Typing > Automatically close... - Strings - Brackets and parenthesis' - Braces [..] The correct plural of "parenthesis" is "parentheses". I would find it more convenient, if the characters of the bracket classes would also be part of the preference names, e.g.: - (Parentheses), [square] a... | resolved fixed | f184586 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T10:11:59Z | 2005-01-04T17:33:20Z |
82,123 | Bug 82123 [refactoring] StackOverflowError in move instance method | I20041221-0800-gtk No steps yet, does not always happen. Will add steps as soon as I know more. !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2005-01-04 10:44:16.953 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:303) at org... | verified fixed | a4e3d80 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T09:54:01Z | 2005-01-04T12:00:00Z |
81,135 | Bug 81135 Organize Imports throws away annotation imports [5.0] | M4 test pass (I20041214-2000-gtk) 1. have this code: package com.example.m4testing; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; public class Test { @Documented @Re... | resolved fixed | 1de9da0 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportReferencesCollector.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-04T17:17:51Z | 2004-12-15T14:13:20Z |
81,130 | Bug 81130 move method prompts for parameter name even if not needed | M4 test pass (I20041214-2000-gtk) 1. have the type below 2. move 'method' to 'Inner' note that method does not reference anything from type 'Test', and the refactoring correctly does not introduce a parameter to reference the original type. The dialog that comes up first still prompts me for a name of that parameter, w... | resolved fixed | b8f5a53 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInstanceMethodWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-04T15:29:47Z | 2004-12-15T14:13:20Z |
81,177 | Bug 81177 [refactoring] switch with enums: disable extract refactorings | 20041215 In the following code you can do various extractions on 'A', but most fail as it seems that it's not allowed to have something else but the enum constant private void foo(Enu e) { switch (e) { case A: break; } } | resolved fixed | a5d4e8c | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-04T15:27:17Z | 2004-12-15T17:00:00Z |
82,089 | Bug 82089 Preview for whitespace before/after question mark should show unbound wildcard [formatter] | null | resolved fixed | 4f8b94b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceOptions.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T17:13:29Z | 2005-01-03T13:46:40Z |
80,126 | Bug 80126 [assist] CompletionRequestor.setIgnored should allow POTENTIAL_METHOD_DECLARATION | 20041203 The code in CompletionRequestor.setIgnored should be updated as new constants POTENTIAL_METHOD_DECLARATION and METHOD_NAME_REFERENCE are larger than VARIABLE_DECLARATION public final void setIgnored(int completionProposalKind, boolean ignore) { if (completionProposalKind < CompletionProposal.ANONYMOUS_CLASS_DE... | verified fixed | 9f7978f | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SimilarElementsRequestor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T16:51:41Z | 2004-12-03T18:53:20Z |
82,061 | Bug 82061 (3.1M4) Fields of parameterized types don't appear in "generate delegate methods" dialog | Problem dialog found in Source->Generate Delegate Methods... class BugDemo { Comparable<Object> parameterized; // does NOT appear in delegate method generation dialog! Comparable raw; // does appear Integer unparameterized; // does appear } | resolved fixed | 61f2d60 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T16:37:54Z | 2005-01-01T20:06:40Z |
81,084 | Bug 81084 [1.5][search]Rename field fails on field based on parameterized type with member type parameter | M4 test pass (I20041214-2000-gtk) - Have the class below - Rename fList to fElements Expected: the field and the reference in the ctor are renamed Actual: only the field is renamed; no warning in preview Note: the same operation succeeds when not a nested type is used as parameter (e.g. String). --------- snip --------... | verified fixed | 7664dcc | ["org.eclipse.jdt.ui.tests.refactoring/resources/RenamePrivateField/test10/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePrivateField/test10/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePrivateField/test11/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePrivat... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T16:01:22Z | 2004-12-15T11:26:40Z |
81,625 | Bug 81625 [hovering] Combined Hover does not work in ja_JP locale with NLPack | A combined hover does not work correctly in JavaEditor with NLPack. An opened hover does not display javadoc documents but sources. In org.eclipse.jdt.ui.nl1_3.0.1/plugin_ja.properties sequentialHover=\u6700\u9069\u306A\u5439\u304D\u51FA\u3057 I delete this line, hover works fine. eclipse.buildId=I200406251208 java.ver... | resolved fixed | 2e288e7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverDescriptor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T15:55:28Z | 2004-12-20T02:33:20Z |
82,083 | Bug 82083 Configure Workspace Settings... for Code Formatter jumps to Code Style | I20041221-0800 On a java project without project-specific Code Formatter settings, open the "Code Formatter" properties page and press "Configure Workspace Settings..." The "Code Style" preferences page is opened (expected: guess what ;-). | resolved fixed | 5376dcb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T13:40:32Z | 2005-01-03T11:00:00Z |
82,041 | Bug 82041 [misc] ClassFileEditor uses generic names for method arguments when source info is available in class file | Version: 3.1.0 Build id: 200412210800 When you open a class file that has no source attachment but has full debugging information the editor does not show the real names of method arguments. 1. Open a class file editor on a class file that does not have a source attachment but has local variable debugging info. 2. Noti... | resolved fixed | 2d269e3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T11:38:05Z | 2004-12-31T08:00:00Z |
81,612 | Bug 81612 Invalid thread access while refactoring | 3.1M4 running Java5, compliance set to 1.4/default Having package foo.bar; public interface IConstant { String FOO = "Foo"; } package foo.bar; public class AClass { } package foo.bar; public class BClass { public static final String FOO = "Foo"; } Moving "FOO" from the Interface to A fails with an invalid thread accesa... | verified fixed | 0e4b91e | ["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-01-03T10:42:06Z | 2004-12-19T18:13:20Z |
45,081 | Bug 45081 Method inlining yields compile errors on method bodies with try/catch [refactoring] | 3.0 M4: When using the "Inline" refactoring on a method with body like the following: int alignOffset(int offset) { try { return document.getLineInformationOfOffset(offset).getOffset(); } catch (BadLocationException exception) { return offset; }; } the body is directly assigned to the target variable at the call site w... | resolved fixed | 482f5f3 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/invalid/TestInterruptedExecutionFlow.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactori... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-30T23:50:39Z | 2003-10-17T11:26:40Z |
71,287 | Bug 71287 Reuse editor preference has no effect in tree mode | options -> Reuse editors to show matches in workbench -> search - has no effect | resolved fixed | 6176aeb | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchEditorOpener.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-23T15:29:20Z | 2004-08-03T13:33:20Z |
45,496 | Bug 45496 Global Search Dialog needs Persistent History Lists | Global Search Dialog should keep persistent history lists. At the moment all settings are lost after worckbench shutdown. I would recommend to limit the number of entries saved to 10. | resolved fixed | 70f9cd9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-23T13:17:45Z | 2003-10-24T12:53:20Z |
53,641 | Bug 53641 [implementation] IllegalArgumentException: Argument not valid | i20040303 Selected a type in the "Open Type" dialog, and pressed ok. The type was not opened in an editor. Got an error dialog. Title is "Error Executing Command", message is "The command for the key you pressed failed", reason is "Argument not valid". After that, the editor did not redraw anymore, keeping the contents... | verified fixed | 25e5d22 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-23T12:14:58Z | 2004-03-03T16:06:40Z |
44,150 | Bug 44150 No Drag and Drop of .class files from Package Explorer | I am working on a GEF application that supports drag and drop of Java classes from the Package Explorer. With source code (.java files) this works fine, but when I try to drag a compiled class (.class from a JAR withtin a project) it seems that the drag doesn't even get initiated. It is possibly, however, to open .clas... | resolved fixed | bd41b1c | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgUtils.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDragAdapter.jav... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-23T11:03:33Z | 2003-10-03T19:40:00Z |
42,777 | Bug 42777 Extract method refactoring remove local variable definition resulting in compilation errors [refactoring] | I'll attach a before after pictures. yvind | resolved fixed | 844425c | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_in/A_test575.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_in/A_test576.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodT... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-23T10:39:49Z | 2003-09-09T12:20:00Z |
36,365 | Bug 36365 Surround w/ try/catch generates unique identifier for exception when it is not needed [refactoring] | null | resolved fixed | 64df757 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/CodeScopeBuilder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-22T10:58:22Z | 2003-04-10T18:40:00Z |
35,866 | Bug 35866 Refactoring doesn't handle resource changes [refactoring] | When you want to refactor and it affect some resources but those resources are read-only. You get a pop up saying they are read-only. when you then change those resources to writable outside of eclipse and click back on the pop-up and try to redo the refactoring you get an unhandled exception: Java Model Exception: Cor... | resolved fixed | c465be9 | ["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/TextFileChange.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/Changes.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-22T10:34:34Z | 2003-03-31T14:13:20Z |
81,733 | Bug 81733 RefactoringWizardDialog - ErrorPage - action buttons "Next Problem", "Previous Problem" do not work correctly | If a refactoring (checkFinalConditions method) finishes with a refactoring status, that has several entries with different severities, the following situation can happen: Action buttons "Next Problem", "Previous Problem" do not work correctly. (For example the button "Previous" does nothing.) Explanation: There is a bu... | resolved fixed | 2a044e5 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringStatusViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-22T10:03:29Z | 2004-12-21T14:40:00Z |
81,505 | Bug 81505 Search Again throws NPE if a search query cannot be rerun | I200412162000 - new workspace, new Java Propject with CU p/A.java: package p; public class A {} - Find identifier occurrences for A - activate the search result view and don't open the context menu - press F5 -> the problem seems to be that the query is rerun although it answers false to canRerun() Error 2004-12-17 12:... | resolved fixed | b93c3da | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchQuery.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-21T17:39:06Z | 2004-12-17T10:40:00Z |
81,740 | Bug 81740 Package explorer not correctly updated when deleting more than one project | M4 - create two projects X and XX - switch to workingset mode - put both into a working set - select both and delete them observe: one project is still rendered as a closed project. | resolved fixed | a56eeeb | ["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 | 2004-12-21T16:56:21Z | 2004-12-21T17:26:40Z |
49,686 | Bug 49686 [formatting] Javadoc Formatter mishandles spaces in comments | null | resolved fixed | 8e539d2 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/formatter/comment/JavaDocTestCase.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/text/comment/CommentRange.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/text/comment/ICommentAttributes.java", "org.ec... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-21T09:53:28Z | 2004-01-08T13:53:20Z |
67,327 | Bug 67327 [content assist] Method Parameter code assist is not working | Method parameter code assist is not working when method parameters wrapped to more then one line. Ff I format the same code to one line, the code assist works. | resolved fixed | 8f49313 | ["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 | 2004-12-20T14:27:48Z | 2004-06-15T17:20:00Z |
75,806 | Bug 75806 [templates] Should be able to look up Templates by ID | Templates added to Eclipse using the extension point org.eclipse.ui.editors. templates have an ID and a name. In a template preference page that is the subclass of org.eclipse.ui.texteditor.templates.TemplatePreferencePage the name of the template is shown to the user, the ID is not. Therefore I would like to internati... | resolved fixed | b0b3c39 | ["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 | 2004-12-17T15:13:08Z | 2004-10-07T14:40:00Z |
60,297 | Bug 60297 [navigation] Find Occurrences: declaration of method parameter is write-access | Find Occurrences: declaration of method parameter is write-access (methods, constructors, anonymous class creation expr, ...). Currently, those are flagged as read-access. | resolved fixed | 324e525 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesFinder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-17T13:56:18Z | 2004-04-28T19:20:00Z |
81,131 | Bug 81131 IllegalArgumentException in SimpleName.setIdentifier when moving vararg method | M4 test pass (I20041214-2000-gtk) 1. have the type below 2. move 'method' to 'Inner' -> get the exception below --------- Test.java -------- package com.example.m4testing; public class Test { static class Inner { private Object fObject; public boolean check() { return true; } public Object get() { return fObject; } pub... | verified fixed | 0f7bdfd | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-16T10:43:22Z | 2004-12-15T14:13:20Z |
81,078 | Bug 81078 [preferences] Restore Defaults duplicates list entries | I200412142000 Restore Defaults on Java > Editor > Appearance duplicates the "Appearance color options" entries. | verified fixed | 57ae10a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/AbstractConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java", "org.eclipse.j... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-16T10:32:25Z | 2004-12-15T11:26:40Z |
81,082 | Bug 81082 NPE when testing switch to 5.0 quick fix [quick fix] [5.0] | I20041214-2000 I was testing the new quick fix which changes the compliance: added <T> as return type of Logo.paint(Graphics). I pressed the "Run in Background" button on the upcoming dialog. and continued working. When I now try to change the workspace compliance again I always get the NPE. java.lang.NullPointerExcept... | verified fixed | fd4d8da | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-16T10:10:46Z | 2004-12-15T11:26:40Z |
81,372 | Bug 81372 Package Explorer working set mode can't be restored anymore | M4 test pass - create project - go into this project - press go up to show all projects again - switch to working set mode - close Eclipe - restart observe: Package explorer comes up in project mode again. Even if you switch to working set mode again the package explorer will be in project mode on every restart. Proble... | verified fixed | ebe5459 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-16T09:53:54Z | 2004-12-16T09:40:00Z |
81,329 | Bug 81329 Disable sort member action for enums | Tobias, can you please disable the sort member action for enums. JDT/Core can't fix the problem. | verified fixed | a89b9d0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SortMembersAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-16T09:52:43Z | 2004-12-15T22:33:20Z |
81,195 | Bug 81195 [spell checking][nls toolsing] Add Quick Fix menu for Properties File editor | 3.1 M4 Candidate I've enabled spell checking and created a .properties file. If my values have spelling mistakes they are underlined, but I can't find a way to see the suggested words. If there quick fix in the properties editors? | verified fixed | dbd2a21 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditorActionContributor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-16T09:48:31Z | 2004-12-15T17:00:00Z |
81,070 | Bug 81070 ElementMapper should not use Integer keys computed from System#identityHashCode | null | verified fixed | bfe6bf2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetModel.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-16T08:35:48Z | 2004-12-15T11:26:40Z |
80,673 | Bug 80673 Package explorer using working sets does not display source folders correctly on project creation | Using I200412081200 Do the following steps: - Open new java project wizard and enter a name - set the location to the workpace and use the project folder as root - click next - click on "Add folder" and enter a name - on the following dialog, click "no" - click finish We just created a source folder, but the icon displ... | verified fixed | 1b86745 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/OthersWorkingSetUpdater.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-16T08:34:28Z | 2004-12-10T09:13:20Z |
80,912 | Bug 80912 JUnit tests can't be launched with a 1.3 level jvm anymore | In latest 3.1 integration builds the eclipse textrunner doesn't work if you select a 1.3 level jvm for running the test. It crashes for a dependency from IdentityHashMap (java 1.4). Although eclipse need a 1.4 jre, selecting a 1.3 jre from the run/debug configuration should be possible: this is a show stopper for anyon... | verified fixed | 43616bf | ["org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/CustomHashtable.java", "org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/IElementComparer.java", "org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-16T08:22:17Z | 2004-12-14T10:26:40Z |
81,161 | Bug 81161 [nls tooling] Hyperlink navigation from ClassFile to .properties finds no key | I200412142000 - import o.e.ui.workbench.texteditor and dependencies as linked projects - open ContentAssistHandler - navigate from one of the two getString(...)s with Ctrl-Click to the properties file -> PropertiesFileEditor opens, but keys are not found | verified fixed | 2b16141 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/NLSKeyHyperlink.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-15T19:22:25Z | 2004-12-15T14:13:20Z |
80,952 | Bug 80952 NPE in ChangeParametersControl.installParameterTypeContentAssist | I20041214-0800 + ZRH plug-in export Steps: smoke test, extract method test (in AboutDialog.java) --- eclipse.buildId=I20041214-0800 java.version=1.5.0 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 -clean -consolelog !ENTR... | resolved fixed | 6314b8e | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-14T17:49:35Z | 2004-12-14T16:00:00Z |
80,891 | Bug 80891 Move Member Type fails with anonymous inner class | I have an abstract class (which I will attach) with a static member that is defined with an anonymous class of the same type as the enclosing class. Attempting to Refactor->Move Member Type to New File results in an error, null argument. Here is the relevant snippet. I'm trying to extract the class assigned to LastDay ... | resolved fixed | b44cd17 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/M... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-14T14:01:00Z | 2004-12-13T23:20:00Z |
80,839 | Bug 80839 [dom] Need API to control extended source range computation | I20041208 I have started to get rid of the OldASTrewrite however the old version gave me some control over the extended source range used when replacing/deleting nodes. Some refactorings (extract method, surround with try catch) are selection based and the refactoring should honor the selection. For example if a user s... | verified fixed | a813120 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ReplaceRewrite.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-14T08:50:35Z | 2004-12-13T17:46:40Z |
79,752 | Bug 79752 Need access to type binding of anonymous enumerations | enum XXX { A { void foo() {}}; } - currently there is now API to access the typ[e binding of the anonymous enum created by { void foo() {}} To make anonymous enums more consistent with AnonymousClassDeclaration the EnumConstantDeclaration should have a subnode AnonymousEnumDeclaration. The AnonymousEnumDeclaration woul... | verified fixed | 7e9df84 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/enums_in/A_test1150.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/enums_in/A_test1151.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodT... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-13T18:42:00Z | 2004-11-30T07:33:20Z |
79,690 | Bug 79690 Find declaring node doesn't work for type variables | public class A_test1105 { public <E> void foo(E param) { /*[*/E local= param; foo(local);/*]*/ } } - calling CompllationUnit#findDeclaringNode with the type binding representing E doesn't return the node <E> (e.g. the one in the method declaration) | verified fixed | d78349f | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-13T18:28:56Z | 2004-11-29T17:40:00Z |
77,849 | Bug 77849 [1.5][wizard] Java project wizard does only create projects for 1.4 | Currently, new java projects default to 1.4 compliance. In order to develop 1.5 projects, the JRE container has to be changed, and the compiler compliance as well, but at two different places in the project properties. The new project wizard already offers a page to choose the JRE container. The compiler compliance how... | resolved fixed | d5169b7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ChangeComplianceDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-13T18:14:51Z | 2004-11-04T17:40:00Z |
79,790 | Bug 79790 [1.5][search] Need to distinguish between raw and restricted search in the case of instantiated types | I20041130 Code select now return a special IJavaElement when resolving code list List<String>. If we hand such an element over to the search engine we need means to distinguish between searches for List and searches for List<String>. One idea is to add additional flags to SearchPattern. | verified fixed | 30ecdfa | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAtLineAction.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestMethodSelectionDialog.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-13T17:19:05Z | 2004-11-30T15:53:20Z |
80,784 | Bug 80784 NPE in TestHierarchyTab.cacheItems [JUnit] | I20041208 + plug-in export java.lang.NullPointerException at org.eclipse.jdt.internal.junit.ui.TestHierarchyTab.cacheItems(TestHierarchyTab.java:296) at org.eclipse.jdt.internal.junit.ui.TestHierarchyTab.endTest(TestHierarchyTab.java:287) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart$6.run(TestRunnerViewPart.... | resolved fixed | cf31e67 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestHierarchyTab.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-13T12:53:15Z | 2004-12-12T22:20:00Z |
80,037 | Bug 80037 remove references to EnumConstandDeclaration#bodyDeclaraions | null | resolved fixed | f21f43d | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-13T10:13:01Z | 2004-12-02T17:53:20Z |
77,649 | Bug 77649 'Refactor -> Undo' enabled after consecutive change | I200411022000 Having: package test2; public class A { public C c= new C(); public void foo() { } } package test2; public class B { public void bar() { new A().foo(); } } package test2; public class C { } and: - open all 3 CUs - move A#foo() to C - remove 'a' from 'new A().c.foo(a);' in B - save B - Refactor -> Undo -> ... | resolved fixed | 2a8f1e6 | ["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/IUndoManager.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/PerformChangeOperation.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/UndoManager.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-13T06:55:33Z | 2004-11-03T16:40:00Z |
79,278 | Bug 79278 Selfencapsulate Field does not support annotations [refactoring] | I20041117: Create annotation: public @interface Annotation { int property; } Invoke sef refactoring on "property" -> property is private (illegal modifier in annotations) and accessor is static and has method body. Apart from generating an accessor, sef is not of much value for annotations, so we might disable it. | resolved fixed | 5bdbcd5 | ["org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/invalid/TestAnnotation.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/SefTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefact... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-12T23:53:55Z | 2004-11-23T14:26:40Z |
78,880 | Bug 78880 [refactoring] self encapsulate field: exception on name 'fPackage' | 3.0 i have a field called fPackage (prefixes set to 'f') i wanted to encapsulate it. i accepted the default getter setter names, set 'refs in same class - use field direct references' and i got: (seems like the name has something to do with it.) java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation... | resolved fixed | 003512a | ["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 | 2004-12-12T23:26:26Z | 2004-11-17T19:33:20Z |
80,774 | Bug 80774 NPE in Quick Fix | I20041208 + latest plug-in export java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getFullyCoveredNodes(AdvancedQuickAssistProcessor.java:735) at org.eclipse.jdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getAssists(AdvancedQuickAssistProcessor.jav... | resolved fixed | b2707e2 | ["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 | 2004-12-12T22:47:17Z | 2004-12-12T14:00:00Z |
77,586 | Bug 77586 Build Path inclusion filters: filter language must be explained | null | resolved fixed | 9981408 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/TypeRestrictionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/TypeRestrictionEntryDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-12T22:36:14Z | 2004-11-03T11:06:40Z |
68,582 | Bug 68582 mass organize import modifies read only files | 1. Create a scratch project 2. create 2 files A.java and B.java 3. put unused import in both files. 4. Open file A for editing. 5. make file A read-only 6. open file B for editing. 7. Perform organize imports on the whole project 8. Observe file A is marked as dirty and if you try and save it there is a complaint. | resolved fixed | 73570cd | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-12T20:43:22Z | 2004-06-25T10:40:00Z |
66,946 | Bug 66946 JavaDoc wizard forgets about options on 3rd page [javadoc] | 3.0RC2 The options: - JRE 1.4 source compat. - Save the settings... (the checkbox) - Open generated index file in browser are not remembered in (or reloaded from?) the javadoc.xml when rerunning the wizard. | resolved fixed | 9eb47d8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-12T20:01:24Z | 2004-06-14T13:33:20Z |
66,394 | Bug 66394 missing parenthesis in method call [quick fix] | 3.0rc1 int f(){ return foo; } private int foo() { return 0; } the reference to foo is no good. there are parantheses missing. amongst the many quick fixes offered, this obvious one is missing. | resolved fixed | a326d45 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-12T19:29:19Z | 2004-06-09T19:40:00Z |
66,354 | Bug 66354 [quick fix] incorrect placement of new temp decl [quick fix] | 3.0rc1 void foo(Object x) { if (x != null) foo= x.toString(); } select foo, choose 'create local variable foo' you get: void foo(Object x) { if (x != null)String foo = x.toString(); } which is somewhat suboptimal :) | resolved fixed | 40e025a | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java", "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 | 2004-12-12T15:08:04Z | 2004-06-09T16:53:20Z |
80,715 | Bug 80715 ITypeBinding#isAssignmentCompatible(..) doesn't work across binding resolvers | I200412081200 We tried to replace our TypeRules#canAssign(..) method by ITypeBinding#isAssignmentCompatible(..). This resulted in many test failures in UseSupertypeWherePossibleTests and ExtractInterfaceTests. The reason is that isAssignmentCompatible(..) doesn't work corrctly with bindings that are isEqualTo(..), but ... | resolved wontfix | 8e81af5 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/TypeRules.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-10T18:28:54Z | 2004-12-10T17:33:20Z |
77,615 | Bug 77615 Move member to new file ignores reference to type parameter [refactoring] [move] | M3 test candidate public class A<T> { static class Inner<X> extends ArrayList<T> { public void foo() { X x= null; } } } - move inner to new file Observe: no error although type parameter T isn't visible in new file. | resolved fixed | 9a468a1 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-10T17:44:10Z | 2004-11-03T13:53:20Z |
74,627 | Bug 74627 [typing] Importing Type leaves linked editing mode | 3.1 M2: - use for-loop over collection template to enter linked editing mode - step to "type" - type Set - use quick fix to import java.util.Set Observe: linked edit mode is exited | resolved fixed | 77fd1a4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.java", "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 | 2004-12-09T15:59:36Z | 2004-09-22T16:20:00Z |
77,964 | Bug 77964 Compiler settings defaults not compatible with our 'default' | 20041105 When starting a fresh workbench, open the compiler preference page. The compliance settings (compliance, classfile comp. source comp, enum and assert) are all initialized with the default provided by JDT core. Unfortunatly the 'default' check box is not checked as the last enum is set to warning. Can you set '... | resolved fixed | e8cfbd9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-09T14:41:52Z | 2004-11-05T15:53:20Z |
80,573 | Bug 80573 Prepare project specific preference options | I200412081200 From Martin's e-mail: I deprecated some methods that access options that will soon be offered per project as well: CodeFormatterUtil.getTabWidth() -> CodeFormatterUtil.getTabWidth(IJavaProject) CodeFormatterUtil.createIndentString(int) -> CodeFormatterUtil.createIndentString(int, IJavaProject) JavaPrefere... | resolved fixed | 9d9b52d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IndentAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java", "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 | 2004-12-09T11:47:06Z | 2004-12-09T08:13:20Z |
80,455 | Bug 80455 [5.0] ITypeBinding.canAssign not aware of type boxing | 20041208 With the latest changes for type boxing (in N20041207) our tests for the assign compatibility fail: boolean b= true; Object o; o= b; // valid code, no compiler error but typeBindingOfB.isAssignCompatible(typeBindingOfO) is false | verified fixed | 0db53df | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/TypeRulesTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-12-08T11:42:05Z | 2004-12-08T12:46:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.