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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
31,150 | Bug 31150 filecomment template no longer used [code manipulation] | Build: I20030206 The "filecomment" template description says it is used by the new class and interface wizards. This template doesn't seem to be used anymore. Instead I now get the template from the code generation preference page. The catch block template is also found in two places. Having two template preference pag... | resolved fixed | 7ff0036 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T10:59:17Z | 2003-02-06T19:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IUIConstants.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui;
import org.eclipse.jdt.ui.JavaUI;
public interface IUIConstants {
public static final String KEY_OK= JavaUI.ID_PLUGIN + ".ok.label"; //$NON-NLS-1$
public static final String KEY_CANCEL= JavaUI.ID_PLUGIN + "... |
31,150 | Bug 31150 filecomment template no longer used [code manipulation] | Build: I20030206 The "filecomment" template description says it is used by the new class and interface wizards. This template doesn't seem to be used anymore. Instead I now get the template from the code generation preference page. The catch block template is also found in two places. Having two template preference pag... | resolved fixed | 7ff0036 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T10:59:17Z | 2003-02-06T19:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OptionalMessageDialog.java | |
31,150 | Bug 31150 filecomment template no longer used [code manipulation] | Build: I20030206 The "filecomment" template description says it is used by the new class and interface wizards. This template doesn't seem to be used anymore. Instead I now get the template from the code generation preference page. The catch block template is also found in two places. Having two template preference pag... | resolved fixed | 7ff0036 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T10:59:17Z | 2003-02-06T19:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewClassCreationWizard.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.wizards;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.j... |
31,150 | Bug 31150 filecomment template no longer used [code manipulation] | Build: I20030206 The "filecomment" template description says it is used by the new class and interface wizards. This template doesn't seem to be used anymore. Instead I now get the template from the code generation preference page. The catch block template is also found in two places. Having two template preference pag... | resolved fixed | 7ff0036 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T10:59:17Z | 2003-02-06T19:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewElementWizard.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.wizards;
import java.lang.reflect.InvocationTargetException;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.IWorkspaceRunnable;
import org.... |
31,150 | Bug 31150 filecomment template no longer used [code manipulation] | Build: I20030206 The "filecomment" template description says it is used by the new class and interface wizards. This template doesn't seem to be used anymore. Instead I now get the template from the code generation preference page. The catch block template is also found in two places. Having two template preference pag... | resolved fixed | 7ff0036 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T10:59:17Z | 2003-02-06T19:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewInterfaceCreationWizard.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.wizards;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.j... |
30,191 | Bug 30191 Navigate Goto Resource does not find certain files | If I open a Java perspective and then Navigate | Go to | Resource, not all files are visible only those that are under the java source directory. If I open a navigator view or perspective, all files are seen. Should the the goto resource should be the same. | resolved fixed | cece5ba | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:05:57Z | 2003-01-24T17:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui;
import org.eclipse.jdt.ui.JavaUI;
/**
* Help context ids for the Java UI.
* <p>
* This interface contains constants only; it is not intended to be implemented
* or extended.
* </p>
*
*/
public interface... |
30,191 | Bug 30191 Navigate Goto Resource does not find certain files | If I open a Java perspective and then Navigate | Go to | Resource, not all files are visible only those that are under the java source directory. If I open a navigator view or perspective, all files are seen. Should the the goto resource should be the same. | resolved fixed | cece5ba | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:05:57Z | 2003-01-24T17:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoResourceAction.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 v1.0
* which accompanies this... |
31,285 | Bug 31285 renaming of source folder leaves "Missing source folder <new folder name>" marker | - autobuild is off - the folder is neither ready-only nor derived - the marker disappears on the next 'build' my guess from our discussion is that first the folder gets added to the classpath with its new name and only then the folder is renamed (instead of the other way arround) | resolved fixed | 19c1137 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:09:45Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/core | |
31,285 | Bug 31285 renaming of source folder leaves "Missing source folder <new folder name>" marker | - autobuild is off - the folder is neither ready-only nor derived - the marker disappears on the next 'build' my guess from our discussion is that first the folder gets added to the classpath with its new name and only then the folder is renamed (instead of the other way arround) | resolved fixed | 19c1137 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:09:45Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameSourceFolderChange.java | |
21,183 | Bug 21183 Class javadoc created during "New Class" operation doesn't fill in variables properly [javadoc] [code manipulation] | If you use the enclosing_type variable in your javadoc comment template, it is not properly filled in when you make a new class (using the New Class dialog). Probably the class should be created, then after creating and saving, javadoc should be added. I suspect the variables don't have valid values yet at the time the... | resolved fixed | 0d95509 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:23:40Z | 2002-07-02T17:13:20Z | org.eclipse.jdt.ui/core | |
21,183 | Bug 21183 Class javadoc created during "New Class" operation doesn't fill in variables properly [javadoc] [code manipulation] | If you use the enclosing_type variable in your javadoc comment template, it is not properly filled in when you make a new class (using the New Class dialog). Probably the class should be created, then after creating and saving, javadoc should be added. I suspect the variables don't have valid values yet at the time the... | resolved fixed | 0d95509 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:23:40Z | 2002-07-02T17:13:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/AddJavaDocStubOperation.java | |
21,183 | Bug 21183 Class javadoc created during "New Class" operation doesn't fill in variables properly [javadoc] [code manipulation] | If you use the enclosing_type variable in your javadoc comment template, it is not properly filled in when you make a new class (using the New Class dialog). Probably the class should be created, then after creating and saving, javadoc should be added. I suspect the variables don't have valid values yet at the time the... | resolved fixed | 0d95509 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:23:40Z | 2002-07-02T17:13:20Z | org.eclipse.jdt.ui/core | |
21,183 | Bug 21183 Class javadoc created during "New Class" operation doesn't fill in variables properly [javadoc] [code manipulation] | If you use the enclosing_type variable in your javadoc comment template, it is not properly filled in when you make a new class (using the New Class dialog). Probably the class should be created, then after creating and saving, javadoc should be added. I suspect the variables don't have valid values yet at the time the... | resolved fixed | 0d95509 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:23:40Z | 2002-07-02T17:13:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java | |
21,183 | Bug 21183 Class javadoc created during "New Class" operation doesn't fill in variables properly [javadoc] [code manipulation] | If you use the enclosing_type variable in your javadoc comment template, it is not properly filled in when you make a new class (using the New Class dialog). Probably the class should be created, then after creating and saving, javadoc should be added. I suspect the variables don't have valid values yet at the time the... | resolved fixed | 0d95509 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:23:40Z | 2002-07-02T17:13:20Z | org.eclipse.jdt.ui/core | |
21,183 | Bug 21183 Class javadoc created during "New Class" operation doesn't fill in variables properly [javadoc] [code manipulation] | If you use the enclosing_type variable in your javadoc comment template, it is not properly filled in when you make a new class (using the New Class dialog). Probably the class should be created, then after creating and saving, javadoc should be added. I suspect the variables don't have valid values yet at the time the... | resolved fixed | 0d95509 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:23:40Z | 2002-07-02T17:13:20Z | extension/org/eclipse/jdt/internal/corext/template/java/CodeTemplateContext.java | |
21,183 | Bug 21183 Class javadoc created during "New Class" operation doesn't fill in variables properly [javadoc] [code manipulation] | If you use the enclosing_type variable in your javadoc comment template, it is not properly filled in when you make a new class (using the New Class dialog). Probably the class should be created, then after creating and saving, javadoc should be added. I suspect the variables don't have valid values yet at the time the... | resolved fixed | 0d95509 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:23:40Z | 2002-07-02T17:13:20Z | org.eclipse.jdt.ui/core | |
21,183 | Bug 21183 Class javadoc created during "New Class" operation doesn't fill in variables properly [javadoc] [code manipulation] | If you use the enclosing_type variable in your javadoc comment template, it is not properly filled in when you make a new class (using the New Class dialog). Probably the class should be created, then after creating and saving, javadoc should be added. I suspect the variables don't have valid values yet at the time the... | resolved fixed | 0d95509 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:23:40Z | 2002-07-02T17:13:20Z | extension/org/eclipse/jdt/internal/corext/template/java/CodeTemplateContextType.java | |
21,183 | Bug 21183 Class javadoc created during "New Class" operation doesn't fill in variables properly [javadoc] [code manipulation] | If you use the enclosing_type variable in your javadoc comment template, it is not properly filled in when you make a new class (using the New Class dialog). Probably the class should be created, then after creating and saving, javadoc should be added. I suspect the variables don't have valid values yet at the time the... | resolved fixed | 0d95509 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:23:40Z | 2002-07-02T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.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... |
21,183 | Bug 21183 Class javadoc created during "New Class" operation doesn't fill in variables properly [javadoc] [code manipulation] | If you use the enclosing_type variable in your javadoc comment template, it is not properly filled in when you make a new class (using the New Class dialog). Probably the class should be created, then after creating and saving, javadoc should be added. I suspect the variables don't have valid values yet at the time the... | resolved fixed | 0d95509 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:23:40Z | 2002-07-02T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.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 v1.0
* which accompanie... |
31,288 | Bug 31288 read-only source folder not renamed | - 'rename' read-only source folder - confirm renaming on read-only source folder - supply a new name -> nothing changes | verified fixed | 4d3d34f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:37:02Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/core | |
31,288 | Bug 31288 read-only source folder not renamed | - 'rename' read-only source folder - confirm renaming on read-only source folder - supply a new name -> nothing changes | verified fixed | 4d3d34f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T11:37:02Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameSourceFolderRefactoring.java | |
30,827 | Bug 30827 cannot go pack from refactoring error dialog | 20030129 in the wizard world i used to be able to go back to the input page from the error page - now i have to re-start my refactoring and re-type everything | resolved fixed | e2da23d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T14:02:41Z | 2003-02-03T19:20:00Z | org.eclipse.jdt.ui/ui | |
30,827 | Bug 30827 cannot go pack from refactoring error dialog | 20030129 in the wizard world i used to be able to go back to the input page from the error page - now i have to re-start my refactoring and re-type everything | resolved fixed | e2da23d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T14:02:41Z | 2003-02-03T19:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java | |
30,827 | Bug 30827 cannot go pack from refactoring error dialog | 20030129 in the wizard world i used to be able to go back to the input page from the error page - now i have to re-start my refactoring and re-type everything | resolved fixed | e2da23d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T14:02:41Z | 2003-02-03T19:20:00Z | org.eclipse.jdt.ui/ui | |
30,827 | Bug 30827 cannot go pack from refactoring error dialog | 20030129 in the wizard world i used to be able to go back to the input page from the error page - now i have to re-start my refactoring and re-type everything | resolved fixed | e2da23d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T14:02:41Z | 2003-02-03T19:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringStatusDialog.java | |
30,827 | Bug 30827 cannot go pack from refactoring error dialog | 20030129 in the wizard world i used to be able to go back to the input page from the error page - now i have to re-start my refactoring and re-type everything | resolved fixed | e2da23d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T14:02:41Z | 2003-02-03T19:20:00Z | org.eclipse.jdt.ui/ui | |
30,827 | Bug 30827 cannot go pack from refactoring error dialog | 20030129 in the wizard world i used to be able to go back to the input page from the error page - now i have to re-start my refactoring and re-type everything | resolved fixed | e2da23d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T14:02:41Z | 2003-02-03T19:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog2.java | |
31,281 | Bug 31281 Push down refactoring: Dialog details + exception | 20030206 Select a method and choose Refactoring->Push down - The message at the botton says '1 element(s) selected'. It should end with a dot (I would use 'member' istead of 'element' - double click should open the edit view - deselect all methods. An error icon comes up, the message says 'Select members to push down o... | resolved fixed | 081a2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T15:43:20Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/core | |
31,281 | Bug 31281 Push down refactoring: Dialog details + exception | 20030206 Select a method and choose Refactoring->Push down - The message at the botton says '1 element(s) selected'. It should end with a dot (I would use 'member' istead of 'element' - double click should open the edit view - deselect all methods. An error icon comes up, the message says 'Select members to push down o... | resolved fixed | 081a2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T15:43:20Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java | |
31,281 | Bug 31281 Push down refactoring: Dialog details + exception | 20030206 Select a method and choose Refactoring->Push down - The message at the botton says '1 element(s) selected'. It should end with a dot (I would use 'member' istead of 'element' - double click should open the edit view - deselect all methods. An error icon comes up, the message says 'Select members to push down o... | resolved fixed | 081a2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T15:43:20Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/core | |
31,281 | Bug 31281 Push down refactoring: Dialog details + exception | 20030206 Select a method and choose Refactoring->Push down - The message at the botton says '1 element(s) selected'. It should end with a dot (I would use 'member' istead of 'element' - double click should open the edit view - deselect all methods. An error icon comes up, the message says 'Select members to push down o... | resolved fixed | 081a2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T15:43:20Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoring.java | |
31,281 | Bug 31281 Push down refactoring: Dialog details + exception | 20030206 Select a method and choose Refactoring->Push down - The message at the botton says '1 element(s) selected'. It should end with a dot (I would use 'member' istead of 'element' - double click should open the edit view - deselect all methods. An error icon comes up, the message says 'Select members to push down o... | resolved fixed | 081a2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T15:43:20Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/ui | |
31,281 | Bug 31281 Push down refactoring: Dialog details + exception | 20030206 Select a method and choose Refactoring->Push down - The message at the botton says '1 element(s) selected'. It should end with a dot (I would use 'member' istead of 'element' - double click should open the edit view - deselect all methods. An error icon comes up, the message says 'Select members to push down o... | resolved fixed | 081a2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T15:43:20Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/ComboSelectionDialog.java | |
31,281 | Bug 31281 Push down refactoring: Dialog details + exception | 20030206 Select a method and choose Refactoring->Push down - The message at the botton says '1 element(s) selected'. It should end with a dot (I would use 'member' istead of 'element' - double click should open the edit view - deselect all methods. An error icon comes up, the message says 'Select members to push down o... | resolved fixed | 081a2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T15:43:20Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/ui | |
31,281 | Bug 31281 Push down refactoring: Dialog details + exception | 20030206 Select a method and choose Refactoring->Push down - The message at the botton says '1 element(s) selected'. It should end with a dot (I would use 'member' istead of 'element' - double click should open the edit view - deselect all methods. An error icon comes up, the message says 'Select members to push down o... | resolved fixed | 081a2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T15:43:20Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpInputPage1.java | |
31,281 | Bug 31281 Push down refactoring: Dialog details + exception | 20030206 Select a method and choose Refactoring->Push down - The message at the botton says '1 element(s) selected'. It should end with a dot (I would use 'member' istead of 'element' - double click should open the edit view - deselect all methods. An error icon comes up, the message says 'Select members to push down o... | resolved fixed | 081a2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T15:43:20Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/ui | |
31,281 | Bug 31281 Push down refactoring: Dialog details + exception | 20030206 Select a method and choose Refactoring->Push down - The message at the botton says '1 element(s) selected'. It should end with a dot (I would use 'member' istead of 'element' - double click should open the edit view - deselect all methods. An error icon comes up, the message says 'Select members to push down o... | resolved fixed | 081a2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T15:43:20Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/PushDownInputPage.java | |
31,291 | Bug 31291 rename of read-only package doesn't ask for confirmation on 'OK' | - 'rename' read-only package - leave everything unchecked except 'Update ref. to renamed element' - 'Update ref. to renamed element' can be checked or unchecked - press ok -> renames without asking for confirmation | resolved fixed | 836f337 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T16:02:36Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/core | |
31,291 | Bug 31291 rename of read-only package doesn't ask for confirmation on 'OK' | - 'rename' read-only package - leave everything unchecked except 'Update ref. to renamed element' - 'Update ref. to renamed element' can be checked or unchecked - press ok -> renames without asking for confirmation | resolved fixed | 836f337 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T16:02:36Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageRefactoring.java | |
31,134 | Bug 31134 NPE when no default JRE [code manipulation] | I created a project when there were no defined JREs, and got the following NPE: !ENTRY org.eclipse.jdt.ui 4 10001 Feb 06, 2003 12:34:15.392 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException: java.lang.NullPointerException Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(L... | resolved fixed | 25362e8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T18:14:56Z | 2003-02-06T19:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.wizards.buildpaths;
import java.net.URL;
import java.util.ArrayList;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.IWorkspaceRoot;
import org.eclipse.core.runtime.IPath;
import or... |
31,524 | Bug 31524 Update problem in Java browsing perspective [browsing] | M5+plugin export: - open Java browsing perspective - switch to segmented view - drill down to any method - in segemented editor edit method name Observe: members view is updated correctly - close segmented editor and discard changes Observe: members view still shows changed name | resolved fixed | 93f9637 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T18:41:08Z | 2003-02-11T10:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.browsing;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.jface.action.IToolBarManager;
import org.eclipse.jface.util.IPropertyChangeListener;
import org.eclipse.jface.uti... |
31,601 | Bug 31601 JME when changing method signature | 20030206 - JUnit setup - select Assert.assertNotNull(String, Object) in Outliner - activate Change Method Signature - swap arguments - OK You get the following exception in the log. Java Model Exception: Java Model Status [assertNull [in Assert [in [Working copy] Assert.java [in junit.framework [in [project root] [in J... | resolved fixed | 2c403da | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T10:23:19Z | 2003-02-11T21:46:40Z | org.eclipse.jdt.ui/core | |
31,601 | Bug 31601 JME when changing method signature | 20030206 - JUnit setup - select Assert.assertNotNull(String, Object) in Outliner - activate Change Method Signature - swap arguments - OK You get the following exception in the log. Java Model Exception: Java Model Status [assertNull [in Assert [in [Working copy] Assert.java [in junit.framework [in [project root] [in J... | resolved fixed | 2c403da | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T10:23:19Z | 2003-02-11T21:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | |
31,117 | Bug 31117 incomplete deletion of abandoned Java project [code manipulation] | Build M5 1. New / Project / Java Project Name "J1" Hit Next. Observe: Project J3 appears in the resource navigator. 2. On Java settings wizard page, hit Cancel. Observe: Project J3 disappears from the resource navigator. 3. Use Windows Explorer to look at <workspace>/ Observe: <workspace>/J1/.project exists and contain... | resolved fixed | 30bc688 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T11:03:07Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.wizards;
import java.lang.reflect.InvocationTargetException;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IPath;
import org.eclipse.co... |
31,284 | Bug 31284 Push down refactoring: Exception when pressing 'preview' the second time | 20030206 1. select a method, invoke 'push down' (e.g. ChangeCorrectionProposal.setImage) 2. press preview 3. press cancel 4. press preview again java.lang.reflect.InvocationTargetException: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTru... | resolved fixed | 4e0a944 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T11:43:00Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/core | |
31,284 | Bug 31284 Push down refactoring: Exception when pressing 'preview' the second time | 20030206 1. select a method, invoke 'push down' (e.g. ChangeCorrectionProposal.setImage) 2. press preview 3. press cancel 4. press preview again java.lang.reflect.InvocationTargetException: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTru... | resolved fixed | 4e0a944 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T11:43:00Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | |
31,284 | Bug 31284 Push down refactoring: Exception when pressing 'preview' the second time | 20030206 1. select a method, invoke 'push down' (e.g. ChangeCorrectionProposal.setImage) 2. press preview 3. press cancel 4. press preview again java.lang.reflect.InvocationTargetException: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTru... | resolved fixed | 4e0a944 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T11:43:00Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/core | |
31,284 | Bug 31284 Push down refactoring: Exception when pressing 'preview' the second time | 20030206 1. select a method, invoke 'push down' (e.g. ChangeCorrectionProposal.setImage) 2. press preview 3. press cancel 4. press preview again java.lang.reflect.InvocationTargetException: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTru... | resolved fixed | 4e0a944 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T11:43:00Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java | |
31,284 | Bug 31284 Push down refactoring: Exception when pressing 'preview' the second time | 20030206 1. select a method, invoke 'push down' (e.g. ChangeCorrectionProposal.setImage) 2. press preview 3. press cancel 4. press preview again java.lang.reflect.InvocationTargetException: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTru... | resolved fixed | 4e0a944 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T11:43:00Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/core | |
31,284 | Bug 31284 Push down refactoring: Exception when pressing 'preview' the second time | 20030206 1. select a method, invoke 'push down' (e.g. ChangeCorrectionProposal.setImage) 2. press preview 3. press cancel 4. press preview again java.lang.reflect.InvocationTargetException: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTru... | resolved fixed | 4e0a944 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T11:43:00Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoring.java | |
31,081 | Bug 31081 Double clicking in packages viewer expands/collapses tree node | Build I20030205 - preference double click open mode - show member of compilation unit - double click on a CU observe: tree node gets expanded | resolved fixed | 5743a3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T11:52:58Z | 2003-02-06T11: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,202 | Bug 31202 occurrences in file: shoul beep at me if cannot find anything | 20030206 i should be beeped at if nothing is found (an invalid expression selected or sth) i never look at the status line status line message + beep = the way to go | resolved fixed | b26b0f2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T13:35:04Z | 2003-02-07T09:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindOccurrencesInFileAction.java | /*******************************************************************************
* Copyright (c) 2003 International Business Machines Corp. and others. All
* rights reserved. This program and the accompanying materials are made
* available under the terms of the Common Public License v0.5 which accompanies
* this d... |
31,208 | Bug 31208 occurrences in file: some names cannot be searched for | 20030206 package dd; import java.util.List; public class A { A(List elements){ } } select List in the import - ok, finds matches select List in the constructor declaration - no matches strange, it's the same List | resolved fixed | aa096f8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T14:45:50Z | 2003-02-07T09:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindOccurrencesEngine.java | /*******************************************************************************
* Copyright (c) 2000, 2003 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Common Public License v1.0 which accompanies
* ... |
30,630 | Bug 30630 nested source folders: unclear error message | 20030129 create a jproject, a source folder s1 and a nested in it source folder s2 delete s1 open the 'new' wizard and try creating a source folder s1 the error message is very long and compilicated while it should be a simple warning saying 'You have a folder s1 - I will turn it into a source folder fo you' (and then ... | resolved fixed | 739c70f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T15:00:10Z | 2003-01-30T18:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.wizards.buildpaths;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclipse.core.resources.IContainer;
import org.eclipse.c... |
31,213 | Bug 31213 occurrences in file: exception trace in log | 20030206 after i ran the action on a file outside of my classpath !ENTRY org.eclipse.jdt.ui 4 10001 Feb 07, 2003 10:48:29.593 !MESSAGE Internal Error !STACK 1 Java Model Exception: Java Model Status [ddd [in xxx] does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:482)... | resolved fixed | d31adb7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T15:02:13Z | 2003-02-07T09:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindOccurrencesInFileAction.java | /*******************************************************************************
* Copyright (c) 2003 International Business Machines Corp. and others. All
* rights reserved. This program and the accompanying materials are made
* available under the terms of the Common Public License v0.5 which accompanies
* this d... |
31,576 | Bug 31576 2.1M5 NullPointerException in ClassPathDetector.detectOutputFolder | I'm attempting to create a new Java Project and point it to a directory in my ClearCase directory. It appears that in an attempt to discover source directories and libraries, a NullPointerException is being thrown. This is in version 2.1 M5. The relevant information from the log is: !SESSION Feb 11, 2003 12:35:23.406 -... | resolved fixed | 5bfd2cf | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T15:05:17Z | 2003-02-11T19:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ClassPathDetector.java | package org.eclipse.jdt.internal.ui.wizards;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IR... |
30,870 | Bug 30870 NameMatcher - incorrect way of testing [code manipulation] | 20030204 NameMatcher has a main method that is used for testing it should be removed and proper tests should be added to the jdt ui suite (it's the only class in jdt ui with a main method) | resolved fixed | fe373a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T15:32:31Z | 2003-02-04T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NameMatcher.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... |
31,556 | Bug 31556 Export jar from Navigator view fails | (M5 build) In Navigator view (resource perspective), right-click on a src/ directory containing your sources, select export->jar file and the package selector opens with no resource selected (and finish button disabled); but it seems that the src/ dir is really selected, because if you re-select it in the window, it en... | resolved fixed | 01d8cb2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T16:06:29Z | 2003-02-11T16:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java | /*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.jarpackager;
import java.io.File;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse... |
31,298 | Bug 31298 move of read-only java file gives error dialog after confirmation | - 'move' read-only java file - uncheck all options - choose dest package - press ok - confirm the movement of a read-only file -> error dialog | resolved fixed | 12cd63f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T16:50:12Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/core | |
31,298 | Bug 31298 move of read-only java file gives error dialog after confirmation | - 'move' read-only java file - uncheck all options - choose dest package - press ok - confirm the movement of a read-only file -> error dialog | resolved fixed | 12cd63f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T16:50:12Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CopyRefactoring.java | |
31,298 | Bug 31298 move of read-only java file gives error dialog after confirmation | - 'move' read-only java file - uncheck all options - choose dest package - press ok - confirm the movement of a read-only file -> error dialog | resolved fixed | 12cd63f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T16:50:12Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/core | |
31,298 | Bug 31298 move of read-only java file gives error dialog after confirmation | - 'move' read-only java file - uncheck all options - choose dest package - press ok - confirm the movement of a read-only file -> error dialog | resolved fixed | 12cd63f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T16:50:12Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java | |
31,298 | Bug 31298 move of read-only java file gives error dialog after confirmation | - 'move' read-only java file - uncheck all options - choose dest package - press ok - confirm the movement of a read-only file -> error dialog | resolved fixed | 12cd63f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T16:50:12Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/core | |
31,298 | Bug 31298 move of read-only java file gives error dialog after confirmation | - 'move' read-only java file - uncheck all options - choose dest package - press ok - confirm the movement of a read-only file -> error dialog | resolved fixed | 12cd63f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T16:50:12Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java | |
31,298 | Bug 31298 move of read-only java file gives error dialog after confirmation | - 'move' read-only java file - uncheck all options - choose dest package - press ok - confirm the movement of a read-only file -> error dialog | resolved fixed | 12cd63f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T16:50:12Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtCopyAction.java | package org.eclipse.jdt.internal.ui.reorg;
import java.util.List;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.ui.IWorkbenchSite;
import org.eclipse.ui.actions.CopyProjectAction;
import org.eclipse.jdt.internal.ui.JavaPlugin;
import org.eclipse.jd... |
31,298 | Bug 31298 move of read-only java file gives error dialog after confirmation | - 'move' read-only java file - uncheck all options - choose dest package - press ok - confirm the movement of a read-only file -> error dialog | resolved fixed | 12cd63f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T16:50:12Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtMoveAction.java | package org.eclipse.jdt.internal.ui.reorg;
import java.lang.reflect.InvocationTargetException;
import java.util.Iterator;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionAdapter;
import org.eclipse.swt.events.SelectionEvent;
import org.eclipse.swt.layout.GridData;
import org... |
31,298 | Bug 31298 move of read-only java file gives error dialog after confirmation | - 'move' read-only java file - uncheck all options - choose dest package - press ok - confirm the movement of a read-only file -> error dialog | resolved fixed | 12cd63f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T16:50:12Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/ReorgDestinationAction.java | |
31,254 | Bug 31254 Change Method signature refactoring: Table leaves cursor edit mode | 20030206 Change Method signature refactoring: Doubleclick should open edit window | resolved fixed | a377259 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T17:07:42Z | 2003-02-07T12:13:20Z | org.eclipse.jdt.ui/ui | |
31,254 | Bug 31254 Change Method signature refactoring: Table leaves cursor edit mode | 20030206 Change Method signature refactoring: Doubleclick should open edit window | resolved fixed | a377259 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T17:07:42Z | 2003-02-07T12:13:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java | |
31,170 | Bug 31170 Errors in outline view | build i0206, win2k, j9 I noticed that my outline view wasn't updating...it only displayed "a top level type not defined". I clicked on the "go into top level type" button a couple of times and got the following in my log. !ENTRY org.eclipse.jdt.ui 4 10001 Feb 06, 2003 16:50:27.383 !MESSAGE Template newtype not added: V... | resolved fixed | 8ae5f04 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T18:18:20Z | 2003-02-06T22:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.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... |
31,235 | Bug 31235 Move: source accepts itself as target [DnD] [ccp] | I20030206 - Java project with two folder src1 and src2 where src1 is on the build path (e.g. source folder) - select src2 and start DnD and move it over src2. Observe: DnD is enabled. | resolved fixed | ebd8e3d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T18:21:20Z | 2003-02-07T12:13:20Z | org.eclipse.jdt.ui/core | |
31,235 | Bug 31235 Move: source accepts itself as target [DnD] [ccp] | I20030206 - Java project with two folder src1 and src2 where src1 is on the build path (e.g. source folder) - select src2 and start DnD and move it over src2. Observe: DnD is enabled. | resolved fixed | ebd8e3d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T18:21:20Z | 2003-02-07T12:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java | |
31,235 | Bug 31235 Move: source accepts itself as target [DnD] [ccp] | I20030206 - Java project with two folder src1 and src2 where src1 is on the build path (e.g. source folder) - select src2 and start DnD and move it over src2. Observe: DnD is enabled. | resolved fixed | ebd8e3d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T18:21:20Z | 2003-02-07T12:13:20Z | org.eclipse.jdt.ui/core | |
31,235 | Bug 31235 Move: source accepts itself as target [DnD] [ccp] | I20030206 - Java project with two folder src1 and src2 where src1 is on the build path (e.g. source folder) - select src2 and start DnD and move it over src2. Observe: DnD is enabled. | resolved fixed | ebd8e3d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T18:21:20Z | 2003-02-07T12:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java | |
31,534 | Bug 31534 List with files of non-externalized strings should show project [NLS Tools] | Build I20030211 1. Select 2 projects (which have non-externalized strings) 2. Look at the list: the project is not shown only the project-relative path | resolved fixed | 91f45ad | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T18:27:37Z | 2003-02-11T13:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindStringsToExternalizeAction.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... |
30,587 | Bug 30587 inline method deletes non-javadoc comment after the inlined method | inline method on inline(): public class Test { public int inline() { return 0; } /* * Method test. */ public void test() { int tmp= inline(); } } results in: public class Test { public void test() { int tmp= 0; } } this only happens with non-javadoc comments. | resolved fixed | 411b064 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T18:31:27Z | 2003-01-30T09:46:40Z | org.eclipse.jdt.ui/core | |
30,587 | Bug 30587 inline method deletes non-javadoc comment after the inlined method | inline method on inline(): public class Test { public int inline() { return 0; } /* * Method test. */ public void test() { int tmp= inline(); } } results in: public class Test { public void test() { int tmp= 0; } } this only happens with non-javadoc comments. | resolved fixed | 411b064 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T18:31:27Z | 2003-01-30T09:46:40Z | extension/org/eclipse/jdt/internal/corext/dom/ASTRewriteAnalyzer.java | |
31,083 | Bug 31083 PackageView - logic container doesn't show up in classpath order [package explorer] | Build 20030206 The JRE System Library container shows up at the bottom of my project's children, where it is actually ordered first on my build path. This feels inconsistent with our approach of sticking to the build path. | resolved fixed | 0d4cee9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T20:40:02Z | 2003-02-06T14:00:00Z | 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,083 | Bug 31083 PackageView - logic container doesn't show up in classpath order [package explorer] | Build 20030206 The JRE System Library container shows up at the bottom of my project's children, where it is actually ordered first on my build path. This feels inconsistent with our approach of sticking to the build path. | resolved fixed | 0d4cee9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-12T20:40:02Z | 2003-02-06T14:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.java | /*******************************************************************************
* Copyright (c) 2000, 2003 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanie... |
27,408 | Bug 27408 Preference convertor also maps to font registry | null | resolved fixed | 64643b1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T09:17:03Z | 2002-11-29T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.eclipse.core.resources.IMarker;
import org.eclipse.core.resources.IResource;
import org.eclipse.core... |
31,668 | Bug 31668 Icons squished in Types view | I20030211 Now that (non-java) resources are available in the types view, I see squished icons. The attached picture shows what I mean. I think what's happening is that the package.html's icon is 16x16, and it constrains all the other icons in the tree to 16x16, but the JDT icons want to be wider than 16 to add decorati... | resolved fixed | f66f7f6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T09:33:11Z | 2003-02-12T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonJavaElementFilter.java | |
31,720 | Bug 31720 Browsing views should add listener to page [Browsing] | null | resolved fixed | bea7ed5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T09:38:57Z | 2003-02-12T22:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java | /*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.browsing;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Comparator;
import java.util.Iterator;
import java.util.List;
import org.eclipse.core.resources.IContainer;
import org.eclipse.c... |
31,687 | Bug 31687 NPE in FindOccurrencesEngine.create | I create a Java editor in plug-in code. It comes up ok but when I select a word and do the "Search...Occurrences in File" action it bombs with the traceback below. Here is the plug-in code that creates the editor: IWorkbenchPage page = PlatformUI.getWorkbench ().getActiveWorkbenchWindow().getActivePage(); if (page == n... | resolved fixed | 36faefe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T10:51:27Z | 2003-02-12T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.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... |
31,687 | Bug 31687 NPE in FindOccurrencesEngine.create | I create a Java editor in plug-in code. It comes up ok but when I select a word and do the "Search...Occurrences in File" action it bombs with the traceback below. Here is the plug-in code that creates the editor: IWorkbenchPage page = PlatformUI.getWorkbench ().getActiveWorkbenchWindow().getActivePage(); if (page == n... | resolved fixed | 36faefe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T10:51:27Z | 2003-02-12T17:13: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... |
31,687 | Bug 31687 NPE in FindOccurrencesEngine.create | I create a Java editor in plug-in code. It comes up ok but when I select a word and do the "Search...Occurrences in File" action it bombs with the traceback below. Here is the plug-in code that creates the editor: IWorkbenchPage page = PlatformUI.getWorkbench ().getActiveWorkbenchWindow().getActivePage(); if (page == n... | resolved fixed | 36faefe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T10:51:27Z | 2003-02-12T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.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... |
31,687 | Bug 31687 NPE in FindOccurrencesEngine.create | I create a Java editor in plug-in code. It comes up ok but when I select a word and do the "Search...Occurrences in File" action it bombs with the traceback below. Here is the plug-in code that creates the editor: IWorkbenchPage page = PlatformUI.getWorkbench ().getActiveWorkbenchWindow().getActivePage(); if (page == n... | resolved fixed | 36faefe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T10:51:27Z | 2003-02-12T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindOccurrencesInFileAction.java | /*******************************************************************************
* Copyright (c) 2003 International Business Machines Corp. and others. All
* rights reserved. This program and the accompanying materials are made
* available under the terms of the Common Public License v0.5 which accompanies
* this d... |
31,687 | Bug 31687 NPE in FindOccurrencesEngine.create | I create a Java editor in plug-in code. It comes up ok but when I select a word and do the "Search...Occurrences in File" action it bombs with the traceback below. Here is the plug-in code that creates the editor: IWorkbenchPage page = PlatformUI.getWorkbench ().getActiveWorkbenchWindow().getActivePage(); if (page == n... | resolved fixed | 36faefe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T10:51:27Z | 2003-02-12T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java | package org.eclipse.jdt.ui.actions;
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.jface.text.ITextSelection;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.ui.IWorkbenchSite;
import org.eclipse.ui.help.WorkbenchHelp;
import ... |
31,687 | Bug 31687 NPE in FindOccurrencesEngine.create | I create a Java editor in plug-in code. It comes up ok but when I select a word and do the "Search...Occurrences in File" action it bombs with the traceback below. Here is the plug-in code that creates the editor: IWorkbenchPage page = PlatformUI.getWorkbench ().getActiveWorkbenchWindow().getActivePage(); if (page == n... | resolved fixed | 36faefe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T10:51:27Z | 2003-02-12T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/JavaSearchActionGroup.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... |
31,687 | Bug 31687 NPE in FindOccurrencesEngine.create | I create a Java editor in plug-in code. It comes up ok but when I select a word and do the "Search...Occurrences in File" action it bombs with the traceback below. Here is the plug-in code that creates the editor: IWorkbenchPage page = PlatformUI.getWorkbench ().getActiveWorkbenchWindow().getActivePage(); if (page == n... | resolved fixed | 36faefe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T10:51:27Z | 2003-02-12T17:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.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... |
30,553 | Bug 30553 Quick fix suggestions for unresolved type after "new" could be ordered better [quick fix] | (Build I20030107, GTK, Sun JDK 1.4.1-b21, Gentoo Linux 2.4.19) I often use statements like this: Map map = new HashMap(); If java.util.Map has been imported, but java.util.HashMap hasn't then there will be quick fix suggestions for 'HashMap'. The suggestions are: Change to 'Map' Import 'java.util.HashMap' ... I suggest... | resolved fixed | 02ca2a4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T11:01:00Z | 2003-01-29T22:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.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... |
30,940 | Bug 30940 Convert nest to top level doesn't honor organize import settings [refactoring] | The new compilation unit generated by this refactoring doesn't honor the code templates nor does it honor the organize import settings. Adam, can you please comment on this. | resolved fixed | 03a526c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T11:54:25Z | 2003-02-05T10:13:20Z | org.eclipse.jdt.ui/core | |
30,940 | Bug 30940 Convert nest to top level doesn't honor organize import settings [refactoring] | The new compilation unit generated by this refactoring doesn't honor the code templates nor does it honor the organize import settings. Adam, can you please comment on this. | resolved fixed | 03a526c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T11:54:25Z | 2003-02-05T10:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java | |
25,501 | Bug 25501 inline method: syntax errors after | public class A { void g(){ int i= y(); } int y(){ if (true) return 4; else return 3; } } inline the call to y() - you get syntax errors | resolved fixed | 40e2847 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T14:31:05Z | 2002-10-29T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/invalid/TestLocalInitializer.java | |
25,501 | Bug 25501 inline method: syntax errors after | public class A { void g(){ int i= y(); } int y(){ if (true) return 4; else return 3; } } inline the call to y() - you get syntax errors | resolved fixed | 40e2847 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T14:31:05Z | 2002-10-29T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
25,501 | Bug 25501 inline method: syntax errors after | public class A { void g(){ int i= y(); } int y(){ if (true) return 4; else return 3; } } inline the call to y() - you get syntax errors | resolved fixed | 40e2847 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T14:31:05Z | 2002-10-29T16:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
25,501 | Bug 25501 inline method: syntax errors after | public class A { void g(){ int i= y(); } int y(){ if (true) return 4; else return 3; } } inline the call to y() - you get syntax errors | resolved fixed | 40e2847 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T14:31:05Z | 2002-10-29T16:46:40Z | org.eclipse.jdt.ui/core | |
25,501 | Bug 25501 inline method: syntax errors after | public class A { void g(){ int i= y(); } int y(){ if (true) return 4; else return 3; } } inline the call to y() - you get syntax errors | resolved fixed | 40e2847 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T14:31:05Z | 2002-10-29T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/base/RefactoringStatusCodes.java | |
25,501 | Bug 25501 inline method: syntax errors after | public class A { void g(){ int i= y(); } int y(){ if (true) return 4; else return 3; } } inline the call to y() - you get syntax errors | resolved fixed | 40e2847 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T14:31:05Z | 2002-10-29T16:46:40Z | org.eclipse.jdt.ui/core | |
25,501 | Bug 25501 inline method: syntax errors after | public class A { void g(){ int i= y(); } int y(){ if (true) return 4; else return 3; } } inline the call to y() - you get syntax errors | resolved fixed | 40e2847 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T14:31:05Z | 2002-10-29T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java | |
25,501 | Bug 25501 inline method: syntax errors after | public class A { void g(){ int i= y(); } int y(){ if (true) return 4; else return 3; } } inline the call to y() - you get syntax errors | resolved fixed | 40e2847 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-13T14:31:05Z | 2002-10-29T16:46:40Z | 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.