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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
401,844 | Bug 401844 [JUnit] Unable to locate proper Javadoc for JUnit 4 | null | verified fixed | 92914ba | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JunitPreferenceInitializer.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-05-14T11:54:33Z | 2013-02-26T23:06:40Z |
407,382 | Bug 407382 [type wizards] NPE on content assist for a new workspace | 1. Open a new workspace. 2. Go to File -> New -> Class. (Open any New type wizard). 3. Check "Enclosing type". 4. Press Ctrl+Space in the text field of Enclosing type. We get an exception in Error Log view. org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException at org.eclipse.e4.core.internal.di.Meth... | verified fixed | eaba698 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-05-08T14:33:02Z | 2013-05-07T09:46:40Z |
273,728 | Bug 273728 [BiDi][type wizards] Incorrect representation of complex expressions (like filepath) containing Bidi characters in "Create New ..." wizards. | Build ID: I20090313-0100 Steps To Reproduce: Use the Bidi (Arabic/Hebrew) enabled version of Windows. 1. Start eclipse with following arguments: "-nl en -dir rtl" in workspace "C:\workspace". 2. Select "New->Project", then choose any any project except "General". 3. In "New ....Project" wizard type "ABC" (capital lette... | verified fixed | 7ea3eb6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistFavoritesConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ImportOrganizeInputDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java", "org.eclipse.jdt.ui... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-05-01T18:55:47Z | 2009-04-26T18:20:00Z |
406,992 | Bug 406992 [content assist] Template proposal should not be more relevant than constructor proposal | package xy; public class CompletionTest { { new File() } } - put caret between () - press Ctrl+Space => 4.3 M5a allowed me to choose a constructor proposal, press Enter, and then see context information. But now, I get a bunch of less interesting template proposals in front. | verified fixed | d74093a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/TemplateProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-05-01T17:33:51Z | 2013-05-01T14:53:20Z |
406,171 | Bug 406171 [navigation] "Next Word" did not complete normally | While navigating some code in the Scala IDE v3.0.0 for Eclipse 3.7, the following exception was reported by the Eclipse platform: "Next Word" did not complete normally. I believe this happened while pressing "CMD + Right arrow" on a dirty (i.e., not yet saved) editor. Unfortunately, I can't reproduce it. I'm filing a t... | verified fixed | eb70b90 | ["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 | 2013-05-01T15:49:44Z | 2013-04-21T16:00:00Z |
406,995 | Bug 406995 [content assist] Context Information is not shown after completion of void method | With the automatic addition of ';' to void-returning method completion proposals, we don't show Context Information any more for such completions. Example: Complete after "wait" here and choose a method with parameters: package xy; public class CompletionTest { { wait } } The problem in this case is that JavaMethodComp... | verified fixed | 04f7136 | ["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 | 2013-05-01T15:27:01Z | 2013-05-01T14:53:20Z |
167,472 | Bug 167472 [quick fix] Suggest to add missing type for for-each variable | Given the code: ArrayList<T> list = new ArrayList<T>(); for (item : list) { // error } There is an error on "item", as it is undeclared. Quickfix asks if you want to create a class, interface or enum for "item", or add a type parameter "item" to the class. I would expect a suggestion of declaring an iterator variable "... | verified fixed | 9f57afc | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/TypeMismatchQuickFixTests.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedTypesQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-04-28T22:27:24Z | 2006-12-11T20:46:40Z |
406,463 | Bug 406463 [templates][content assist] Ctrl+Space without any starting letter shows to no templates | I finally realized that the "empty" CTRL+Space does not show any templates. I think it would be much more helpful if the empty statement show all templates. Example: No line in the editor-> CTRL+Space should display all templates. B-> CTRL+Space shows Browser and Button template. I would assume that this change would b... | resolved fixed | 8784c4c | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-04-25T10:57:34Z | 2013-04-24T16:13:20Z |
406,478 | Bug 406478 [implementation][content assist] Use enhanced for loop for CompletionProposalCollector and CompletionProposalCategory | I suggest to use the foreach loop in ContentAssistProcessor. Patch to follow soon. | resolved fixed | 2d5bd89 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalCategory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-04-25T09:27:26Z | 2013-04-24T19:00:00Z |
337,680 | Bug 337680 [inline][getter setter] Fix creation of unnecessary/missing parentheses | null | resolved fixed | 82e7a99 | ["org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/object_out/TestCompoundWrite2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/object_out/TestCompoundWrite4.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/GetterSetterQuickFixTest.java", "org.eclip... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-04-25T07:07:33Z | 2011-02-21T03:46:40Z |
400,668 | Bug 400668 [quick fix] The fix change parameter type to @Nonnull generated a null change | In a project with nullity annotations present I have a lot of warnings like: Null type safety: the expression of type AppSession needs unchecked conversion to conform to '@Nonnull AppSession'. On the warning message, click "quick fix" and select "Change parameter type to @Nonnull", select a single file, then press fini... | resolved fixed | 17c7783 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/NullAnnotationsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java", "org.eclipse.jdt.ui/core", "... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-04-24T14:49:40Z | 2013-02-13T10:06:40Z |
405,376 | Bug 405376 Open Input action in info views should be disabled if the input is empty/null | R3.8. The Open Input action in the info views should be disabled if the input is empty/null. Currently, it is not, and clicking it, gives an error dialog saying: Problem opening editor for '': 'Could not get an editor input for the given element' | resolved fixed | b8405fa | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-04-18T12:59:14Z | 2013-04-10T16:06:40Z |
198,508 | Bug 198508 [content assist] Code completion enhancement - semicolon after calls to void methods | Why doesn't the code editor code completion automatically put a semicolon upon inserting a call to a void method? That would really save some time, since the cursor is always placed in the parameter list (between the method call brackets), and for void methods you always have to move to the end of the line and put a se... | resolved fixed | 9e44ebc | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/CamelCaseCompletionTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/MethodInsertionFormattedCompletionTest.java... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-04-15T15:47:42Z | 2007-08-01T09:20:00Z |
198,748 | Bug 198748 [content assist] Pressing ';' should work with all methods | null | resolved fixed | 4a05030 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuessingProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-04-08T15:12:50Z | 2007-08-02T21:26:40Z |
402,393 | Bug 402393 TagScanner and markers treat package default members as API | In an API type or interface, add a method or field with a package default scope. The javadoc quickfixes will allow you to add a @noreference restriction. The TagScanner will inspect the tags and they will be added to the .api_description file. This isn't correct as a package default level API could only be accessed by ... | resolved fixed | 0612060 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/IJavaColorConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-04-05T16:09:16Z | 2013-03-04T23:33:20Z |
335,657 | Bug 335657 [call hierarchy] Refresh does not bring back removed roots | I20110127-2034. 1. open CH on foo 2. add bar via DnD 3. delete foo 4. refresh ==> foo is not coming back. However, deleting the last node (so that view is empty) and then refresh, brings back that node. ==> either never bring back a root or always bring them back. | verified fixed | 8715274 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/RemoveFromViewAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-04-05T10:29:13Z | 2011-01-28T07:33:20Z |
404,879 | Bug 404879 [typing] Regression on auto-insert of {} | Up until M6 given source text such as (@ is the cursor position) @xxxx it was possible to insert type if (yyyy != null) {@xxxx then new line to get if (yyyy != null) { xxxx } Now (in M6) and in eclipse-SDK-I20130402-0800-win32.zip we get if (yyyy != null) { }xxxx Super-irritating. | resolved fixed | 98de7b5 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java", "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 | 2013-04-05T10:19:30Z | 2013-04-04T10:06:40Z |
382,703 | Bug 382703 [search] Exceptions when Search history contains constructor from closed project | 3.7.1 (worked in 3.7). Looks like a bug in JavaElementLabelComposer or JDT Core. 1. search for references to a constructor which is in source 2. close the project 3. open the Search history ==> Java Model Exception: Java Model Status [_pasted_code_ does not exist] at org.eclipse.jdt.internal.core.JavaElement.newJavaMod... | verified fixed | ac363e0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabelComposer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-03-21T15:27:26Z | 2012-06-15T08:46:40Z |
403,074 | Bug 403074 [info views] Regressions from bug 393143 | null | verified fixed | 4040304 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-03-13T12:31:49Z | 2013-03-12T17:40:00Z |
403,036 | Bug 403036 Wrong message is shown when there is no content for Javadoc | 1.Create a class: public class C1 { String s; } 2. Hover on 'String' and click on the link for 'java' package. The message shown in "Note: The attached Javadoc could not be retrieved as the specified Javadoc location is either wrong or currently not accessible." The javadoc location is specified correctly and is access... | verified fixed | 744663f | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageHover/PackageJavadocTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-03-13T10:15:50Z | 2013-03-12T12:06:40Z |
394,692 | Bug 394692 [quick fix] Fix several visibility issues | Top-Level Bug for several quick-fix visibility bugs which can be fixed in one go. | resolved fixed | 0e8156a | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedTypesQuickFixTest.java", "org.eclipse.jdt.ui... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-03-12T12:14:35Z | 2012-11-20T16:46:40Z |
400,062 | Bug 400062 [hovering][javadoc] Failure to access attached Javadoc should be shown to the user | null | verified fixed | cf103b7 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageHover/PackageJavadocTests.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/CorextMessages.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java", "org.eclipse.jdt.ui/ui/org/ecli... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-02-26T16:55:12Z | 2013-02-06T08:40:00Z |
401,418 | Bug 401418 [clean up] Add test case for bug 346230 | null | resolved fixed | 79eb9ff | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-02-22T17:15:20Z | 2013-02-21T12:33:20Z |
119,181 | Bug 119181 [quick assist] Convert to if-return | I have found that it is very common in poorly written code to find very long if statements that can be safely "inverted" in so that the the code is easier to understand and maintain. For example the wrong way is this: public void foo() { if (x) { ...do a bunch of stuff... return; } } When the elided part is long the if... | verified fixed | aa32ffa | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java", "org.eclipse.jdt.ui/ui/org/eclips... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-02-20T15:15:35Z | 2005-12-04T01:33:20Z |
395,071 | Bug 395071 [typing] "Automatically close {Braces}" should not put the } after the rest of the line | null | resolved fixed | cf0c4be | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java", "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 | 2013-02-15T13:36:02Z | 2012-11-26T14:26:40Z |
398,995 | Bug 398995 [quick fix] Extract field access to checked local variable | null | resolved fixed | 9f5838b | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/NullAnnotationsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.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 | 2013-02-13T12:48:34Z | 2013-01-24T17:53:20Z |
399,997 | Bug 399997 [hovering] Bracket hover gets messed up when code is folded | 4.3 M5a. When code is folded then the bracket hover gets messed up. This is because the code does not use the visual/widget offsets where needed. Test Case: 1. paste the attached snippet into the 'Package Explorer' 2. fold 'foo' 3. hover over the closing brace of the class ==> hover is wrong and huge | resolved fixed | 125bb20 | ["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 | 2013-02-13T10:43:55Z | 2013-02-05T16:00:00Z |
341,604 | Bug 341604 Add constant or helper for indenting dependent controls | 1.0. Controls that depend on a parent control (e.g. check box) are indented. In most cases people use the commonly known value (20) and hard-code it. A few wrongly use IDialogConstants.INDENT as pixel value but that constant is defined as dialog units. For 3.8 we should define a new constant and fix the code that hard-... | verified fixed | 46efd24 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/InlineConstantWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/code/InlineMethodInputPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizard... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-02-13T09:46:58Z | 2011-04-01T12:13:20Z |
398,648 | Bug 398648 Javadoc View inserts wrong asterisk when @see contains link with linebreak | null | resolved fixed | 2fb2b7a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-02-12T01:19:18Z | 2013-01-21T14:53:20Z |
395,835 | Bug 395835 [General] Consolidate the code which finds the Javadoc for an element. | The code to find the Javadoc for an element is currently duplicated in the classes JavadocView -> getJavadocHtml and JavadocHover -> getHoverInfo. This needs to be consolidated to a common class. | resolved fixed | 20c463d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/InfoViewMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "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 | 2013-02-11T17:10:44Z | 2012-12-05T15:06:40Z |
399,665 | Bug 399665 Part references leak view/editor site after part is disposed | In the E4 compatibility layer, part references leak the view/editor site after the part is disposed. Via selection provider, this leaks the whole part. IWorkbenchPartReference is intended to be a lightweight reference to a part that can be kept even after the part has been disposed. E.g. the Search view uses this to ke... | verified fixed | abdbb0f | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/SearchLeakTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/SearchLeakTestWrapper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-02-06T14:21:48Z | 2013-01-31T16:33:20Z |
377,141 | Bug 377141 [hovering] if-else closing bracket hover should always include else | null | verified fixed | 59830a7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaHoverMessages.java", "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 | 2013-02-06T11:03:49Z | 2012-04-19T04:33:20Z |
397,467 | Bug 397467 Javadoc hover/view should linkify package | Now that we can show package Javadoc, we should also linkify the package segments in Javadoc headers. We already have links for enclosing method/type of an element, and we should extend this to packages. Package links should not span the whole qualified package name, but only simple names. E.g. for java.lang.ref.Refere... | verified fixed | 3ee8f8c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabelComposer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLinks.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-02-05T16:18:43Z | 2013-01-04T17:20:00Z |
396,809 | Bug 396809 [hovering] Write JUnits for the package hovering feature | Write JUnit testcases for the package hovering feature. | resolved fixed | d79155d | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/AutomatedSuite.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageHover/PackageJavadocTests.java", "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 | 2013-02-04T13:49:03Z | 2012-12-18T08:40:00Z |
396,823 | Bug 396823 Use JavaModelUtil.isPackageInfo(ICompilationUnit) util where applicable | Use JavaModelUtil.isPackageInfo(ICompilationUnit) util where applicable. This should only be done when the Package hover work is in 'master'. | resolved fixed | 52ff99e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-01-31T13:35:25Z | 2012-12-18T11:26:40Z |
399,291 | Bug 399291 JME in Javadoc hover in compare editor (old Git version) | I20130122-0800 - close all editors - open a Java editor for a file from a Git repo - select an older revision in the History view and choose Compare with Workspace - hover over a method or field declaration in the right side of the compare editor => Javadoc hover says an exception occurred. Java Model Exception: Java M... | verified fixed | 9dbbfa2 | ["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 | 2013-01-29T14:51:43Z | 2013-01-28T19:06:40Z |
397,465 | Bug 397465 [hovering] Open Declaration doesn't work in Javadoc hover on IPackageFragment | Open Declaration doesn't work in Javadoc hover on IPackageFragment. This action is available in the toolbar of the Javadoc view and in rich Javadoc hovers. It's also available via the element icon in the Javadoc header (the icon is a clickable link). If there's a package-info.(java|class) or package.html file, then we ... | verified fixed | e775f37 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-01-28T23:27:27Z | 2013-01-04T17:20:00Z |
399,087 | Bug 399087 [push down] search Referencing problem in PushDownRefactoringProcessor | the code in the method PushDownRefactoringProcessor.getReferencingElementsFromSameClass(): for (int j= 0; j < results.length; j++) { SearchMatch searchResult= results[i]; result.add(SearchUtils.getEnclosingJavaElement(searchResult)); } It seems results[i] should be results[j]. | resolved fixed | fc51e8b | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-01-28T09:55:05Z | 2013-01-25T13:20:00Z |
398,965 | Bug 398965 [preferences] UI option for syntactic analysis for fields | null | resolved fixed | 7bf809d | ["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 | 2013-01-25T10:26:34Z | 2013-01-24T12:20:00Z |
396,808 | Bug 396808 [hovering] Package hovering shows multiple hyperlinks if the package is present in multiple location in the build path. | Hover over the package import java.lang.*; code present in a java file. Make sure the package is present in multiple jars and the jars are included in the classpath of the current project. While hovering multiple links of "java.lang" are displayed in the hover window and all of them point to the same Javadoc content. D... | resolved fixed | b07362b | ["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 | 2013-01-22T14:29:11Z | 2012-12-18T08:40:00Z |
398,383 | Bug 398383 The NewWizardMenu class gets leaked when ever calling a context menu | Steps to reproduce: Call a context menu in a view/editor more times. The issue happens in the Java Editor, the Package Explorer, Project Explorer , Navigator views ... Attached is a patch. | verified fixed | 0fcc8cb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/NewWizardsActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-01-22T08:19:45Z | 2013-01-17T13:40:00Z |
393,719 | Bug 393719 [compiler] inconsistent warnings on iteration variables | null | verified fixed | 8090b38 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/Java50Fix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-01-21T14:39:31Z | 2012-11-06T22:13:20Z |
398,076 | Bug 398076 Add test cases for bug 357450 | null | resolved fixed | 9a9b9d6 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/ContentProviderTests6.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/PackageExplorerTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-01-21T12:24:33Z | 2013-01-14T13:26:40Z |
397,888 | Bug 397888 Unused type parameter problem should also depend on option to consider @param tag | null | verified fixed | b69e448 | ["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 | 2013-01-21T11:53:33Z | 2013-01-10T17:46:40Z |
398,112 | Bug 398112 [save actions] Save Actions create inconsistency | I activated the save actions in Eclipse 4.3 Integration build (format at save and organization of imports). I'm also using a type filter for java.awt.* and javax.swing.* If I delete the import statements with Ctrl+D and save parts of the imports are created, except the import for the SWT Text widget because Eclipse has... | verified fixed | 51636e9 | ["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 | 2013-01-17T16:30:24Z | 2013-01-14T19:00:00Z |
393,161 | Bug 393161 [type wizards] Pre-fill package name in the new class dialog | If the new java class wizard is executed against a project and the project does not have any packages yet then the package field should be prefilled with the named of the project. Reproduce. Create an empty project go to the source folder select new class the package field is empty and it requires a lot of work to fill... | resolved fixed | d473e3c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.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 | 2013-01-14T13:54:08Z | 2012-10-30T15:13:20Z |
392,946 | Bug 392946 [quick fix] for unused type parameter | Add quick fixes for unused type parameters. This is similar to unused method parameters, so fixes will also be similar (remove, add documentation). Don't add a clean up to remove all, since this would break existing references. | resolved fixed | b56753a | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java", "org.eclipse.jdt.ui/ui/org/eclip... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-01-10T19:30:33Z | 2012-10-26T19:33:20Z |
397,842 | Bug 397842 Class file shown with incorrect content | If output folder is equal to source folder, trying to open a class file shows previous content of source file. Steps to reproduce: 1. Create new Java project. Use project folder as root for sources and class files for simplicity. 2. Create new class X. 3. Build project, X.class is generated. 4. Try to open X.class. => ... | resolved fixed | 0d0cfe4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-01-10T12:51:07Z | 2013-01-10T12:13:20Z |
396,977 | Bug 396977 [jar exporter] Wrong library order in manifest generating a jar file with "runnable JAR file" option | null | resolved fixed | b267310 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarPackageWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarRsrcUrlManifestProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/UnpackJarBuilder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-01-08T14:39:25Z | 2012-12-20T07:53:20Z |
396,759 | Bug 396759 [implementation] Editor saves over changed file | I find that if I open a file, make a change but do not save it to disk, then switch branches with egit, I get no prompt or reminder that my edit is incomplete, or that I may corrupt the equivalent file in the switched-to branch. Should it be possible to switch branches with unsaved editing changes? | verified fixed | 5964182 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2013-01-03T14:57:29Z | 2012-12-17T16:00:00Z |
319,054 | Bug 319054 Eclipse deletes all files when I cancel a project creation (symlink in project location path) | Build Identifier: 20100218-1602 There were a directory (named "prj_it") which had the following structure: aub_o/ bin/ KNF/ src/ The path for prj_it in my file system is: /home/mateus/dev/prj_it In /home/mateus there is also a symbolic link (named "prj_it") that points to dev/prj_it I tried to create a new Java project... | verified fixed | a0d2d3a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageTwo.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-12-19T15:10:44Z | 2010-07-06T21:00:00Z |
395,919 | Bug 395919 [preferences][syntax coloring] Preview incorrect for parameter variables setting | Build id: 20120920-0800 Steps to reproduce: 1. Go to Syntax Coloring [Window -> Preferences -> Java -> Editor -> Syntax Coloring] 2. Enable coloring of parameter variables [Java -> Parameter variables] 3. Turn on strike-through. 4. Check in Preview that the parameter declaration has changed but a reference to the param... | resolved fixed | a8f98a6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-12-10T11:55:48Z | 2012-12-06T13:20:00Z |
395,691 | Bug 395691 [search] NPE when trying to search for a method declaration | 3.8.1 M20121003-1000 What steps will reproduce the problem? 1. Ctrl + H 2. Java Search 3. get*raw* 4. Method, Declarations, Source, Workspace These are the exact steps, however I wasn't able to reproduce it once I closed and reopened the dialog. While it was open I was hit by the exception each time I pressed 'Search'.... | resolved fixed | d51a4f9 | ["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 | 2012-12-04T14:47:03Z | 2012-12-04T11:20:00Z |
395,007 | Bug 395007 [package explorer] Refresh action not available on Java package folders | M3. F5 (Refresh) is available as a context menu entry for ordinary source folders but not for Java package folders in the e4 Java Package explorer. Please restore the 3.x functionality. | verified fixed | dcacd5c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefreshAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-11-26T10:15:53Z | 2012-11-24T15:13:20Z |
394,950 | Bug 394950 [infer type arguments] AssertionFailedException when there is only an array field | Steps to reproduce: 1. Invoke "Infer Generic Type Arguments" on the class below 2. There is an exception thrown ("AssertionFailedException") during check of final conditions class InferGenericTypeArgumentsBug1 { public int[] data; } Few lines from .log file: org.eclipse.core.runtime.AssertionFailedException: null argum... | resolved fixed | 5add29d | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java", "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 | 2012-11-23T14:23:28Z | 2012-11-23T00:20:00Z |
394,296 | Bug 394296 [clean up] Clean up doesn't work if warnings were suppressed | I noticed that the "Source > Clean Up..." action doesn't cleanup defects when warnings were suppressed. For example, if I ask the cleanup to add missing Overrides and I have disabled all warnings, then the @Override is not added. If I remove the "@SuppressWarnings("all")", then the @Override is added: @SuppressWarnings... | resolved fixed | d357dfb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/cleanup/CleanUpRequirements.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-11-15T14:44:06Z | 2012-11-14T16:20:00Z |
393,147 | Bug 393147 Bugs in AdvancedQuickAssistProcessor.getConvertIfElseToSwitchProposals | null | resolved fixed | f981ac7 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-11-09T17:51:41Z | 2012-10-30T12:26:40Z |
393,829 | Bug 393829 [change method signature] Precondition fails with exception when applying refactoring on a method of an anonyous class passed as argument | Steps to reproduce: 1. Invoke "Change Method Signature" on method "a" 2. Reorder parameters "par1" and "par2" (i.e., put "par1" "Down") 3. There is an exception reported in a dialog public class ChangeMethodSignatureBug { public ChangeMethodSignatureBug(Object obj) { } public void m() { new ChangeMethodSignatureBug(new... | resolved fixed | ed033c1 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAnonymous01_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAnonymous01_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-11-09T15:22:10Z | 2012-11-08T04:46:40Z |
393,932 | Bug 393932 [refactoring] pull-up with "use the destination type where possible" creates bogus import of nested type | Given this class: package p; public class C { protected class I1 { } protected class I2 extends I1 { protected void foo() { } } void test(I2 i) { i.foo(); } } When pulling up foo() to I1 and enabling "use the destination type where possible" the change in test(..) creates a bogus import of the inner class I1. Result is... | resolved fixed | 686e984 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-11-09T14:20:48Z | 2012-11-08T21:26:40Z |
393,007 | Bug 393007 AbstractInfoView#selectionChanged(..) calls codeResolve in the UI thread if linking is disabled | AbstractInfoView#selectionChanged(..) calls codeResolve in the UI thread if linking is disabled. findSelectedJavaElement(..) is a potentially long-running operation, that's why it's normally called in a background thread. It should also be done in the bg if linking is disabled. | verified fixed | cd5dd80 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-10-29T10:29:26Z | 2012-10-28T18:46:40Z |
392,847 | Bug 392847 Endless loop in AdvancedQuickAssistProcessor.getConvertIfElseToSwitchProposals | Endless loop in AdvancedQuickAssistProcessor.getConvertIfElseToSwitchProposals: void foo(String[] args) { int n = 42; if (n == args.length) // quick assist on 'if' System.out.println(); else { } } "main" prio=6 tid=0x008ebc00 nid=0xcd0 runnable [0x003dd000] java.lang.Thread.State: RUNNABLE at java.util.HashMap.get(Hash... | verified fixed | bf49334 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-10-27T00:14:43Z | 2012-10-25T15:46:40Z |
364,628 | Bug 364628 [JUnit] Having a plus sign in Eclipse's path causes NPE in the Classpath Variables preferences page | null | resolved fixed | f027a63 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-10-26T20:15:00Z | 2011-11-23T17:40:00Z |
391,520 | Bug 391520 [preferences] UI addition: Warning for Unused Generic Parameter | null | verified fixed | c6382f8 | ["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 | 2012-10-26T18:59:47Z | 2012-10-10T09:06:40Z |
392,931 | Bug 392931 Option to not create an @Override annotation when implementing interface method in 1.6 | null | resolved fixed | 8748c9f | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NameConventionConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-10-26T16:35:47Z | 2012-10-26T16:46:40Z |
391,016 | Bug 391016 [organize imports] null returned even though SharedASTProvider.WAIT_YES was used | null | verified fixed | 5f6b045 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddImportsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-10-22T12:50:32Z | 2012-10-03T13:13:20Z |
387,940 | Bug 387940 [quick fix] Add unimplemented methods quickfix add incorrect visibility | null | resolved fixed | e915fb0 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-10-18T06:00:19Z | 2012-08-24T03:46:40Z |
388,078 | Bug 388078 [inline] inline logical or in and expression goes wrong | If I inline a boolean or expression into an and expression, the operator precedence is ignored. boolean doitOr(boolean a, boolean b, boolean c) { boolean or = a || b; return or && c; } Inline local variable 'or' yields the wrong result: boolean doitOr(boolean a, boolean b, boolean c) { return a || b && c; } while plus ... | resolved fixed | 27b5ebd | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test48_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test48_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java", "org.eclipse.jdt.ui/core", "re... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-10-18T05:04:16Z | 2012-08-27T06:46:40Z |
391,265 | Bug 391265 [code templates] JavaDoc {@link} and @See are not generated correctly for generic method arguments | In JavaDoc blocks, {@link}s to methods in other classes, where the method takes a generic argument, are not identified correctly by (I assume) the parser, resulting in two observed bugs. For example, given these classes: --- package pk1; public class A { /** * Generic */ public <T> void method(T t) {} /** * Generic arr... | resolved fixed | 24f1c49 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-10-09T17:48:06Z | 2012-10-05T20:46:40Z |
390,546 | Bug 390546 [rulers] Quick fix invoked even if warning/error is not shown in vertical ruler | A line of java can have multiple markers, e.g. the yellow warning marker AND the up arrow marker for opening the 'super' declaration. The general annotation preferences can be set such that the yellow warning marker will not appear in the left margin, and then the only thing that appears is the up arrow for opening the... | verified fixed | f412264 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSelectAnnotationRulerAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-10-03T11:17:57Z | 2012-09-27T10:00:00Z |
272,342 | Bug 272342 [content assist] Content assist in Display, Expressions and Variables views should show Javadoc | I20090414-0800 Content assist in Display and Variables views should show Javadoc in the additional info window next to the proposals list. | verified fixed | a1bc312 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalCollector.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/JavaContentAssistInvocationContext.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-09-17T14:02:21Z | 2009-04-15T15:40:00Z |
388,342 | Bug 388342 [type wizards] Main Method Stub Check Box in the Class Wizard Stays Checked the Next Time It Loads | Back in version 3.7 of the Eclipse Java IDE, when you checked the box "public static void main(String[] args)", it would generate the main method, but the next time you created a class with the wizard, that box would not be checked. Now that I am using version 4.2, I am noticing that the check box stays checked. This i... | resolved fixed | aa12c6c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-09-03T13:41:02Z | 2012-08-29T14:20:00Z |
386,518 | Bug 386518 [extract method] CCE in ExtractMethodRefactoring#createMethodBody(..) | From my logfile: !SESSION 2012-08-02 08:19:17.758 ----------------------------------------------- eclipse.buildId=I20120608-1400 java.version=1.7.0_04 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE Command-line arguments: -os linux -ws gtk -arch x86 !ENTRY org.eclipse.jface.te... | resolved fixed | f3a6bb4 | ["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 | 2012-08-27T18:10:18Z | 2012-08-02T17:53:20Z |
332,635 | Bug 332635 [nls tooling] Eclipse style NLS: Property key hyperlinks do not work for properties files coming from a JAR | null | resolved fixed | a5222bd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/OpenAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertyKeyHyperlink.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertyKeyHyperlinkDetector.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-08-27T13:49:11Z | 2010-12-15T13:33:20Z |
337,086 | Bug 337086 [nls tooling] "Source > Externalize strings" throws IAE when .properties file contains invalid unicode escape | null | resolved fixed | 5241b0d | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizard.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 | 2012-08-23T13:51:31Z | 2011-02-14T05:06:40Z |
364,539 | Bug 364539 [generate constructor] Generate constructor using fields globally sets access modifier to private | Build Identifier: 20110916-0149 When using 'Generate Constructor using fields...' on an enum with private field the access modifier is disabled and set to private (which is perfectly ok). Afterwards the access modifier is always set to private, even if you use 'Generate Constructor using fields...' on a class. Eclipse ... | resolved fixed | 3f6103c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-08-22T18:25:10Z | 2011-11-23T06:33:20Z |
387,536 | Bug 387536 [type wizards] generate main method stub ignores generate comments setting | The new class wizard allows to create a main(String[]) method stub. However it ignores the "Do you want to add comments?" setting and always adds a comment. | resolved fixed | 93d3986 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-08-21T14:59:15Z | 2012-08-18T14:26:40Z |
172,388 | Bug 172388 [open type] Open Type dialog shows different JRE libraries with identical text | Build ID: I20061214-1445 Steps To Reproduce: 1) Compile your own rt.jar for jdk1.6.0, with all debugging information included, for example. (An exact copy will do for purposes of time.) Name it rt_g.jar. 2) Go to Eclipse Preferences, Java, Installed JREs. Copy existing "jdk1.6.0" to "jdk1.6.0_debug". 3) Edit "jdk1.6.0"... | resolved fixed | b224854 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-08-13T10:53:27Z | 2007-01-31T21:46:40Z |
386,807 | Bug 386807 OptionalMessageDialog must not use CANCEL | 3.8. Code was introduced that uses the CANCEL constant. This does not work for cases where there are more than 2 buttons and 'Cancel' is not at position 1. | verified fixed | 4aba90b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OptionalMessageDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-08-08T08:54:56Z | 2012-08-08T10:00:00Z |
386,762 | Bug 386762 [preferences] Errors/Warnings page garbled when opened via problem hover | On the Mac, the Errors/Warnings page comes up garbled when opened via the problem hover (e.g. hover on an unused variable and then click the toolbar button). The page has a big white area on top that doesn't render widgets, but the widgets are there (mouse clicks still work). Resizing the dialog fixes the problem. The ... | verified fixed | fdd0314 | ["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 | 2012-08-07T16:28:02Z | 2012-08-07T17:20:00Z |
381,714 | Bug 381714 [help] Export runnable jar wizard not documented | null | resolved fixed | b4e2790 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarPackageWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-08-06T14:10:15Z | 2012-06-05T12:40:00Z |
385,550 | Bug 385550 [move method] Update reference to inherited field | Here is original source codes: public class A { public int i = 0; } public class B extends A{ public void m(C target) { i++; } } public class C { } Now we apply MOVE refactoring to method "m()" with delegate. The result is shown below: public class A { public int i = 0; } public class B extends A{ public void m(C targe... | resolved fixed | 6693cd7 | ["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test47/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test47/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java", "org.eclip... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-08-03T16:22:15Z | 2012-07-19T20:33:20Z |
377,318 | Bug 377318 [encapsulate field] Encapsulate field in an interface introduces methods (therefore compilation errors) | Build Identifier: Version: 3.7.2 Build id: M20120208-0800 Encapsulate field in an interface introduces methods, which leads to compilation errors. public interface EncapsulateField { // ENCAPSULATE FIELD F (use default values in the dialog) public static final int F = 1; } Reproducible: Always Steps to Reproduce: 1. In... | resolved fixed | a747793 | ["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 | 2012-08-03T15:36:13Z | 2012-04-20T22:13:20Z |
385,989 | Bug 385989 [move method] Existing type used instead of qualifying the moved one | I found Eclipse Move refactoring cannot update "import" statement. Here is an example: ----- package a; public class C { public void m(){} } ----- package b; public class C { public void m(){} } ----- package p; import a.C; public class D { public int i; public void d(Visitor v){ i=0; new C().m(); } } ----- package p; ... | resolved fixed | cfd2520 | ["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test46/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test46/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test46/out/A.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 | 2012-08-03T15:08:54Z | 2012-07-25T21:00:00Z |
386,203 | Bug 386203 [JUnit] Cannot Run JUnit tests from editor on nested classes | If you attempt to follow the pattern of one top level unit test class per class and one inner unit test class per class method, the UI of the IDE doesn't allow you to easily run the test. For example, consider my class: public class ClassPerMethodTest { public static class FirstMethod { @Test public void testFirstMetho... | verified fixed | bad6a45 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitPropertyTester.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-08-03T14:38:50Z | 2012-07-29T16:40:00Z |
386,272 | Bug 386272 [extract interface] Error with array initializer that uses auto-unboxing | !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2012-07-30 17:05:34.024 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:... | resolved fixed | b56f7dd | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test110/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test110/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test110/out/I.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclips... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-08-03T11:01:36Z | 2012-07-30T20:26:40Z |
384,543 | Bug 384543 [hovering] NPE computing a bracket hover | null | verified fixed | b198b51 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java", "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 | 2012-07-31T13:11:00Z | 2012-07-08T12:20:00Z |
385,504 | Bug 385504 [content assist] Content assist offers wrong type completion after TypeName | Broken in 3.8, was OK in 3.7.2 - create a new Plug-in project, all defaults - paste this class: package p; import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.Status; class Test { boolean foo() { IStatus jobResult = null; return jobResult == Status.; } } - put caret after "Status." and press Ctrl+S... | resolved fixed | d4ba484 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposalComputer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-07-25T07:34:16Z | 2012-07-19T12:13:20Z |
385,389 | Bug 385389 [quick assist] 'Invert equals' not available for enum comparisons. | class A{ void foo(Enum e) { if (e.equals(Enum.e1)) { } else if (e.equals(Enum.e2)) { } else if (e.equals(Enum.e3)) { } } } enum Enum { e1, e2, e3; } org.eclipse.jdt.internal.ui.text.correction.QuickAssistProcessor.getInvertEqualsProposal(IInvocationContext, ASTNode, Collection<ICommandAccess>) Line 2094 should be if (b... | resolved fixed | 2298872 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-07-18T10:54:05Z | 2012-07-18T11:13:20Z |
377,286 | Bug 377286 [content assist] method parameter hint tooltip matches wrong parameter | I have a method with this signature: <T2, D> void test(ICallback<List<ETypedElement>, T2, D> callback, Shell shell); I write an invocation of this method : "test(callback, shell);". When I invoke the parameter hint on the second parameter (shell), "T2" appears in bold in the parameter hint tooltip. It should be "Shell ... | resolved fixed | 3de753c | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java", "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 | 2012-07-09T17:58:35Z | 2012-04-20T13:53:20Z |
216,707 | Bug 216707 [compare] Toggle comment causes noisy diff in Compare editor | null | resolved fixed | 33046c3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaTokenComparator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-07-09T15:43:11Z | 2008-01-27T21:40:00Z |
320,878 | Bug 320878 [refactoring] DynamicValidationStateChange throws away valid changes after 30 minutes | I20100720-0800, has been like this forever I ran the Infer Generic Type Arguments refactoring and left the preview open for > 30 minutes. When I tried to continue and apply the changes, I got the ConcurrentModificationException below. Initial changes should not be DynamicValidationStateChanges that throw away their chi... | resolved fixed | 8e2605d | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DynamicValidationStateChange.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-07-05T16:48:21Z | 2010-07-26T10:26:40Z |
384,184 | Bug 384184 [quick fix] Missing fixes for new compile errors for "missing switch default" follow-up problems | null | verified fixed | aa1b921 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-07-03T17:01:47Z | 2012-07-03T15:40:00Z |
383,491 | Bug 383491 Unable to reference a virtual folder as Java source attachment path | null | resolved fixed | 0c58764 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-06-26T18:08:32Z | 2012-06-25T21:33:20Z |
383,358 | Bug 383358 [convert local] The Quick Assist action is not offered when a use of a local var is selected | null | resolved fixed | 441057f | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-06-25T18:27:50Z | 2012-06-23T00:06:40Z |
252,779 | Bug 252779 [encapsulate field] Encapsulate field does not use parameter prefix code style | Automatic generation of GETTER and SETTER methods don t use configured naming conventions. for example. i configured "par" as a prefix for parameter values. for the field: private Long invoiceId ; the generated SETTER looks like: public void setInvoiceId ( Long invoiceId ) { this.invoiceId = invoiceId ; } but it should... | resolved fixed | 1adf847 | ["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 | 2012-06-15T17:49:58Z | 2008-10-30T15:20:00Z |
379,525 | Bug 379525 [api][implementation] get rid of illegal unencoded URLs | JavaDocLocations and clients have a fundamental problem: They deal with illegal URLs for which URL#toURI() throws an exception. The problem is that they use an unescaped and unencoded form of URLs. This format is lossy, since it is not possible to later distinguish characters like #!? that can occur in file system path... | resolved fixed | 3b94359 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/RecentSettingsStore.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/ec... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-06-15T16:22:23Z | 2012-05-15T11:06:40Z |
347,389 | Bug 347389 [move member type] IllegalArgumentException on Refactor: Move Type to new File.. | I don't think there was anything unusual happening when I tried this. java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:331) at org.eclipse.ltk.ui.refact... | resolved fixed | c9b0a72 | ["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test43/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test43/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test43/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInne... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-06-12T16:43:02Z | 2011-05-27T01:33:20Z |
376,882 | Bug 376882 [type wizards] Make NewPackageWizardPage#isCreatePackageDocumentation() API | null | resolved fixed | 619cdb6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-06-12T13:06:10Z | 2012-04-16T15:26:40Z |
272,472 | Bug 272472 [extract method] preview shows useless scrollbar | I20090414-0800 The JavaSourceViewer used as preview for the method signature shows vertical scrollbars even if not necessary. | resolved fixed | f833c65 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ConvertAnonymousToNestedWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/InputPageUtil.java... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2012-06-08T16:32:24Z | 2009-04-16T08:20:00Z |
380,520 | Bug 380520 [hovering] NPE in JavaSourceHover.getBracketHoverInfo | I20120521-2100. Found in .log - no steps. !ENTRY org.eclipse.jface.text 4 0 2012-05-24 10:51:50.586 !MESSAGE Unexpected runtime error while computing a text hover !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.java.hover.JavaSourceHover.getBracketHoverInfo(JavaSourceHover.java:129) at org.e... | verified fixed | 48bbac4 | ["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 | 2012-05-24T15:51:12Z | 2012-05-24T09:00:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.