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
62,437
Bug 62437 Hang on 0506 build related to indexing?
My development environment "hung". I did ctrl-break and will attache stack dumps. I can't read these (easily) in detail, but looked related to JDT indexing, so thought I'd route to JDT first. The only thing "unusuall" I was doing in IDE was that I'd just copied a java source file form one plugin/package to another plug...
verified fixed
18a4b60
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T13:51:11Z
2004-05-17T05:00:00Z
org.eclipse.jdt.ui/core
62,437
Bug 62437 Hang on 0506 build related to indexing?
My development environment "hung". I did ctrl-break and will attache stack dumps. I can't read these (easily) in detail, but looked related to JDT indexing, so thought I'd route to JDT first. The only thing "unusuall" I was doing in IDE was that I'd just copied a java source file form one plugin/package to another plug...
verified fixed
18a4b60
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T13:51:11Z
2004-05-17T05:00:00Z
extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java
62,863
Bug 62863 Assertion failed when using NLS search [nls] [search]
I200405190010 Selected properties file in Package Explorer and used project scope. Maybe it is caused by the fact that the active editor shows a file from the repository. Though I don't know why this should have any influence since the Package Explorer was the active part. !ENTRY org.eclipse.ui 4 4 Mai 19, 2004 11:59:0...
verified fixed
73a0394
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T14:09:33Z
2004-05-19T09: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...
62,787
Bug 62787 no smart semicolon in single quotes
20040518 Smart semicolon could be cleverer in single quotes. Having the cursor inside 'a' and press ';' you get 'a;' which is probbaly not what is intended. Another point is that for double quotes, smart semicolon is 'cleever' and jumps to the end of the line (here it would make more sense to stay in the string area) H...
resolved fixed
ddbc8f0
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T14:48:12Z
2004-05-18T19:53:20Z
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...
62,853
Bug 62853 Quick Fix return type of overridden method: empty name for anonymous class [quick fix]
I20040519-0010 - invoke Quick Fix on Composite getTargetControl() -> first proposal is: "Change type of '.getTargetControl(..) to 'Control' -> should be: "Change type of 'new SuperTactileListener() {..}.getTargetControl(..) ..." public class MyPart { MouseMoveListener getHoverUpdater() { return new SuperTactileListener...
resolved fixed
57c7a97
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T16:09:12Z
2004-05-19T09:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeChangeCompletionProposal.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...
62,853
Bug 62853 Quick Fix return type of overridden method: empty name for anonymous class [quick fix]
I20040519-0010 - invoke Quick Fix on Composite getTargetControl() -> first proposal is: "Change type of '.getTargetControl(..) to 'Control' -> should be: "Change type of 'new SuperTactileListener() {..}.getTargetControl(..) ..." public class MyPart { MouseMoveListener getHoverUpdater() { return new SuperTactileListener...
resolved fixed
57c7a97
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T16:09:12Z
2004-05-19T09:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.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...
62,868
Bug 62868 Error introduced by "create method definition in super class/interface" Quick Assist [quick assist]
I200405190010 I used this quick assist but did not notice that my method was protected and that the method got created in an interface. If a method is protected and it only implements an interface then the quick assist should not be enabled.
resolved fixed
f1747a8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T16:21:41Z
2004-05-19T09:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewDefiningMethodProposal.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...
62,859
Bug 62859 NLS wizard adds wrong keys to properties file
I20040519_0100 - create a test class A with one string - externalize the string (you get a key A.0) - now change the key used in A.java without updating the properties file (for example use A.00) - add a second string - externalize the string observe: the properties file now contains an entry A.00= which is bogus.
resolved fixed
ac84942
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T16:27:08Z
2004-05-19T09:46:40Z
org.eclipse.jdt.ui/ui
62,859
Bug 62859 NLS wizard adds wrong keys to properties file
I20040519_0100 - create a test class A with one string - externalize the string (you get a key A.0) - now change the key used in A.java without updating the properties file (for example use A.00) - add a second string - externalize the string observe: the properties file now contains an entry A.00= which is bogus.
resolved fixed
ac84942
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T16:27:08Z
2004-05-19T09:46:40Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java
62,968
Bug 62968 Source folders disappear in Package Explorer if set to Hierarchical Layout
I200405190010 If I set the view to "Hierarchical Layout" in the Package Explorer my "src" folder shows as empty if there are no java files in the root package (i.e. only sub-packages at the first level). Setting to "Flat" and they appear again. Tried a new Java project to recreate, but the problem is not showing on new...
resolved fixed
70f9db7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-20T21:13:31Z
2004-05-19T15:20: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...
63,313
Bug 63313 String index error creating template
I0520 noon build - go to the Java - Editor - Templates preference page - press New... - enter 'j' (no quotes) into the Pattern text entry and will get the following exception !ENTRY org.eclipse.ui 4 4 May 20, 2004 16:10:27.299 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 20, 2004 16:10:27.299 !...
resolved fixed
d17dcf2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-21T09:53:21Z
2004-05-20T19:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.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,268
Bug 63268 error while activating view
I'm not sure what caused this behaviour. I created a workspace this morning, imported a few projects, and ran the UI Test Suite. However, I got an error when trying to activate the Hierarchy view (by clicking on it). The error looks like an infinite loop. The trace is over 800 lines long, so I'll attach it in a minute.
verified fixed
dc38062
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-21T09:53:55Z
2004-05-20T19:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.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...
55,513
Bug 55513 [syntax highlighting] Task tag with @ not working
I20040318 Define a tasktag like "@mytag". Observe: a task is generated by J Core but we don't render it as task tag
verified fixed
ec2bb4d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-21T11:03:41Z
2004-03-22T12:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.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,351
Bug 63351 [Navigator] Import/ExportResourcesAction not removed as listeners of selection service
Open and closing the navigator view, these actions are leaked. It would appear that the dispose for these actions is not getting called?
resolved fixed
61a2cc3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-21T14:04:17Z
2004-05-21T00:40:00Z
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...
62,899
Bug 62899 NLS Wizard: spaces at beginning of strings must be escaped [nls] [refactoring]
200405190010 - Externalize "Hello" + " World". - the space before "World" must be escaped with a \ in the properties file, since whitespace after the = is stripped by the properties file reader.
verified fixed
0be25be
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-23T02:27:47Z
2004-05-19T12:33:20Z
org.eclipse.jdt.ui.tests.refactoring/test
62,899
Bug 62899 NLS Wizard: spaces at beginning of strings must be escaped [nls] [refactoring]
200405190010 - Externalize "Hello" + " World". - the space before "World" must be escaped with a \ in the properties file, since whitespace after the = is stripped by the properties file reader.
verified fixed
0be25be
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-23T02:27:47Z
2004-05-19T12:33:20Z
cases/org/eclipse/jdt/ui/tests/nls/PropertyFileDocumentModellTest.java
62,899
Bug 62899 NLS Wizard: spaces at beginning of strings must be escaped [nls] [refactoring]
200405190010 - Externalize "Hello" + " World". - the space before "World" must be escaped with a \ in the properties file, since whitespace after the = is stripped by the properties file reader.
verified fixed
0be25be
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-23T02:27:47Z
2004-05-19T12:33:20Z
org.eclipse.jdt.ui/core
62,899
Bug 62899 NLS Wizard: spaces at beginning of strings must be escaped [nls] [refactoring]
200405190010 - Externalize "Hello" + " World". - the space before "World" must be escaped with a \ in the properties file, since whitespace after the = is stripped by the properties file reader.
verified fixed
0be25be
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-23T02:27:47Z
2004-05-19T12:33:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java
62,899
Bug 62899 NLS Wizard: spaces at beginning of strings must be escaped [nls] [refactoring]
200405190010 - Externalize "Hello" + " World". - the space before "World" must be escaped with a \ in the properties file, since whitespace after the = is stripped by the properties file reader.
verified fixed
0be25be
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-23T02:27:47Z
2004-05-19T12:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.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...
62,938
Bug 62938 quick fix list should pre-select what's already filled in [quick fix]
Maybe this is a feature request, but I've been having this problem for months and just now figured out what was causing it (I thought it was keystroke glitches on my part). When I select "add throws declaration" from quick fix, usually the desired exception is filled in (in linked edit mode), and I'm given a list to ch...
verified fixed
3abda3d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-23T02:33:17Z
2004-05-19T15:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.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...
62,938
Bug 62938 quick fix list should pre-select what's already filled in [quick fix]
Maybe this is a feature request, but I've been having this problem for months and just now figured out what was causing it (I thought it was keystroke glitches on my part). When I select "add throws declaration" from quick fix, usually the desired exception is filled in (in linked edit mode), and I'm given a list to ch...
verified fixed
3abda3d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-23T02:33:17Z
2004-05-19T15:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedCorrectionProposal.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...
62,959
Bug 62959 Search in enclosing project doesn't take project from editor
null
verified fixed
c10104c
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:10:44Z
2004-05-19T15:20:00Z
org.eclipse.jdt.ui/ui
62,959
Bug 62959 Search in enclosing project doesn't take project from editor
null
verified fixed
c10104c
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:10:44Z
2004-05-19T15:20:00Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchPage.java
62,959
Bug 62959 Search in enclosing project doesn't take project from editor
null
verified fixed
c10104c
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:10:44Z
2004-05-19T15:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.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...
61,198
Bug 61198 References in Project: Title shows wrong project
I200405060200 1. in the Java editor select a type from project A which comes not from the same project as the opened file (project B). 2. search for refs in project ==> title says project A, matches are from B
resolved fixed
69379d7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:33:39Z
2004-05-06T13:26: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...
61,198
Bug 61198 References in Project: Title shows wrong project
I200405060200 1. in the Java editor select a type from project A which comes not from the same project as the opened file (project B). 2. search for refs in project ==> title says project A, matches are from B
resolved fixed
69379d7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:33:39Z
2004-05-06T13:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUtil.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...
61,198
Bug 61198 References in Project: Title shows wrong project
I200405060200 1. in the Java editor select a type from project A which comes not from the same project as the opened file (project B). 2. search for refs in project ==> title says project A, matches are from B
resolved fixed
69379d7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:33:39Z
2004-05-06T13:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInProjectAction.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...
61,198
Bug 61198 References in Project: Title shows wrong project
I200405060200 1. in the Java editor select a type from project A which comes not from the same project as the opened file (project B). 2. search for refs in project ==> title says project A, matches are from B
resolved fixed
69379d7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:33:39Z
2004-05-06T13:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindImplementorsInProjectAction.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...
61,198
Bug 61198 References in Project: Title shows wrong project
I200405060200 1. in the Java editor select a type from project A which comes not from the same project as the opened file (project B). 2. search for refs in project ==> title says project A, matches are from B
resolved fixed
69379d7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:33:39Z
2004-05-06T13:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReadReferencesInProjectAction.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...
61,198
Bug 61198 References in Project: Title shows wrong project
I200405060200 1. in the Java editor select a type from project A which comes not from the same project as the opened file (project B). 2. search for refs in project ==> title says project A, matches are from B
resolved fixed
69379d7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:33:39Z
2004-05-06T13:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesInProjectAction.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...
61,198
Bug 61198 References in Project: Title shows wrong project
I200405060200 1. in the Java editor select a type from project A which comes not from the same project as the opened file (project B). 2. search for refs in project ==> title says project A, matches are from B
resolved fixed
69379d7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:33:39Z
2004-05-06T13:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindWriteReferencesInProjectAction.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...
58,098
Bug 58098 Smart cursor positioning in java names don't work for CONSTANT_NAMES
Smart cursor positioning in java names don't work for CONSTANT_NAMES both when moving and deleting (Ctrl+Delete). I assume it should as CONSTANT_NAMES are equally part of a Java naming standard just as methodNames() are. In case it works as designed then option name should be changed to accurately describe its actual f...
resolved fixed
e0a49b0
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:37:47Z
2004-04-11T13:26:40Z
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...
62,654
Bug 62654 ConcurrentModificationException in Rename Method [refactoring]
I20040517 By accident, I was renaming a method to another method which matched on return type and arguments. java.lang.reflect.InvocationTargetException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.reflect.InvocationTargetException.<init> (InvocationTargetExce...
verified fixed
06f583b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T09:16:23Z
2004-05-18T14:20:00Z
org.eclipse.jdt.ui/core
62,654
Bug 62654 ConcurrentModificationException in Rename Method [refactoring]
I20040517 By accident, I was renaming a method to another method which matched on return type and arguments. java.lang.reflect.InvocationTargetException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.reflect.InvocationTargetException.<init> (InvocationTargetExce...
verified fixed
06f583b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T09:16:23Z
2004-05-18T14:20:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameAnalyzeUtil.java
62,654
Bug 62654 ConcurrentModificationException in Rename Method [refactoring]
I20040517 By accident, I was renaming a method to another method which matched on return type and arguments. java.lang.reflect.InvocationTargetException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.reflect.InvocationTargetException.<init> (InvocationTargetExce...
verified fixed
06f583b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T09:16:23Z
2004-05-18T14:20:00Z
org.eclipse.jdt.ui/core
62,654
Bug 62654 ConcurrentModificationException in Rename Method [refactoring]
I20040517 By accident, I was renaming a method to another method which matched on return type and arguments. java.lang.reflect.InvocationTargetException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.reflect.InvocationTargetException.<init> (InvocationTargetExce...
verified fixed
06f583b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T09:16:23Z
2004-05-18T14:20:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java
58,540
Bug 58540 change signature refactoring interaction: validate as you type [refactoring]
- Select a method that takes an arg in some interface (whatever) and refactor the signature - in the dialog you get, the arg's type and name shows up in a table - click in the type box and type the new type name. - notice that the OK/Finish button is still disabled - click on the Edit button - then click ok - notice th...
verified fixed
a15d9e2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T09:42:29Z
2004-04-14T19:13:20Z
org.eclipse.jdt.ui/ui
58,540
Bug 58540 change signature refactoring interaction: validate as you type [refactoring]
- Select a method that takes an arg in some interface (whatever) and refactor the signature - in the dialog you get, the arg's type and name shows up in a table - click in the type box and type the new type name. - notice that the OK/Finish button is still disabled - click on the Edit button - then click ok - notice th...
verified fixed
a15d9e2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T09:42:29Z
2004-04-14T19:13:20Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java
62,429
Bug 62429 Document partitioner not set when user assigns extension to editor
An editor is entitled to assume that its document partitioner will be set. But when the user associates an extension, e.g., "*.foo", with an editor using preferences, the partitioner for the editor is never set and there is no API (plugin.xml or otherwise) to make it happen. This is fundamentally broken in Eclipse and ...
resolved fixed
9b75625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T09:49:46Z
2004-05-16T23:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.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,485
Bug 63485 [projection] DefaultJavaFoldingStructureProvider's element changes listener not removed
I200405211200 For each Java editor opened a DefaultJavaFoldingStructureProvider is leaked as an element change listener is not getting removed from JavaCore. When the editor is closed, a new element changed listener is added when the document is set to null. The original element changes listener (added when the editor ...
verified fixed
06cbc0a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T10:02:18Z
2004-05-21T20:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.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,062
Bug 63062 [templates] "Restore Removed" button on template pref page not updated as expected
Remove a template from the Ant editor templates or the Java editor templates. Click the Restore Removed After clicking, I would expect the button to return to the disabled state.
verified fixed
c9d11ea
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T10:55:04Z
2004-05-19T18:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.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,400
Bug 63400 elements not removed from hierarchical search
20040520 Ensure that you are use the hierarchical presentation for search. 1. Do a search with several hits: references to toString, or JavaCore, or ... 2. Remove one of the leaf elements from the list (one method or type). The count of search items decreases, however, the view is not updated. When I remove the last el...
verified fixed
f3c5549
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:04:32Z
2004-05-21T14:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/LevelTreeContentProvider.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...
62,756
Bug 62756 Introduce parameter refactoring: Should update javadoc
20040514 - In a method that has a Javadoc comment: - Select an expression in a method and invoke 'Introduce parameter' - The parameter is added but the method's javadoc is not updated
verified fixed
170a579
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:22:06Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Constructor1.java
62,756
Bug 62756 Introduce parameter refactoring: Should update javadoc
20040514 - In a method that has a Javadoc comment: - Select an expression in a method and invoke 'Introduce parameter' - The parameter is added but the method's javadoc is not updated
verified fixed
170a579
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:22:06Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Javadoc1.java
62,756
Bug 62756 Introduce parameter refactoring: Should update javadoc
20040514 - In a method that has a Javadoc comment: - Select an expression in a method and invoke 'Introduce parameter' - The parameter is added but the method's javadoc is not updated
verified fixed
170a579
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:22:06Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Javadoc2.java
62,756
Bug 62756 Introduce parameter refactoring: Should update javadoc
20040514 - In a method that has a Javadoc comment: - Select an expression in a method and invoke 'Introduce parameter' - The parameter is added but the method's javadoc is not updated
verified fixed
170a579
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:22:06Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/Constructor1.java
62,756
Bug 62756 Introduce parameter refactoring: Should update javadoc
20040514 - In a method that has a Javadoc comment: - Select an expression in a method and invoke 'Introduce parameter' - The parameter is added but the method's javadoc is not updated
verified fixed
170a579
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:22:06Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/Javadoc1.java
62,756
Bug 62756 Introduce parameter refactoring: Should update javadoc
20040514 - In a method that has a Javadoc comment: - Select an expression in a method and invoke 'Introduce parameter' - The parameter is added but the method's javadoc is not updated
verified fixed
170a579
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:22:06Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/Javadoc2.java
62,756
Bug 62756 Introduce parameter refactoring: Should update javadoc
20040514 - In a method that has a Javadoc comment: - Select an expression in a method and invoke 'Introduce parameter' - The parameter is added but the method's javadoc is not updated
verified fixed
170a579
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:22:06Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui.tests.refactoring/test
62,756
Bug 62756 Introduce parameter refactoring: Should update javadoc
20040514 - In a method that has a Javadoc comment: - Select an expression in a method and invoke 'Introduce parameter' - The parameter is added but the method's javadoc is not updated
verified fixed
170a579
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:22:06Z
2004-05-18T19:53:20Z
cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterTests.java
62,756
Bug 62756 Introduce parameter refactoring: Should update javadoc
20040514 - In a method that has a Javadoc comment: - Select an expression in a method and invoke 'Introduce parameter' - The parameter is added but the method's javadoc is not updated
verified fixed
170a579
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:22:06Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui/core
62,756
Bug 62756 Introduce parameter refactoring: Should update javadoc
20040514 - In a method that has a Javadoc comment: - Select an expression in a method and invoke 'Introduce parameter' - The parameter is added but the method's javadoc is not updated
verified fixed
170a579
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:22:06Z
2004-05-18T19:53:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java
62,755
Bug 62755 Introduce parameter refactoring: offer Code Assist [refactoring]
20040514 - select an expression in a method and invoke 'Introduce parameter' - The dilaog that shows up a.) does not have name code assist b.) the label should say 'Parameter name:' (not 'Parameter Name:')
verified fixed
3c21bb2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:57:44Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Javadoc2.java
//selection: 10, 28, 10, 37 //name: f -> ship package simple; public class Javadoc2 { /** * Run it. */ public void go() { System.out.println(getShip()); } private float getShip() { return 3.0f; } }
62,755
Bug 62755 Introduce parameter refactoring: offer Code Assist [refactoring]
20040514 - select an expression in a method and invoke 'Introduce parameter' - The dilaog that shows up a.) does not have name code assist b.) the label should say 'Parameter name:' (not 'Parameter Name:')
verified fixed
3c21bb2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:57:44Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/StaticGetter1.java
//selection: 9, 32, 9, 37 //name: j -> foo package simple; public class StaticGetter1 { public static int foo() { return 17; } void bar() { int i= 3; System.out.println(i + foo()); } void use() { bar(); } }
62,755
Bug 62755 Introduce parameter refactoring: offer Code Assist [refactoring]
20040514 - select an expression in a method and invoke 'Introduce parameter' - The dilaog that shows up a.) does not have name code assist b.) the label should say 'Parameter name:' (not 'Parameter Name:')
verified fixed
3c21bb2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:57:44Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/Javadoc2.java
//selection: 10, 28, 10, 37 //name: f -> ship package simple; public class Javadoc2 { /** * Run it. * @param ship TODO */ public void go(float ship) { System.out.println(ship); } private float getShip() { return 3.0f; } }
62,755
Bug 62755 Introduce parameter refactoring: offer Code Assist [refactoring]
20040514 - select an expression in a method and invoke 'Introduce parameter' - The dilaog that shows up a.) does not have name code assist b.) the label should say 'Parameter name:' (not 'Parameter Name:')
verified fixed
3c21bb2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:57:44Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/StaticGetter1.java
//selection: 9, 32, 9, 37 //name: j -> foo package simple.out; public class StaticGetter1 { public static int foo() { return 17; } void bar(int foo) { int i= 3; System.out.println(i + foo); } void use() { bar(foo()); } }
62,755
Bug 62755 Introduce parameter refactoring: offer Code Assist [refactoring]
20040514 - select an expression in a method and invoke 'Introduce parameter' - The dilaog that shows up a.) does not have name code assist b.) the label should say 'Parameter name:' (not 'Parameter Name:')
verified fixed
3c21bb2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:57:44Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui/core
62,755
Bug 62755 Introduce parameter refactoring: offer Code Assist [refactoring]
20040514 - select an expression in a method and invoke 'Introduce parameter' - The dilaog that shows up a.) does not have name code assist b.) the label should say 'Parameter name:' (not 'Parameter Name:')
verified fixed
3c21bb2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:57:44Z
2004-05-18T19:53:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java
62,755
Bug 62755 Introduce parameter refactoring: offer Code Assist [refactoring]
20040514 - select an expression in a method and invoke 'Introduce parameter' - The dilaog that shows up a.) does not have name code assist b.) the label should say 'Parameter name:' (not 'Parameter Name:')
verified fixed
3c21bb2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:57:44Z
2004-05-18T19:53:20Z
org.eclipse.jdt.ui/ui
62,755
Bug 62755 Introduce parameter refactoring: offer Code Assist [refactoring]
20040514 - select an expression in a method and invoke 'Introduce parameter' - The dilaog that shows up a.) does not have name code assist b.) the label should say 'Parameter name:' (not 'Parameter Name:')
verified fixed
3c21bb2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:57:44Z
2004-05-18T19:53:20Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterWizard.java
62,703
Bug 62703 refactoring & source quick menus location should be confined to workbench [quick menu]
I20040518 M9 testpass 1. Use eclipse without it covering the entire screen, but merely the lower left 2. Open JavaEditor.java 3. Put the editor caret somewhere on AbstractSelectionChangedListener::install 4. Without changing the selection, scroll to the very end of the end of the file 5. Press Alt+Shift+T/S to bring up...
verified fixed
38fde89
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T14:11:58Z
2004-05-18T17:06:40Z
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...
62,703
Bug 62703 refactoring & source quick menus location should be confined to workbench [quick menu]
I20040518 M9 testpass 1. Use eclipse without it covering the entire screen, but merely the lower left 2. Open JavaEditor.java 3. Put the editor caret somewhere on AbstractSelectionChangedListener::install 4. Without changing the selection, scroll to the very end of the end of the file 5. Press Alt+Shift+T/S to bring up...
verified fixed
38fde89
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T14:11:58Z
2004-05-18T17:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/QuickMenuAction.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...
63,145
Bug 63145 Mark method exits by itself is not working
Build I200405190010 1. Check Java > Editor > Mark occurrences > Mark method exits (only) 2. Select the return type of a method containinga return statement Observe: the return type is not highlighted. Expectation: it should be. 3. Check Java > Editor > Mark occurrences > Mark exceptions (in addition to Mark method exit...
verified fixed
bb3ba13
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T14:47:02Z
2004-05-19T20: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...
63,637
Bug 63637 Mark method exits does not work for non-primitive types
3.0 M9 It works for methods with primitive or void return types. Steps to reproduce: 1. Select method with a non-primitive return type. Expected result: The method exists are marked Actual result: The occurrences of the type in the file are marked.
verified fixed
e59864c
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T15:23:10Z
2004-05-24T06:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MethodExitsFinder.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...
62,849
Bug 62849 opening .options files uses external editor too often
should fix for 3.0 - not critical for 3.0 M9 steps to reproduce: 1. search for files named .options 2. try to open from Search view ==> tries to open external editor Navigator or Package Explorer open it in internal text editor
verified fixed
1c01a60
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T15:41:04Z
2004-05-19T07:00: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...
62,849
Bug 62849 opening .options files uses external editor too often
should fix for 3.0 - not critical for 3.0 M9 steps to reproduce: 1. search for files named .options 2. try to open from Search view ==> tries to open external editor Navigator or Package Explorer open it in internal text editor
verified fixed
1c01a60
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T15:41:04Z
2004-05-19T07:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchResultUpdater.java
63,382
Bug 63382 Occurrences search: Annotations not shown in re-opened editor [search]
200405210010 - select return type of "TestResult run()" in TestCase.java - Search > Find Occurrences in File -> search annotations are correctly shown in vertical ruler - close editor - Navigate > Back -> only one search annotation is shown in vertical ruler -> expected: all annotations shown "Go to Next/Previous Annot...
verified fixed
c0da2ea
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T16:06:53Z
2004-05-21T11:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchResult.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...
62,666
Bug 62666 Exception when renaming a package [refactoring]
I200405171219 I am renaming a package due to a conflict between a package name and a class name. When the SearchPattern is created in RenamePackageProcessor.getReferencesToTypesInNamesakes(), a null is returned because there are no typesToSearch, ie, IType[0]. java.lang.reflect.InvocationTargetException at java.lang.Th...
verified fixed
46bdc75
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T17:38:14Z
2004-05-18T14:20:00Z
org.eclipse.jdt.ui/core
62,666
Bug 62666 Exception when renaming a package [refactoring]
I200405171219 I am renaming a package due to a conflict between a package name and a class name. When the SearchPattern is created in RenamePackageProcessor.getReferencesToTypesInNamesakes(), a null is returned because there are no typesToSearch, ie, IType[0]. java.lang.reflect.InvocationTargetException at java.lang.Th...
verified fixed
46bdc75
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T17:38:14Z
2004-05-18T14:20:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java
55,884
Bug 55884 Loading a user library from file does not warn when overwriting an existing library [build path]
Works in I2004032400010 + plug-in export for I200403240800 Add library 'mylib'. Save it. Change it. Load library from file. ==> should warn that 'mylib' gets changed.
verified fixed
380213e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T21:42:05Z
2004-03-24T14: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...
63,769
Bug 63769 Endless loop after Show in Package Explorer
there are situations when you run in an endless loop in show in package explorer when the action is attempting to reveal an element.
verified fixed
782dc57
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T23:26:29Z
2004-05-24T23:06:40Z
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...
51,632
Bug 51632 Change Method Signature: Rename method name issues
20040211 - When the name is empty, the error says 'Choose a name'. Needs a dot. - When 'XXX' is entered, the wizard does not warn about the discouraged name - When entring the same name as the declaring type an error says 'Method cannot have the same name declaring class'. This is not forbidden, just discouraged. Note ...
verified fixed
04a865f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T07:39:59Z
2004-02-11T14:33:20Z
org.eclipse.jdt.ui/core
51,632
Bug 51632 Change Method Signature: Rename method name issues
20040211 - When the name is empty, the error says 'Choose a name'. Needs a dot. - When 'XXX' is entered, the wizard does not warn about the discouraged name - When entring the same name as the declaring type an error says 'Method cannot have the same name declaring class'. This is not forbidden, just discouraged. Note ...
verified fixed
04a865f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T07:39:59Z
2004-02-11T14:33:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java
51,632
Bug 51632 Change Method Signature: Rename method name issues
20040211 - When the name is empty, the error says 'Choose a name'. Needs a dot. - When 'XXX' is entered, the wizard does not warn about the discouraged name - When entring the same name as the declaring type an error says 'Method cannot have the same name declaring class'. This is not forbidden, just discouraged. Note ...
verified fixed
04a865f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T07:39:59Z
2004-02-11T14:33:20Z
org.eclipse.jdt.ui/ui
51,632
Bug 51632 Change Method Signature: Rename method name issues
20040211 - When the name is empty, the error says 'Choose a name'. Needs a dot. - When 'XXX' is entered, the wizard does not warn about the discouraged name - When entring the same name as the declaring type an error says 'Method cannot have the same name declaring class'. This is not forbidden, just discouraged. Note ...
verified fixed
04a865f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T07:39:59Z
2004-02-11T14:33:20Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureWizard.java
51,632
Bug 51632 Change Method Signature: Rename method name issues
20040211 - When the name is empty, the error says 'Choose a name'. Needs a dot. - When 'XXX' is entered, the wizard does not warn about the discouraged name - When entring the same name as the declaring type an error says 'Method cannot have the same name declaring class'. This is not forbidden, just discouraged. Note ...
verified fixed
04a865f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T07:39:59Z
2004-02-11T14:33:20Z
org.eclipse.jdt.ui/ui
51,632
Bug 51632 Change Method Signature: Rename method name issues
20040211 - When the name is empty, the error says 'Choose a name'. Needs a dot. - When 'XXX' is entered, the wizard does not warn about the discouraged name - When entring the same name as the declaring type an error says 'Method cannot have the same name declaring class'. This is not forbidden, just discouraged. Note ...
verified fixed
04a865f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T07:39:59Z
2004-02-11T14:33:20Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/ParameterEditDialog.java
63,529
Bug 63529 Shorten the Job description for Search Jobs
The Job description is shown in the progress segment in the status bar. To avoid that the label in the segment gets compressed like "Search for Referen...space" it should be shortened to only show the Job's main function, e.g. "Java Search", "File Search", ...
verified fixed
7b70861
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T08:25:43Z
2004-05-22T15:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.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...
38,341
Bug 38341 [reconciling] NewNotPresentException in Java Outline view
build M20030602 - in a self-hosting workspace created using R2.1, - I reimported binaries using build M20030602 (latest 2.1.1 integration build) - it failed with the following dialog: title: Problem while opening message: Cannot open input element: Reason: D:/eclipse-M20030602/eclipse/startup.jar [in org.eclipse.platfo...
verified fixed
e164a98
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T09:36:12Z
2003-06-02T18:53: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...
63,390
Bug 63390 JavaDoc view should use a style sheet
The JavaDoc view is now using the HTML widget. To improve the rendering of the javadoc it should make sure that the corresping style sheet is available.
verified fixed
dd55a7d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T09:47:53Z
2004-05-21T11:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.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,390
Bug 63390 JavaDoc view should use a style sheet
The JavaDoc view is now using the HTML widget. To improve the rendering of the javadoc it should make sure that the corresping style sheet is available.
verified fixed
dd55a7d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T09:47:53Z
2004-05-21T11:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLPrinter.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...
62,718
Bug 62718 [preferences] Java Editor Text Hover prefs: Table should not allow multi-row selection
200405180816: Java Editor Text Hover prefs: Table should not allow multi-row selection
verified fixed
e92550c
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T10:43:50Z
2004-05-18T17:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.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...
62,716
Bug 62716 Java Editor Text Hover prefs: Error Message stays unless row selected
200405180816 - Open Java > Editor > Hovers prefs page - Click or doubleclick checkbox in front of "Variable Values" to check -> Error message, is OK - Click again to uncheck => Error message persists. Only goes away after clicking into the table or selecting another row.
verified fixed
708034a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T12:24:39Z
2004-05-18T17:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.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,641
Bug 63641 Menu cleanup in JDT UI
* Navigate - Open type Hierarchy (F4) should become dynamic based on the preference setting 1) Open type hierarchy (F4) opens type hierarchy perspective 2) Show type hierarchy (F4) shows the type heirarchy view in the current perspective - Open Call Heirarchy TO Show Call Heirarchy - Show Outline (Ctrl+O) TO Quick Outl...
resolved fixed
13c5749
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T13:29:35Z
2004-05-24T09:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CCPActionGroup.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...
59,698
Bug 59698 [browser] investigate support for custom popup menu
The Browser widget for 3.0 has the following behaviour: 1. By default, expose the native popup menu if the embedded native browser exposes one (at the moment, this applies to IE only. Other browsers don't provide a 'free' default one). No custom menu can be set or modified on any platform. 2. allow apps to block the de...
resolved fixed
e7e980d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T14:02:16Z
2004-04-22T21:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.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...
59,698
Bug 59698 [browser] investigate support for custom popup menu
The Browser widget for 3.0 has the following behaviour: 1. By default, expose the native popup menu if the embedded native browser exposes one (at the moment, this applies to IE only. Other browsers don't provide a 'free' default one). No custom menu can be set or modified on any platform. 2. allow apps to block the de...
resolved fixed
e7e980d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T14:02:16Z
2004-04-22T21:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.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...
59,698
Bug 59698 [browser] investigate support for custom popup menu
The Browser widget for 3.0 has the following behaviour: 1. By default, expose the native popup menu if the embedded native browser exposes one (at the moment, this applies to IE only. Other browsers don't provide a 'free' default one). No custom menu can be set or modified on any platform. 2. allow apps to block the de...
resolved fixed
e7e980d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T14:02:16Z
2004-04-22T21:40:00Z
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...
63,155
Bug 63155 [Refactoring] no user feedback when error during implicit refactoring triggered by drag'n'drop
null
verified fixed
ff799bb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T14:39:35Z
2004-05-19T23:40:00Z
org.eclipse.jdt.ui/ui
63,155
Bug 63155 [Refactoring] no user feedback when error during implicit refactoring triggered by drag'n'drop
null
verified fixed
ff799bb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T14:39:35Z
2004-05-19T23:40:00Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java
63,155
Bug 63155 [Refactoring] no user feedback when error during implicit refactoring triggered by drag'n'drop
null
verified fixed
ff799bb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T14:39:35Z
2004-05-19T23:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.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,155
Bug 63155 [Refactoring] no user feedback when error during implicit refactoring triggered by drag'n'drop
null
verified fixed
ff799bb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T14:39:35Z
2004-05-19T23:40:00Z
org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/ProcessorBasedRefactoring.java
/******************************************************************************* * Copyright (c) 2003 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanies this...
63,250
Bug 63250 searching for .class files failes
20040520 1. New workspace, create a project with one class test.Main. 2. Use File Search file name pattern "*.java" containing text empty (or *) No results are found. I expected Main.class (which I see in the navigator) (Also fails in other workspaces)
verified fixed
ec3743c
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T15:36:20Z
2004-05-20T16:20:00Z
org.eclipse.jdt.ui/core
63,250
Bug 63250 searching for .class files failes
20040520 1. New workspace, create a project with one class test.Main. 2. Use File Search file name pattern "*.java" containing text empty (or *) No results are found. I expected Main.class (which I see in the navigator) (Also fails in other workspaces)
verified fixed
ec3743c
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T15:36:20Z
2004-05-20T16:20:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java
46,773
Bug 46773 [formatting][templates] template formatting fails if produced code is not valid java syntax
I200311050952 using the following template ----------------------------- public ${enclosing_type}(${arguments}) { ${cursor} } ----------------------------- I get the following error: !ENTRY org.eclipse.jdt.ui 4 10001 Nov 17, 2003 14:26:29.847 !MESSAGE formatter failed to format (no edit returned). Will use unformatted ...
verified fixed
f8c90a9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T18:42:45Z
2003-11-17T14:40:00Z
org.eclipse.jdt.ui/core
46,773
Bug 46773 [formatting][templates] template formatting fails if produced code is not valid java syntax
I200311050952 using the following template ----------------------------- public ${enclosing_type}(${arguments}) { ${cursor} } ----------------------------- I get the following error: !ENTRY org.eclipse.jdt.ui 4 10001 Nov 17, 2003 14:26:29.847 !MESSAGE formatter failed to format (no edit returned). Will use unformatted ...
verified fixed
f8c90a9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T18:42:45Z
2003-11-17T14:40:00Z
extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java
61,508
Bug 61508 Internal error in sematic highlighting job
I20040506 + Plug-in Export 05.07 While importing plug-in and fragments via PDE I got the following exception: !ENTRY org.eclipse.core.runtime 4 2 Mai 08, 2004 19:00:00.334 !MESSAGE An internal error occurred during: "Semantic Highlighting Job". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.java...
verified fixed
7c50901
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T18:46:26Z
2004-05-08T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingPresenter.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...
61,508
Bug 61508 Internal error in sematic highlighting job
I20040506 + Plug-in Export 05.07 While importing plug-in and fragments via PDE I got the following exception: !ENTRY org.eclipse.core.runtime 4 2 Mai 08, 2004 19:00:00.334 !MESSAGE An internal error occurred during: "Semantic Highlighting Job". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.java...
verified fixed
7c50901
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T18:46:26Z
2004-05-08T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingReconciler.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...
63,908
Bug 63908 Refactorings should inform user about unprecise matches
M9 Currently refactoring considers unprecise matches during searching and refactors them as well which can lead to unexpected results. Refactorings should inform the user about this.
verified fixed
134a20d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T19:46:04Z
2004-05-25T15:46:40Z
org.eclipse.jdt.ui.tests.refactoring/test
63,908
Bug 63908 Refactorings should inform user about unprecise matches
M9 Currently refactoring considers unprecise matches during searching and refactors them as well which can lead to unexpected results. Refactorings should inform the user about this.
verified fixed
134a20d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T19:46:04Z
2004-05-25T15:46:40Z
cases/org/eclipse/jdt/ui/tests/reorg/MoveTest.java
63,908
Bug 63908 Refactorings should inform user about unprecise matches
M9 Currently refactoring considers unprecise matches during searching and refactors them as well which can lead to unexpected results. Refactorings should inform the user about this.
verified fixed
134a20d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T19:46:04Z
2004-05-25T15:46:40Z
org.eclipse.jdt.ui/core