issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
updated_file
stringlengths
2
187
file_content
stringlengths
0
368k
41,044
Bug 41044 quickfix "add catch block to surrounding try" does not comply with code formatter [quick fix]
i have selected the code formatter option: "insert a new line in control statements" which puts catch blocks on new lines however if you use the "add catch to surrounding try" quickfix on the file below the generated catch block will not be on a new line! -----------------------------------A.java-----------------------...
resolved fixed
47aefad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-23T16:07:40Z
2003-08-01T09:26:40Z
org.eclipse.jdt.ui/core
41,044
Bug 41044 quickfix "add catch block to surrounding try" does not comply with code formatter [quick fix]
i have selected the code formatter option: "insert a new line in control statements" which puts catch blocks on new lines however if you use the "add catch to surrounding try" quickfix on the file below the generated catch block will not be on a new line! -----------------------------------A.java-----------------------...
resolved fixed
47aefad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-23T16:07:40Z
2003-08-01T09:26:40Z
extension/org/eclipse/jdt/internal/corext/dom/ASTRewriteAnalyzer.java
41,044
Bug 41044 quickfix "add catch block to surrounding try" does not comply with code formatter [quick fix]
i have selected the code formatter option: "insert a new line in control statements" which puts catch blocks on new lines however if you use the "add catch to surrounding try" quickfix on the file below the generated catch block will not be on a new line! -----------------------------------A.java-----------------------...
resolved fixed
47aefad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-23T16:07:40Z
2003-08-01T09:26:40Z
org.eclipse.jdt.ui/core
41,044
Bug 41044 quickfix "add catch block to surrounding try" does not comply with code formatter [quick fix]
i have selected the code formatter option: "insert a new line in control statements" which puts catch blocks on new lines however if you use the "add catch to surrounding try" quickfix on the file below the generated catch block will not be on a new line! -----------------------------------A.java-----------------------...
resolved fixed
47aefad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-23T16:07:40Z
2003-08-01T09:26:40Z
extension/org/eclipse/jdt/internal/corext/dom/ASTRewriteFormatter.java
41,044
Bug 41044 quickfix "add catch block to surrounding try" does not comply with code formatter [quick fix]
i have selected the code formatter option: "insert a new line in control statements" which puts catch blocks on new lines however if you use the "add catch to surrounding try" quickfix on the file below the generated catch block will not be on a new line! -----------------------------------A.java-----------------------...
resolved fixed
47aefad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-23T16:07:40Z
2003-08-01T09:26:40Z
org.eclipse.jdt.ui/core
41,044
Bug 41044 quickfix "add catch block to surrounding try" does not comply with code formatter [quick fix]
i have selected the code formatter option: "insert a new line in control statements" which puts catch blocks on new lines however if you use the "add catch to surrounding try" quickfix on the file below the generated catch block will not be on a new line! -----------------------------------A.java-----------------------...
resolved fixed
47aefad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-23T16:07:40Z
2003-08-01T09:26:40Z
extension/org/eclipse/jdt/internal/corext/util/CodeFormatterUtil.java
41,905
Bug 41905 [syntax highlighting] hyperlink style navigation should respect font style
A new option allows to change the font style for method names. When hyperlink style navigation is on, method names will change to be a link when hovered over. The font displayed for links does not respect the font styled defined, e.g. if my method names are bold, the link style should be bold as well.
resolved fixed
a55d0c2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-25T11:32:40Z
2003-08-25T05:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
41,906
Bug 41906 [typing] Code assists handles anonymous inner classes less than optimal
Type the following code and press return at the indicated cursor position. addActionListener(new ActionListener() { <<<cursor_position>>> ) You get the following code: addActionListener(new ActionListener() { ) } The normal brace and the curly brace should really be exchanged.
resolved fixed
23f27d6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-25T12:18:09Z
2003-08-25T08:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
41,872
Bug 41872 [misc] Outliner doesn't generate selection change event if method changes name
null
resolved fixed
69a5c08
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-25T14:49:00Z
2003-08-22T16:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
41,788
Bug 41788 QuickDiff provider name has & in preference list
I20030820 Disk and Remove (from optional zrh tools plug-in) have a & in the label of the preference page.
resolved fixed
298678e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-25T16:03:33Z
2003-08-21T12:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/WorkInProgressPreferencePage.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
41,868
Bug 41868 Declaration View does not refresh when you change Java-code color preferences
null
verified fixed
c4a8c99
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-26T09:16:13Z
2003-08-22T16:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/SourceView.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
41,953
Bug 41953 [Automatic Javadoc/Comment Formatting] Gives an NPE
When enabling the automatic formatting of Javadoc/comment sections (Preferences > Java > Work in Progress) the action "Source > Format" (Ctrl+Shift+F) fails with a null pointer exception. Reason: Call to "IDocument.getPartition(int)" in "org.eclipse.jdt.internal.ui.text.comment.CommentFormatter#format(String, int, int[...
resolved fixed
8ebe312
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-26T10:30:05Z
2003-08-26T09:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormatter.java
/***************************************************************************** * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and ...
41,958
Bug 41958 No reaction to F2 after Java Tooltip Hover showed up
200308250800 + export 20030826_1219 Smoke Test: - open TestCase.java - hover over method call "run" in method run(TestResult) - Hover appears and tells to "Press F2 for focus." - Pressing F2 *after* the hover appeared does *not* focus the tooltip description
verified fixed
f71db63
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-26T14:26:17Z
2003-08-26T12:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
39,995
Bug 39995 [navigation] Forward history cleared after going back in navigation history
build I20030710 - select a method call to a method in the same class - hit F3 to open the declaration - use the back buttons to go back to the call site - the forward history gets cleared shortly thereafter, making it more difficult to get back to the declaration Seems to only occur for navigations within the same file...
verified fixed
0780d78
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-26T14:29:30Z
2003-07-13T21:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
42,096
Bug 42096 Open type dialog deadlocks
I20030826 - start Eclipse so that the Java perspective is shown but the JDT plugin is not initially loaded - press the "Open type" toolbar button Observe: Eclipse deadlocks (see attached thread dump)
resolved fixed
ff50e90
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-27T15:15:33Z
2003-08-27T13:13:20Z
org.eclipse.jdt.ui/core
42,096
Bug 42096 Open type dialog deadlocks
I20030826 - start Eclipse so that the Java perspective is shown but the JDT plugin is not initially loaded - press the "Open type" toolbar button Observe: Eclipse deadlocks (see attached thread dump)
resolved fixed
ff50e90
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-27T15:15:33Z
2003-08-27T13:13:20Z
extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java
42,110
Bug 42110 ClassCastException in Java Search with package working set
M3 candidate I got the following class cast exception in Java Search using a Working Set STEPS 1) Open the JavaSearch Dialog 2) Select a working set (I made one called properties which had just org.eclipse.ui.views.properties in it) 3) Enter a search string (I entered focusLost) 4) Hit Search - nothing happens and exce...
verified fixed
895bea2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-27T15:19:53Z
2003-08-27T13:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
42,109
Bug 42109 Go to Previous target not acting like Go to Next target
Go to Previous target is searching through unselected targets such as warnings. The behavior is dissimilar from Go to Next target whose action is reflecting the selection of the drop down to configure targets. The checkmarks for the two are the same, but the behavior differs.
verified fixed
b2e4824
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-27T15:32:58Z
2003-08-27T13:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
41,988
Bug 41988 Select Next/Previous Word strange for CamelCase java words
I20030820 + export20030826_1219 - Ctrl+T, type "TestCase", press Enter - Arrow_Left - Ctrl+Shift+Arrow_Right - Ctrl+Shift+Arrow_Right - Ctrl+Shift+Arrow_Left => I would expect that "Test" is selected, but "Case " is. BTW: Try walking around with Ctrl+Shift+Arrow_Left/Arrow_Right ;-)
verified fixed
f3939d3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-27T15:43:59Z
2003-08-26T15:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
42,159
Bug 42159 Searching for references ignores selected working set [search]
In build I20030826 (M3 candidate), if I select a java method and perform a Search>References and select a working set, the search is still performed on the entire workspace.
verified fixed
57d6c81
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-28T10:14:23Z
2003-08-27T18:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
42,199
Bug 42199 Select Next/Previous Word is broken when navigating over sequence of upper-case letters
I20030827: When positioning the caret to the right of sequences with pattern a* A+ a*, where A+ consists of more than two upper-case letters, the caret is moved to the beginning instead in front of the first A when using Ctrl+Arrow_Left.
resolved fixed
b7d9226
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-28T10:21:57Z
2003-08-28T08:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
42,208
Bug 42208 Source hover affordance text is black
Source hover affordance text is black, but should be gray.
resolved fixed
e1b8842
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-28T13:49:03Z
2003-08-28T14:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
41,849
Bug 41849 [typing] LinkedPositionManager sets illegal positions
Eclipse: 200308201005 on Mac OS X Jaguar Files I'm editing and saving are not being saved to disk. There are no errors in the logs. It appears that this is an editor problem, because the compiler compiles what is on disk. Chang
resolved fixed
5ccefd3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-08-29T10:48:08Z
2003-08-22T11:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionManager.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
42,279
Bug 42279 unwanted indents after if()/for()/while()....
Since 3.0m3 (and one or two integration builds before it) i get an automatic indent after controll statements like if()+new line. So my code looks like this (only automatic indents): public class Main { void someMethod() { if(true) { // this doesn't look good } else if(1==1) { // this is getting even worse } // oh my g...
verified fixed
396fa77
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T09:47:16Z
2003-08-29T20:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/actions/StructureSelectionActionTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/ConvertAnonymousToNestedTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/ExtractConstantTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/ExtractInterfaceTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/InlineConstantTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/MoveInnerToTopLevelTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/MoveMembersTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/PromoteTempToFieldTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/PullUpTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/PushDownTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RefactoringTest.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenameMethodInInterfaceTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenameNonPrivateFieldTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenamePackageTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenameParametersTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenamePrivateFieldTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenamePrivateMethodTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenameStaticMethodTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenameTempTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenameTypeTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenameVirtualMethodInClassTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/UseSupertypeWherePossibleTests.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/infra/SourceCompareUtil.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/reorg/CopyTest.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/reorg/DeleteTest.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/reorg/MoveTest.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/reorg/MultiMoveTest.java
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
41,932
Bug 41932 Refactoring tests should use SourceCompareUtil [refactoring]
I20030825 Some of the refactoring tests still use assertEquals to compare source code. This asked for trouble if the two file have different line delimiters. All code should compare source code using SourceCompareUtil.compare. Note: I would like to see the method on RefactoringTest. AbstractCUTestCase already has such ...
resolved fixed
8c63f2f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T11:56:42Z
2003-08-25T16:46:40Z
cases/org/eclipse/jdt/ui/tests/reorg/PasteActionTest.java
41,912
Bug 41912 Pull Up fails while creating method stub in subclass
200308201005 + export 20030825_1222 Pull Up fails while creating method stub in subclass due to bug in ASTNodeFactory#newDefaultExpression. I'll add a fix. Steps: pull up "getCount", declare abstract in destination, create stubs checked - file A.java: public class A extends Root { private int fCount; public int getCoun...
resolved fixed
f5ca45a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T12:04:48Z
2003-08-25T11:13:20Z
org.eclipse.jdt.ui/core
41,912
Bug 41912 Pull Up fails while creating method stub in subclass
200308201005 + export 20030825_1222 Pull Up fails while creating method stub in subclass due to bug in ASTNodeFactory#newDefaultExpression. I'll add a fix. Steps: pull up "getCount", declare abstract in destination, create stubs checked - file A.java: public class A extends Root { private int fCount; public int getCoun...
resolved fixed
f5ca45a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-01T12:04:48Z
2003-08-25T11:13:20Z
extension/org/eclipse/jdt/internal/corext/dom/ASTNodeFactory.java
42,143
Bug 42143 Dialogs for source actions do not use dialog font [dialogs]
select a cu in package explorer context menu "Source": "Override/Implement methods..." "Generate Getters and Setters..." "Generate Delegate methods..." "Add constructor from superclass..." "Generate constructor using fields..."
closed fixed
72436fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-02T15:44:08Z
2003-08-27T16:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
42,143
Bug 42143 Dialogs for source actions do not use dialog font [dialogs]
select a cu in package explorer context menu "Source": "Override/Implement methods..." "Generate Getters and Setters..." "Generate Delegate methods..." "Add constructor from superclass..." "Generate constructor using fields..."
closed fixed
72436fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-02T15:44:08Z
2003-08-27T16:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
42,143
Bug 42143 Dialogs for source actions do not use dialog font [dialogs]
select a cu in package explorer context menu "Source": "Override/Implement methods..." "Generate Getters and Setters..." "Generate Delegate methods..." "Add constructor from superclass..." "Generate constructor using fields..."
closed fixed
72436fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-02T15:44:08Z
2003-08-27T16:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
42,143
Bug 42143 Dialogs for source actions do not use dialog font [dialogs]
select a cu in package explorer context menu "Source": "Override/Implement methods..." "Generate Getters and Setters..." "Generate Delegate methods..." "Add constructor from superclass..." "Generate constructor using fields..."
closed fixed
72436fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-02T15:44:08Z
2003-08-27T16:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
41,501
Bug 41501 type hierarchy: history dialog, button enablement incorrect [type hierarchy]
null
resolved fixed
35d712b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-06T13:22:27Z
2003-08-13T15:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryListAction.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
42,751
Bug 42751 TrackPositionTest uses "assert" as method name
Invalid for JDK 1.4. I'll attach a patch.
resolved fixed
8bf1c38
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-09T09:32:02Z
2003-09-09T06:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
42,751
Bug 42751 TrackPositionTest uses "assert" as method name
Invalid for JDK 1.4. I'll attach a patch.
resolved fixed
8bf1c38
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-09T09:32:02Z
2003-09-09T06:46:40Z
cases/org/eclipse/jdt/ui/tests/changes/TrackPositionTest.java
41,500
Bug 41500 call hierarchy: history dialog, button enablement incorrect [call hierarchy]
20030806 in the history dialog, the 'Remove' button is enabled when nothing is selected and disabled when everything is selected both are wrong
resolved fixed
f85b1e0
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-09T09:44:19Z
2003-08-13T15:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryListAction.java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
42,700
Bug 42700 Add support for editing values in Externalize Strings wizard
null
resolved fixed
dddfb15
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-10T14:49:41Z
2003-09-08T14:06:40Z
org.eclipse.jdt.ui.tests.refactoring/test
42,700
Bug 42700 Add support for editing values in Externalize Strings wizard
null
resolved fixed
dddfb15
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2003-09-10T14:49:41Z
2003-09-08T14:06:40Z
cases/org/eclipse/jdt/ui/tests/nls/AllTests.java