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
23,440
Bug 23440 save on TextEditor not call validateEdit ?
SaveAs by pressing close button not call validateEdit. Here is how-to : 1. Open a checked-out file by TextEditor 2. Make changes on it. So editor is marked as modified. 3. Check-in a file on Naviator, so the file is checked in. 4. Close editor. 5. Editor askes to see if the file needs to be saved. This dialog is ok. No...
resolved fixed
a00ef25
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-08T12:39:49Z
2002-09-12T00:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.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...
64,372
Bug 64372 Projects showing up in Package Explorer twice [package explorer]
20040527-0800 When I load the platform-ui module and org.eclipse.tests from HEAD org.eclipse.tests is showing up twice in the PackageExplorer. This is not a a problem in the Resource Navigator. Open type only shows it once so it doesn't look like there are two instance in the workspace
verified fixed
d734b0f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-08T13:15:33Z
2004-05-27T15:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.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...
66,147
Bug 66147 Hover causes Does not exist entry in log
I200406072000 1. Create a non-Java project with a *.java file 2. Open it in the Java editor 3. hover over some words ==> log entry
verified fixed
cfeb073
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-08T15:29:54Z
2004-06-08T15:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.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...
64,517
Bug 64517 Change Signature Refactoring: Error lable contains '' [refactoring]
20040528 - do a 'change method signature' on a method with an argument - clear the name and the type The error says: Enter a type for '' '' shouldn't appear.
verified fixed
fdbe4f0
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T07:46:45Z
2004-05-28T10:26:40Z
org.eclipse.jdt.ui/core
64,517
Bug 64517 Change Signature Refactoring: Error lable contains '' [refactoring]
20040528 - do a 'change method signature' on a method with an argument - clear the name and the type The error says: Enter a type for '' '' shouldn't appear.
verified fixed
fdbe4f0
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T07:46:45Z
2004-05-28T10:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java
66,244
Bug 66244 [misc] OverrideIndicator failed to install
Using 200406082000 I opened CompilationUnitEditor but pick any CVS resource. Use Team -> Show annotation, and you will get the following: !MESSAGE Editor could not be initialized. !STACK 0 org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at java.lang.Throwable.<init>(Throwable.java) at org.eclipse...
verified fixed
21e83e9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T08:41:54Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.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...
66,155
Bug 66155 generalize type: not externalized string
3.0 rc1 method ChangeTypeRefactoring.getConstraints contains a non-nls'ed string: "Analyzing..."
verified fixed
cd56598
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T08:44:09Z
2004-06-08T15:53:20Z
org.eclipse.jdt.ui/core
66,155
Bug 66155 generalize type: not externalized string
3.0 rc1 method ChangeTypeRefactoring.getConstraints contains a non-nls'ed string: "Analyzing..."
verified fixed
cd56598
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T08:44:09Z
2004-06-08T15:53:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java
66,092
Bug 66092 The old search API should be deprecated
We should deprecate the old search API. In package org.eclipse.search.ui. I support this request - CCin Jeem for final blessing IActionGroupFactory IContextMenuContributor IGroupByKeyComputer ISearchResultView ISearchResultViewEntry In class SearchUI: public static boolean activateSearchResultView() public static Image...
verified fixed
bd9f155
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:53:38Z
2004-06-08T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaHierarchyPerspectiveFactory.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...
66,092
Bug 66092 The old search API should be deprecated
We should deprecate the old search API. In package org.eclipse.search.ui. I support this request - CCin Jeem for final blessing IActionGroupFactory IContextMenuContributor IGroupByKeyComputer ISearchResultView ISearchResultViewEntry In class SearchUI: public static boolean activateSearchResultView() public static Image...
verified fixed
bd9f155
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:53:38Z
2004-06-08T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.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...
66,092
Bug 66092 The old search API should be deprecated
We should deprecate the old search API. In package org.eclipse.search.ui. I support this request - CCin Jeem for final blessing IActionGroupFactory IContextMenuContributor IGroupByKeyComputer ISearchResultView ISearchResultViewEntry In class SearchUI: public static boolean activateSearchResultView() public static Image...
verified fixed
bd9f155
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:53:38Z
2004-06-08T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.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...
66,092
Bug 66092 The old search API should be deprecated
We should deprecate the old search API. In package org.eclipse.search.ui. I support this request - CCin Jeem for final blessing IActionGroupFactory IContextMenuContributor IGroupByKeyComputer ISearchResultView ISearchResultViewEntry In class SearchUI: public static boolean activateSearchResultView() public static Image...
verified fixed
bd9f155
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:53:38Z
2004-06-08T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ExceptionOccurrencesFinder.java
/******************************************************************************* * Copyright (c) 2000, 2004 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...
66,092
Bug 66092 The old search API should be deprecated
We should deprecate the old search API. In package org.eclipse.search.ui. I support this request - CCin Jeem for final blessing IActionGroupFactory IContextMenuContributor IGroupByKeyComputer ISearchResultView ISearchResultViewEntry In class SearchUI: public static boolean activateSearchResultView() public static Image...
verified fixed
bd9f155
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:53:38Z
2004-06-08T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/GotoMarkerAction.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...
66,092
Bug 66092 The old search API should be deprecated
We should deprecate the old search API. In package org.eclipse.search.ui. I support this request - CCin Jeem for final blessing IActionGroupFactory IContextMenuContributor IGroupByKeyComputer ISearchResultView ISearchResultViewEntry In class SearchUI: public static boolean activateSearchResultView() public static Image...
verified fixed
bd9f155
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:53:38Z
2004-06-08T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchEditorOpener.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...
66,092
Bug 66092 The old search API should be deprecated
We should deprecate the old search API. In package org.eclipse.search.ui. I support this request - CCin Jeem for final blessing IActionGroupFactory IContextMenuContributor IGroupByKeyComputer ISearchResultView ISearchResultViewEntry In class SearchUI: public static boolean activateSearchResultView() public static Image...
verified fixed
bd9f155
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:53:38Z
2004-06-08T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchMarkerUpdater.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...
66,092
Bug 66092 The old search API should be deprecated
We should deprecate the old search API. In package org.eclipse.search.ui. I support this request - CCin Jeem for final blessing IActionGroupFactory IContextMenuContributor IGroupByKeyComputer ISearchResultView ISearchResultViewEntry In class SearchUI: public static boolean activateSearchResultView() public static Image...
verified fixed
bd9f155
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:53:38Z
2004-06-08T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.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...
66,092
Bug 66092 The old search API should be deprecated
We should deprecate the old search API. In package org.eclipse.search.ui. I support this request - CCin Jeem for final blessing IActionGroupFactory IContextMenuContributor IGroupByKeyComputer ISearchResultView ISearchResultViewEntry In class SearchUI: public static boolean activateSearchResultView() public static Image...
verified fixed
bd9f155
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:53:38Z
2004-06-08T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesFinder.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...
66,092
Bug 66092 The old search API should be deprecated
We should deprecate the old search API. In package org.eclipse.search.ui. I support this request - CCin Jeem for final blessing IActionGroupFactory IContextMenuContributor IGroupByKeyComputer ISearchResultView ISearchResultViewEntry In class SearchUI: public static boolean activateSearchResultView() public static Image...
verified fixed
bd9f155
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:53:38Z
2004-06-08T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OpenJavaSearchPageAction.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...
64,261
Bug 64261 Quick fixes not offered in the same order [quick fix]
Version 3.0.m9. For example, on an uncaught exception, when I click in the editor margin the quick fixes are: Add ... Surround... But in the Problems View, right-click/Quick Fix offers: Surround... Add ... This is confing when you are fixing a whole bunch of these all over the place. I suggest keeping it all in AB orde...
verified fixed
053167b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:56:58Z
2004-05-26T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.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...
64,261
Bug 64261 Quick fixes not offered in the same order [quick fix]
Version 3.0.m9. For example, on an uncaught exception, when I click in the editor margin the quick fixes are: Add ... Surround... But in the Problems View, right-click/Quick Fix offers: Surround... Add ... This is confing when you are fixing a whole bunch of these all over the place. I suggest keeping it all in AB orde...
verified fixed
053167b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:56:58Z
2004-05-26T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.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...
64,261
Bug 64261 Quick fixes not offered in the same order [quick fix]
Version 3.0.m9. For example, on an uncaught exception, when I click in the editor margin the quick fixes are: Add ... Surround... But in the Problems View, right-click/Quick Fix offers: Surround... Add ... This is confing when you are fixing a whole bunch of these all over the place. I suggest keeping it all in AB orde...
verified fixed
053167b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T09:56:58Z
2004-05-26T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposalComparator.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...
65,682
Bug 65682 AddImportOnSelectionAction.findAllTypes does not use AllTypesCache
null
verified fixed
64bca39
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T10:08:51Z
2004-06-04T09:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.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...
65,866
Bug 65866 ASTFlattener generate code with syntax error visiting ArrayCreation
The "public boolean visit(ArrayCreation node)" method of "org.eclipse.jdt.internal.corext.dom.ASTFlattener" appends an "=" between array type and the (optional) initializer. example of code produced: new Class[] = {List.class, ArrayList.class} instead of: new Class[] {List.class, ArrayList.class} To fix the bug simply ...
verified fixed
61ec40d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T10:10:03Z
2004-06-05T12:53:20Z
org.eclipse.jdt.ui/core
65,866
Bug 65866 ASTFlattener generate code with syntax error visiting ArrayCreation
The "public boolean visit(ArrayCreation node)" method of "org.eclipse.jdt.internal.corext.dom.ASTFlattener" appends an "=" between array type and the (optional) initializer. example of code produced: new Class[] = {List.class, ArrayList.class} instead of: new Class[] {List.class, ArrayList.class} To fix the bug simply ...
verified fixed
61ec40d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T10:10:03Z
2004-06-05T12:53:20Z
extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/test17/in/A.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/test17/out/A.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/test6/in/r/A.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/test6/out/p1/A.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/test62/in/A.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/test62/out/B.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenameNonPrivateFieldTests.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenamePackageTests.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenameTypeTests.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui/core
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui/core
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui/core
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
org.eclipse.jdt.ui/core
66,250
Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring]
1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build...
verified fixed
bbbf219
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T11:09:51Z
2004-06-09T05:46:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TextMatchUpdater.java
65,638
Bug 65638 PackageExplorer creation very slow
in RC1 we were testing the big workspace "dev" scenario. starting the big workspace with a resources, Java and Debug perspective open in their standard configurations. There is also a Java editor open (int he Java perspective) on CoreException.class) On my machine starting up this configuration takes 17500ms (in 2.1.3 ...
verified fixed
64f5005
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T12:22:16Z
2004-06-03T22:00:00Z
org.eclipse.jdt.ui/core
65,638
Bug 65638 PackageExplorer creation very slow
in RC1 we were testing the big workspace "dev" scenario. starting the big workspace with a resources, Java and Debug perspective open in their standard configurations. There is also a Java editor open (int he Java perspective) on CoreException.class) On my machine starting up this configuration takes 17500ms (in 2.1.3 ...
verified fixed
64f5005
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T12:22:16Z
2004-06-03T22:00:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java
65,638
Bug 65638 PackageExplorer creation very slow
in RC1 we were testing the big workspace "dev" scenario. starting the big workspace with a resources, Java and Debug perspective open in their standard configurations. There is also a Java editor open (int he Java perspective) on CoreException.class) On my machine starting up this configuration takes 17500ms (in 2.1.3 ...
verified fixed
64f5005
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T12:22:16Z
2004-06-03T22:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FormatAllAction.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...
65,638
Bug 65638 PackageExplorer creation very slow
in RC1 we were testing the big workspace "dev" scenario. starting the big workspace with a resources, Java and Debug perspective open in their standard configurations. There is also a Java editor open (int he Java perspective) on CoreException.class) On my machine starting up this configuration takes 17500ms (in 2.1.3 ...
verified fixed
64f5005
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T12:22:16Z
2004-06-03T22:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.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...
66,282
Bug 66282 Remove reference to getDefaultSettings and convert UI to Java conventions being the default
null
verified fixed
95985d6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T13:15:07Z
2004-06-09T14:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodingStyleConfigurationBlock.java
/******************************************************************************* * Copyright (c) 2000, 2004 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...
66,282
Bug 66282 Remove reference to getDefaultSettings and convert UI to Java conventions being the default
null
verified fixed
95985d6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T13:15:07Z
2004-06-09T14:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CreateProfileDialog.java
/******************************************************************************* * Copyright (c) 2000, 2004 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...
66,282
Bug 66282 Remove reference to getDefaultSettings and convert UI to Java conventions being the default
null
verified fixed
95985d6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T13:15:07Z
2004-06-09T14:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java
/******************************************************************************* * Copyright (c) 2000, 2004 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...
66,282
Bug 66282 Remove reference to getDefaultSettings and convert UI to Java conventions being the default
null
verified fixed
95985d6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T13:15:07Z
2004-06-09T14:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileVersioner.java
/******************************************************************************* * Copyright (c) 2000, 2004 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...
66,282
Bug 66282 Remove reference to getDefaultSettings and convert UI to Java conventions being the default
null
verified fixed
95985d6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T13:15:07Z
2004-06-09T14:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.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...
63,898
Bug 63898 [reconciling] Multiple threads calling IJavaReconcilingListener#reconciled() at the same time
null
verified fixed
ac9d9a2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T13:41:48Z
2004-05-25T15:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.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...
63,898
Bug 63898 [reconciling] Multiple threads calling IJavaReconcilingListener#reconciled() at the same time
null
verified fixed
ac9d9a2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T13:41:48Z
2004-05-25T15:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.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...
65,246
Bug 65246
3.0RC1 - open CU from CVS - use the Edit->Expand Selection To->... actions -> the following exception is written to the log: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.selectionactions.StructureSele ctionAction.run(StructureSelectionAction.java:76) at org.eclipse.jface.action.Action.runWit...
verified fixed
7043d3d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T16:37:09Z
2004-06-02T09:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/StructureSelectionAction.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...
66,112
Bug 66112 [refactoring] NPE in generalize type
3.0 rc1 for (int k=0;;) {} select k and run generalize type: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.checkSelection(ChangeTypeRefactoring.java:355) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.checkInitialConditions(...
verified fixed
cfc157c
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T17:06:40Z
2004-06-08T13:06:40Z
org.eclipse.jdt.ui/core
66,112
Bug 66112 [refactoring] NPE in generalize type
3.0 rc1 for (int k=0;;) {} select k and run generalize type: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.checkSelection(ChangeTypeRefactoring.java:355) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.checkInitialConditions(...
verified fixed
cfc157c
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T17:06:40Z
2004-06-08T13:06:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java
49,484
Bug 49484 "Errorless" Launch Config fails [JUnit]
Create a JUnit Launch configuration. On the Test tab 1) Be Sure "Project" is an empty field. 2) Select "Run all tests in the selected project, package or source folder". 3) Select the Project to search for tests. 4) Click Run The Progress view shows "ERROR: Launch: invalid project specified" If you specify the Project ...
verified fixed
30709d7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T17:33:31Z
2004-01-03T17:13:20Z
org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.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...
49,484
Bug 49484 "Errorless" Launch Config fails [JUnit]
Create a JUnit Launch configuration. On the Test tab 1) Be Sure "Project" is an empty field. 2) Select "Run all tests in the selected project, package or source folder". 3) Select the Project to search for tests. 4) Click Run The Progress view shows "ERROR: Launch: invalid project specified" If you specify the Project ...
verified fixed
30709d7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T17:33:31Z
2004-01-03T17:13:20Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitBaseLaunchConfiguration.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...
49,484
Bug 49484 "Errorless" Launch Config fails [JUnit]
Create a JUnit Launch configuration. On the Test tab 1) Be Sure "Project" is an empty field. 2) Select "Run all tests in the selected project, package or source folder". 3) Select the Project to search for tests. 4) Click Run The Progress view shows "ERROR: Launch: invalid project specified" If you specify the Project ...
verified fixed
30709d7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T17:33:31Z
2004-01-03T17:13:20Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.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...
49,484
Bug 49484 "Errorless" Launch Config fails [JUnit]
Create a JUnit Launch configuration. On the Test tab 1) Be Sure "Project" is an empty field. 2) Select "Run all tests in the selected project, package or source folder". 3) Select the Project to search for tests. 4) Click Run The Progress view shows "ERROR: Launch: invalid project specified" If you specify the Project ...
verified fixed
30709d7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T17:33:31Z
2004-01-03T17:13:20Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.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...
65,399
Bug 65399 changing a "Run a Single Test" configuration into "Run All Tests in..." does not run all tests [JUnit]
First I ran a single test (by selecting the test method and then choosing Run/JUnit Test from its context menu actions). Then I decided to run all tests in the package instead. So inside the Launching Configurations dialog I chose the option Run All Tests in selected project, package or folder and selected the package ...
verified fixed
c77dc00
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T18:55:53Z
2004-06-02T18:13:20Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitBaseLaunchConfiguration.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...
65,399
Bug 65399 changing a "Run a Single Test" configuration into "Run All Tests in..." does not run all tests [JUnit]
First I ran a single test (by selecting the test method and then choosing Run/JUnit Test from its context menu actions). Then I decided to run all tests in the package instead. So inside the Launching Configurations dialog I chose the option Run All Tests in selected project, package or folder and selected the package ...
verified fixed
c77dc00
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T18:55:53Z
2004-06-02T18:13:20Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.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...
66,159
Bug 66159 [Graphics] Import Export icons in Package Explorer are different then File menu
The export icon has an arrow point towards the icon of the workbench window. The import icon has an arrow pointed away from the application window. It's backwards. Why is export going in and import going out?
verified fixed
8a20c48
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T19:00:28Z
2004-06-08T15:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ImportActionGroup.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...
66,353
Bug 66353 Next/Previous subword actions don't set selection for copying
200406090800 When I select a text range in a java editor using Ctrl+Shift+Left/Right, the selection is not copied on Ctrl+C. Setting the selection with the mouse is OK.
verified fixed
02ddfe0
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T19:27:52Z
2004-06-09T16:53: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...
64,880
Bug 64880 Wrong rendering of unbound User library in package explorer [package explorer]
RC1 - create a user library for JUnit - now edit the .classpath file so that the class path entry points to a non existing library (e.g. <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JUnit2"/>) - save - the package explorer contain two JRE entries.
verified fixed
a76d95d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T21:28:06Z
2004-06-01T08:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/ClassPathContainer.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...
53,984
Bug 53984 Additional default trace filters [Junit]
junit.framework.TestResult$1 Should be filtered by default; it's the inner class Protectable. @@@@ Also you could consider adding: sun.reflect.NativeMethodAccessorImpl.invoke sun.reflect.DelegatingMethodAccessorImpl.invoke Those might only be useful if you have RTTI-test cases ... those are quite seldom and then you st...
verified fixed
92b9228
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T21:40:07Z
2004-03-07T09:00:00Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.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...
45,465
Bug 45465 [formatting] New Formatter does not respect non javadoc @tags lines
For example, given a javadoc with tags that are not recognized, (i.e., xdoclet tags for instance): /** * @hibernate.set * lazy="true" * table="GUJArticleCategorization" * cascade="save-update" * @hibernate.collection-key * column="articleId" * @hibernate.collection-many-to-many * class="br.com.guj.model.Category" * col...
resolved fixed
7e932a1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T21:43:14Z
2003-10-23T20:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/JavaDocRegion.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 ...
61,709
Bug 61709 NPE in JUnit view plus strange behavior
I200405060200 + plug-in export for I200405110800 I was running two JUnit plug-in tests from two different workbench window (maybe I switched to early from one window to the other). I then saw very odd behavior: the JUnit view switched showing results from both tests (see attached picture which shows that the jdt.ui.tes...
verified fixed
b61bd19
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T22:04:12Z
2004-05-11T12:53:20Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestHierarchyTab.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...
53,352
Bug 53352 Test case wizard generates wrong code
When clicking on a class and then doing new -> junit test case the code generated includes this: public static void main(String[] args) { junit.textui.TestRunner.run(QueryAnalizerTest.suite()); } the suite() methods is not found in generated class. I fix if by changing to junit.textui.TestRunner.run(QueryAnalizerTest.c...
verified fixed
a9584b6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T23:36:14Z
2004-02-28T20:26:40Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/MethodStubsSelectionButtonGroup.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...
53,352
Bug 53352 Test case wizard generates wrong code
When clicking on a class and then doing new -> junit test case the code generated includes this: public static void main(String[] args) { junit.textui.TestRunner.run(QueryAnalizerTest.suite()); } the suite() methods is not found in generated class. I fix if by changing to junit.textui.TestRunner.run(QueryAnalizerTest.c...
verified fixed
a9584b6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-09T23:36:14Z
2004-02-28T20:26:40Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestSuiteCreationWizardPage.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...
66,340
Bug 66340 NPE adding user library to classpath [build path]
I20040609 I created a user library and then attempted to add it to a runtime classpath. !ENTRY org.eclipse.ui 4 4 Jun 09, 2004 10:53:10.624 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Jun 09, 2004 10:53:10.634 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at java....
verified fixed
094fb7e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T08:11:22Z
2004-06-09T16:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.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...
66,340
Bug 66340 NPE adding user library to classpath [build path]
I20040609 I created a user library and then attempted to add it to a runtime classpath. !ENTRY org.eclipse.ui 4 4 Jun 09, 2004 10:53:10.624 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Jun 09, 2004 10:53:10.634 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at java....
verified fixed
094fb7e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T08:11:22Z
2004-06-09T16:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryWizardPage.java
/******************************************************************************* * Copyright (c) 2000, 2004 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...
58,952
Bug 58952 delete project does not update Package Explorer [package explorer]
launch eclipse open java perspective, create a plugin project, enter name as testPlugin select the folder named icons and choose Go Into, so that view only reveals sample.gif. switch to resource perspective and delete the project completely. switch to java perspective and you still see sample.gif. double click on it an...
verified fixed
2ae2cce
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T08:58:19Z
2004-04-17T00:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.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...
66,329
Bug 66329 Javadoc @link completions include elements excluded by type filter [javadoc]
When performing a content assist (ctrl+space) on a {@link } tag in a javadoc, there are elements available that are excluded in the type filter. Specifically, I have "com.sun.*" in the type filter and when I enter: {@link ByteBu<ctrl+space>} the list includes "com.sun.corba.se.internal.ior.ByteBuffer" which is excluded...
verified fixed
d3990d9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T09:02:30Z
2004-06-09T16:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.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...
45,438
Bug 45438 [Dialogs] TwoPaneElementSelector doesn't respect validator
TwoPaneElementSelector doesn't properly update button enablement if setValidator(ISelectionStatusValidator) is used. AbstractElementListSelectionDialog declares: protected void handleSelectionChanged() { validateCurrentSelection(); } TwoPaneElementSelector overrides this with: protected void handleSelectionChanged() { ...
resolved fixed
9591955
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T09:40:54Z
2003-10-23T11:53:20Z
org.eclipse.jdt.ui/ui
45,438
Bug 45438 [Dialogs] TwoPaneElementSelector doesn't respect validator
TwoPaneElementSelector doesn't properly update button enablement if setValidator(ISelectionStatusValidator) is used. AbstractElementListSelectionDialog declares: protected void handleSelectionChanged() { validateCurrentSelection(); } TwoPaneElementSelector overrides this with: protected void handleSelectionChanged() { ...
resolved fixed
9591955
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T09:40:54Z
2003-10-23T11:53:20Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeExceptionsControl.java
66,478
Bug 66478 Quick Source and Refactoring menu throws NPE when cursor position at end of file
I20040609_2000 - create CU - add empty lines at the end - position cursor on one of the empty lines at the end open sourc menu by pressing Ctrl+Shift+S ==> NPE ava.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<ini...
verified fixed
633d84c
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T10:10:01Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/JDTQuickMenuAction.java
/******************************************************************************* * Copyright (c) 2000, 2004 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...
51,026
Bug 51026 [Junit] sources
Is there a reason why the Junit sources aren't bundled w/ the JUnit plugin anymore? Debugging Junit tests w/out source is cumbersome.
verified fixed
9e4c9c5
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T13:15:20Z
2004-02-01T15:40:00Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitHomeInitializer.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...
51,026
Bug 51026 [Junit] sources
Is there a reason why the Junit sources aren't bundled w/ the JUnit plugin anymore? Debugging Junit tests w/out source is cumbersome.
verified fixed
9e4c9c5
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T13:15:20Z
2004-02-01T15:40:00Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.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...
66,470
Bug 66470 Not present exception when deleting under Motif [package explorer]
I20040610 !SESSION Jun 10, 2004 10:58:29.623 --------------------------------------------- eclipse.buildId=I200406092000 java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=motif, NL=en_US Command-line arguments: -showlocation -update -keyring /home/tei/.eclipsekeys !ENT...
verified fixed
c4d773b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T13:53:08Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.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...
66,467
Bug 66467 Externalize Strings at end of file doesn't break lines correctly [refactoring] [nls]
I2004-06-10 I externalized a String such that the new key in the properties file was inserted at the end of file. I ended up with the following: TextSearchLabelProvider.matchCountFormat={0} ({1} matches)LimitElementsAction.label=Limit Root Elements instead of TextSearchLabelProvider.matchCountFormat={0} ({1} matches)<n...
verified fixed
d8e8082
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T13:55:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui.tests.refactoring/test
66,467
Bug 66467 Externalize Strings at end of file doesn't break lines correctly [refactoring] [nls]
I2004-06-10 I externalized a String such that the new key in the properties file was inserted at the end of file. I ended up with the following: TextSearchLabelProvider.matchCountFormat={0} ({1} matches)LimitElementsAction.label=Limit Root Elements instead of TextSearchLabelProvider.matchCountFormat={0} ({1} matches)<n...
verified fixed
d8e8082
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T13:55:05Z
2004-06-10T09:33:20Z
cases/org/eclipse/jdt/ui/tests/nls/NlsRefactoringCreateChangeTest.java
66,467
Bug 66467 Externalize Strings at end of file doesn't break lines correctly [refactoring] [nls]
I2004-06-10 I externalized a String such that the new key in the properties file was inserted at the end of file. I ended up with the following: TextSearchLabelProvider.matchCountFormat={0} ({1} matches)LimitElementsAction.label=Limit Root Elements instead of TextSearchLabelProvider.matchCountFormat={0} ({1} matches)<n...
verified fixed
d8e8082
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T13:55:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/core
66,467
Bug 66467 Externalize Strings at end of file doesn't break lines correctly [refactoring] [nls]
I2004-06-10 I externalized a String such that the new key in the properties file was inserted at the end of file. I ended up with the following: TextSearchLabelProvider.matchCountFormat={0} ({1} matches)LimitElementsAction.label=Limit Root Elements instead of TextSearchLabelProvider.matchCountFormat={0} ({1} matches)<n...
verified fixed
d8e8082
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T13:55:05Z
2004-06-10T09:33:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java
43,645
Bug 43645 StructureSelection: should be smarter from empty selection
- int i= 11 * 22 - 33; - set cursor to before 11, Edit > Expand Selection To > Next Element -> expected: selection == "11" (same as when cursor is inside 11) -> was: selection == "i= 11 * 22 - 33" (same as Expand To > Enclosing Element)
verified fixed
88d53c8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T14:05:16Z
2003-09-25T11:40:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_testZeroLength1.java
43,645
Bug 43645 StructureSelection: should be smarter from empty selection
- int i= 11 * 22 - 33; - set cursor to before 11, Edit > Expand Selection To > Next Element -> expected: selection == "11" (same as when cursor is inside 11) -> was: selection == "i= 11 * 22 - 33" (same as Expand To > Enclosing Element)
verified fixed
88d53c8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T14:05:16Z
2003-09-25T11:40:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_testZeroLength2.java
43,645
Bug 43645 StructureSelection: should be smarter from empty selection
- int i= 11 * 22 - 33; - set cursor to before 11, Edit > Expand Selection To > Next Element -> expected: selection == "11" (same as when cursor is inside 11) -> was: selection == "i= 11 * 22 - 33" (same as Expand To > Enclosing Element)
verified fixed
88d53c8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T14:05:16Z
2003-09-25T11:40:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_testZeroLength3.java
43,645
Bug 43645 StructureSelection: should be smarter from empty selection
- int i= 11 * 22 - 33; - set cursor to before 11, Edit > Expand Selection To > Next Element -> expected: selection == "11" (same as when cursor is inside 11) -> was: selection == "i= 11 * 22 - 33" (same as Expand To > Enclosing Element)
verified fixed
88d53c8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T14:05:16Z
2003-09-25T11:40:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_testZeroLength4.java
43,645
Bug 43645 StructureSelection: should be smarter from empty selection
- int i= 11 * 22 - 33; - set cursor to before 11, Edit > Expand Selection To > Next Element -> expected: selection == "11" (same as when cursor is inside 11) -> was: selection == "i= 11 * 22 - 33" (same as Expand To > Enclosing Element)
verified fixed
88d53c8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T14:05:16Z
2003-09-25T11:40:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_testZeroLength5.java
43,645
Bug 43645 StructureSelection: should be smarter from empty selection
- int i= 11 * 22 - 33; - set cursor to before 11, Edit > Expand Selection To > Next Element -> expected: selection == "11" (same as when cursor is inside 11) -> was: selection == "i= 11 * 22 - 33" (same as Expand To > Enclosing Element)
verified fixed
88d53c8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T14:05:16Z
2003-09-25T11:40:00Z
org.eclipse.jdt.ui.tests.refactoring/test
43,645
Bug 43645 StructureSelection: should be smarter from empty selection
- int i= 11 * 22 - 33; - set cursor to before 11, Edit > Expand Selection To > Next Element -> expected: selection == "11" (same as when cursor is inside 11) -> was: selection == "i= 11 * 22 - 33" (same as Expand To > Enclosing Element)
verified fixed
88d53c8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T14:05:16Z
2003-09-25T11:40:00Z
cases/org/eclipse/jdt/ui/tests/actions/StructureSelectionActionTests.java
43,645
Bug 43645 StructureSelection: should be smarter from empty selection
- int i= 11 * 22 - 33; - set cursor to before 11, Edit > Expand Selection To > Next Element -> expected: selection == "11" (same as when cursor is inside 11) -> was: selection == "i= 11 * 22 - 33" (same as Expand To > Enclosing Element)
verified fixed
88d53c8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T14:05:16Z
2003-09-25T11:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/StructureSelectNextAction.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...
43,645
Bug 43645 StructureSelection: should be smarter from empty selection
- int i= 11 * 22 - 33; - set cursor to before 11, Edit > Expand Selection To > Next Element -> expected: selection == "11" (same as when cursor is inside 11) -> was: selection == "i= 11 * 22 - 33" (same as Expand To > Enclosing Element)
verified fixed
88d53c8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T14:05:16Z
2003-09-25T11:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/StructureSelectPreviousAction.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...
66,418
Bug 66418 Code formatter not obeying prefs
build i0609-1200 I have my code formatter settings set to put 0 lines before field declarations. I set this up a while ago (months). Template is available from the Core team web page. - When I upgraded to today's build and formatted code, it put spaces between field declarations. - I checked the prefs and it was still ...
verified fixed
f3f4cc8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T14:08:00Z
2004-06-09T19:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodingStyleConfigurationBlock.java
/******************************************************************************* * Copyright (c) 2000, 2004 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...
66,418
Bug 66418 Code formatter not obeying prefs
build i0609-1200 I have my code formatter settings set to put 0 lines before field declarations. I set this up a while ago (months). Template is available from the Core team web page. - When I upgraded to today's build and formatted code, it put spaces between field declarations. - I checked the prefs and it was still ...
verified fixed
f3f4cc8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T14:08:00Z
2004-06-09T19:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java
/******************************************************************************* * Copyright (c) 2000, 2004 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...
66,418
Bug 66418 Code formatter not obeying prefs
build i0609-1200 I have my code formatter settings set to put 0 lines before field declarations. I set this up a while ago (months). Template is available from the Core team web page. - When I upgraded to today's build and formatted code, it put spaces between field declarations. - I checked the prefs and it was still ...
verified fixed
f3f4cc8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T14:08:00Z
2004-06-09T19:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.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...
66,426
Bug 66426 No tooltip for Junit view when docked as Fastview [JUnit]
Using RC1, the tooltip appears as the empty string for the JUnit launch view.
verified fixed
ca409a8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T15:29:30Z
2004-06-09T22:26:40Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.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...
65,762
Bug 65762 [Viewers] Need to back out of change to AbstractTreeViewer.isExpandable
null
verified fixed
c2624e4
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-10T15:50:01Z
2004-06-04T17:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.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...