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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
33,773 | Bug 33773 Task Tags preference page clean-up | We should remove the group box around table. Change the title to above the table to something like: "Strings indicating tasks in Java comments:" | resolved fixed | c38a4fe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-05T17:02:45Z | 2003-03-04T17:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskConfigurationBlock.java | package org.eclipse.jdt.internal.ui.preferences;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widg... |
8,790 | Bug 8790 [Wizards] Non-api subclassing of BasicNewResourceWizard | The JavaDoc for BasicNewResourceWizard indicates that that should not be subclassed. It is being subclassed by: org.eclipse.jdt.internal.ui.wizards.NewElementWizard org.eclipse.jdt.ui.examples.projects.ExampleProjectCreationWizard | resolved fixed | 85a3a34 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-05T17:21:34Z | 2002-01-30T22:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient.java | /*******************************************************************************
* Copyright (c) 2000, 2002 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 accompanie... |
8,790 | Bug 8790 [Wizards] Non-api subclassing of BasicNewResourceWizard | The JavaDoc for BasicNewResourceWizard indicates that that should not be subclassed. It is being subclassed by: org.eclipse.jdt.internal.ui.wizards.NewElementWizard org.eclipse.jdt.ui.examples.projects.ExampleProjectCreationWizard | resolved fixed | 85a3a34 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-05T17:21:34Z | 2002-01-30T22:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/JUnitWizard.java | /*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.junit.wizards;
import java.lang.reflect.InvocationTargetException;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IResource;
import org.eclipse.jdt.internal.junit.ui.JUnitPlugin;
import o... |
8,790 | Bug 8790 [Wizards] Non-api subclassing of BasicNewResourceWizard | The JavaDoc for BasicNewResourceWizard indicates that that should not be subclassed. It is being subclassed by: org.eclipse.jdt.internal.ui.wizards.NewElementWizard org.eclipse.jdt.ui.examples.projects.ExampleProjectCreationWizard | resolved fixed | 85a3a34 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-05T17:21:34Z | 2002-01-30T22:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizard.java | /*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.junit.wizards;
import java.net.MalformedURLException;
import org.eclipse.core.resources.IResource;
import org.eclipse.jdt.core.ICompilationUnit;
import org.eclipse.jdt.core.IType;
import org.eclipse.jdt.internal.jun... |
33,358 | Bug 33358 [resources] remove preceeding slash in paths presented to user | null | resolved wontfix | ff8068e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-05T17:31:31Z | 2003-02-26T20:06:40Z | org.eclipse.jdt.ui/core | |
33,358 | Bug 33358 [resources] remove preceeding slash in paths presented to user | null | resolved wontfix | ff8068e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-05T17:31:31Z | 2003-02-26T20:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java | |
33,426 | Bug 33426 Refactoring Dialog should have two lines high message line | RC1 The new refactoring dialog is affected. | resolved fixed | ea6108d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-05T18:08:20Z | 2003-02-27T10:00:00Z | org.eclipse.jdt.ui/ui | |
33,426 | Bug 33426 Refactoring Dialog should have two lines high message line | RC1 The new refactoring dialog is affected. | resolved fixed | ea6108d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-05T18:08:20Z | 2003-02-27T10:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog2.java | |
33,220 | Bug 33220 Missing Preview in Inline Method refactoring | Build 2.1 RC1 1. Open TestCase 2. In editor select method declaration "getName" 3. Refactor->Inline... 4. Check "Delete..." 5. Press "Preview" 6. Expand all ==> the nodes "getName" and "Delete method declaration" don't have a preview while other nodes like "Inline invocation" (below) have one. I would expect to see the... | resolved fixed | 1a935a7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T09:19:19Z | 2003-02-26T11:46:40Z | org.eclipse.jdt.ui/core | |
33,220 | Bug 33220 Missing Preview in Inline Method refactoring | Build 2.1 RC1 1. Open TestCase 2. In editor select method declaration "getName" 3. Refactor->Inline... 4. Check "Delete..." 5. Press "Preview" 6. Expand all ==> the nodes "getName" and "Delete method declaration" don't have a preview while other nodes like "Inline invocation" (below) have one. I would expect to see the... | resolved fixed | 1a935a7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T09:19:19Z | 2003-02-26T11:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CompilationUnitChange.java | |
31,683 | Bug 31683 Show In doesn't work for class file in rt.jar | I20030611 - create Test project that uses Jar container - open NumberFormat.class - activate Show In... and choose Package Explorer Observe: NumberFormat.class doesn't get revealed. | resolved fixed | ededd09 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T10:19:39Z | 2003-02-12T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/ClassPathContainer.java | package org.eclipse.jdt.internal.ui.packageview;
import org.eclipse.core.runtime.IAdaptable;
import org.eclipse.jdt.core.IClasspathContainer;
import org.eclipse.jdt.core.IClasspathEntry;
import org.eclipse.jdt.core.IJavaProject;
import org.eclipse.jdt.core.JavaCore;
import org.eclipse.jdt.core.JavaModelException;
impo... |
31,683 | Bug 31683 Show In doesn't work for class file in rt.jar | I20030611 - create Test project that uses Jar container - open NumberFormat.class - activate Show In... and choose Package Explorer Observe: NumberFormat.class doesn't get revealed. | resolved fixed | ededd09 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T10:19:39Z | 2003-02-12T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java | /*******************************************************************************
* Copyright (c) 2002 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... |
31,683 | Bug 31683 Show In doesn't work for class file in rt.jar | I20030611 - create Test project that uses Jar container - open NumberFormat.class - activate Show In... and choose Package Explorer Observe: NumberFormat.class doesn't get revealed. | resolved fixed | ededd09 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T10:19:39Z | 2003-02-12T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | /*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.packageview;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclipse.core.resources.IProject;
impo... |
31,683 | Bug 31683 Show In doesn't work for class file in rt.jar | I20030611 - create Test project that uses Jar container - open NumberFormat.class - activate Show In... and choose Package Explorer Observe: NumberFormat.class doesn't get revealed. | resolved fixed | ededd09 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T10:19:39Z | 2003-02-12T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | /*******************************************************************************
* Copyright (c) 2000, 2002 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 accompanie... |
23,031 | Bug 23031 Package explorer does not update when input==package [package explorer] | From a java perspective, create a Java project with two packages (say test.package1 and test.package2). Create a couple of classes in both packages. From the package view, select test.package2 and from the context menu, open a new java window on it. Notice you only see the two classes you created in this package. Now g... | resolved fixed | cc3f143 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T11:13:39Z | 2002-08-30T15:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | /*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.packageview;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclipse.core.resources.IProject;
impo... |
32,906 | Bug 32906 Open (in) Type Hierarchy: expansion state is inconsistent across the modes 'show type/supertype/subtype hierarchy' [type hierarchy] | case 1: - select 'show type hierarchy' in the hierarchy view - in an editor press F4 on a class name -> 'show type hierarchy' is ok -> 'show supertype hierarchy' is collapsed -> 'show subtype hierarchy' is ok case 2: - select 'show supertype hierarchy' - in an editor press F4 on a class name -> 'show supertype hierarch... | resolved fixed | 6aa5e19 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T11:23:48Z | 2003-02-25T10:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.typehierarchy;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.BusyIndicator;
import org.eclipse.sw... |
26,250 | Bug 26250 inline method - breaks code when inlining virtual methods [refactoring] | I-20021113 w2k w/ jdt.core patch: When inlining the method Test0.getMessage(), there could be some warning that overridden methods exist in the workspace. In general, this is only safe if the method is private or final. public class Test0 { private static class Inner extends Test0 { String getMessage() { return "overri... | resolved fixed | 74bfa08 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T11:41:05Z | 2002-11-14T10:33:20Z | org.eclipse.jdt.ui/core | |
26,250 | Bug 26250 inline method - breaks code when inlining virtual methods [refactoring] | I-20021113 w2k w/ jdt.core patch: When inlining the method Test0.getMessage(), there could be some warning that overridden methods exist in the workspace. In general, this is only safe if the method is private or final. public class Test0 { private static class Inner extends Test0 { String getMessage() { return "overri... | resolved fixed | 74bfa08 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T11:41:05Z | 2002-11-14T10:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java | |
33,389 | Bug 33389 Read-Only files: Quick fix enabled and gets checkmark! | RC1 1. set a file to ready only. 2. Open the file an set the cursor inside 3. Open the 'Edit' menu. Note that 'Quick fix' is enabled, but 'Content assist' is not 4. Choose 'Quick fix' 5. Open the context menu: Quick fix got a checkmark! | resolved fixed | ae30998 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T16:17:41Z | 2003-02-26T22:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | /**********************************************************************
Copyright (c) 2000, 2002 IBM Corp. 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 is available at
http://www... |
33,512 | Bug 33512 NPE in JavaOutlinePage.getMainType | Build: 2.1 RC1 I found the following in my log file today. I don't know how it happened, and it only happened the once: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage.getMainType(JavaOutlinePage.java:795) at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$1.run(JavaOutli... | resolved fixed | cc353b2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T17:03:47Z | 2003-02-27T23:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | package org.eclipse.jdt.internal.ui.javaeditor;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.List;
import java.util.Vector;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.IAdaptable;
imp... |
33,390 | Bug 33390 No New menu when selecting file | build RC1 When I select a file in the Package Expliorer I should be able to create a new element when poping up the context menu. The parent of the new element should be the parent of the selected file. See Navigator behavior. | verified fixed | 700ee36 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T18:18:49Z | 2003-02-26T22:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/NewWizardsActionGroup.java | package org.eclipse.jdt.internal.ui.actions;
import org.eclipse.core.resources.IContainer;
import org.eclipse.jface.action.IMenuManager;
import org.eclipse.jface.action.MenuManager;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.ui.IWorkbenchSit... |
23,215 | Bug 23215 Type Hierarchy: Ctrl + 1 doesn't work [type hierarchy] | Type Hierarchy allows to switch between its 3 views by hitting Ctrl + 1, Ctrl + 2, Ctrl + 3 (that's what Tooltips say). 2 & 3 work fine, but my Hierarchy doesn't react on Ctrl + 1. Maybe there's an interference with Quick Fix (Ctrl + 1 too, but only active in JavaEditors). Version: 2.0 Build id: 200208201620 | resolved fixed | ab42038 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-06T19:12:13Z | 2002-09-05T12:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.typehierarchy;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.BusyIndicator;
import org.eclipse.sw... |
34,067 | Bug 34067 NPE in ASTREwriter | RC2 - load JUnit - change class Assert in the following way - rename both assert methods in assertOld - change compiler to 1.4 - change body of both assertOld methods to use the new assert keyword - select assertOld(String, condition) - Inline method - preview observe: you get the exception below. sed by: java.lang.Nul... | resolved fixed | bf27ebc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:02:56Z | 2003-03-07T12:26:40Z | org.eclipse.jdt.ui/core | |
34,067 | Bug 34067 NPE in ASTREwriter | RC2 - load JUnit - change class Assert in the following way - rename both assert methods in assertOld - change compiler to 1.4 - change body of both assertOld methods to use the new assert keyword - select assertOld(String, condition) - Inline method - preview observe: you get the exception below. sed by: java.lang.Nul... | resolved fixed | bf27ebc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:02:56Z | 2003-03-07T12:26:40Z | extension/org/eclipse/jdt/internal/corext/dom/ASTRewriteAnalyzer.java | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestOneRead.java | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestTwoReads.java | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestWrite.java | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestOneRead.java | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestTwoReads.java | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestWrite.java | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | org.eclipse.jdt.ui/core | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | org.eclipse.jdt.ui/core | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | org.eclipse.jdt.ui/core | |
33,533 | Bug 33533 Inlining method with assert has unexpected result | I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull metho... | resolved fixed | 16a475a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-07T14:33:46Z | 2003-02-28T13:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ParameterData.java | |
34,506 | Bug 34506 [wording] Confusing warning with package creation "Package will not be visible..." | In the New Package wizard, 1. create a package test.something 2. again do New Package, type in "test" At the top of the wizard it informs you "Note: Package will not be visible in Package Explorer while empty." I don't understand what its trying to tell me. Perhaps its outdated now that we have all the filtering rules ... | verified fixed | ac11803 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-12T17:40:53Z | 2003-03-10T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.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... |
33,260 | Bug 33260 [keybinding] Need to update plugin.xml action declarations with new scheme | null | verified fixed | 1f5fb0a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-13T14:31:16Z | 2003-02-26T14:33: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... |
34,169 | Bug 34169 Add JUnit TestSuite blocks | In RC2 I was able to add a new JUnit test suite using the wizard. After 2 or 3 calls to wizard it stopped working. The "Next" button trigers some activity (mouse pointer changes) but does not advance to the next screen. The same workspace works fine with RC1 after this problem with RC2. | resolved fixed | 53d3160 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-13T15:31:00Z | 2003-03-07T23:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/JUnitWizard.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... |
34,156 | Bug 34156 new class wizard defaults to wrong project | 20030307 1. new workspace 2. import org.apache.ant project as binary. 3. switch to java perspective. 4. use new project button to create project zzz 5. use new class button. Notice that the source holder is org.apache.ant. The gray-lighted element in the package explorer is zzz | verified fixed | 4f36e9a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-13T17:23:42Z | 2003-03-07T20:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.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... |
34,803 | Bug 34803 AddMethodDelegateAction includes System.out.println statements | Are these trace statements? Then we should use the options mechanism to enable them. If these are error messages then we should show a dialog to the user or log them in the log file. if (fgOverrideFinalsFlag) { System.out.println ("method final"); //$NON-NLS-1$ System.out.println (overwrittenMethod); } | verified fixed | 40efd69 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-13T17:37:28Z | 2003-03-12T11:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java | /*******************************************************************************
* Copyright (c) 2000, 2002 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 accompanie... |
34,407 | Bug 34407 NPE in javadoc locations | RC2: noticed this in my log (not sure how it was caused) !ENTRY org.eclipse.core.runtime 4 2 Mar 10, 2003 11:25:19.596 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.javadoc.JavaDocLocations.shutdownJava... | verified fixed | 5ba6693 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T11:03:24Z | 2003-03-10T18:13:20Z | org.eclipse.jdt.ui/core | |
34,407 | Bug 34407 NPE in javadoc locations | RC2: noticed this in my log (not sure how it was caused) !ENTRY org.eclipse.core.runtime 4 2 Mar 10, 2003 11:25:19.596 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.javadoc.JavaDocLocations.shutdownJava... | verified fixed | 5ba6693 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T11:03:24Z | 2003-03-10T18:13:20Z | extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java | |
34,685 | Bug 34685 Error indicated but no error squiggle or message | If you use the following file you get an error outline but no indication of what the problem is or any error message. The error is that "commn.xml" does not exist; it should read common.xml. main.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE project [ <!ENTITY buildmagic SYSTEM "file:buildmagic/commn.xml"> ]> <p... | verified fixed | ce2215b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T11:43:34Z | 2003-03-11T19:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter.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... |
34,195 | Bug 34195 Matching bracket not working | hi, I was trying to match a bracket in a core jdk class (BasicScrollBarUI) inside the method actionPerformed() for the curly brace at the end of the line: 1156. The short cut key is Ctrl+Shift+P (default). The first time that i performed this key combo, the cursor was moved to the beginning of line 1164, which is corre... | closed fixed | 73c49d5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T13:58:56Z | 2003-03-08T13: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... |
34,332 | Bug 34332 Spurious JUnit View Opens in Debug Perspective | Using RC2. This is a wierd one, so please for give me if this is working as designed. 1. Write and run HelloWorld.java. 2. Open the Debug perspective. 3. Notice that the Console and Task views are correctly stacked in place. 4. Select the terminated process and choose "Remove All Terminated" from the context menu. 5. N... | verified fixed | 76db393 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T14:38:08Z | 2003-03-10T15:26:40Z | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.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... |
34,332 | Bug 34332 Spurious JUnit View Opens in Debug Perspective | Using RC2. This is a wierd one, so please for give me if this is working as designed. 1. Write and run HelloWorld.java. 2. Open the Debug perspective. 3. Notice that the Console and Task views are correctly stacked in place. 4. Select the terminated process and choose "Remove All Terminated" from the context menu. 5. N... | verified fixed | 76db393 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T14:38:08Z | 2003-03-10T15:26:40Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.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... |
34,332 | Bug 34332 Spurious JUnit View Opens in Debug Perspective | Using RC2. This is a wierd one, so please for give me if this is working as designed. 1. Write and run HelloWorld.java. 2. Open the Debug perspective. 3. Notice that the Console and Task views are correctly stacked in place. 4. Select the terminated process and choose "Remove All Terminated" from the context menu. 5. N... | verified fixed | 76db393 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T14:38:08Z | 2003-03-10T15:26:40Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/JUnitWizard.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 is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contribu... |
34,203 | Bug 34203 Generate setter produces incorrect code | If you have a variable like fDefault with a declared prefix of f and generate a setter for it, the code produced will be, e.g., public void setDefault(String default) { fDefault = default; } The generated code is wrong on several levels. First, it does not compile because default is a keyword. Second, the formatter scr... | verified fixed | d1d641b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T14:39:58Z | 2003-03-08T19:00:00Z | org.eclipse.jdt.ui/core | |
34,203 | Bug 34203 Generate setter produces incorrect code | If you have a variable like fDefault with a declared prefix of f and generate a setter for it, the code produced will be, e.g., public void setDefault(String default) { fDefault = default; } The generated code is wrong on several levels. First, it does not compile because default is a keyword. Second, the formatter scr... | verified fixed | d1d641b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T14:39:58Z | 2003-03-08T19:00:00Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java | |
34,484 | Bug 34484 [wording] "Filters" menu icon missing from Package Explorer view menu | The Navigator and Package Explorer both have a "Filters" item in the view menu. In the Navigator, the Filters menu item has an icon. In the Package Explorer, it does not. Same for Projects view in the Java Browsing perspective. | verified fixed | e16e4f4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T14:46:14Z | 2003-03-10T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.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... |
34,484 | Bug 34484 [wording] "Filters" menu icon missing from Package Explorer view menu | The Navigator and Package Explorer both have a "Filters" item in the view menu. In the Navigator, the Filters menu item has an icon. In the Package Explorer, it does not. Same for Projects view in the Java Browsing perspective. | verified fixed | e16e4f4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T14:46:14Z | 2003-03-10T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.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... |
34,335 | Bug 34335 DND doesn't work | RC2 Linux-GTK Drag and drop doesn't work. I've tried it in the DNDExample and in the package explorer and drags are never initiated. | verified fixed | a68a2a7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T15:57:21Z | 2003-03-10T15:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.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... |
34,335 | Bug 34335 DND doesn't work | RC2 Linux-GTK Drag and drop doesn't work. I've tried it in the DNDExample and in the package explorer and drags are never initiated. | verified fixed | a68a2a7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T15:57:21Z | 2003-03-10T15:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/JdtViewerDragAdapter.java | |
34,335 | Bug 34335 DND doesn't work | RC2 Linux-GTK Drag and drop doesn't work. I've tried it in the DNDExample and in the package explorer and drags are never initiated. | verified fixed | a68a2a7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T15:57:21Z | 2003-03-10T15:26:40Z | 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... |
34,335 | Bug 34335 DND doesn't work | RC2 Linux-GTK Drag and drop doesn't work. I've tried it in the DNDExample and in the package explorer and drags are never initiated. | verified fixed | a68a2a7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T15:57:21Z | 2003-03-10T15:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDragAdapter.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... |
34,335 | Bug 34335 DND doesn't work | RC2 Linux-GTK Drag and drop doesn't work. I've tried it in the DNDExample and in the package explorer and drags are never initiated. | verified fixed | a68a2a7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T15:57:21Z | 2003-03-10T15:26: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... |
34,335 | Bug 34335 DND doesn't work | RC2 Linux-GTK Drag and drop doesn't work. I've tried it in the DNDExample and in the package explorer and drags are never initiated. | verified fixed | a68a2a7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T15:57:21Z | 2003-03-10T15:26: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... |
34,848 | Bug 34848 Accessibility: cannot easily switch between the type hierarchys | Before there were keybindings we had support to switch between type hierarchies using ctrl keys. We had to remove this support for 2.1. Here are the options: 1) adding global actions (initially with no keybinding defined) 2) add the actions to switch between the hierarchy displays to the View drop down (which is access... | verified fixed | 441bcc8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T16:08:14Z | 2003-03-12T17:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/ToggleViewAction.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... |
34,848 | Bug 34848 Accessibility: cannot easily switch between the type hierarchys | Before there were keybindings we had support to switch between type hierarchies using ctrl keys. We had to remove this support for 2.1. Here are the options: 1) adding global actions (initially with no keybinding defined) 2) add the actions to switch between the hierarchy displays to the View drop down (which is access... | verified fixed | 441bcc8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T16:08:14Z | 2003-03-12T17:26: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... |
34,754 | Bug 34754 Array out of bounds in code assist | Build: 2.1 RC2 I got into a state when invoking code assist where the popup window was empty. I can't reproduce it, but I was typing while the popup was open. When I entered a character that narrowed down the possible search values to zero, I was left with an empty popup window. In my case I had entered resource.getK (... | verified fixed | d238ead | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-14T19:41:52Z | 2003-03-11T22:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.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... |
34,859 | Bug 34859 [wording] wizard titles | from Nick: Tooltips on toolbar buttons should be the same as what would be used in a menu item for the action (excluding any mnemonics or elipses) and should use book title capitalization. Also, the titles of dialogs should correspond to the invoking action (whether invoked by menus or toolbar buttons). JDT: - Create a... | verified fixed | 369c9c0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T12:00:14Z | 2003-03-12T20:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/AbstractOpenWizardAction.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... |
34,859 | Bug 34859 [wording] wizard titles | from Nick: Tooltips on toolbar buttons should be the same as what would be used in a menu item for the action (excluding any mnemonics or elipses) and should use book title capitalization. Also, the titles of dialogs should correspond to the invoking action (whether invoked by menus or toolbar buttons). JDT: - Create a... | verified fixed | 369c9c0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T12:00:14Z | 2003-03-12T20:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSnippetFileCreationWizard.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... |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | org.eclipse.jdt.ui/core | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | org.eclipse.jdt.ui/core | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/AddToClasspathChange.java | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | org.eclipse.jdt.ui/core | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameCompilationUnitChange.java | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | org.eclipse.jdt.ui/core | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameJavaProjectChange.java | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | org.eclipse.jdt.ui/core | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenamePackageChange.java | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | org.eclipse.jdt.ui/core | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameSourceFolderChange.java | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | org.eclipse.jdt.ui/core | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | org.eclipse.jdt.ui/core | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RefactoringAnalyzeUtil.java | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | org.eclipse.jdt.ui/core | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldRefactoring.java | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | org.eclipse.jdt.ui/core | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RippleMethodFinder.java | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | org.eclipse.jdt.ui/core | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | org.eclipse.jdt.ui/core | |
35,123 | Bug 35123 NLS not done correctly | I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed. | verified fixed | 5878cf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T14:01:58Z | 2003-03-17T08:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java | |
34,661 | Bug 34661 [Global Actions] [Help] No F1 help for certain global actions | 2.1 RC2 build I20030307 Certain global actions are missing their help contexts: File / Revert File / Print The workbench should have defaults for these. Handling actions can provide more specific help contexts if appropriate (e.g. the Text editor). Also need to check the following. The Navigator provides help contexts ... | verified fixed | 14f3db1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T16:18:22Z | 2003-03-11T16:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.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... |
34,661 | Bug 34661 [Global Actions] [Help] No F1 help for certain global actions | 2.1 RC2 build I20030307 Certain global actions are missing their help contexts: File / Revert File / Print The workbench should have defaults for these. Handling actions can provide more specific help contexts if appropriate (e.g. the Text editor). Also need to check the following. The Navigator provides help contexts ... | verified fixed | 14f3db1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T16:18:22Z | 2003-03-11T16:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.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... |
34,205 | Bug 34205 Wrap string produces incorrect code | Balance string is turned off, wrap string on. User is entering a list of string constants, e.g., public static final String[] KEYWORDS = new String[] { "a", "b", //... }; To make data entry go faster, user copies to clipboard the "continuation" of each line, e.g., the characters: ", " Now, user types, "c and pastes the... | verified fixed | 3c815c3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T19:22:07Z | 2003-03-08T19:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaStringAutoIndentStrategy.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... |
33,629 | Bug 33629 Double-quote as character value broken in RC1 | There is a series of related bugs under the category of it's really hard to enter a character value containing a double-quote character and when you try it strange things can happen. 1. Single-quote balancing seems not to work at all. When you type a single quote you get a single quote. 2. When you type the character s... | verified fixed | c0eed80 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T19:22:59Z | 2003-03-02T18:33:20Z | org.eclipse.jdt.ui/core | |
33,629 | Bug 33629 Double-quote as character value broken in RC1 | There is a series of related bugs under the category of it's really hard to enter a character value containing a double-quote character and when you try it strange things can happen. 1. Single-quote balancing seems not to work at all. When you type a single quote you get a single quote. 2. When you type the character s... | verified fixed | c0eed80 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T19:22:59Z | 2003-03-02T18:33:20Z | extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java | |
33,629 | Bug 33629 Double-quote as character value broken in RC1 | There is a series of related bugs under the category of it's really hard to enter a character value containing a double-quote character and when you try it strange things can happen. 1. Single-quote balancing seems not to work at all. When you type a single quote you get a single quote. 2. When you type the character s... | verified fixed | c0eed80 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T19:22:59Z | 2003-03-02T18:33: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... |
33,629 | Bug 33629 Double-quote as character value broken in RC1 | There is a series of related bugs under the category of it's really hard to enter a character value containing a double-quote character and when you try it strange things can happen. 1. Single-quote balancing seems not to work at all. When you type a single quote you get a single quote. 2. When you type the character s... | verified fixed | c0eed80 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T19:22:59Z | 2003-03-02T18:33: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... |
33,629 | Bug 33629 Double-quote as character value broken in RC1 | There is a series of related bugs under the category of it's really hard to enter a character value containing a double-quote character and when you try it strange things can happen. 1. Single-quote balancing seems not to work at all. When you type a single quote you get a single quote. 2. When you type the character s... | verified fixed | c0eed80 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T19:22:59Z | 2003-03-02T18:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
33,629 | Bug 33629 Double-quote as character value broken in RC1 | There is a series of related bugs under the category of it's really hard to enter a character value containing a double-quote character and when you try it strange things can happen. 1. Single-quote balancing seems not to work at all. When you type a single quote you get a single quote. 2. When you type the character s... | verified fixed | c0eed80 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T19:22:59Z | 2003-03-02T18:33:20Z | 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... |
33,629 | Bug 33629 Double-quote as character value broken in RC1 | There is a series of related bugs under the category of it's really hard to enter a character value containing a double-quote character and when you try it strange things can happen. 1. Single-quote balancing seems not to work at all. When you type a single quote you get a single quote. 2. When you type the character s... | verified fixed | c0eed80 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T19:22:59Z | 2003-03-02T18:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/ContentAssistPreference.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... |
33,629 | Bug 33629 Double-quote as character value broken in RC1 | There is a series of related bugs under the category of it's really hard to enter a character value containing a double-quote character and when you try it strange things can happen. 1. Single-quote balancing seems not to work at all. When you type a single quote you get a single quote. 2. When you type the character s... | verified fixed | c0eed80 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-03-17T19:22:59Z | 2003-03-02T18:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/FastJavaPartitionScanner.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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.