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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
38,469 | Bug 38469 inline method: incorrect in innerclasses [refactoring] | public int fred(){ return super.hashCode(); } void f(int p){ new Ad(){ void f(){ int u= Ad.this.fred(); } }; } inline fred the temp u is now initialized to a different value - no compile error a different hashCode method is called | resolved fixed | 19c88af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T10:45:40Z | 2003-06-05T10:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java | |
38,469 | Bug 38469 inline method: incorrect in innerclasses [refactoring] | public int fred(){ return super.hashCode(); } void f(int p){ new Ad(){ void f(){ int u= Ad.this.fred(); } }; } inline fred the temp u is now initialized to a different value - no compile error a different hashCode method is called | resolved fixed | 19c88af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T10:45:40Z | 2003-06-05T10:46:40Z | org.eclipse.jdt.ui/core | |
38,469 | Bug 38469 inline method: incorrect in innerclasses [refactoring] | public int fred(){ return super.hashCode(); } void f(int p){ new Ad(){ void f(){ int u= Ad.this.fred(); } }; } inline fred the temp u is now initialized to a different value - no compile error a different hashCode method is called | resolved fixed | 19c88af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T10:45:40Z | 2003-06-05T10:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java | |
38,469 | Bug 38469 inline method: incorrect in innerclasses [refactoring] | public int fred(){ return super.hashCode(); } void f(int p){ new Ad(){ void f(){ int u= Ad.this.fred(); } }; } inline fred the temp u is now initialized to a different value - no compile error a different hashCode method is called | resolved fixed | 19c88af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T10:45:40Z | 2003-06-05T10:46:40Z | org.eclipse.jdt.ui/core | |
38,469 | Bug 38469 inline method: incorrect in innerclasses [refactoring] | public int fred(){ return super.hashCode(); } void f(int p){ new Ad(){ void f(){ int u= Ad.this.fred(); } }; } inline fred the temp u is now initialized to a different value - no compile error a different hashCode method is called | resolved fixed | 19c88af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T10:45:40Z | 2003-06-05T10:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java | |
38,469 | Bug 38469 inline method: incorrect in innerclasses [refactoring] | public int fred(){ return super.hashCode(); } void f(int p){ new Ad(){ void f(){ int u= Ad.this.fred(); } }; } inline fred the temp u is now initialized to a different value - no compile error a different hashCode method is called | resolved fixed | 19c88af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T10:45:40Z | 2003-06-05T10:46:40Z | org.eclipse.jdt.ui/core | |
38,469 | Bug 38469 inline method: incorrect in innerclasses [refactoring] | public int fred(){ return super.hashCode(); } void f(int p){ new Ad(){ void f(){ int u= Ad.this.fred(); } }; } inline fred the temp u is now initialized to a different value - no compile error a different hashCode method is called | resolved fixed | 19c88af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T10:45:40Z | 2003-06-05T10:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java | |
122,501 | Bug 122501 [typing][content assist] Extra bracket gets generated as shown: System.out.println() ) | In the Java IDE, after typing out System.out.println( and pressing SPACEBAR, on a fresh line, generates System.out.println() ) This happens only when the content-assist window pops up. On trying to edit the line again, the problem does not show up, as long as the content-assist window is not up again. | resolved fixed | bd7191f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T10:47:41Z | 2006-01-03T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... |
120,544 | Bug 120544 [build path] Editing external source folder does not persist | null | resolved fixed | 5a932d4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T10:52:02Z | 2005-12-13T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,544 | Bug 120544 [build path] Editing external source folder does not persist | null | resolved fixed | 5a932d4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T10:52:02Z | 2005-12-13T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,544 | Bug 120544 [build path] Editing external source folder does not persist | null | resolved fixed | 5a932d4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T10:52:02Z | 2005-12-13T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
122,176 | Bug 122176 Invalid project description when creating new project in default location when using NewJavaProjectWizardPage | When installing Parasoft Jtest 7.5 into Eclipse 3.2 M4, File > New > Jtest Example Project doesn't work when using the default location. I will attach a stack trace. This feature works in Eclipse 3.1.1, and I believe it also worked in Eclispe 3.2 M3. I've only tested it so far on Windows XP SP2. I've identified the pro... | resolved fixed | fdf0718 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T12:03:10Z | 2005-12-27T21:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... |
122,176 | Bug 122176 Invalid project description when creating new project in default location when using NewJavaProjectWizardPage | When installing Parasoft Jtest 7.5 into Eclipse 3.2 M4, File > New > Jtest Example Project doesn't work when using the default location. I will attach a stack trace. This feature works in Eclipse 3.1.1, and I believe it also worked in Eclispe 3.2 M3. I've only tested it so far on Windows XP SP2. I've identified the pro... | resolved fixed | fdf0718 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T12:03:10Z | 2005-12-27T21:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPage.java | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... |
122,176 | Bug 122176 Invalid project description when creating new project in default location when using NewJavaProjectWizardPage | When installing Parasoft Jtest 7.5 into Eclipse 3.2 M4, File > New > Jtest Example Project doesn't work when using the default location. I will attach a stack trace. This feature works in Eclipse 3.1.1, and I believe it also worked in Eclispe 3.2 M3. I've only tested it so far on Windows XP SP2. I've identified the pro... | resolved fixed | fdf0718 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T12:03:10Z | 2005-12-27T21:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
122,176 | Bug 122176 Invalid project description when creating new project in default location when using NewJavaProjectWizardPage | When installing Parasoft Jtest 7.5 into Eclipse 3.2 M4, File > New > Jtest Example Project doesn't work when using the default location. I will attach a stack trace. This feature works in Eclipse 3.1.1, and I believe it also worked in Eclispe 3.2 M3. I've only tested it so far on Windows XP SP2. I've identified the pro... | resolved fixed | fdf0718 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T12:03:10Z | 2005-12-27T21:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavaCapabilityConfigurationPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
122,176 | Bug 122176 Invalid project description when creating new project in default location when using NewJavaProjectWizardPage | When installing Parasoft Jtest 7.5 into Eclipse 3.2 M4, File > New > Jtest Example Project doesn't work when using the default location. I will attach a stack trace. This feature works in Eclipse 3.1.1, and I believe it also worked in Eclispe 3.2 M3. I've only tested it so far on Windows XP SP2. I've identified the pro... | resolved fixed | fdf0718 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T12:03:10Z | 2005-12-27T21:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
122,505 | Bug 122505 [build path] Can't exclude folder if exclusion pattern disabled on project/workspace level | Version: 3.2.0 Build id: I20051220-0800 Create project with inclusion and exclusion patters disabled and no seperate src and output folder. On build path menu select 'New Source Folder' The wizard shows the error: Cannot nest 'P03/src' inside 'P03'. To enable the nesting exclude 'src/' from 'P03' But the check box is d... | resolved fixed | bd6296f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T12:10:41Z | 2006-01-03T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
122,619 | Bug 122619 InferTypeArgumentsAction.selectionChanged logs closed project | null | resolved fixed | 445419b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T14:46:19Z | 2006-01-04T13:06:40Z | org.eclipse.jdt.ui/core | |
122,619 | Bug 122619 InferTypeArgumentsAction.selectionChanged logs closed project | null | resolved fixed | 445419b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T14:46:19Z | 2006-01-04T13:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java | |
122,619 | Bug 122619 InferTypeArgumentsAction.selectionChanged logs closed project | null | resolved fixed | 445419b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T14:46:19Z | 2006-01-04T13:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddJavaDocStubAction.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,389 | Bug 120389 [quick fix] replace conditional with if-else removes + from += | Using Build I20051102-1600. I create a class [snip] package bla; class Bla { void bla() { boolean cond = true; int i = 42; i += ( cond ) ? 1 : 2; } } [snap] Now I move the cursor over the second cond and trigger the Quickfix 'Replace conditional with if-else'. This results in [snip] int i = 42; if (cond) i = 1; else i ... | resolved fixed | c8ee64a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T17:32:14Z | 2005-12-12T17:53:20Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,389 | Bug 120389 [quick fix] replace conditional with if-else removes + from += | Using Build I20051102-1600. I create a class [snip] package bla; class Bla { void bla() { boolean cond = true; int i = 42; i += ( cond ) ? 1 : 2; } } [snap] Now I move the cursor over the second cond and trigger the Quickfix 'Replace conditional with if-else'. This results in [snip] int i = 42; if (cond) i = 1; else i ... | resolved fixed | c8ee64a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T17:32:14Z | 2005-12-12T17:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,673 | Bug 120673 [hierarchy] on anonymous interface does not include focus type | I20051213-0010, same in 3.1 The type hierarchies on new Cloneable(){} and new Object(){} do not include the anonymous type itself. IMO, the focus type should always be shown in the hierarchy. Supertype hierarchy is fine. class Type { void m() { new Cloneable() {}; // Type Hier. is only Object new Object() {}; // Type H... | resolved fixed | b1b6c27 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T17:34:50Z | 2005-12-13T18:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/SubTypeHierarchyViewer.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,673 | Bug 120673 [hierarchy] on anonymous interface does not include focus type | I20051213-0010, same in 3.1 The type hierarchies on new Cloneable(){} and new Object(){} do not include the anonymous type itself. IMO, the focus type should always be shown in the hierarchy. Supertype hierarchy is fine. class Type { void m() { new Cloneable() {}; // Type Hier. is only Object new Object() {}; // Type H... | resolved fixed | b1b6c27 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T17:34:50Z | 2005-12-13T18:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TraditionalHierarchyViewer.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,673 | Bug 120673 [hierarchy] on anonymous interface does not include focus type | I20051213-0010, same in 3.1 The type hierarchies on new Cloneable(){} and new Object(){} do not include the anonymous type itself. IMO, the focus type should always be shown in the hierarchy. Supertype hierarchy is fine. class Type { void m() { new Cloneable() {}; // Type Hier. is only Object new Object() {}; // Type H... | resolved fixed | b1b6c27 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T17:34:50Z | 2005-12-13T18:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyContentProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,831 | Bug 120831 [javadoc] Open External Javadoc fails for nested binary types | null | resolved fixed | 22b4181 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T17:49:45Z | 2005-12-14T08:46:40Z | org.eclipse.jdt.ui/core | |
120,831 | Bug 120831 [javadoc] Open External Javadoc fails for nested binary types | null | resolved fixed | 22b4181 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T17:49:45Z | 2005-12-14T08:46:40Z | extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java | |
120,851 | Bug 120851 NewTypeWizardPage doesnt add imports of contributed type content | Extending on the NewTypeWizardPage and wanting to provide my own content for the type, I overrode 'constructCUContent(cu, typeContent, delimiter)' and passed in the typeContent which included the correct imports. Even though the correct imports were passed in, the ImportsManager doesnt add them finally to the document.... | resolved fixed | 3141049 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T17:56:05Z | 2005-12-14T11:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,864 | Bug 120864 [quick fix] Rename type to A.B' fails in compilation unit with non-java name | null | resolved fixed | 1600046 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T17:57:59Z | 2005-12-14T14:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectMainTypeNameProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,864 | Bug 120864 [quick fix] Rename type to A.B' fails in compilation unit with non-java name | null | resolved fixed | 1600046 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-04T17:57:59Z | 2005-12-14T14:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
122,319 | Bug 122319 [working sets] JME while trying to delete missing project | 1. Create plugin project 2. Add it to some project set; enable working sets view in project explorer (optional?) 3. Launch runtime workbench 4. Import this project in runtime workspace; do not copy 5. Add it to some project set as on step 2 only in runtime workbench 6. Close runtime workbench 7. Delete project with con... | resolved fixed | 9d43918 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T09:58:41Z | 2005-12-29T12:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetUpdater.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
119,849 | Bug 119849 Open Type's Window Working Sets setting isn't remembered | Using the the build "I20051206-1200" the "Open Type" dialog doesn't remember the setting "Window Working Sets" for the "Select Working Sets..." option. The other settings are remembered :/ Example: I have a clean workspace, create two projects (A and B, w/ one class each: A and B), assign to two working sets (one conta... | resolved fixed | 07c8480 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T10:00:31Z | 2005-12-08T11:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionComponent.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
119,849 | Bug 119849 Open Type's Window Working Sets setting isn't remembered | Using the the build "I20051206-1200" the "Open Type" dialog doesn't remember the setting "Window Working Sets" for the "Select Working Sets..." option. The other settings are remembered :/ Example: I have a clean workspace, create two projects (A and B, w/ one class each: A and B), assign to two working sets (one conta... | resolved fixed | 07c8480 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T10:00:31Z | 2005-12-08T11:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
100,487 | Bug 100487 [build path] Build Path variables not updated after "Configure Variables" used | Please note this is NOT a duplicate of 82850. Updating a classpath variable from the project's Java Build Path does not reflect a change as expected. Steps to reproduce: 1. Open Project Properties page, and choose Java Build Path. 2. Select the Libraries tab, and click "Add Variable". 3. Note the list of variables show... | resolved fixed | ccb2893 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T11:14:43Z | 2005-06-16T22:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
100,487 | Bug 100487 [build path] Build Path variables not updated after "Configure Variables" used | Please note this is NOT a duplicate of 82850. Updating a classpath variable from the project's Java Build Path does not reflect a change as expected. Steps to reproduce: 1. Open Project Properties page, and choose Java Build Path. 2. Select the Libraries tab, and click "Add Variable". 3. Note the list of variables show... | resolved fixed | ccb2893 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T11:14:43Z | 2005-06-16T22:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
54,900 | Bug 54900 [rulers] Java Editor does not show ruler on external Java files | null | resolved fixed | e210b9e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T13:18:02Z | 2004-03-15T22:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
96,917 | Bug 96917 [implementation] If two editors use the 2.x-compatible API, one or both doesn't work | At least one problem is that 3.0 installs partitioners for every editor that might possibly edit a file, but each editor expects its own partitioner to be installed. Leading to the famous white screen with blue line. | resolved fixed | 82f78b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T14:56:11Z | 2005-05-27T07:46:40Z | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/SynchronizedLineDifferInitializationTest.java | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... |
96,917 | Bug 96917 [implementation] If two editors use the 2.x-compatible API, one or both doesn't work | At least one problem is that 3.0 installs partitioners for every editor that might possibly edit a file, but each editor expects its own partitioner to be installed. Leading to the famous white screen with blue line. | resolved fixed | 82f78b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T14:56:11Z | 2005-05-27T07:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
96,917 | Bug 96917 [implementation] If two editors use the 2.x-compatible API, one or both doesn't work | At least one problem is that 3.0 installs partitioners for every editor that might possibly edit a file, but each editor expects its own partitioner to be installed. Leading to the famous white screen with blue line. | resolved fixed | 82f78b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T14:56:11Z | 2005-05-27T07:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
96,917 | Bug 96917 [implementation] If two editors use the 2.x-compatible API, one or both doesn't work | At least one problem is that 3.0 installs partitioners for every editor that might possibly edit a file, but each editor expects its own partitioner to be installed. Leading to the famous white screen with blue line. | resolved fixed | 82f78b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T14:56:11Z | 2005-05-27T07:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/DocumentAdapter.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
96,917 | Bug 96917 [implementation] If two editors use the 2.x-compatible API, one or both doesn't work | At least one problem is that 3.0 installs partitioners for every editor that might possibly edit a file, but each editor expects its own partitioner to be installed. Leading to the famous white screen with blue line. | resolved fixed | 82f78b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T14:56:11Z | 2005-05-27T07:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaDocumentFactory.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
96,917 | Bug 96917 [implementation] If two editors use the 2.x-compatible API, one or both doesn't work | At least one problem is that 3.0 installs partitioners for every editor that might possibly edit a file, but each editor expects its own partitioner to be installed. Leading to the famous white screen with blue line. | resolved fixed | 82f78b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T14:56:11Z | 2005-05-27T07:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/PartiallySynchronizedDocument.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
94,265 | Bug 94265 [build path] native library configuration should also be possible via JAR properties | I20050510-0010 native library configuration should also be possible via JAR properties | resolved fixed | e4b3b74 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T16:29:24Z | 2005-05-10T10:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesConfigurationBlock.java | |
94,265 | Bug 94265 [build path] native library configuration should also be possible via JAR properties | I20050510-0010 native library configuration should also be possible via JAR properties | resolved fixed | e4b3b74 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T16:29:24Z | 2005-05-10T10:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesPropertyPage.java | |
94,265 | Bug 94265 [build path] native library configuration should also be possible via JAR properties | I20050510-0010 native library configuration should also be possible via JAR properties | resolved fixed | e4b3b74 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T16:29:24Z | 2005-05-10T10:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
94,265 | Bug 94265 [build path] native library configuration should also be possible via JAR properties | I20050510-0010 native library configuration should also be possible via JAR properties | resolved fixed | e4b3b74 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T16:29:24Z | 2005-05-10T10:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/NativeLibrariesDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2005 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... |
97,429 | Bug 97429 [build path] Native library attribute should be available on the container as well | RC1 Why don't we have a native library attribute for class path containers ? | resolved fixed | e140396 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T17:26:59Z | 2005-05-31T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesPropertyPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
97,429 | Bug 97429 [build path] Native library attribute should be available on the container as well | RC1 Why don't we have a native library attribute for class path containers ? | resolved fixed | e140396 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T17:26:59Z | 2005-05-31T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
97,429 | Bug 97429 [build path] Native library attribute should be available on the container as well | RC1 Why don't we have a native library attribute for class path containers ? | resolved fixed | e140396 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-05T17:26:59Z | 2005-05-31T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
122,731 | Bug 122731 [build path] Variable value not updated in source tabe | Version: 3.2.0 Build id: I20060103-0800 Open projects build path property page, library tab. Add folder variable MY_VAR. Add folder variable MY_VAR. Edit path from one of the two variable entries. Only the edited one is updated, the other one remains unchanged. Close the properties by clicking ok and reopen it. Now bot... | resolved fixed | 8daa566 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T10:04:38Z | 2006-01-05T08:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
114,732 | Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message | I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next ... | resolved fixed | 25a60f5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T10:45:33Z | 2005-11-02T11:13:20Z | org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
114,732 | Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message | I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next ... | resolved fixed | 25a60f5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T10:45:33Z | 2005-11-02T11:13:20Z | org.eclipse.jdt.ui/core | |
114,732 | Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message | I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next ... | resolved fixed | 25a60f5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T10:45:33Z | 2005-11-02T11:13:20Z | extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java | |
114,732 | Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message | I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next ... | resolved fixed | 25a60f5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T10:45:33Z | 2005-11-02T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AbstractCleanUp.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
114,732 | Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message | I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next ... | resolved fixed | 25a60f5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T10:45:33Z | 2005-11-02T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
114,732 | Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message | I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next ... | resolved fixed | 25a60f5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T10:45:33Z | 2005-11-02T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CodeStyleCleanUp.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
114,732 | Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message | I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next ... | resolved fixed | 25a60f5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T10:45:33Z | 2005-11-02T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ICleanUp.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
114,732 | Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message | I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next ... | resolved fixed | 25a60f5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T10:45:33Z | 2005-11-02T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/Java50CleanUp.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
114,732 | Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message | I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next ... | resolved fixed | 25a60f5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T10:45:33Z | 2005-11-02T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
114,732 | Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message | I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next ... | resolved fixed | 25a60f5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T10:45:33Z | 2005-11-02T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StringCleanUp.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
114,732 | Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message | I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next ... | resolved fixed | 25a60f5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T10:45:33Z | 2005-11-02T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnusedCodeCleanUp.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
121,862 | Bug 121862 [clean up][infrastructure] Do not reference compare IJavaElements in CleanUpRefactoring | Just had a look at your code (CleanUpRefactoring). I noticed that your trying to compare Java element handles using == or !=. This might work for some particular cases but in general Java element handles must never be compared using reference equality. Handles are not unique objects, and there are several different han... | resolved fixed | b64128a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T11:08:31Z | 2005-12-22T08:26:40Z | org.eclipse.jdt.ui/core | |
121,862 | Bug 121862 [clean up][infrastructure] Do not reference compare IJavaElements in CleanUpRefactoring | Just had a look at your code (CleanUpRefactoring). I noticed that your trying to compare Java element handles using == or !=. This might work for some particular cases but in general Java element handles must never be compared using reference equality. Handles are not unique objects, and there are several different han... | resolved fixed | b64128a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T11:08:31Z | 2005-12-22T08:26:40Z | extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java | |
118,031 | Bug 118031 [clean up] Add @Override and @Deprecated only for 5.0 projects | 20051125 I selected a compilation unit to process in a 1.4 project. Clean up has 'add @Override and @Deprecated' on by default. Would be better if it is unchecked or even disabled | resolved fixed | 4c19aa9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T12:02:00Z | 2005-11-25T12:00:00Z | org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
118,031 | Bug 118031 [clean up] Add @Override and @Deprecated only for 5.0 projects | 20051125 I selected a compilation unit to process in a 1.4 project. Clean up has 'add @Override and @Deprecated' on by default. Would be better if it is unchecked or even disabled | resolved fixed | 4c19aa9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T12:02:00Z | 2005-11-25T12:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AbstractCleanUp.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
118,031 | Bug 118031 [clean up] Add @Override and @Deprecated only for 5.0 projects | 20051125 I selected a compilation unit to process in a 1.4 project. Clean up has 'add @Override and @Deprecated' on by default. Would be better if it is unchecked or even disabled | resolved fixed | 4c19aa9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T12:02:00Z | 2005-11-25T12:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
118,031 | Bug 118031 [clean up] Add @Override and @Deprecated only for 5.0 projects | 20051125 I selected a compilation unit to process in a 1.4 project. Clean up has 'add @Override and @Deprecated' on by default. Would be better if it is unchecked or even disabled | resolved fixed | 4c19aa9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T12:02:00Z | 2005-11-25T12:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ICleanUp.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
118,031 | Bug 118031 [clean up] Add @Override and @Deprecated only for 5.0 projects | 20051125 I selected a compilation unit to process in a 1.4 project. Clean up has 'add @Override and @Deprecated' on by default. Would be better if it is unchecked or even disabled | resolved fixed | 4c19aa9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T12:02:00Z | 2005-11-25T12:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/Java50CleanUp.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,528 | Bug 120528 [clean up] inside editor behaves unexpected | Build id: I20051213-0010 Invoking Context Menu > Source > Clean Up... inside a java editor currently does nothing (no dialog, no error message). We should either assume the enclosing cu as a selection or disable the action. | resolved fixed | 03f74e4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T13:37:16Z | 2005-12-13T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CleanUpAction.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,528 | Bug 120528 [clean up] inside editor behaves unexpected | Build id: I20051213-0010 Invoking Context Menu > Source > Clean Up... inside a java editor currently does nothing (no dialog, no error message). We should either assume the enclosing cu as a selection or disable the action. | resolved fixed | 03f74e4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T13:37:16Z | 2005-12-13T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,528 | Bug 120528 [clean up] inside editor behaves unexpected | Build id: I20051213-0010 Invoking Context Menu > Source > Clean Up... inside a java editor currently does nothing (no dialog, no error message). We should either assume the enclosing cu as a selection or disable the action. | resolved fixed | 03f74e4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T13:37:16Z | 2005-12-13T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
122,906 | Bug 122906 [quick fix] add unimplemented method does not consider name conflicts | Version: 3.2.0 Build id: I20060105-0800 Having: package ibm.util; public class Properties {} package ibm.util; import java.util.Properties; public interface F { public void b(Properties p); public void g(ibm.util.Properties p); } package ibm.util; public class Test implements F { } Then applying quick fix 'add unimplem... | resolved fixed | 3bf4e6d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T14:59:05Z | 2006-01-06T15:06:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/AddImportTest.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
122,906 | Bug 122906 [quick fix] add unimplemented method does not consider name conflicts | Version: 3.2.0 Build id: I20060105-0800 Having: package ibm.util; public class Properties {} package ibm.util; import java.util.Properties; public interface F { public void b(Properties p); public void g(ibm.util.Properties p); } package ibm.util; public class Test implements F { } Then applying quick fix 'add unimplem... | resolved fixed | 3bf4e6d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T14:59:05Z | 2006-01-06T15:06:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
122,906 | Bug 122906 [quick fix] add unimplemented method does not consider name conflicts | Version: 3.2.0 Build id: I20060105-0800 Having: package ibm.util; public class Properties {} package ibm.util; import java.util.Properties; public interface F { public void b(Properties p); public void g(ibm.util.Properties p); } package ibm.util; public class Test implements F { } Then applying quick fix 'add unimplem... | resolved fixed | 3bf4e6d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T14:59:05Z | 2006-01-06T15:06:40Z | org.eclipse.jdt.ui/core | |
122,906 | Bug 122906 [quick fix] add unimplemented method does not consider name conflicts | Version: 3.2.0 Build id: I20060105-0800 Having: package ibm.util; public class Properties {} package ibm.util; import java.util.Properties; public interface F { public void b(Properties p); public void g(ibm.util.Properties p); } package ibm.util; public class Test implements F { } Then applying quick fix 'add unimplem... | resolved fixed | 3bf4e6d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T14:59:05Z | 2006-01-06T15:06:40Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java | |
122,906 | Bug 122906 [quick fix] add unimplemented method does not consider name conflicts | Version: 3.2.0 Build id: I20060105-0800 Having: package ibm.util; public class Properties {} package ibm.util; import java.util.Properties; public interface F { public void b(Properties p); public void g(ibm.util.Properties p); } package ibm.util; public class Test implements F { } Then applying quick fix 'add unimplem... | resolved fixed | 3bf4e6d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T14:59:05Z | 2006-01-06T15:06:40Z | org.eclipse.jdt.ui/core | |
122,906 | Bug 122906 [quick fix] add unimplemented method does not consider name conflicts | Version: 3.2.0 Build id: I20060105-0800 Having: package ibm.util; public class Properties {} package ibm.util; import java.util.Properties; public interface F { public void b(Properties p); public void g(ibm.util.Properties p); } package ibm.util; public class Test implements F { } Then applying quick fix 'add unimplem... | resolved fixed | 3bf4e6d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T14:59:05Z | 2006-01-06T15:06:40Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/ContextSensitiveImportRewriteContext.java | |
122,906 | Bug 122906 [quick fix] add unimplemented method does not consider name conflicts | Version: 3.2.0 Build id: I20060105-0800 Having: package ibm.util; public class Properties {} package ibm.util; import java.util.Properties; public interface F { public void b(Properties p); public void g(ibm.util.Properties p); } package ibm.util; public class Test implements F { } Then applying quick fix 'add unimplem... | resolved fixed | 3bf4e6d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T14:59:05Z | 2006-01-06T15:06:40Z | org.eclipse.jdt.ui/core | |
122,906 | Bug 122906 [quick fix] add unimplemented method does not consider name conflicts | Version: 3.2.0 Build id: I20060105-0800 Having: package ibm.util; public class Properties {} package ibm.util; import java.util.Properties; public interface F { public void b(Properties p); public void g(ibm.util.Properties p); } package ibm.util; public class Test implements F { } Then applying quick fix 'add unimplem... | resolved fixed | 3bf4e6d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T14:59:05Z | 2006-01-06T15:06:40Z | extension/org/eclipse/jdt/internal/corext/fix/AbstractFix.java | |
122,906 | Bug 122906 [quick fix] add unimplemented method does not consider name conflicts | Version: 3.2.0 Build id: I20060105-0800 Having: package ibm.util; public class Properties {} package ibm.util; import java.util.Properties; public interface F { public void b(Properties p); public void g(ibm.util.Properties p); } package ibm.util; public class Test implements F { } Then applying quick fix 'add unimplem... | resolved fixed | 3bf4e6d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-06T14:59:05Z | 2006-01-06T15:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnimplementedMethodsCompletionProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
121,040 | Bug 121040 Patch for API changes in Team | I have cleaned up some API a bit which resulted in a change in a JDT class. I will attahc a patch that swithes to using a new method name. | resolved fixed | 7ed7b25 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T11:48:16Z | 2005-12-15T15:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaCompareAdapter.java | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... |
121,040 | Bug 121040 Patch for API changes in Team | I have cleaned up some API a bit which resulted in a change in a JDT class. I will attahc a patch that swithes to using a new method name. | resolved fixed | 7ed7b25 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T11:48:16Z | 2005-12-15T15:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... |
121,040 | Bug 121040 Patch for API changes in Team | I have cleaned up some API a bit which resulted in a change in a JDT class. I will attahc a patch that swithes to using a new method name. | resolved fixed | 7ed7b25 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T11:48:16Z | 2005-12-15T15:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationLabelProvider.java | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... |
120,850 | Bug 120850 Import Jar with refactoring history: after import, jar should have new name | I20051214-0010 - export project JUnit to junit1.jar - copy junit1.jar into another project and add to build path - apply some refactorings to JUnit, then export with history to junit2.jar - import junit2.jar with Jar import wizard and choose to update junit1.jar => junit2.jar is copied into the project, but changes its... | resolved fixed | a705095 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T11:49:49Z | 2005-12-14T11:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportData.java | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... |
120,850 | Bug 120850 Import Jar with refactoring history: after import, jar should have new name | I20051214-0010 - export project JUnit to junit1.jar - copy junit1.jar into another project and add to build path - apply some refactorings to JUnit, then export with history to junit2.jar - import junit2.jar with Jar import wizard and choose to update junit1.jar => junit2.jar is copied into the project, but changes its... | resolved fixed | a705095 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T11:49:49Z | 2005-12-14T11:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
120,850 | Bug 120850 Import Jar with refactoring history: after import, jar should have new name | I20051214-0010 - export project JUnit to junit1.jar - copy junit1.jar into another project and add to build path - apply some refactorings to JUnit, then export with history to junit2.jar - import junit2.jar with Jar import wizard and choose to update junit1.jar => junit2.jar is copied into the project, but changes its... | resolved fixed | a705095 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T11:49:49Z | 2005-12-14T11:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... |
120,850 | Bug 120850 Import Jar with refactoring history: after import, jar should have new name | I20051214-0010 - export project JUnit to junit1.jar - copy junit1.jar into another project and add to build path - apply some refactorings to JUnit, then export with history to junit2.jar - import junit2.jar with Jar import wizard and choose to update junit1.jar => junit2.jar is copied into the project, but changes its... | resolved fixed | a705095 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T11:49:49Z | 2005-12-14T11:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPage.java | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... |
121,428 | Bug 121428 [import rewrite] organize imports removes header comments | null | resolved fixed | 081194f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T11:50:54Z | 2005-12-19T16:33:20Z | org.eclipse.jdt.ui/core | |
121,428 | Bug 121428 [import rewrite] organize imports removes header comments | null | resolved fixed | 081194f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T11:50:54Z | 2005-12-19T16:33:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportRewriteComputer.java | |
122,490 | Bug 122490 Wrong visibility update in Move Static Method | Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ----------------... | resolved fixed | 72b823b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T12:04:20Z | 2006-01-03T09:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test60/in/A.java | |
122,490 | Bug 122490 Wrong visibility update in Move Static Method | Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ----------------... | resolved fixed | 72b823b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T12:04:20Z | 2006-01-03T09:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test60/in/B.java | |
122,490 | Bug 122490 Wrong visibility update in Move Static Method | Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ----------------... | resolved fixed | 72b823b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T12:04:20Z | 2006-01-03T09:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test60/out/A.java | |
122,490 | Bug 122490 Wrong visibility update in Move Static Method | Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ----------------... | resolved fixed | 72b823b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T12:04:20Z | 2006-01-03T09:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test60/out/B.java | |
122,490 | Bug 122490 Wrong visibility update in Move Static Method | Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ----------------... | resolved fixed | 72b823b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T12:04:20Z | 2006-01-03T09:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test61/in/A.java | |
122,490 | Bug 122490 Wrong visibility update in Move Static Method | Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ----------------... | resolved fixed | 72b823b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T12:04:20Z | 2006-01-03T09:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test61/in/B.java | |
122,490 | Bug 122490 Wrong visibility update in Move Static Method | Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ----------------... | resolved fixed | 72b823b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T12:04:20Z | 2006-01-03T09:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test61/out/A.java | |
122,490 | Bug 122490 Wrong visibility update in Move Static Method | Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ----------------... | resolved fixed | 72b823b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T12:04:20Z | 2006-01-03T09:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test61/out/B.java | |
122,490 | Bug 122490 Wrong visibility update in Move Static Method | Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ----------------... | resolved fixed | 72b823b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T12:04:20Z | 2006-01-03T09:20:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
122,490 | Bug 122490 Wrong visibility update in Move Static Method | Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ----------------... | resolved fixed | 72b823b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T12:04:20Z | 2006-01-03T09:20:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/MoveMembersTests.java | |
122,490 | Bug 122490 Wrong visibility update in Move Static Method | Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ----------------... | resolved fixed | 72b823b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-01-09T12:04:20Z | 2006-01-03T09:20:00Z | org.eclipse.jdt.ui/core |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.