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
135
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...
2012-07-29 13:38:08
1,343,580,000
verified fixed
bad6a45
1,344,000,000
org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitPropertyTester.java
JDT
136
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:...
2012-07-30 17:19:32
1,343,680,000
resolved fixed
b56f7dd
1,343,990,000
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/eclipse/jdt/ui/tests...
JDT
137
384,543
Bug 384543 [hovering] NPE computing a bracket hover
null
2012-07-08 08:19:09
1,341,750,000
verified fixed
b198b51
1,343,740,000
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
138
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...
2012-07-19 09:22:22
1,342,700,000
resolved fixed
d4ba484
1,343,200,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposalComputer.java
JDT
139
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...
2012-07-18 06:13:51
1,342,610,000
resolved fixed
2298872
1,342,610,000
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
140
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 ...
2012-04-20 09:18:35
1,334,930,000
resolved fixed
3de753c
1,341,860,000
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
141
216,707
Bug 216707 [compare] Toggle comment causes noisy diff in Compare editor
null
2008-01-27 15:58:47
1,201,470,000
resolved fixed
33046c3
1,341,850,000
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
142
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...
2010-07-26 05:50:13
1,280,140,000
resolved fixed
8e2605d
1,341,510,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DynamicValidationStateChange.java
JDT
143
384,184
Bug 384184 [quick fix] Missing fixes for new compile errors for "missing switch default" follow-up problems
null
2012-07-03 13:00:21
1,341,330,000
verified fixed
aa1b921
1,341,330,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java
JDT
144
383,491
Bug 383491 Unable to reference a virtual folder as Java source attachment path
null
2012-06-25 16:59:17
1,340,660,000
resolved fixed
0c58764
1,340,730,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java
JDT
145
383,358
Bug 383358 [convert local] The Quick Assist action is not offered when a use of a local var is selected
null
2012-06-22 18:52:10
1,340,410,000
resolved fixed
441057f
1,340,650,000
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
146
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...
2008-10-30 11:47:57
1,225,380,000
resolved fixed
1adf847
1,339,780,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java
JDT
147
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...
2012-05-15 06:15:03
1,337,080,000
resolved fixed
3b94359
1,339,780,000
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/eclipse/jdt/inte...
JDT
148
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...
2011-05-26 21:33:45
1,306,460,000
resolved fixed
c9b0a72
1,339,520,000
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/MoveInnerToTopLevel...
JDT
149
376,882
Bug 376882 [type wizards] Make NewPackageWizardPage#isCreatePackageDocumentation() API
null
2012-04-16 11:25:24
1,334,590,000
resolved fixed
619cdb6
1,339,510,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
JDT
150
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.
2009-04-16 05:35:09
1,239,870,000
resolved fixed
f833c65
1,339,170,000
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 org.eclipse.jdt....
JDT
151
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...
2012-05-24 05:57:06
1,337,850,000
verified fixed
48bbac4
1,337,870,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaSourceHover.java
JDT
152
367,629
Bug 367629 [hovering] JavaDoc-Navigation broken if there are spaces in the URL
If the JavaDoc location e.g. on the local file system has spaces in it navigating to internal links is broken. Not sure if this once more a problem of the browser control which should have escaped such spaces with "%20" or this is the task of the handler. Here's the relevant stacktrace: !ENTRY org.eclipse.jdt.ui 4 1000...
2011-12-29 10:19:06
1,325,170,000
verified fixed
c3eb737
1,337,090,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLinks.java
JDT
153
378,337
Bug 378337 [quick fix] improve description for adding library with default null annotations to a bundle
I20120502-2000. We should improve the description for adding library with default null annotations to a bundle. Currently it's a bit confusing because it talks about the build.properties file only.
2012-05-03 05:41:43
1,336,040,000
verified fixed
3a8080a
1,337,000,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java
JDT
154
378,989
Bug 378989 Unused method in NullQuickFixes
The method isMissingNullAnnotationProblem(int) from the type NullQuickFixes is never used locally Deepak, OK to remove the method?
2012-05-09 10:23:37
1,336,570,000
verified fixed
12193ba
1,336,750,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/NullQuickFixes.java
JDT
155
377,474
Bug 377474 [nls tooling][DBCS4.2] Unescape and escape backslash for properties file not working properly for DBCS characters.
Build Identifier: I20120321 JRE: IBM 7 JRE OS: Windows 7, AIX 7.1 (Both, Japanese, SJIS) Reproducible: Always Steps to Reproduce: 1.Create a properties file eg. example.properties in Java project. 2. Add following line k=c:\\program 3. The DBCS characters will be automatically transformed to unicode equivalent characte...
2012-04-24 04:19:20
1,335,260,000
verified fixed
802ed4d
1,336,660,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/EscapeBackslashCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileAutoEditStrategy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditorMessages.jav...
JDT
156
379,086
Bug 379086 [quick fix] Quick fix to add the missing cases of a switch on enum is not being proposed
### package p1; public class UseEnum { public void foo(DeclEnum e) { switch(bar()) { case C1: break; } } public DeclEnum bar() { return null; } } enum DeclEnum { C1, C2, C3; } ### With the above example, notice the warning on switch(bar()). Quick fix to add the missing cases is not being proposed. It is proposed if 'sw...
2012-05-10 04:43:58
1,336,640,000
verified fixed
0d9287b
1,336,640,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
JDT
157
378,619
Bug 378619 [hovering] Hovering on closing bracket shows incorrect block in switch statements
null
2012-05-07 03:05:44
1,336,370,000
verified fixed
6df8a30
1,336,560,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaSourceHover.java
JDT
158
378,258
Bug 378258 [hovering] F2 hover shows variable name instead of rich variable value hover
Set a breakpoint and then debug this: public class Try { static int fValue= 42; public static void main(String[] args) { System.out.println("hi " + fValue); } } Hovering over 'fValue' or 'out' shows the variable value hover, but F2 shows shows the variable name.
2012-05-02 10:37:29
1,335,970,000
verified fixed
862f59d
1,335,990,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BestMatchHover.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaInformationProvider.java
JDT
159
378,149
Bug 378149 [quick fix] Also add imports when invoking 'Copy 'org.eclipse.jdt.annotation.jar' to build path'
I20120430-2000. Like the quick fix that adds JUnit, we should also add the imports, so that the we don't have any errors after invoking the quick fix. Test Case: class A { public @NonNull Object foo(@Nullable Object input) { return this; } } class B extends A { }
2012-05-01 08:09:24
1,335,870,000
verified fixed
31910b7
1,335,980,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java
JDT
160
378,068
Bug 378068 Update ImportOrganizeTest (FUP of bug 376734 and bug 376930)
null
2012-04-30 08:09:00
1,335,790,000
resolved fixed
31bc2c1
1,335,960,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java
JDT
161
181,788
Bug 181788 [quick fix] Quick fix to import static from favorite class
In 3.3M6 The content assist to import a static member from one of several favorite classes is a godsend. I'd like to extend it to work the same as instance methods in the class--not only would static members from favorite classes be available for content assist, but also as quick fixes. So if I type sin(3) And Math.* i...
2007-04-10 12:03:03
1,176,220,000
verified fixed
f0a9341
1,335,710,000
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/UnresolvedVariablesQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/...
JDT
162
372,516
Bug 372516 [syntax highlighting] bracket highlighting should also work if caret is after the last bracket
null
2012-02-24 10:54:32
1,330,100,000
resolved fixed
d296fed
1,335,510,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaPairMatcher.java
JDT
163
377,445
Bug 377445 [content assist] Code complete is vague when multiple Options exist for Enum member type on annotation
Build Identifier: Assuming JPA annotation javax.persistence.OneToMany If defining the cascade member on the annotation and the CascadeType is not already imported I am presented with 3 different CascadeType which provide no detail as to which is which. javax.persistence.CascadeType org.hibernate.annotations.CascadeType...
2012-04-23 16:18:31
1,335,210,000
resolved fixed
f443721
1,335,260,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java
JDT
164
335,132
Bug 335132 [actions] Override / Implement dialog size / position are not saved
Build Identifier: 20100917-0705 The size and position of "override/implement method" dialog box is not saved. If I make the dialog larger to see more methods at once (I have a large monitor), then on subsequent invocations the dialog resets to default size / position. Reproducible: Always Steps to Reproduce: 1. Bring u...
2011-01-23 14:12:54
1,295,810,000
resolved fixed
3161739
1,335,180,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java
JDT
165
377,393
Bug 377393 [content assist] Remove final modifier from several JavaCompletionProposal subclasses
To make subwords completion work for almost all standard completions, I had to copy the following classes because they have a final modifier: org.eclipse.jdt.internal.ui.text.java.FilledArgumentNamesMethodProposal org.eclipse.jdt.internal.ui.text.java.LazyGenericTypeProposal org.eclipse.jdt.internal.ui.text.java.Parame...
2012-04-23 07:14:53
1,335,180,000
resolved fixed
4df8e6f
1,335,180,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/FilledArgumentNamesMethodProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyGenericTypeProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuessingProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/int...
JDT
166
377,184
Bug 377184 [content assist] Override method proposal does not format in subclass with type parameter
Override method proposal does not format the resulting method in cases where a subclass has a type parameter and forwards it to the superclass. Example: package bug; class Super<T> { void foo(T t) { } } public class Impl<T2 extends Number> extends Super<T2> { foo } Result: void foo(T2 t) {}; Problem is a bad subsignatu...
2012-04-19 09:30:42
1,334,840,000
resolved fixed
b767faa
1,334,840,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/dom/Bindings.java
JDT
167
353,126
Bug 353126 improve StubCreator
null
2011-07-26 11:08:01
1,311,690,000
resolved fixed
910a3b6
1,334,600,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/StubCreator.java
JDT
168
243,912
Bug 243912 IProject#delete(..) should suppress deltas from CharsetDeltaJob
null
2008-08-12 13:15:33
1,218,560,000
resolved fixed
774fcb6
1,334,600,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/browsing/PackagesViewContentProviderTests2.java
JDT
169
352,785
Bug 352785 [extract method] Refactor > Extract Method with break statement in switch causes NPE
Build Identifier: 20110615-0604 If I attempt to Refactor > Extract Method which includes a break statement inside a switch, an unexpected exception occurs, which is an NPE (will attach stack later). It should give an error which says something like you can't refactor a method which includes multiple exit points, or som...
2011-07-21 12:57:27
1,311,270,000
resolved fixed
75fd0aa
1,334,600,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java
JDT
170
130,922
Bug 130922 [quick assist] 'Assign parameter to new field' must not make field final'
I20060307-1315 package xy; public class Try{ public Try(String arg) { } public Try() { } } Quick assist on 'arg' to assign to a new field -> field is final, yielding a compile error -> expected: field not final as it was in earlier builds
2006-03-08 11:02:23
1,141,830,000
resolved fixed
e116450
1,334,600,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/AbstractSaveParticipantPreferenceConfiguration.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/AssignToVariableAssistProposa...
JDT
171
335,249
Bug 335249 [preferences] Improve grouping of "Potential programming problems" on Errors/Warnings page
Improve grouping of options on Errors/Warnings page. "Potential programming problems" is too big and without logical order. It could be split into options that affect - members (method signatures, serial id) - expressions - statements and blocks Or we could just order them by scope.
2011-01-24 16:17:39
1,295,900,000
resolved fixed
e8e5356
1,334,590,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java
JDT
172
357,997
Bug 357997 [type hierarchy] Type Hierarchy View has button bar painting issues on workspace startup
Build Identifier: 20110615-0604 My workspace has type hierarchy active on my Workspace on startup. I believe that View is responsible for leaving an unpainted, gray modeless floating rectangle over or under other parts of UI. If I horizontally expand and collapse the column that the type hierarchy is in, I can get the ...
2011-09-17 00:27:58
1,316,230,000
resolved fixed
8f53a99
1,334,590,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
JDT
173
86,168
Bug 86168 [type wizards] Allow the creation of a compilation unit called package-info.java
null
2005-02-22 12:54:58
1,109,090,000
verified fixed
9111b35
1,334,590,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewPackageCreationWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
JDT
174
373,885
Bug 373885 [jar exporter] save runnable jar export as ant script with relative name saves in eclipse program folder not workspace
Build Identifier: Version: Indigo Service Release 2 Build id: 20120216-1857 When saving settings for producing a runnable jar file as an ant script, if you enter a relative filename in the filename box, a message appears suggesting that this will be relative to the workspace root. However, when the file is actually sav...
2012-03-11 08:23:01
1,331,470,000
resolved fixed
e2a5dd8
1,334,590,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarPackageWizardPage.java
JDT
175
376,779
Bug 376779 [navigation] JavaElementHyperlinkDetector#detectHyperlinks(..) is wasting time
Navigation via Ctrl+Hyperlinks is very slow in medium-sized classes, e.g. LocalCorrectionsSubProcessor. When I hold Ctrl and move the mouse, I see update times of almost a second. Most of the time is wasted in repeated calls to JavaElementHyperlinkDetector#detectHyperlinks(..). The two major factors are: 1. All 4 subcl...
2012-04-13 15:35:12
1,334,350,000
resolved fixed
41549d5
1,334,350,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlinkDetector.java
JDT
176
376,688
Bug 376688 [type wizards] New class wizard doesn't remember setting for which method stubs to create
Build Identifier: 3.8.0 I20120314-1800 Which checkboxes are selected in "Which method stubs would you like to create?" is not remembered across invocations of the new class wizard although NewPackageWizardPage tries to save them. The problem seems to be that NewPackageWizardPage#setVisible(false) is never invoked becau...
2012-04-13 03:39:22
1,334,300,000
resolved fixed
069fa7c
1,334,310,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewClassCreationWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java
JDT
177
353,472
Bug 353472 [override method] generating a method override should copy annotations
null
2011-07-31 15:21:36
1,312,140,000
verified fixed
ccad5c0
1,334,080,000
org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/test30/out/A.java 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 org.eclipse.jdt.ui/core extension/org/eclipse/jdt...
JDT
178
376,381
Bug 376381 [preferences][clean up] ICleanUpConfigurationUI parent Composite has excess margins
Build Identifier: Version: Indigo Service Release 2 Build id: 20120216-1857 ContributedCleanUpTabPage.doCreatePreferences(...) creates a Composite to pass into fContribution.createContents(parent). This composite is setup with a GridData and GridLayout as follows: final Composite parent= new Composite(composite, SWT.NO...
2012-04-10 05:22:48
1,334,050,000
resolved fixed
313ed85
1,334,060,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/ContributedCleanUpTabPage.java
JDT
179
374,111
Bug 374111 [common navigator][package explorer] problem marker on package should not be repeated on parent package
null
2012-03-13 13:20:46
1,331,660,000
verified fixed
d8af25b
1,333,380,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ProblemsLabelDecorator.java
JDT
180
348,368
Bug 348368 [syntax highlighting] Add highlight for inherited fields
Please add support to highlight inherited fields. Example: class A { ... protected int a; protected int x; ... } class B extends A { ... protected int b; void isntThatCoolIfSomeoneOverridesA() { a = b; x = b * b; } ... } In the example, "a" and "x" should be highlighted using a special "inherited field" style.
2011-06-06 05:13:45
1,307,350,000
resolved fixed
cfd27e2
1,333,370,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java org.eclipse.jdt.text.tests/testResources/semanticHighlightingTest1/SHTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/Semanti...
JDT
181
374,689
Bug 374689 [search] Difficult to Select Limit To options in Search dialog with keyboard
1. Open the search dialog (Ctrl+H). 2. Tab through the items until you reach the Limit To area (you mush search for either Type or Method). 3. The "Match locations" is in a different grouping from the other radio buttons, so when selecting one of the first few options then tabbing forward leads to the selection being l...
2012-03-19 14:56:58
1,332,180,000
resolved fixed
32bb5a8
1,333,370,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java
JDT
182
347,587
Bug 347587 [package explorer] Empty parent packages are not filtered correctly if they contain .svn folder
Build Identifier: 20110218-0911 org | `-.svn (filtered) org.test | `-.svn (filtered) The filter "Empty parent packages" does not hide a parent package if it contains filtered .svn ressource folders. So logically they are empty but the filter does not think that. Reproducible: Always Steps to Reproduce: 1. Check out a p...
2011-05-29 15:37:44
1,306,700,000
resolved fixed
2c2a9da
1,333,100,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/EmptyInnerPackageFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/EmptyPackageFilter.java
JDT
183
353,221
Bug 353221 [correction][quick fix] Should jump to closest problem even if there's a breakpoint
BETA_JAVA7, same in 3.6.2 package xy; public class Try { void foo() { equals(); // add breakpoint } } - add a line breakpoint to indicated line - put caret at end of line - Ctrl+1 => expected: Caret should jump to error position => was: Caret stays at end, no quick fix offered
2011-07-27 11:08:51
1,311,780,000
resolved fixed
3c68065
1,332,780,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.java
JDT
184
351,181
Bug 351181 [hovering] Javadoc hover should have default modifier set
null
2011-07-05 09:07:17
1,309,870,000
resolved fixed
de881c0
1,332,420,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java
JDT
185
355,039
Bug 355039 [nls tooling] Error searching references to the selected properties key
null
2011-08-18 04:37:23
1,313,660,000
resolved fixed
75f87bb
1,332,420,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertyKeyHyperlink.java
JDT
186
374,264
Bug 374264 [clean up] Convert for loop to enhanced applied to iterator produces broken code
Build Identifier: 20120216-1857 public static void main(String[] args) { List<String> list = new ArrayList<String>(Arrays.asList("first", "second", "third")); for (Iterator<String> iterator = list.iterator(); iterator.hasNext();) { removeSecond(iterator); } System.out.println(list); } private static void removeSecond(I...
2012-03-14 12:03:26
1,331,740,000
resolved fixed
5f95049
1,332,350,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java
JDT
187
374,920
Bug 374920 [preferences] Non-intuitive tab order on editor preferences dialog
1. Open preferences. 2. Go to the Editor option. 3. Tab through the various preferences. The Bracket highlighting radio buttons come before any of the checkboxes above them. It should probably be made so it is consistent with the rest of the preference dialogs, i.e. so that the tab order has the higher up controls firs...
2012-03-21 11:01:51
1,332,340,000
resolved fixed
c3edc19
1,332,350,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java
JDT
188
344,552
Bug 344552 Source tabs not cleared when project is closed
Build Identifier: M20100211-1343 When a project is opened, Problems, Javadoc & Declarations display the relevant data. If the project is closed, these tab fields are not cleared and the (now irrelevant) data remains displayed. It remains displayed even if the project is deleted (from the Edit menu). Reproducible: Alway...
2011-05-03 07:18:50
1,304,420,000
resolved fixed
6440735
1,332,260,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java
JDT
189
343,832
Bug 343832 [navigation] Double-Clicking does not do anything sometimes
null
2011-04-26 08:16:44
1,303,820,000
resolved fixed
dd1902f
1,332,250,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaDoubleClickSelectorTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaDoubleClickSelector.java
JDT
190
348,758
Bug 348758 [ltk] DeleteResourceChange should tell which resource could not be deleted
null
2011-06-08 10:40:06
1,307,540,000
resolved fixed
451d596
1,332,240,000
org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/resource/DeleteResourceChange.java
JDT
191
300,542
Bug 300542 [build path] user library dialog should allow to select JAR from workspace
Build Identifier: When adding a jar to a user library, you are give the dialog for selecting a file with an external path. When attaching the source attachment or native library location you can select either an external path or a workspace path. It would be useful to also be able to specify the jar location as a works...
2010-01-22 14:21:15
1,264,190,000
resolved fixed
61c6412
1,332,240,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/UserLibraryPreferencePage.java
JDT
192
374,074
Bug 374074 [navigation] Paste text then type Numpad_Enter doesn't work in Ctrl+O dialog
Build Identifier: If I copy some text(for example - charAt), then go to the class(say String), then I want to go to that method, so I type ctrl+O, paste the text(charAt) in the textbox, then type enter. This will not work - nothing happens. If I move the up and down key, then enter tyoe, it will go to that method. Of c...
2012-03-13 09:52:49
1,331,650,000
resolved fixed
cac0c43
1,332,160,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java
JDT
193
373,944
Bug 373944 [breadcrumb] should show package-info.java
Breadcrumb should show package-info.java as child of a package (as a CU).
2012-03-12 07:54:53
1,331,550,000
verified fixed
8f9de10
1,332,160,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java
JDT
194
339,752
Bug 339752 [ltk] Improve error reporting when deleting a project fails
Build ID: Eclipse 3.6.1 CQ:WIND00252893 When deleting a project fails because one of its directories is still hoged by a process (such as a cmd shell), the delete operation fails ungracefully with the stacktrace pasted below. Eclipse should improve its error reporting, telling the user what folder could not be deleted ...
2011-03-11 14:23:34
1,299,870,000
resolved fixed
a5032a7
1,331,930,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeExceptionHandler.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/CompositeChange.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/ChangeExceptionHandler.java
JDT
195
367,669
Bug 367669 IAE during setRawClasspath(..) due to missing link to external
In the Object Teams tests I'm intermittently seeing the following exception: java.lang.IllegalArgumentException: Element not found: /.org.eclipse.jdt.core.external.folders/.link15. at org.eclipse.core.internal.watson.ElementTree.elementNotFound(ElementTree.java:256) at org.eclipse.core.internal.watson.ElementTree.creat...
2011-12-30 13:51:25
1,325,270,000
resolved fixed
7bbe9b2
1,331,920,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/FatJarExportTests.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/PlainJarExportTests.java
JDT
196
339,224
Bug 339224 [content assist] ',' does not jump to the next argument if linked position has no proposal
null
2011-03-08 09:03:07
1,299,590,000
resolved fixed
576c9c7
1,331,910,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/ParameterGuessingProposal.java
JDT
197
373,950
Bug 373950 [preferences] Getting recommendations about the null settings even if annotation-based null analysis is not enabled
null
2012-03-12 08:49:44
1,331,560,000
resolved fixed
e0b0a2c
1,331,560,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java
JDT
198
372,128
Bug 372128 [syntax highlighting] "Highlight enclosing brackets" has massive performance problems
N20120217-2000 "Highlight enclosing brackets" has massive performance problems: - open CleanUpTest - go to the last test and set caret in front of "public" - hold down ArrowRight => takes multiple seconds to move caret
2012-02-21 10:38:55
1,329,840,000
resolved fixed
f52357d
1,331,510,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaPairMatcher.java
JDT
199
373,788
Bug 373788 Compilation errors when you create new JUnit test case
Build Identifier: M20110909-1335 When you create new JUnit test case called "Test" you receive compilation errors. There is following generate class: import static org.junit.Assert.*; import org.junit.Test; public class Test { @Test public void test() { fail("Not yet implemented"); } } The error message: Cannot convert...
2012-03-09 08:54:07
1,331,300,000
resolved fixed
a299c4f
1,331,320,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
JDT
200
322,556
Bug 322556 [hovering] Quick Fix hover cuts message
null
2010-08-12 11:55:49
1,281,630,000
resolved fixed
7e3d706
1,331,200,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractAnnotationHover.java
JDT
201
372,013
Bug 372013 [preferences] option to turn on warnings for missing null default annotation
null
2012-02-20 05:55:19
1,329,740,000
resolved fixed
a4197b7
1,331,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
202
373,169
Bug 373169 [open type] Annotation types find way into history of 'Implemented Interfaces Selection' dialog
Build Identifier: Version: 3.7.0 Build id: I20110613-1736 In 'New Java Class' wizard, dialog 'Implemented Interfaces Selection' normally does not allow to select an annotation type. But an annotation type worms its way into history section of this dialog, after it was selected in 'Enclosing Type Selection' dialog. Whil...
2012-03-02 20:48:34
1,330,740,000
resolved fixed
fea27d2
1,331,050,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/IJavaElementSearchConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaUI.java
JDT
203
355,926
Bug 355926 [content assist] Code completion adds wrong method proposal if superclass method contains generic varargs argument
Build Identifier: M20110825-0847 When overriding a method from a superclass which has got a generic varargs argument, code completion adds a wrong method declaration. Expected: - the following method declaration should be added @Override void method(Z<?>... zs) { // TODO Auto-generated method stub super.method(zs); } A...
2011-08-26 05:11:14
1,314,350,000
resolved fixed
944192f
1,330,770,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/dom/Bindings.java
JDT
204
372,973
Bug 372973 [call hierarchy] Selecting element in callee hierarchy reveals wrong editor location
Build Identifier: Version: 3.7.2 Build id: M20120208-0800 package packageA; public class A { public static void m1() {m2();}; public static void m2() {m3();}; public static void m3() {} } package packageB; public class B { static void m1() { packageA.A.m2(); packageA.A.m1(); } static void main() { m1(); } } This CTRL+A...
2012-03-01 08:51:26
1,330,610,000
resolved fixed
6bbf682
1,330,630,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java
JDT
205
106,228
Bug 106228 [navigation] CamelCase pattern matching in quick outline and quick hierarchy
I've gotten to like this in the open type dialog. I think it would be quite useful in the quick outline opened in the java editor as well.
2005-08-05 15:19:34
1,123,270,000
verified fixed
e5a4564
1,330,620,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JdtTextTestSuite.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/...
JDT
206
372,818
Bug 372818 Test failures in UI because of bug 265744
Failures exist in following suites. ScopeAnalyzerTest UnresolvedVariablesQuickFixTest LocalCorrectionsQuickFixTest I will take a look.
2012-02-29 02:08:23
1,330,500,000
resolved fixed
c7788bb
1,330,520,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ScopeAnalyzerTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java
JDT
207
40,580
Bug 40580 [navigation] Matching brace (Ctrl+Shift+P) should work anywhere in the file
Now you have to be exactly behind a brace to get CTRL-SHIFT-P working. This is a bit annoying. Can't it just work every where in the file? then it just searches for the brace i am in and toggles between begin and end. for example: int foo() { // code <<< cursor here 1. if(bar()) { // code <<< cursor here 2. // some mor...
2003-07-22 04:02:58
1,058,860,000
verified fixed
8fc5b67
1,330,240,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorMessages.java
JDT
208
371,968
Bug 371968 recommend option settings when enabling annotation-based null analysis
null
2012-02-18 07:14:37
1,329,570,000
resolved fixed
595c559
1,330,120,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
209
71,406
Bug 71406 [rulers] request for click & event modifiers from ruler annotations
The debugger would like to be able to register for "shift-click" and "alt- click" events on breakpoints in the editor ruler. This way we can implement features such as enable/disable in the ruler and "show breakpoint properties" via mouse clicks, rather than having to display the context menu.
2004-08-04 14:58:08
1,091,650,000
resolved fixed
2a1572b
1,329,930,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSelectMarkerRulerAction2.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationExpansionControl.java
JDT
210
367,465
Bug 367465 [jar exporter] Runnable Jar File Export "repacks referenced libraries" warning cannot be disabled
null
2011-12-22 18:30:42
1,324,600,000
resolved fixed
93cf9ad
1,329,820,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OptionalMessageDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SortMembersMessageDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarPackageWizard.java
JDT
211
371,987
Bug 371987 [quick fix] generated code where required type is masked by a local declaration should use full type name
Build Identifier: Indigo release, 20110615-0604 If the context in which an undeclared field is used refers to a type whose name is masked by another one (e.g. due to a locally declared class of the same name), the 'quick fix' generated just substitutes one error for another, i.e. that the types are incompatible. Eclips...
2012-02-19 05:27:51
1,329,650,000
resolved fixed
6a4ed47
1,329,770,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/NewVariableCorrectionProposal.java
JDT
212
296,589
Bug 296589 [breadcrumb] Opening a file via breadcrumb does not retarget the status line
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB0; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Build Identifier: 20090920-1017 When I choose a class via the breadcrumb, the line numbers at th...
2009-12-01 12:07:47
1,259,690,000
verified fixed
deaa20e
1,328,800,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java
JDT
213
370,725
Bug 370725 [implementation] BadLocationException when pasting in a string
What steps will reproduce the problem? 1. Ran a unit test, which failed. Copied Actual content from the Compare dialog 2. Pasted it into a test case file 3. Copied '+ "' string from the file 4. Started to paste it in front of each line -- Error Details -- Date: Mon Feb 06 15:35:16 CET 2012 Message: Internal Error Sever...
2012-02-06 09:39:11
1,328,540,000
resolved fixed
22dfdc4
1,328,600,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java
JDT
214
369,558
Bug 369558 [build path] Source Attachment dialogs should leave encoding combo empty if none is set
null
2012-01-24 12:24:16
1,327,430,000
verified fixed
31088ad
1,328,130,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java
JDT
215
366,013
Bug 366013 [preferences] Polish preference UI for null annotations
I20111207-2118. The preference UI for nulll annotations looks clumsy and the important parts are coming after the less important settings. We should move the rarely used configuration of the annotations into a separate dialog which has a 'Restore Defaults' button. On the main page we add a 'Configure Annotations...' bu...
2011-12-08 07:03:50
1,323,350,000
verified fixed
cfb978b
1,327,350,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java
JDT
216
369,319
Bug 369319 [junit] interesting warning in JUnitPropertyTester
null
2012-01-21 16:06:06
1,327,180,000
resolved fixed
423f052
1,327,320,000
org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitPropertyTester.java
JDT
217
369,295
Bug 369295 [extract method] Extract code in a method that returns generic type causes compilation error
Build Identifier: Version: 3.7.1 Build id: I20110613-1736 Extract method refactoring introduces incorrect return type for the extracted method. Reproducible: Always Steps to Reproduce: 1. Mark "toExtract(list)" in the example below 2. Perform ExtractMethod refactoring 3. The resulting code is not compilable class Extra...
2012-01-20 16:11:39
1,327,090,000
resolved fixed
e5035aa
1,327,170,000
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/generics_in/A_test1120.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/generics_out/A_test1120.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/...
JDT
218
350,511
Bug 350511 [preferences] Incorrect padding for Show Whitespace characters preference
Build Identifier: 20110615-0604 The Show whitespace characters preference in the text editors preference page looks misaligned under GTK3. I think this is because setText wasn't called on the check box. Reproducible: Always Steps to Reproduce: 1. Running GTK3 2. Open the Text Editors preference page 3. observe that the...
2011-06-27 23:19:12
1,309,230,000
resolved fixed
f996782
1,327,080,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java
JDT
219
368,452
Bug 368452 Full rebuild is asked on compiler options changed even when workspace is empty
Build Identifier: Version: Indigo Service Release 1 Build id: 20110916-0149 When a compiler option has been changed (through Preferences / Java / Compiler / Errors/Warnings), a dialog box appears and tells you that The Error/Warning settings have changed and that A full rebuild is required for changes to take effect an...
2012-01-12 09:44:38
1,326,380,000
resolved fixed
ffbb42b
1,326,470,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java
JDT
220
345,213
Bug 345213 [content assist][preferences] Add enablement to Java completion proposal category extension point
We have a java completion proposal computer, but it should only be used for projects of a specific type. However, there is no way to eliminate our computer for projects that don't match this criteria. If there were an enablement (optional) element on the extension point, we'd be able to prevent this completion proposal...
2011-05-09 18:03:21
1,304,980,000
resolved fixed
9538bb8
1,326,110,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SpecificContentAssistAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SpecificContentAssistExecutor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalCategory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/...
JDT
221
365,775
Bug 365775 [preferences] Validate syntactic correctness of null annotation option settings
Validate syntactic correctness of null annotation option settings (must be a fully qualified name).
2011-12-06 12:24:49
1,323,190,000
resolved fixed
12e3f37
1,325,590,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
222
365,041
Bug 365041 Similar named entries in Surround with menu cause confusion
In the Surround With menu there are two (confusing) items 1. Try/catch Block - uses 'Code Templates' 2. try (try catch block) - based on 'Editor Templates' The first one invokes the Surround With 'Refactoring' which will find the exact exceptions thrown from the selection and use those in the catch block. The second on...
2011-11-29 06:25:21
1,322,570,000
verified fixed
52f1ab9
1,324,730,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SurroundWithActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SurroundWithTemplateMenuAction.java
JDT
223
41,302
Bug 41302 [quick assist] [extract method] Calling extract method from a selection
In 3.0M2 If you select the following code (up to the very last character) and ask for "extract method" you'll get an error dialog indication "Selection ends inside a comment" foo();//a comment
2003-08-07 17:56:04
1,060,290,000
resolved fixed
1271a27
1,324,640,000
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
224
357,325
Bug 357325 [render] Method parameter annotations are not shown in Javadoc hover/view
Build Identifier: 3.7.1 or any previous 3.5 - 3.7 builds AS IS: Given the example class below, javadoc hover shown for both methods (toString()/main()) does NOT include parameter annotations information. ################################# import static java.lang.annotation.ElementType.*; import java.lang.annotation.*; p...
2011-09-11 08:15:28
1,315,740,000
verified fixed
b441737
1,323,100,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/JavaElementLabelsTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.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/JavadocH...
JDT
225
364,947
Bug 364947 [move method] The design of the Move Instance Method refactoring tool doesn't match users' expectations
null
2011-11-28 08:15:01
1,322,490,000
resolved fixed
a83a65b
1,322,730,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInstanceMethodWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java
JDT
226
125,326
Bug 125326 [pull up] of abstract methods to abstract base class fails [refactoring]
I have an abstract class X with some abstract methods, some regular methods, some static methods, and some subclasses. X has an abstract base class B. In fact, B is empty: It has no methods, no fields, nothing yet. I want to move three abstract methods from X to B. I could have simply used cut&paste in this situation. ...
2006-01-26 08:39:15
1,138,280,000
resolved fixed
c2b8767
1,321,370,000
org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/test50/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/test50/out/A.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/PullUpTests.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanip...
JDT
227
361,916
Bug 361916 [nls tooling][quick assist] Suggestions to fine tune quick assists in Properties File editor
null
2011-10-25 08:26:36
1,319,550,000
verified fixed
c76aef0
1,321,280,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesQuickAssistProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/EditAnnotator.java
JDT
228
362,743
Bug 362743 [ltk] NPE when deleting plugin from workspace
This is 4.2M3. Here is the stack trace: org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:228) at org.eclipse.e4.core.internal.di...
2011-11-02 21:44:17
1,320,280,000
resolved fixed
868f969
1,321,280,000
org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/resource/DeleteResourceChange.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/resource/DeleteResourcesWizard.java
JDT
229
139,231
Bug 139231 [quick fix] duplicate exception name after add throws to catch
Eclipse SDK Version: 3.2.0 Build id: I20060413-1718 "Add catch clause to surrounding try" of "Quick Fix" generates code with error.
2006-04-28 12:40:45
1,146,240,000
resolved fixed
4bf2e6c
1,320,080,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest17.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
JDT
230
362,496
Bug 362496 [quick assist][nls tooling] IAE in new 'Create field...' quick assist in properties editor
If a property is not a valid java identifier the following exception is thrown on invoking the quick assist. java.lang.IllegalArgumentException at org.eclipse.jdt.core.dom.SimpleName.setIdentifier(SimpleName.java:198) at org.eclipse.jdt.core.dom.AST.newSimpleName(AST.java:2031) at org.eclipse.jdt.internal.corext.refact...
2011-10-31 10:48:00
1,320,070,000
verified fixed
02dab19
1,320,070,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesQuickAssistProcessor.java
JDT
231
362,404
Bug 362404 [1.7][preferences] new warning for missing try-with-resources is in wrong category
The "Resource not managed via try-with-resource" option is in the wrong category in the UI. The compiler problem is in the CategorizedProblem#CAT_CODE_STYLE category, so we should also show the option in the corresponding UI section (Code style, not Potential programming problem).
2011-10-29 12:17:12
1,319,910,000
resolved fixed
640f8fd
1,320,070,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java
JDT
232
221,782
Bug 221782 [jar exporter] JAR Export Wizard Should Warn You if Skipping Class files
Build ID: 3.3.1.1 Steps To Reproduce: 1. Create a class with a compiler warning (e.g., unused import). 2. Export to a JAR file, leaving "Export Class files with compile warnings" unchecked. 3. Finish the export. Note that you get no indication that anything went wrong. However, the JAR file contains no class file and o...
2008-03-06 21:34:57
1,204,860,000
verified fixed
d442e5c
1,319,730,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java
JDT
233
361,920
Bug 361920 [nls tooling][quick assist] IAE with 'Remove key' quick assist in Properties File editor
null
2011-10-25 08:53:18
1,319,550,000
verified fixed
b4c16cc
1,319,660,000
org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/nls/PropertyFileDocumentModellTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java
JDT
234
362,106
Bug 362106 [nls tooling][quick assist] 'Remove key' should be called 'Remove property'
'Remove key' should be called 'Remove property'.
2011-10-26 13:11:07
1,319,650,000
verified fixed
f9af56f
1,319,650,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/PropertiesFileQuickAssistTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditorMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesQuickAssistProcessor.java
JDT