id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
35
409,520
Bug 409520 [1.8][quick fix] "Add unimplemented methods" should not create stubs for default methods
BETA_JAVA8 and master The "Add unimplemented methods" quick fix should not create stubs for default methods. public class MyString implements CharSequence { } => When compiling against a 1.8 JRE, the quick fix also adds stubs for chars() and codePoints(), which are new default methods in CharSequence. "Source > Overrid...
2013-05-30 12:58:01
1,369,930,000
verified fixed
100ddaa
1,374,670,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java
JDT
36
411,794
Bug 411794 [JUnit] Add a monospace font option for the Junit view
null
2013-06-27 12:12:00
1,372,350,000
verified fixed
d0add17
1,374,660,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTrace.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java
JDT
37
411,841
Bug 411841 Rerunning a test from JUnit results view is launching the test on UI thread.
When I rerun a test by selecting "Run" from the JUnit test results view context menu the test launch is happening on the UI thread. When build before launch is enabled the project build is invoked on UI thread on Eclipse is frozen during the test launch process. I am working on a patch to avoid it by delegating the rer...
2013-06-27 19:03:40
1,372,370,000
resolved fixed
a81ceba
1,372,770,000
org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java
JDT
38
411,588
Bug 411588 "Convert for loops to enhanced" may mess up program logic when dealing with Iterable
With the save action "Convert 'for' loops to enhanced 'for' loops" enabled, the conversion to enhanced loop might introduce a logical error. Lets suppose you have an object "s" with a class implementing java.lang.Iterable and this class has also another method named "iterator", also with an "Iterator" return type, BUT ...
2013-06-25 07:28:22
1,372,160,000
verified fixed
a8d9f12
1,372,770,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertIterableLoopQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java
JDT
39
411,641
Bug 411641 [content assist] Unnecessary content assist popup after decimal
If you are typing a floating point number say 3.14 then content assist window pops up after typing '.', e.g. in this situation below void bar() { System.out.println(3.); } Tried this with 4.3 RC4. (Likely a consequence of changes for showing Template and keyword proposals without prefix)
2013-06-25 17:19:28
1,372,200,000
verified fixed
25f6fa1
1,372,240,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java
JDT
40
411,585
Bug 411585 [mark occurrence][search] Mark occurrences reports 0 based line numbers but the actual line numbers in the line number rulers starts with 1
If i do ctrl-shift-u on a identifier i get a list of lines in the search view where those are found. But the line numbers that are reported are 1 off. It does jump to the right line but it is funny to see that the search view reports "203:" and the actual code is according to the line of the ruler is on 204 It seems th...
2013-06-25 07:02:59
1,372,160,000
resolved fixed
b5d624f
1,372,160,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaElementLine.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchResultPage.java
JDT
41
408,072
Bug 408072 [nls tooling] Interface is flagged as missing NLS key
Version: 4.3.0 Build id: I20130513-2000 While scanning org.eclipse.jface I got the following during the search: Undefined keys in: MenuManager.java - org.eclipse.jface.action (2 matches) One of the matches is: ExternalActionManager.ICallback callback = ExternalActionManager.getInstance().getCallback(); with ExternalAct...
2013-05-14 21:31:21
1,368,580,000
resolved fixed
9a7c42a
1,371,730,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java
JDT
42
410,830
Bug 410830 [syntax highlighting] Argument of {@code *}/{@literal *} in Javadoc should not use HTML markup coloring
In Java source editors, the argument of an {@code *} or {@literal *} tag in Javadoc should not use "HTML markup" coloring. E.g. "<String>" is not an HTML tag and should be rendered the same as "Set" here: * {@code Set<String>}
2013-06-14 11:30:38
1,371,220,000
resolved fixed
48580ac
1,371,730,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocScanner.java
JDT
43
104,379
Bug 104379 [syntax highlighting] {@link} tag syntax coloring does not work when on two lines
Set a color for {@link} tags from the preferences page. When you have a link tag that is on two lines, the part of it that is on the second line is not colored properly.
2005-07-19 13:57:02
1,121,800,000
resolved fixed
2d19131
1,371,730,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocScanner.java
JDT
44
408,060
Bug 408060 Bug in NLSSearchQuery
null
2013-05-14 15:55:49
1,368,560,000
resolved fixed
3969b41
1,371,730,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java
JDT
45
410,569
Bug 410569 Remove 'org.eclipse.releng.tools' from the list of not loaded plug-ins
4.3 RC4.
2013-06-12 05:10:55
1,371,030,000
verified fixed
16ee663
1,371,710,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/PluginsNotLoadedTest.java
JDT
46
409,705
Bug 409705 IntroduceIndirectionTests.test31 fails with an error while deleting resources
null
2013-06-03 05:23:16
1,370,250,000
verified fixed
0ac85d5
1,370,270,000
org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceIndirectionTests.java
JDT
47
409,704
Bug 409704 MoveInnerToTopLevelTests.test25 throws error during tearDown
null
2013-06-03 05:21:39
1,370,250,000
verified fixed
8029c94
1,370,270,000
org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RefactoringTest.java org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/JavaProjectHelper.java
JDT
48
408,555
Bug 408555 DeleteTest.testDeleteInternalJAR fails sporadically
http://download.eclipse.org/eclipse/downloads/drops4/I20130518-1500/testresults/html/org.eclipse.jdt.ui.tests.refactoring_win32.win32.x86_7.0.html
2013-05-21 06:13:40
1,369,130,000
verified fixed
4fc272a
1,369,840,000
org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RefactoringTest.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ccp/DeleteTest.java org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/JavaProjectHelper.java
JDT
49
408,124
Bug 408124 [refactoring] CCE with Extract Class refactoring on a class with comment
Perform Refactor > Extract Class... on the following example: // comment public class Test { int i; } We get this exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(Refactor...
2013-05-15 09:01:01
1,368,620,000
verified fixed
c880487
1,369,150,000
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testComment/in/Comment.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testComment/out/Comment.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractClassTests.java org.eclipse.jdt.ui/core refactoring...
JDT
50
408,330
Bug 408330 Java Model Exception from Javadoc view if element is deleted
Select foo() in the following example and open the Javadoc view: public class Test { private void foo() {} } Now, delete the method: private void foo() {} An error is logged in the Error Log view on deletion: Java Model Exception: Java Model Status [foo() [in Test [in [Working copy] Test.java [in test.bugs.var [in src ...
2013-05-17 07:22:46
1,368,790,000
verified fixed
a0f013e
1,369,150,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java
JDT
51
407,434
Bug 407434 [BiDi][templates] Wrong BTD in templates [BiDi 2013]
null
2013-05-07 11:47:10
1,367,940,000
verified fixed
6836a99
1,368,550,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java
JDT
52
401,844
Bug 401844 [JUnit] Unable to locate proper Javadoc for JUnit 4
null
2013-02-26 17:41:20
1,361,920,000
verified fixed
92914ba
1,368,530,000
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
53
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...
2013-05-07 06:15:43
1,367,920,000
verified fixed
eaba698
1,368,020,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java
JDT
54
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...
2009-04-26 13:27:10
1,240,770,000
verified fixed
7ea3eb6
1,367,430,000
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/ui/org/ecl...
JDT
55
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.
2013-05-01 10:58:33
1,367,420,000
verified fixed
d74093a
1,367,430,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/TemplateProposal.java
JDT
56
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...
2013-04-21 11:33:40
1,366,560,000
verified fixed
eb70b90
1,367,420,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
JDT
57
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...
2013-05-01 11:16:33
1,367,420,000
verified fixed
04f7136
1,367,420,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java
JDT
58
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 "...
2006-12-11 14:29:43
1,165,870,000
verified fixed
9f57afc
1,367,190,000
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/internal/u...
JDT
59
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...
2013-04-24 12:34:41
1,366,820,000
resolved fixed
8784c4c
1,366,890,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java
JDT
60
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.
2013-04-24 14:14:51
1,366,830,000
resolved fixed
2d5bd89
1,366,880,000
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
61
337,680
Bug 337680 [inline][getter setter] Fix creation of unnecessary/missing parentheses
null
2011-02-20 23:18:29
1,298,260,000
resolved fixed
82e7a99
1,366,870,000
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.eclipse.jdt.ui/c...
JDT
62
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...
2013-02-13 05:49:34
1,360,750,000
resolved fixed
17c7783
1,366,810,000
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 extension/org/eclips...
JDT
63
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'
2013-04-10 11:18:31
1,365,610,000
resolved fixed
b8405fa
1,366,290,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java
JDT
64
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...
2007-08-01 05:48:02
1,185,960,000
resolved fixed
9e44ebc
1,366,040,000
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 org.ecl...
JDT
65
198,748
Bug 198748 [content assist] Pressing ';' should work with all methods
null
2007-08-02 18:42:33
1,186,090,000
resolved fixed
4a05030
1,365,430,000
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
66
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 ...
2013-03-04 17:41:38
1,362,440,000
resolved fixed
0612060
1,365,180,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/IJavaColorConstants.java
JDT
67
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.
2011-01-28 02:57:17
1,296,200,000
verified fixed
8715274
1,365,160,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/RemoveFromViewAction.java
JDT
68
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.
2013-04-04 05:24:42
1,365,070,000
resolved fixed
98de7b5
1,365,160,000
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
69
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...
2012-06-15 03:43:44
1,339,750,000
verified fixed
ac363e0
1,363,880,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabelComposer.java
JDT
70
403,074
Bug 403074 [info views] Regressions from bug 393143
null
2013-03-12 12:20:56
1,363,110,000
verified fixed
4040304
1,363,180,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java
JDT
71
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...
2013-03-12 08:05:28
1,363,090,000
verified fixed
744663f
1,363,170,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageHover/PackageJavadocTests.java
JDT
72
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.
2012-11-20 12:35:19
1,353,430,000
resolved fixed
0e8156a
1,363,090,000
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.tests/ui/o...
JDT
73
400,062
Bug 400062 [hovering][javadoc] Failure to access attached Javadoc should be shown to the user
null
2013-02-06 03:27:57
1,360,140,000
verified fixed
cf103b7
1,361,900,000
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/eclipse/jdt/internal/...
JDT
74
401,418
Bug 401418 [clean up] Add test case for bug 346230
null
2013-02-21 07:29:49
1,361,450,000
resolved fixed
79eb9ff
1,361,550,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java
JDT
75
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...
2005-12-03 20:37:18
1,133,660,000
verified fixed
aa32ffa
1,361,370,000
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/eclipse/jdt/inter...
JDT
76
395,071
Bug 395071 [typing] "Automatically close {Braces}" should not put the } after the rest of the line
null
2012-11-26 09:58:59
1,353,940,000
resolved fixed
cf0c4be
1,360,940,000
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
77
398,995
Bug 398995 [quick fix] Extract field access to checked local variable
null
2013-01-24 12:15:31
1,359,050,000
resolved fixed
9f5838b
1,360,760,000
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/eclipse/jdt/intern...
JDT
78
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
2013-02-05 10:50:04
1,360,080,000
resolved fixed
125bb20
1,360,750,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaSourceHover.java
JDT
79
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-...
2011-04-01 07:08:55
1,301,660,000
verified fixed
46efd24
1,360,750,000
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/RenameInputWizardPage.java org.ecl...
JDT
80
398,648
Bug 398648 Javadoc View inserts wrong asterisk when @see contains link with linebreak
null
2013-01-21 10:36:29
1,358,780,000
resolved fixed
2fb2b7a
1,360,630,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java
JDT
81
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.
2012-12-05 11:11:12
1,354,720,000
resolved fixed
20c463d
1,360,600,000
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
82
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...
2013-01-31 12:44:58
1,359,650,000
verified fixed
abdbb0f
1,360,160,000
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
83
377,141
Bug 377141 [hovering] if-else closing bracket hover should always include else
null
2012-04-19 01:46:35
1,334,810,000
verified fixed
59830a7
1,360,150,000
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
84
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...
2013-01-04 12:57:06
1,357,320,000
verified fixed
3ee8f8c
1,360,080,000
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
85
396,809
Bug 396809 [hovering] Write JUnits for the package hovering feature
Write JUnit testcases for the package hovering feature.
2012-12-18 03:48:07
1,355,820,000
resolved fixed
d79155d
1,359,990,000
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
86
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'.
2012-12-18 05:59:39
1,355,830,000
resolved fixed
52ff99e
1,359,640,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java
JDT
87
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...
2013-01-28 13:25:25
1,359,400,000
verified fixed
9dbbfa2
1,359,470,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java
JDT
88
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 ...
2013-01-04 12:34:26
1,357,320,000
verified fixed
e775f37
1,359,420,000
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
89
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].
2013-01-25 08:46:37
1,359,120,000
resolved fixed
fc51e8b
1,359,370,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java
JDT
90
398,965
Bug 398965 [preferences] UI option for syntactic analysis for fields
null
2013-01-24 07:52:48
1,359,030,000
resolved fixed
7bf809d
1,359,110,000
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
91
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...
2012-12-18 03:38:27
1,355,820,000
resolved fixed
b07362b
1,358,860,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java
JDT
92
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.
2013-01-17 07:23:21
1,358,430,000
verified fixed
0fcc8cb
1,358,840,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/NewWizardsActionGroup.java
JDT
93
393,719
Bug 393719 [compiler] inconsistent warnings on iteration variables
null
2012-11-06 17:17:40
1,352,240,000
verified fixed
8090b38
1,358,780,000
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
94
398,076
Bug 398076 Add test cases for bug 357450
null
2013-01-14 08:51:37
1,358,170,000
resolved fixed
9a9b9d6
1,358,770,000
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
95
397,888
Bug 397888 Unused type parameter problem should also depend on option to consider @param tag
null
2013-01-10 11:43:50
1,357,840,000
verified fixed
b69e448
1,358,770,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java
JDT
96
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...
2013-01-14 13:17:58
1,358,190,000
verified fixed
51636e9
1,358,440,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java
JDT
97
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...
2012-10-30 11:35:16
1,351,610,000
resolved fixed
d473e3c
1,358,170,000
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
98
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.
2012-10-26 14:50:56
1,351,280,000
resolved fixed
b56753a
1,357,850,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/u...
JDT
99
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. => ...
2013-01-10 06:34:04
1,357,820,000
resolved fixed
0d0cfe4
1,357,820,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java
JDT
100
396,977
Bug 396977 [jar exporter] Wrong library order in manifest generating a jar file with "runnable JAR file" option
null
2012-12-20 04:10:33
1,355,990,000
resolved fixed
b267310
1,357,660,000
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
101
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?
2012-12-17 09:53:50
1,355,760,000
verified fixed
5964182
1,357,230,000
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
102
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...
2010-07-06 16:32:32
1,278,450,000
verified fixed
a0d2d3a
1,355,930,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageTwo.java
JDT
103
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...
2012-12-06 07:27:44
1,354,800,000
resolved fixed
a8f98a6
1,355,140,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java
JDT
104
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'....
2012-12-04 06:49:45
1,354,620,000
resolved fixed
d51a4f9
1,354,630,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java
JDT
105
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.
2012-11-24 10:25:34
1,353,770,000
verified fixed
dcacd5c
1,353,920,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefreshAction.java
JDT
106
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...
2012-11-22 20:16:19
1,353,630,000
resolved fixed
5add29d
1,353,680,000
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
107
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...
2012-11-14 10:03:31
1,352,910,000
resolved fixed
d357dfb
1,352,990,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/cleanup/CleanUpRequirements.java
JDT
108
393,147
Bug 393147 Bugs in AdvancedQuickAssistProcessor.getConvertIfElseToSwitchProposals
null
2012-10-30 09:49:05
1,351,600,000
resolved fixed
f981ac7
1,352,480,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java
JDT
109
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...
2012-11-07 23:12:18
1,352,350,000
resolved fixed
ed033c1
1,352,470,000
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 org.eclips...
JDT
110
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...
2012-11-08 17:14:05
1,352,410,000
resolved fixed
686e984
1,352,470,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java
JDT
111
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.
2012-10-28 15:55:10
1,351,450,000
verified fixed
cd5dd80
1,351,510,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java
JDT
112
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...
2012-10-25 12:12:46
1,351,180,000
verified fixed
bf49334
1,351,300,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java
JDT
113
364,628
Bug 364628 [JUnit] Having a plus sign in Eclipse's path causes NPE in the Classpath Variables preferences page
null
2011-11-23 12:16:18
1,322,070,000
resolved fixed
f027a63
1,351,280,000
org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java
JDT
114
391,520
Bug 391520 [preferences] UI addition: Warning for Unused Generic Parameter
null
2012-10-10 06:10:26
1,349,860,000
verified fixed
c6382f8
1,351,280,000
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
115
392,931
Bug 392931 Option to not create an @Override annotation when implementing interface method in 1.6
null
2012-10-26 12:31:18
1,351,270,000
resolved fixed
8748c9f
1,351,270,000
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/ui/org/eclips...
JDT
116
391,016
Bug 391016 [organize imports] null returned even though SharedASTProvider.WAIT_YES was used
null
2012-10-03 09:37:35
1,349,270,000
verified fixed
5f6b045
1,350,910,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddImportsOperation.java
JDT
117
387,940
Bug 387940 [quick fix] Add unimplemented methods quickfix add incorrect visibility
null
2012-08-23 23:15:32
1,345,780,000
resolved fixed
e915fb0
1,350,540,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java
JDT
118
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 ...
2012-08-27 03:08:43
1,346,050,000
resolved fixed
27b5ebd
1,350,540,000
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 refactoring/org/ecl...
JDT
119
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...
2012-10-05 15:47:27
1,349,470,000
resolved fixed
24f1c49
1,349,800,000
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
120
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...
2012-09-27 07:15:43
1,348,740,000
verified fixed
f412264
1,349,260,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSelectAnnotationRulerAction.java
JDT
121
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.
2009-04-15 12:33:08
1,239,810,000
verified fixed
a1bc312
1,347,890,000
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
122
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...
2012-08-29 10:15:12
1,346,250,000
resolved fixed
aa12c6c
1,346,680,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java
JDT
123
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...
2012-08-02 14:39:35
1,343,930,000
resolved fixed
f3a6bb4
1,346,090,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java
JDT
124
332,635
Bug 332635 [nls tooling] Eclipse style NLS: Property key hyperlinks do not work for properties files coming from a JAR
null
2010-12-15 09:36:45
1,292,420,000
resolved fixed
a5222bd
1,346,080,000
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
125
337,086
Bug 337086 [nls tooling] "Source > Externalize strings" throws IAE when .properties file contains invalid unicode escape
null
2011-02-13 23:54:46
1,297,660,000
resolved fixed
5241b0d
1,345,730,000
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
126
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 ...
2011-11-23 02:52:34
1,322,030,000
resolved fixed
3f6103c
1,345,660,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java
JDT
127
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.
2012-08-18 10:39:53
1,345,300,000
resolved fixed
93d3986
1,345,560,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java
JDT
128
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"...
2007-01-31 16:44:05
1,170,280,000
resolved fixed
b224854
1,344,860,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java
JDT
129
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.
2012-08-08 04:51:20
1,344,420,000
verified fixed
4aba90b
1,344,420,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OptionalMessageDialog.java
JDT
130
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 ...
2012-08-07 12:26:38
1,344,360,000
verified fixed
fdd0314
1,344,360,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java
JDT
131
381,714
Bug 381714 [help] Export runnable jar wizard not documented
null
2012-06-05 09:44:32
1,338,900,000
resolved fixed
b4e2790
1,344,260,000
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
132
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...
2012-07-19 16:28:33
1,342,730,000
resolved fixed
6693cd7
1,344,010,000
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.eclipse.jdt.ui/core...
JDT
133
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...
2012-04-20 17:50:12
1,334,960,000
resolved fixed
a747793
1,344,010,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java
JDT
134
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; ...
2012-07-25 17:33:09
1,343,250,000
resolved fixed
cfd2520
1,344,010,000
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.refactoring/resources...
JDT