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
235
361,559
Bug 361559 [ltk] DeleteArguments misses API getDeleteProjectContents()
master DeleteArguments misses the API below. Without that, participants can't know whether contents will be deleted or not. /** * Returns whether projects contents will be deleted as well. This method * is not applicable for file and folder deletions. * * @return <code>true</code> if the refactoring will delete the pro...
2011-10-20 11:27:54
1,319,120,000
resolved fixed
6a7fe43
1,319,490,000
org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/DeleteArguments.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/resource/DeleteResourcesProcessor.java
JDT
236
347,599
Bug 347599 [refactoring] Provide a way to implement refactorings that depend on resources that have to be explicitly released
null
2011-05-30 01:27:55
1,306,730,000
resolved fixed
5069473
1,319,480,000
org.eclipse.jdt.ui.tests/examples/org/eclipse/jdt/ui/examples/TestMoveDescriptorAction.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/binary/BinaryRefactoringHistoryWizard.java org.eclipse.ltk.core.refactoring.tests/src/org/eclipse/ltk/core/refactoring/tests/AllTests.java org.eclipse.ltk...
JDT
237
361,403
Bug 361403 Add UI for new JDT Core option: OUTPUT_LOCATION_OVERLAPPING_ANOTHER_SOURCE
null
2011-10-19 10:04:54
1,319,030,000
verified fixed
a5b3f92
1,319,120,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/buildpath/BuildpathModifierActionTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java
JDT
238
360,913
Bug 360913 Resource leaks in o.e.jdt.ui
There are 2 valid resource leaks warnings in o.e.jdt.ui Resource leak: 'outputStream' is not closed at this location UnpackFatJarAntExporter.java /org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat line 58 Resource leak: 'outputStream' is not closed at this location UnpackJarAntExporter.java /org.eclipse....
2011-10-14 01:56:38
1,318,570,000
resolved fixed
b863c82
1,318,580,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/UnpackFatJarAntExporter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/UnpackJarAntExporter.java
JDT
239
360,642
Bug 360642 Allow to associate an editor to class files which have no source
3.7. We should allow to associate an editor to class files which have no source. This will e.g. allow users to associate a disassembler to such files.
2011-10-12 06:18:09
1,318,410,000
verified fixed
39fa1b9
1,318,410,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/InternalClassFileEditorInput.java
JDT
240
304,176
Bug 304176 [hashcode/equals] Generated equals() should use Arrays.deepEquals() instead of Arrays.equals()
Build Identifier: I'm not sure what is the point of Arrays.equals() since it can fail to work properly for a number of cases, including three-dimensional arrays, as demonstrated in this example: import java.util.Arrays; public class Test { public static void main(String[] args) { int[][][] a = new int[][][] {{null}}; i...
2010-02-28 20:37:38
1,267,410,000
resolved fixed
8bddf00
1,318,320,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateHashCodeEqualsTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java
JDT
241
350,285
Bug 350285 ASTRewrite destroys formatting on CatchClause#setBody(copyTarget)
BETA_JAVA7, but most probably not Java 7 related The new Quick Fix to convert a multi-catch to separate catch blocks tried to use newCatchClause.setBody( (Block) rewrite.createCopyTarget(catchClause.getBody())); in QuickAssistProcessor#getUnrollMultiCatchProposals(..), but this mangled e.g. public class E { void foo() ...
2011-06-24 11:57:11
1,308,930,000
verified fixed
b557721
1,318,240,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest17.java
JDT
242
359,940
Bug 359940 [nls tooling] NLS hover shown in place of Java hover
Hover over any reference of a public string field of org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring class. => The hover says - "The properties file could not be detected", which is not right.
2011-10-04 23:20:53
1,317,780,000
verified fixed
de2edee
1,317,820,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassCreator.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java
JDT
243
354,092
Bug 354092 [preferences] Java Compiler property page doesn't gray out all widgets (without project specific settings)
Build id: I20110803-1800 Steps to reproduce: 1. Create new Java project. 2. Open properties dialog for this project. 3. Open Java Compiler page. Note that by default 'Enable project specific settings' is disabled and all widgets below are grayed (see Screenshot 1). 4. Switch to another property page but do not close th...
2011-08-07 11:55:48
1,312,730,000
verified fixed
c7b806a
1,317,730,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java
JDT
244
349,782
Bug 349782 [quick assist] "Convert to enhanced for loop" isn't available for loops over array with prefix increment
Build Identifier: M20110210-1200 public static void main(String[] args) { for (int i = 0; i < args.length; ++i) { // "Convert to enhanced for loop" refactoring should be available on this line String arg = args[i]; System.out.println(arg); } for (int i = 0; i < args.length; ++i) { String arg = args[i]; System.out.print...
2011-06-20 01:33:58
1,308,550,000
resolved fixed
a5cb166
1,317,440,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java
JDT
245
350,290
Bug 350290 Remove FlowInfo#fExceptions and everything that refers to it
null
2011-06-24 12:31:59
1,308,930,000
resolved fixed
f8b5b03
1,317,390,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowInfo.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/MessageSendFlowInf...
JDT
246
358,823
Bug 358823 Checkbox wrongly enabled on Clean up preference page
null
2011-09-25 11:11:10
1,316,960,000
resolved fixed
c1839c4
1,317,380,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpTabPage.java
JDT
247
358,846
Bug 358846 [1.7][preferences] new warning for missing try-with-resources
null
2011-09-26 01:49:39
1,317,020,000
verified fixed
d77b8b6
1,317,300,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
248
335,224
Bug 335224 [JUnit] New JUnit Test Case wizard doesn't store method stub selection state
HEAD The New JUnit Test Case wizard doesn't store method stub selection state when you click Finish on the first page. Reason is that NewTestCaseWizardPageOne#saveWidgetValues() is only called on setVisible(false).
2011-01-24 13:04:15
1,295,890,000
resolved fixed
08752e9
1,317,110,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/MethodStubsSelectionButtonGroup.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java
JDT
249
353,731
Bug 353731 [type hierarchy] Exception occurred in listener of Type hierarchy change notification
No steps, sorry. Noticed it in the Error Log an hour later. -- Error Details -- Date: Wed Aug 03 11:10:31 CEST 2011 Message: Exception occurred in listener of Type hierarchy change notification Severity: Error Product: Eclipse SDK 3.7.0.v201107291200 (org.eclipse.sdk.ide) Plugin: org.eclipse.jdt.core Session Data: ecli...
2011-08-03 06:19:15
1,312,370,000
resolved fixed
4778eb2
1,317,110,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/SuperTypeHierarchyCache.java
JDT
250
347,734
Bug 347734 [typing] Angle brackets wrongly auto-closed when starting at the beginning of a line
Build Identifier: Version: 3.6.2, Build id: M20110210-1200 This happens only if the identifier is single letter. This happens only if the identifier is typed in the first column. I understand this is a rare scenario. But, text editors inherited from AbstractTextEditor will have the same behavior as well. That's why I r...
2011-05-31 03:26:27
1,306,830,000
verified fixed
c6d7766
1,316,680,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/BracketInserterTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java
JDT
251
89,432
Bug 89432 [quick assist] Transform enhanced for-loop to iterator
I've often written iteration code using the enhanced for-loop initially, then later discovered I needed access to the Iterator to remove an object. It would be nice if Eclipse could do this simple (but verbose) transformation for me. For example: for (final Member member : list) { //... } becomes: for (final Iterator<M...
2005-03-29 18:22:18
1,112,140,000
verified fixed
4a41572
1,315,600,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/LinkedProposalModel.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/inter...
JDT
252
356,778
Bug 356778 [search] "Inexact Type Arguments" filter is not showing up even when results are filtered
The "Inexact Type Arguments" filter is not showing up even when results are filtered with this filter. ########## public class Test<T> { public void standard(T t) { } public <U> T generic(U u) { return null; } public void foo() { Test<Object>t = new Test<Object>(); t.<Object>generic(null); t.<String>generic(null); t.st...
2011-09-06 04:51:35
1,315,300,000
resolved fixed
2fa42d9
1,315,310,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaMatchFilter.java
JDT
253
346,271
Bug 346271 [working sets] Hide/Remove dialog should not mention the remove case for 'Other Projects' working set
1. Activate the 'Package Explorer' view. 2. Ctrl+F10 > Top Level Elements > Working Sets 3. Select the 'Other Projects' working set. 4. Hit 'Delete'. 5. The dialog asks "Do you want to remove the working set 'Other Projects' or only hide it from the Package Explorer?" but the 'Remove' button is disabled.
2011-05-18 10:58:17
1,305,730,000
verified fixed
f354ff4
1,315,300,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/DeleteAction.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMessages.java
JDT
254
24,804
Bug 24804 Organize imports wipes comments between statements [code manipulation]
Any comments between import statements, eg, copyrights, are lost when doing organize imports. They should be preserved.
2002-10-15 15:10:00
1,034,710,000
verified fixed
599a2e2
1,314,980,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java
JDT
255
356,363
Bug 356363 Many links to java.sun.com are broken
null
2011-08-31 11:43:05
1,314,810,000
resolved fixed
3dc1084
1,314,860,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionHashOperation.java org.eclipse.jdt.ui/u...
JDT
256
355,830
Bug 355830 [navigation] Help of 'Visible Java Categories' talks about workbench windows
M20110824-0800 1. Open a Java file. 2. Activate the 'Outline' view > Ctrl+F10 > Visible Categories... 3. F1 4. The text below doesn't clarify the purpose of this dialog. "About Visible Java Categories Each workbench window contains one or more perspectives, which are made up of various views and editors."
2011-08-25 09:21:43
1,314,280,000
resolved fixed
ea422e6
1,314,340,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java
JDT
257
354,766
Bug 354766 Javadoc content does not appear in content assist info window for non-static inner class constructors
null
2011-08-15 15:19:47
1,313,440,000
verified fixed
9a41988
1,314,120,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodProposalInfo.java
JDT
258
350,375
Bug 350375 [change method signature] NPE while renaming a method
Using Eclipe 3.7, I got the following stack trace while refactoring a method: 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.u...
2011-06-26 05:42:26
1,309,080,000
verified fixed
6171f95
1,313,770,000
org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testDelegate06_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testDelegate06_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java org.eclipse....
JDT
259
68,305
Bug 68305 [navigation] mark occurrence of exception disregards inner exceptions
Marking e1 will mark both URLs but the second one is never caught by e1 but by e2. try { URL u1 = new URL("mal://formed"); try { URL u2 = new URL("mal://formed"); } catch( Exception e2 ) { } } catch( Exception e1 ) { }
2004-06-23 10:31:19
1,088,000,000
verified fixed
3ba5251
1,313,680,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ExceptionOccurrencesFinder.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MethodExitsFinder.java
JDT
260
211,529
Bug 211529 [extract constant] misses case statement expression
Extracting a constant, and replacing all occurrences of the expr with the new constant, misses case labels. Initial code: public static String revCompl(String seq) { StringBuffer buf = new StringBuffer(); for (int i = seq.length() - 1; i >= 0; --i) { char c = seq.charAt(i); switch (c) { case 'A': buf.append('T'); break...
2007-11-29 18:08:05
1,196,380,000
verified fixed
27e320e
1,313,250,000
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test44_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test44_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractConstantTests.java org.eclipse.jdt.ui/core re...
JDT
261
343,385
Bug 343385 Remove degradation comment for ActivateJavaEditorTest#testActivateEditor()
See summary.
2011-04-20 07:42:36
1,303,300,000
resolved fixed
1f0b3e1
1,313,240,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/ActivateJavaEditorTest.java
JDT
262
349,051
Bug 349051 [quick fix] "Add throws declaration" quick fix is not offered
null
2011-06-10 11:05:49
1,307,720,000
resolved fixed
6f60faa
1,313,240,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
263
351,853
Bug 351853 [quick fix] 'Change type to List<String>' is offered on constructor invocation.
null
2011-07-12 10:32:53
1,310,480,000
verified fixed
fe6f510
1,312,980,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
264
351,349
Bug 351349 [type hierarchy] NullPointerException after closing type hierarchy view after a cancel
Got myself 6 error log entries like this: I had a type hierarchy on IResource I saved one of my files, and the type hierarchy was recomputing, I hit cancel, the closed the view, then saw these. -- Error Details -- Date: Wed Jul 06 11:52:54 EDT 2011 Message: Problems occurred when invoking code from plug-in: "org.eclips...
2011-07-06 11:56:59
1,309,970,000
verified fixed
85a30e5
1,312,970,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java
JDT
265
351,048
Bug 351048 [1.7][hovering] Show inferred type for Diamond types
null
2011-07-04 02:23:26
1,309,760,000
verified fixed
5fda501
1,312,780,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabelComposer.java
JDT
266
352,227
Bug 352227 [rename][content assist] Allow content assist when performing rename refactoring
Build Identifier: 20100917-0705 Ideally I could use content assist during a rename refactoring as I normally do when adding a field to generate a standardized name. For instance, while adding a field of type ClassA, I can type "ClassA", space, then invoke content assist and choose the field name "classA". However, invo...
2011-07-15 11:34:53
1,310,740,000
resolved fixed
b4afc9f
1,312,720,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java
JDT
267
343,584
Bug 343584 [ltk][reorg] Deleting physically nested projects can cause exceptions
When deleting projects from the workspace and deleting the files on the disk if the parent is deleted before nested projects exceptions can be thrown: org.eclipse.core.runtime.CoreException: Can not delete resource. Resource does not exist. at org.eclipse.ltk.core.refactoring.resource.DeleteResourceChange.perform(Delet...
2011-04-21 12:41:39
1,303,400,000
verified fixed
e3d9ffa
1,307,630,000
org.eclipse.ltk.core.refactoring.tests/src/org/eclipse/ltk/core/refactoring/tests/resource/ResourceRefactoringTests.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/resource/DeleteResourceChange.java
JDT
268
347,302
Bug 347302 [preferences] NumberFormatException: For input string: "container" when creating new Java project
Build Identifier: I20110524-2200 I'm getting 4 exceptions during the File->New Java Project and only after pressing the first Next button. These are seen only in Error Log (view). They are all titles the same: `Error while decoding JRE entry` Eclipse SDK Version: 4.1.0 Build id: I20110524-2200 eclipse.buildId=I20110524...
2011-05-26 08:32:51
1,306,410,000
verified fixed
5db4717
1,306,740,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NewJavaProjectPreferencePage.java
JDT
269
346,007
Bug 346007 [JUnit] ITestSuiteElement.getSuiteTypeName() returns name of suite, rather than type name
Build Identifier: Calling ITestSuiteElement.getSuiteTypeName() on a test suite returns the string passed into junit.framework.TestSuite.TestSuite(String), rather than the name of the type. Reproducible: Always
2011-05-16 17:33:31
1,305,580,000
verified fixed
f244f2c
1,305,630,000
org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/model/ITestSuiteElement.java
JDT
270
345,740
Bug 345740 [navigation] Quick type hierarchy jumps to type instead of method
null
2011-05-13 10:33:34
1,305,300,000
verified fixed
1ae896a
1,305,630,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyInformationControl.java
JDT
271
345,429
Bug 345429 Doc should be updated for org.eclipse.jdt.ui.SharedASTProvider.getAST(ITypeRoot, WAIT_FLAG, IProgressMonitor)
This method can return null if the operation is canceled. This is not clearly specified right now.
2011-05-11 10:28:23
1,305,120,000
verified fixed
1f676e0
1,305,130,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/SharedASTProvider.java
JDT
272
345,363
Bug 345363 [content assist] FUP of bug 336451: Add a regression test
null
2011-05-11 01:35:54
1,305,090,000
verified fixed
3844d3a
1,305,120,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
JDT
273
344,544
Bug 344544 Javadoc for method type parameters should not be generated if 'Ignore method type parameters' is disabled
3.7 M7. The Javadoc generation for 'Add all missing tags' quick fix and 'Generate Element Comment' (Alt+Shift+J) should not add the tags for type parameters if 'Ignore method type parameters' is disabled (default).
2011-05-03 05:46:38
1,304,420,000
verified fixed
8c3591b
1,305,110,000
org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test17/out/Foo.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test19/out/Foo.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test20/out/Foo.java org.eclipse.jdt.ui.tests.refactoring/resources/Introduce...
JDT
274
345,003
Bug 345003 [preferences] Project-specific formatter profile changes lost after import/modify/rename
3.6.2 and HEAD - import org.eclipse.jdt.junit from CVS - edit project-specific code formatter properties - edit the profile - change an option - change the name of the profile to "A" - click OK, OK => change is lost, i.e. does not show up in org.eclipse.jdt.core.prefs Works fine when trying a second time without changi...
2011-05-06 13:12:26
1,304,700,000
verified fixed
4bd5283
1,304,940,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java
JDT
275
344,436
Bug 344436 [imports on paste] Allow to cancel 'Update imports on paste'
null
2011-05-02 07:20:10
1,304,340,000
verified fixed
e3743d3
1,304,590,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClipboardOperationAction.java
JDT
276
338,529
Bug 338529 [working sets] Clean up WorkingSetDropAdapterTest
I20110301-0800. WorkingSetDropAdapterTest is ugly and does not correctly create the working sets. Besides that I'd like to remove PackageExplorerPart.internalTestShowWorkingSets(IWorkingSet[]). Use the Accessor to access non public stuff.
2011-03-01 08:12:06
1,298,990,000
verified fixed
253af58
1,304,590,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/WorkingSetDropAdapterTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
JDT
277
343,242
Bug 343242 CodeCompletionPerformanceTest#testApplicationWithParamterGuesses2() unreliable
3.7 but also on the baseline. CodeCompletionPerformanceTest#testApplicationWithParamterGuesses2() is unreliable. The test jumps up and down. In 3.6 it looked good. We need to investigate why this now happens in 3.6 baseline builds and 3.7.
2011-04-19 04:04:49
1,303,200,000
resolved fixed
4e1481e
1,304,580,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
JDT
278
344,474
Bug 344474 [preferences] Errors/Warnings page no matches message should not be indented
3.7 M7. The "no matches" message should not be indented.
2011-05-02 11:26:51
1,304,350,000
verified fixed
f2e17a9
1,304,510,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java
JDT
279
337,707
Bug 337707 [JUnit] JUnitJunitTests depend on the method ordering
HEAD. The JUnitJunitTests depend on the method ordering. We were just lucky that they all passed on different JREs so far but not some of them fail on JRE 1.7.
2011-02-21 06:51:39
1,298,290,000
resolved fixed
60acf7e
1,303,930,000
org.eclipse.jdt.ui.tests/testresources/JUnitWorkspace/JUnit4Tests/src/pack/ATestCase.java org.eclipse.jdt.ui.tests/testresources/JUnitWorkspace/JUnit4Tests/src/pack/Failures.java org.eclipse.jdt.ui.tests/testresources/JUnitWorkspace/JUnit4Tests/src/pack/OrderedRunner.java org.eclipse.jdt.ui.tests/testresources/JUnitWor...
JDT
280
296,786
Bug 296786 [actions] Opening a project in Package Explorer forces me to select the project to open twice
I20091201-1600 Steps: 1. Close a project in Package Explorer. 2. Pick 'Open project' from context menu for the project. => Instead of opening the project, 'Open Project' dialog pops out asking to me to select the project(s) I want to open one more time. I'm using Working Sets as Top Level Elements.
2009-12-03 05:59:08
1,259,840,000
verified fixed
f3bd73b
1,303,400,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenProjectAction.java
JDT
281
295,200
Bug 295200 [inline] Inline local variable refactoring deletes comment right before the variable declaration
null
2009-11-16 02:03:15
1,258,350,000
verified fixed
c7663cd
1,303,400,000
org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test25_out.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test45_in.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test45_out.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canIn...
JDT
282
343,422
Bug 343422 [javadoc wizard] Generating Javadoc for CUs with UTF-8 names fails on Windows
null
2011-04-20 10:37:55
1,303,310,000
resolved fixed
b3186f5
1,303,310,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java
JDT
283
341,976
Bug 341976 Regression in ActivateJavaEditorTest#testActivateEditor()
null
2011-04-06 00:32:21
1,302,060,000
resolved fixed
65e317b
1,303,300,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/ActivateJavaEditorTest.java
JDT
284
343,245
Bug 343245 [JUnit] DBCS4.1: JUnit can not import URL with CJK Extension B from clipboard
Build Identifier: I20110412-2200 OS: SELS4 Eclipse SDK: 4.1.0 JRE: IBM JDK 1.6.0 JUnit view can not import URL with CJK Extension B from clipboard. Eclipse hangs up. Reproducible: Always Steps to Reproduce: 1.Launch Eclipse and show JUnit view by [Window]->[Show View...]->[Others]->[Java]->[JUnit] 2.Open U20BOF_\ud842\...
2011-04-19 04:22:46
1,303,200,000
resolved fixed
6c55cad
1,303,290,000
org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/JUnitModel.java
JDT
285
339,248
Bug 339248 [inline] Inline method adds wrong casts for Collections.fill(*)
I20110307-2110 package xy; import java.util.ArrayList; import java.util.Collections; public class C { void foo(ArrayList<String> al) { Collections.fill(al, "Hi"); } } In 3.6, inlining the 'fill' method worked fine (except for the invisible FILL_THRESHOLD constant). In HEAD, the result is this, with 2 unnecessary casts ...
2011-03-08 11:44:57
1,299,600,000
resolved fixed
b5a72c5
1,303,220,000
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_in/TestParameterizedMethod.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_out/TestParameterizedMethod.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactor...
JDT
286
342,391
Bug 342391 New Java Project wizard and 'Java Compiler' property page misleading when 1.7 EE is used
HEAD. The 'Java Compiler' preference/property page is misleading when a 'JavaSE-1.7' EE is used on a project: it says that we use the compliance from the EE but we don't support 1.7 compliance. Though we show '1.6' below this can be misleading, especially when one creates a new Java projects and selects 'JavaSE-1.7'. W...
2011-04-11 02:49:59
1,302,500,000
resolved fixed
58de94b
1,302,880,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/...
JDT
287
342,926
Bug 342926 [JUnit] DBCS4.1: JUnit4 can not generate a method name with CJK extension B.
Build Identifier: I20110407-2200 OS: SLES11 Eclipse: 4.1 I20110407-2200 JDK: IBM 1.6.0 When I create a methods name such as cjkExtensionB\ud842\udf9f() by JUnit4, JUnit generates testCjkExtensionB() instead of cjkExtensionB\ud842\udf9f(). Reproducible: Always Steps to Reproduce: 1. Paste the following code in your Java...
2011-04-15 03:53:09
1,302,850,000
verified fixed
a4cf10d
1,302,860,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java
JDT
288
338,229
Bug 338229 [typing] Incorrect indentation in string continuation (press Enter in front of +)
null
2011-02-25 10:34:27
1,298,650,000
verified fixed
aaf57e0
1,302,700,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaStringAutoIndentStrategy.java
JDT
289
342,249
Bug 342249 [implementation] DBCS4.1: Not pop up Javadoc when the mouse is on a class with CJK Extension B
Build Identifier: I20110329-2200 OS: RedHat Enterprise Linux 6.0 Eclipse SDK Version: 4.1.0 Build id: I20110329-2200 If a class has CJK Extension B in the name, java doc message does not pop up when the mouse cursor stays on the class name. Reproducible: Always Steps to Reproduce: 1.Copy the following three classes in ...
2011-04-08 05:12:25
1,302,250,000
verified fixed
8648468
1,302,690,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaWordFinder.java
JDT
290
342,559
Bug 342559 [content assist] IllegalArgumentException on Javadoc reference completion
Write the following class: /** * | * */ public class Gen<T> { } Then place your cursor at "|" and type "Ge", then invoke code assist. Accept the suggestion for {@link Gen<T>}: a "{@link Gen}" is correctly inserted, but the following error appears in the log: java.lang.IllegalArgumentException: at org.eclipse.core.runti...
2011-04-12 08:58:14
1,302,610,000
resolved fixed
e6eb899
1,302,620,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java
JDT
291
342,410
Bug 342410 [quick assist] 'Pick out selected part of string' does not have any tests
null
2011-04-11 04:38:47
1,302,510,000
resolved fixed
6eedfff
1,302,510,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java
JDT
292
338,675
Bug 338675 [quick assist] 'Put expression in parentheses' is offered unnecessarily
-------------------------------------------------- public static void main(String[] args) { int[] a = new int[10]; for (int i = 0; i < 10; i++) { a[i] = i; } } -------------------------------------------------- - Select "i" or "i <" in the for loop condition - Ctrl+1 => 'Put '<' expression in parentheses' quick assist ...
2011-03-02 09:36:05
1,299,080,000
resolved fixed
1aac117
1,302,510,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
293
339,222
Bug 339222 [quick assist] "Change modifiers to final where possible" too prominent
----------------------------------------------------------- package p; class A { // warning here int a; @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; ClassA other = (ClassA) obj; if (a != other.a) return false; ...
2011-03-08 08:48:23
1,299,590,000
resolved fixed
a25d9b0
1,302,500,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java
JDT
294
342,074
Bug 342074 [move method] Refactor->Move an instance method to another causes IAE in SimpleName.setIdentifier
Build Identifier: M20110210-1200 I want to move some functionality of class A to a new composing class B. I created a new class B, which has nothing in it. I change A.method() to take a B as a parameter, so that I can use the instance method Move refactoring to move method() to B. That fails with a NullPointerException...
2011-04-06 16:13:13
1,302,120,000
resolved fixed
dfcd5a6
1,302,200,000
org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test42/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test42/in/B.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test42/in/Outer.java org.eclipse.jdt.ui.tests.refactoring/resour...
JDT
295
341,109
Bug 341109 [package explorer] Remove filters on "Show In > Package Explorer" removes too many filters
When invoking "Show In->Package Explorer" action on a Type that come from "Libraries from external", I choose "Yes" to remove some filters so that the Type can be shown. BUG: Both "Empty library containers" and "Libraries from external" filters are removed. EXPECTED: Only "Libraries from external" should be removed. I ...
2011-03-28 10:08:34
1,301,320,000
resolved fixed
2132fa2
1,301,940,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.java
JDT
296
316,269
Bug 316269 NonSharedProjectFilter does not filter binary projects
R3.5 and also 3.6 RC4. The NonSharedProjectFilter no longer filters binary (PDE) projects. The code we use to detect this is RepositoryProvider.isShared(IProject) and this didn't change for years.
2010-06-09 07:18:04
1,276,080,000
verified fixed
1c4ca62
1,301,590,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonSharedProjectFilter.java
JDT
297
340,470
Bug 340470 [implementation] Use ASTProvider.SHARED_AST_LEVEL instead of AST.JLS3 where it makes sense
null
2011-03-18 15:16:06
1,300,480,000
resolved fixed
ea4ef7c
1,300,480,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/JUnitStubUtility.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/BinaryReferencesTests.java org.eclipse.jdt.ui.tests.refact...
JDT
298
340,371
Bug 340371 [templates] Indentation of Javadoc template mangled on insertion
I20110310-1119 I tried to create a Javadoc template with name BETA_JAVA7 and this content (properly formatted, i.e. without Bugzilla's additional line breaks): * This is an implementation of an early-draft specification developed under the Java * Community Process (JCP) and is made available for testing and evaluation ...
2011-03-17 16:50:01
1,300,400,000
resolved fixed
d573d03
1,300,450,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java
JDT
299
340,338
Bug 340338 [content assist] Proposal does not replace leading chars if there's a selection
3.1. Inserting a proposal does not replace the leading characters if there's a selection when invoking content assist. Test Case: 1. set 'Completion overwrites' 2. have: ---%<--- void test() { String s; s.getBytes(); } ---%<--- 3. select "get" 4. Ctrl+Space 5. select 'charAt' and insert it ==> s.charAtBytes(); EXPECTED...
2011-03-17 11:55:59
1,300,380,000
resolved fixed
c99073b
1,300,380,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaCompletionProposal.java
JDT
300
339,896
Bug 339896 [change method signature] Preview is incorrect when a varargs parameter is present
Build Identifier: 20100617-1415 When adding a varargs parameter (or if one is already present), the type of that parameter is not used in the preview. Reproducible: Always Steps to Reproduce: 1. Trigger "Change Method Signature..." for some method 2. Add a varargs parameter if there is not already one 3. The "Method si...
2011-03-14 10:30:01
1,300,110,000
resolved fixed
07a57f5
1,300,210,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureProcessor.java
JDT
301
334,980
Bug 334980 [actions] 'Format Element' should work if the selection is on a declaration
3.6. 'Format Element' should work if the selection is on a declaration 1. paste: public class Foo { public static void main(String[] args) { System.out.println(); } } 2. select name Foo or main (fully or partially) 3. Source > Format Element ==> nothing happens.
2011-01-21 03:39:04
1,295,600,000
resolved fixed
53b935c
1,300,210,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
JDT
302
339,700
Bug 339700 Preferences dialog opened from 'Search' view should be scoped
I20110307-2110 1. Open the 'Search' view. 2. Ctrl+F10 > Preferences... 3. Everything is available in this preference dialog. Perhaps it should only be scoped to 'General > Editors > Text Editors > Annotations' and 'General > Search'?
2011-03-11 09:50:40
1,299,860,000
resolved fixed
1dc930b
1,300,180,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java
JDT
303
339,614
Bug 339614 [search] JavaElementLine crashes with ArrayIndexOutOfBoundsException when there is EOF encountered
The constructor org.eclipse.jdt.internal.ui.search.JavaElementLine.JavaElementLine(ITypeRoot, int, int) expects that the end of the line ends with a \n or a \r char. However, there are situations where an EOF is reached with no \r or \n. The only time I have encountered this in Java code is with a syntax error. See thi...
2011-03-10 17:46:28
1,299,800,000
resolved fixed
2f5e78c
1,299,850,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaElementLine.java
JDT
304
338,212
Bug 338212 [JUnit] JUnit classes cannot be resolved when using built-in JUnit library (space in install directory)
Build Identifier: I20110127-2034 I installed eclipse-java-helios-SR1-win32-x86_64 and I can use the built-in JUnit 3 or 4 library in a Java project, the JUnit classes can be resolved. If I use eclipse-SDK-3.7M5-win32-x86_64, eclipse-SDK-I20110208-0800-win32-x86_64 or eclipse-SDK-N20110211-2000-win32-x86_64, then the cl...
2011-02-25 07:51:05
1,298,640,000
verified fixed
5fa8fa0
1,299,690,000
org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java
JDT
305
339,228
Bug 339228 [working sets] IllegalArgumentException when trying to enable "Sort working sets"
I20110307-2110 IllegalArgumentException when trying to enable "Sort working sets" in the Package Explorer: java.lang.IllegalArgumentException: at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63) at org.eclipse.core.runtime.Assert.isLegal(Assert.java:47) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetModel....
2011-03-08 09:46:18
1,299,600,000
verified fixed
ff9ed10
1,299,680,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java
JDT
306
321,592
Bug 321592 [quick fix] Dead code fix forget that conditional has a special way to compute resulting type
Build Identifier: I20100706-0800 If a dead code appears in a conditional, the fix can generate the wrong code because conditonal use the type of the two branches to compute the resulting type. In the following code, eclipse rightly detects that new Double(0, 0) is a dead code but when fix it, it wrongly assume that the...
2010-08-03 09:43:25
1,280,840,000
resolved fixed
cb3e2d1
1,299,530,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/dom/ASTNodes.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
JDT
307
336,833
Bug 336833 [ltk][refactoring] Allow for context help on DIALOG_BASED_USER_INTERFACE
Currently you have to use a wizard (WIZARD_BASED_USER_INTERFACE) to show any context sensitive help in a refactoring dialog. This is cumbersome particularly when your refactoring dialog is quite large already and you don't want to add the title area. Also since many refactoring dialogs are quite complex, adding the tit...
2011-02-10 10:45:04
1,297,350,000
resolved fixed
235dad8
1,299,520,000
org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/RefactoringWizard.java
JDT
308
339,056
Bug 339056 [quick assist][quick fix] The order of quick fix/quick assists is wrong sometimes
null
2011-03-07 03:47:32
1,299,490,000
verified fixed
79a78af
1,299,510,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java
JDT
309
339,000
Bug 339000 Misspelling for field name UndoManager2.fOperationHistroy
Build Identifier: M20100909-0800 The field name is misspelled. It should be UndoManager2.fOperationHistory (instead of UndoManager2.fOperationHistroy). Reproducible: Always Steps to Reproduce: It is in the source code, so I just open UndoManager2.java in org.eclipse.ltk.internal.core.refactoring
2011-03-05 03:26:58
1,299,310,000
resolved fixed
027df71
1,299,370,000
org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/UndoManager2.java
JDT
310
338,531
Bug 338531 Wrong ordering of elements in WorkingSetModel.fAllWorkingSets
When setting the elements using WorkingSetModel.setWorkingSets(IWorkingSet[], boolean, IWorkingSet[]) or WorkingSetModel.setActiveWorkingSets(IWorkingSet[]) then the ordering in fActiveWorkingSets and fAllWorkingSets can differ. This is bad because that ordering is used in the dialog and the drop adapter. Test Case: 1....
2011-03-01 08:52:27
1,298,990,000
verified fixed
08cc3cc
1,299,270,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetModel.java
JDT
311
230,244
Bug 230244 [refactoring] Add new participant-aware refactorings to IRefactoringProcessorIds
I20080502-0100 Add constants for new participant-aware refactorings to IRefactoringProcessorIds and let implementations of RefactoringProcessor#getIdentifier() point to the API constants: - ChangeSignatureProcessor - IntroduceParameterObjectProcessor
2008-05-05 12:24:22
1,210,000,000
resolved fixed
2188119
1,299,270,000
org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/core/refactoring/participants/IRefactoringProcessorIds.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureProcessor.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactorin...
JDT
312
334,978
Bug 334978 [syntax highlighting] default constructor of deprecated type should be rendered with strikethrough
Build Identifier: M20100211-1343 import java.util.ArrayList; import java.util.List; public class DeprecatedTest { private final List<Object> instances; public DeprecatedTest(){ instances = new ArrayList<Object>(); instances.add(new Depr()); instances.add(new Depr1()); instances.add(new Depr2()); instances.add(new Depr3...
2011-01-21 02:23:46
1,295,590,000
resolved fixed
af2bca2
1,299,250,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java
JDT
313
338,809
Bug 338809 [quick fix] for bogus Javadoc errors (incorrect reference to nested type)
null
2011-03-03 08:37:10
1,299,160,000
resolved fixed
7e03f10
1,299,160,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/JavadocQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java
JDT
314
338,731
Bug 338731 [quick fix] Quick fixes with linked mode in different editor jump to a wrong end position
null
2011-03-02 15:32:16
1,299,100,000
resolved fixed
294597c
1,299,100,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/CUCorrectionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/LinkedProposalModelPresenter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SurroundWithTryCatchAction.java
JDT
315
338,439
Bug 338439 Wrong quick fix for 'Access to enclosing method getShell() from the type AbstractLaunchConfigurationTab is emulated by a synthetic accessor method
null
2011-02-28 11:52:37
1,298,910,000
verified fixed
366ccba
1,299,100,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ModifierRewrite.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/LinkedProposalPositionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jd...
JDT
316
338,638
Bug 338638 [quick assist][quick fix] Relevance for externalization quick fixes too low with non-empty selection
The order for string externalization quick fixes is different when invoked by clicking on the marker on the left margin compared to one that comes by pressing Ctrl + 1 on the non-NLS'ed string. See snapshots
2011-03-02 05:13:14
1,299,060,000
verified fixed
c20bc9e
1,299,090,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
JDT
317
338,656
Bug 338656 [quick fix] "Change type of '*' to *" should offer matching type with type arguments first
null
2011-03-02 07:08:54
1,299,070,000
resolved fixed
8c3b254
1,299,070,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/TypeMismatchQuickFixTests.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/TypeChangeCorrectionProposal.java
JDT
318
338,373
Bug 338373 [navigation] FUP of bug 171019: adjust selection detector for @inheritDoc javadoc tag
null
2011-02-28 04:01:53
1,298,880,000
verified fixed
1376e64
1,298,910,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlinkDetector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java
JDT
319
183,127
Bug 183127 [package explorer] [working sets] Working set order lost for non visible working sets
I20070417-0800 Given a pkg explorer with visible and non visible working sets and top level element working sets: 1. Configure Working Sets... 2. Select a non visible working set 3. Move it all the way to to top of the list 4. Ok 5. Configure Working Sets... Is: The non visible WS is at the bottom of the list Should: B...
2007-04-19 04:11:05
1,176,970,000
verified fixed
9c77dee
1,298,900,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/WorkingSetDropAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java org.eclipse.jdt.ui/ui/org/eclipse/...
JDT
320
337,181
Bug 337181 [inline] returned value is not cast
HEAD -Inline foo() - Expected: long much = (long) (1+1) * Integer.MAX_VALUE; - Actual: long much = (1+1) * Integer.MAX_VALUE; ------------------------------------------------------------------ package p; class A { void x() { long much = foo() * Integer.MAX_VALUE; } private long foo() { return 1 + 1; } } ---------------...
2011-02-15 00:59:09
1,297,750,000
resolved fixed
2e8d047
1,298,700,000
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/cast_in/TestReturnValue1.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/cast_in/TestReturnValue2.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/cast_in/TestReturnValue...
JDT
321
338,271
Bug 338271 TypeRules#canAssign(ITypeBinding, ITypeBinding) broken for generic types
null
2011-02-25 15:13:12
1,298,660,000
resolved fixed
7729665
1,298,660,000
org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test44_in.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test44_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt...
JDT
322
331,028
Bug 331028 [typing] Indentation broken in enhanced for loop
null
2010-11-24 10:05:40
1,290,610,000
verified fixed
db438b4
1,298,640,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
JDT
323
337,150
Bug 337150 [typing] Incorrect indentation in string continuation
HEAD Started with -------------------------------------------------------------------- package p; class A { void foo() { String[] array ={ "this is the 1st string"+ "this is the 1st string"+ "this is the 1st string"+ "this is the 1st string"+ "this is the 1st string", "this is the 2nd string"+ "this is the 2nd string"+...
2011-02-14 13:21:02
1,297,710,000
verified fixed
9eaa707
1,298,610,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
324
338,154
Bug 338154 [typing] "Automatically close <angle> brackets" should not add > when type argument follows
HEAD The "Automatically close <angle> brackets" feature from the Typing preference page should not add the closing > when it is already present. This already works fine for (parentheses): import java.util.*; public class Try { void foo(Object o) { List<String> var= new ArrayList|String>(); foo|var); } } When you replac...
2011-02-24 15:42:28
1,298,580,000
resolved fixed
79c6211
1,298,580,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/BracketInserterTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java
JDT
325
338,089
Bug 338089 [quick fix] "Infer Generic Type Arguments..." shows up twice
HEAD The "Infer Generic Type Arguments..." shows up twice, e.g on class instance creations: package xy; import java.util.ArrayList; import java.util.List; public class Try { void foo() { List<String> var= new ArrayList(); // caret in ArrayList, Ctrl+1 } }
2011-02-24 09:19:03
1,298,560,000
resolved fixed
eecc21a
1,298,560,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
JDT
326
332,521
Bug 332521 [quick assist] Ctrl+1 on missing Javadoc is 'Rename in file' first which wouldn't actually fix the problem
null
2010-12-14 09:03:42
1,292,340,000
verified fixed
d010262
1,298,480,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java
JDT
327
337,903
Bug 337903 [quick fix] for raw type warning, should at least be as good as for unresolved type
null
2011-02-22 16:26:23
1,298,410,000
resolved fixed
9875e0c
1,298,420,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 org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java
JDT
328
337,887
Bug 337887 [type hierarchy] MethodOverrideTester and Type Hierarchy don't consider flags etc.
null
2011-02-22 14:24:13
1,298,400,000
verified fixed
62ade1f
1,298,400,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/MethodOverrideTester.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyContentProvider.java
JDT
329
117,960
Bug 117960 [quick assist] Inversion of 'value' of conditional expressions is incorrect
Start with this code: String scheme1 = ""; String scheme2 = ""; if (!(scheme1 == null ? scheme2 == null : ((scheme2 != null) && scheme1.equals(scheme2)))) return false; 2) Put the cursor next to the ! at the beginning of the if statement and select the "push negation down" quick fix. The resulting code has compile erro...
2005-11-24 15:58:18
1,132,870,000
resolved fixed
051346b
1,298,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
330
335,778
Bug 335778 [quick assist] 'Pull Negation up' and 'Push Negation down' unnecessarily available
3.7 M5 ------------------------------------------------------------ package snippet; public class Snippet { void foo(Object a) { if (!(a instanceof String)) { } } } ------------------------------------------------------------ - Select "!(a instanceof String)" - Ctrl+1 - 'Pull Negation up' and 'Pull Negation down' are a...
2011-01-29 14:33:23
1,296,330,000
verified fixed
cbc922f
1,298,290,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/QuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java
JDT
331
252,104
Bug 252104 [quick assist] Convert to switch produces compile errors for conditional expression
N20081005-2000 See the following snippet: ------------- package p; public class B { public static void main(String[] args) { switch(getFoo() ? getBar() : getBar()) { case 1: System.out.println(); break; } } private static int getBar() { return 0; } private static boolean getFoo() { return false; } } ------ Using the "C...
2008-10-25 19:23:14
1,224,980,000
resolved fixed
8a55e7d
1,298,270,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
332
335,173
Bug 335173 [clean up][quick assist][inline] Fix detection and creation of unnecessary parentheses
null
2011-01-24 06:28:51
1,295,870,000
verified fixed
bb95c0c
1,298,260,000
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test39_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test39_out.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test40_in.java org.eclipse.jdt.ui.tests.refactoring/resources...
JDT
333
314,094
Bug 314094 [hovering] @see method link in Javadoc doesn't work correctly if the method is in superclass
Consider the following 2 classes: public class ClassParent { public void foo1() { } } public class ClassChild extends ClassParent{ /** * @see #foo1() */ public void foo2() { foo1(); } } Steps to reproduce: 1) Open ClassChild and select method foo2 2) In the javadoc view, under the See Also section there is link to meth...
2010-05-24 06:50:32
1,274,700,000
resolved fixed
4f708dd
1,298,030,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLinks.java
JDT
334
237,081
Bug 237081 [typing] Correct indentation wrong after if (test) try ... catch ...
Build ID: I20080523-0100 Steps To Reproduce: 1. Copy the code below in a new java editor 2. Select all, and ctrl+I (Correct Indentation) 3. The global assignment statement should be aligned with the "if", while it is aligned with the "try" More information: import java.io.File; public class TestCorrectIndentation { pri...
2008-06-13 10:20:23
1,213,370,000
resolved fixed
74b1f37
1,298,010,000
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java
JDT