issue_id
int64
2.04k
425k
title
stringlengths
9
251
body
stringlengths
4
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
23
187
chunk_content
stringlengths
1
22k
3,248
Bug 3248 Creating a new class creates 3 entries in local history (1GE4TOC)
Creating a new class with the class wizard creates 3 entries in the local history. The oldest is empty, the others have the same content. NOTES: EG (5/23/2001 11:35:43 AM) is the wizard setting the contents 3 times? MA (5/25/01 10:10:32 AM) JDOM automatically saves the content 2 times add import: I have to save, otherw...
resolved fixed
52f6017
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T13:40:32Z
2001-10-11T03:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
* the context of the given compilation unit. * * @param name the template to be evaluated * @param parentCU the templates evaluation context * @param pos a source offset into the parent compilation unit. The * template is evalutated at the given source offset */ protected String getTemplate(String name, I...
3,248
Bug 3248 Creating a new class creates 3 entries in local history (1GE4TOC)
Creating a new class with the class wizard creates 3 entries in the local history. The oldest is empty, the others have the same content. NOTES: EG (5/23/2001 11:35:43 AM) is the wizard setting the contents 3 times? MA (5/25/01 10:10:32 AM) JDOM automatically saves the content 2 times add import: I have to save, otherw...
resolved fixed
52f6017
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T13:40:32Z
2001-10-11T03:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
* @param type the type for which the new methods and constructor are to be created * @param doConstructors if <code>true</code> unimplemented constructors are created * @param doUnimplementedMethods if <code>true</code> unimplemented methods are created * @param imports an import manager to add all neded import s...
3,248
Bug 3248 Creating a new class creates 3 entries in local history (1GE4TOC)
Creating a new class with the class wizard creates 3 entries in the local history. The oldest is empty, the others have the same content. NOTES: EG (5/23/2001 11:35:43 AM) is the wizard setting the contents 3 times? MA (5/25/01 10:10:32 AM) JDOM automatically saves the content 2 times add import: I have to save, otherw...
resolved fixed
52f6017
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T13:40:32Z
2001-10-11T03:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
IMethod[] createdMethods= new IMethod[newMethods.size()]; for (int i= 0; i < newMethods.size(); i++) { String content= (String) newMethods.get(i) + '\n'; createdMethods[i]= type.createMethod(content, null, false, null); } return createdMethods; } /** * Returns the runnable that creates the type usi...
24,698
Bug 24698 Patch for resizable Type Hierarchy History
see attachment
verified fixed
fef71cc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:07:01Z
2002-10-11T15:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryListAction.java
package org.eclipse.jdt.internal.ui.typehierarchy; import java.util.Arrays; import java.util.List; import org.eclipse.core.runtime.IStatus; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.widgets...
24,698
Bug 24698 Patch for resizable Type Hierarchy History
see attachment
verified fixed
fef71cc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:07:01Z
2002-10-11T15:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryListAction.java
private class HistoryListDialog extends StatusDialog { private ListDialogField fHistoryList;
24,698
Bug 24698 Patch for resizable Type Hierarchy History
see attachment
verified fixed
fef71cc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:07:01Z
2002-10-11T15:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryListAction.java
private IStatus fHistoryStatus; private IJavaElement fResult; private HistoryListDialog(Shell shell, IJavaElement[] elements) { super(shell); setTitle(TypeHierarchyMessages.getString("HistoryListDialog.title")); String[] buttonLabels= new String[] { TypeHierarchyMessages.getString("HistoryLis...
24,698
Bug 24698 Patch for resizable Type Hierarchy History
see attachment
verified fixed
fef71cc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:07:01Z
2002-10-11T15:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryListAction.java
sel= new StructuredSelection(); } fHistoryList.selectElements(sel); } /* * @see Dialog#createDialogArea(Composite) */ protected Control createDialogArea(Composite parent) { initializeDialogUnits(parent); Composite composite= (Composite) super.createDialogArea(parent); Composit...
24,698
Bug 24698 Patch for resizable Type Hierarchy History
see attachment
verified fixed
fef71cc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:07:01Z
2002-10-11T15:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryListAction.java
* Method doCustomButtonPressed. */ private void doCustomButtonPressed() { fHistoryList.removeElements(fHistoryList.getSelectedElements()); } private void doSelectionChanged() { StatusInfo status= new StatusInfo(); List selected= fHistoryList.getSelectedElements(); if (selected.size() != 1) { ...
24,698
Bug 24698 Patch for resizable Type Hierarchy History
see attachment
verified fixed
fef71cc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:07:01Z
2002-10-11T15:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryListAction.java
* @see org.eclipse.jface.window.Window#configureShell(Shell) */ protected void configureShell(Shell newShell) { super.configureShell(newShell); WorkbenchHelp.setHelp(newShell, IJavaHelpContextIds.HISTORY_LIST_DIALOG); } } private TypeHierarchyViewPart fView; public HistoryListAction(TypeHierarchyVie...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.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...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
import org.eclipse.jdt.core.dom.*; import org.eclipse.jdt.internal.corext.codemanipulation.CodeGenerationSettings; import org.eclipse.jdt.internal.corext.codemanipulation.ImportEdit; import org.eclipse.jdt.internal.corext.dom.ASTNodeFactory; import org.eclipse.jdt.internal.corext.dom.ASTNodes; import org.eclipse.jdt.in...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
return; } Expression nodeToCast= (Expression) selectedNode; int parentNodeType= selectedNode.getParent().getNodeType(); if (parentNodeType == ASTNode.ASSIGNMENT) { Assignment assign= (Assignment) selectedNode.getParent(); if (selectedNode.equals(assign.getLeftHandSide())) { nodeToCast= assign.getRi...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
proposals.add(proposal); if (parentNodeType == ASTNode.VARIABLE_DECLARATION_FRAGMENT) { VariableDeclarationFragment fragment= (VariableDeclarationFragment) selectedNode.getParent(); ASTNode parent= fragment.getParent(); Type type= null; if (parent instanceof VariableDeclarationStatement) { Variable...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
public static void addUncaughtExceptionProposals(ProblemPosition problemPos, ArrayList proposals) throws CoreException { ICompilationUnit cu= problemPos.getCompilationUnit(); CompilationUnit astRoot= AST.parseCompilationUnit(cu, true); ASTNode selectedNode= ASTResolving.findSelectedNode(astRoot, problemPos.getOff...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
ASTRewrite rewrite= new ASTRewrite(astRoot); String label= CorrectionMessages.getString("LocalCorrectionsSubProcessor.addadditionalcatch.description"); Image image= JavaPluginImages.get(JavaPluginImages.IMG_OBJS_EXCEPTION); ASTRewriteCorrectionProposal proposal= new ASTRewriteCorrectionProposal(label, cu, rew...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
List exceptions= methodDecl.thrownExceptions(); for (int i= 0; i < uncaughtExceptions.length; i++) { String imp= proposal.addImport(uncaughtExceptions[i]); Name name= ASTNodeFactory.newName(ast, imp); rewrite.markAsInserted(name); exceptions.add(name); } proposals.add(proposal); } } /...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
Image image= JavaPluginImages.get(JavaPluginImages.IMG_OBJS_EXCEPTION); ASTRewriteCorrectionProposal proposal= new ASTRewriteCorrectionProposal(label, cu, rewrite, 6, image); proposals.add(proposal); } } public static void addNLSProposals(ProblemPosition problemPos, ArrayList proposals) throws CoreExceptio...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
* </pre> * This correction changes <code>f</code> above to <code>File</code>. * * @param problemPos * @param proposals */ public static void addInstanceAccessToStaticProposals(ProblemPosition problemPos, List proposals) throws CoreException { ICompilationUnit cu= problemPos.getCompilationUnit(); C...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
String label= CorrectionMessages.getString("LocalCorrectionsSubProcessor.changeaccesstostatic.description"); Image image= JavaPluginImages.get(JavaPluginImages.IMG_CORRECTION_CHANGE); ASTRewriteCorrectionProposal proposal= new ASTRewriteCorrectionProposal(label, cu, rewrite, 1, image); proposal.addImport(ty...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java
package org.eclipse.jdt.internal.ui.text.correction; import java.util.ArrayList; import org.eclipse.core.runtime.CoreException; import org.eclipse.swt.graphics.Image; import org.eclipse.jdt.core.IBuffer; import org.eclipse.jdt.core.ICompilationUnit; import org.eclipse.jdt.core.JavaModelException; import org.eclipse.jdt...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java
CompilationUnit astRoot= AST.parseCompilationUnit(cu, true); ASTNode selectedNode= ASTResolving.findSelectedNode(astRoot, problemPos.getOffset(), problemPos.getLength()); if (selectedNode == null) { return; } IBinding binding=null; switch (selectedNode.getNodeType()) { case ASTNode.SIMPLE_NAME: b...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java
binding= ((SuperConstructorInvocation) selectedNode).resolveConstructorBinding(); break; default: return; } ITypeBinding typeBinding= null; String name; if (binding instanceof IMethodBinding) { typeBinding= ((IMethodBinding) binding).getDeclaringClass(); name= binding.getName() + "()"; ...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java
} ICompilationUnit targetCU= Binding2JavaModel.findCompilationUnit(typeBinding, cu.getJavaProject()); Image image= JavaPluginImages.get(JavaPluginImages.IMG_CORRECTION_CHANGE); proposals.add(new ModifierChangeCompletionProposal(label, targetCU, binding, selectedNode, includedModifiers, excludedModifiers, 0, im...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java
if (currNodeBinding.getPackage().getKey().equals(targetType.getPackage().getKey())) { return 0; } return Modifier.PUBLIC; } public static void addAbstractMethodProposals(ProblemPosition problemPos, ArrayList proposals) throws CoreException { ICompilationUnit cu= problemPos.getCompilationUnit(); Compilation...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java
AST ast= astRoot.getAST(); MethodDeclaration modifiedNode= ast.newMethodDeclaration(); modifiedNode.setConstructor(decl.isConstructor()); modifiedNode.setExtraDimensions(decl.getExtraDimensions()); modifiedNode.setModifiers(decl.getModifiers() & ~Modifier.ABSTRACT); rewrite.markAsModified(decl, modifiedN...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java
String label= CorrectionMessages.getString("LocalCorrectionsSubProcessor.removebody.description"); Image image= JavaPluginImages.get(JavaPluginImages.IMG_CORRECTION_CHANGE); ASTRewriteCorrectionProposal proposal2= new ASTRewriteCorrectionProposal(label, cu, rewrite, 0, image); proposal2.calculateEditsAndClearR...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.wizards; import java.util.ArrayList; import java.util.List; import org.eclipse.core.resources.IContainer; import org.eclipse.core.resources.IFolder; import org.eclipse.core.resources.IProject; import org.eclipse.co...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
import org.eclipse.jface.viewers.ITreeContentProvider; import org.eclipse.jface.viewers.ViewerFilter; import org.eclipse.ui.dialogs.ElementListSelectionDialog; import org.eclipse.ui.dialogs.ElementTreeSelectionDialog; import org.eclipse.ui.dialogs.ISelectionStatusValidator; import org.eclipse.ui.help.WorkbenchHelp; imp...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
private static final String PAGE_NAME= "NewSourceFolderWizardPage"; private StringButtonDialogField fProjectField; private StatusInfo fProjectStatus; private StringButtonDialogField fRootDialogField; private StatusInfo fRootStatus; private IWorkspaceRoot fWorkspaceRoot; private IJavaProject fCurrJProject; ...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
public NewSourceFolderWizardPage() { super(PAGE_NAME); setTitle(NewWizardMessages.getString("NewSourceFolderWizardPage.title")); setDescription(NewWizardMessages.getString("NewSourceFolderWizardPage.description")); fWorkspaceRoot= ResourcesPlugin.getWorkspace().getRoot(); RootFieldAdapter adapter...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
return; } Object selectedElement= selection.getFirstElement(); if (selectedElement == null) { selectedElement= EditorUtility.getActiveEditorJavaInput(); } String projPath= null; if (selectedElement instanceof IResource) { IProject proj= ((IResource)selectedElement).getProject(); if (pr...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
private void setDefaultAttributes() { String projPath= ""; try { IProject[] projects= fWorkspaceRoot.getProjects(); for (int i= 0; i < projects.length; i++) { IProject proj= projects[i]; if (proj.hasNature(JavaCore.NATURE_ID)) { projPath= proj.getFullPath().makeRelative().toString(); ...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
layout.marginWidth= 0; layout.marginHeight= 0; layout.numColumns= 3; composite.setLayout(layout); fProjectField.doFillIntoGrid(composite, 3); fRootDialogField.doFillIntoGrid(composite, 3); int maxFieldWidth= convertWidthInCharsToPixels(40); LayoutUtil.setWidthHint(fProjectField.getTextControl(nu...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
public void changeControlPressed(DialogField field) { packRootChangeControlPressed(field); } public void dialogFieldChanged(DialogField field) { packRootDialogFieldChanged(field); } } private void packRootChangeControlPressed(DialogField field) { if (field == fRootDialogField) { IPath initialPa...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
updateRootStatus(); } else if (field == fProjectField) { updateProjectStatus(); updateRootStatus(); } updateStatus(new IStatus[] { fProjectStatus, fRootStatus }); } private void updateProjectStatus() { fCurrJProject= null; fIsProjectAsSourceFolder= false; String str= fProjectField.getText();...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
fCurrJProject= JavaCore.create(project); fEntries= fCurrJProject.getRawClasspath(); fOutputLocation= fCurrJProject.getOutputLocation(); fProjectStatus.setOK(); return; } } catch (CoreException e) { JavaPlugin.log(e); fCurrJProject= null; } fProjectStatus.setError(NewWizardMessages.getStr...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
IResource res= fWorkspaceRoot.findMember(path); if (res != null) { if (res.getType() != IResource.FOLDER) { fRootStatus.setError(NewWizardMessages.getString("NewSourceFolderWizardPage.error.NotAFolder")); return; } } ArrayList newEntries= new ArrayList(fEntries.length + 1); for (i...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
IPath newOutputLocation= projPath.append(NewJavaProjectPreferencePage.getOutputLocationName()); IStatus status2= JavaConventions.validateClasspath(fCurrJProject, newEntriesArray, newOutputLocation); if (status2.isOK()) { fRootStatus.setWarning(NewWizardMessages.getFormattedString("NewSourceFolderWiza...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
if (!folder.exists()) { CoreUtility.createFolder(folder, true, true, monitor); } IClasspathEntry[] entries= fCurrJProject.getRawClasspath(); IClasspathEntry[] newEntries; IPath outputLocation= fOutputLocation; if (fIsProjectAsSourceFolder) { IPath projPath= fCurrJProject.getProject().getFullPat...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
IClasspathEntry curr= entries[i]; if (k > i && curr.getEntryKind() == IClasspathEntry.CPE_SOURCE) { newEntries[k--]= JavaCore.newSourceEntry(path); } newEntries[k--]= curr; } if (k == 0) { newEntries[k--]= JavaCore.newSourceEntry(path); } } fCurrJProject.setRawClasspath(newEntries, o...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
dialog.addFilter(filter); dialog.setInput(currProject); IResource res= currProject.findMember(initialPath); if (res != null) { dialog.setInitialSelection(res); } if (dialog.open() == ElementTreeSelectionDialog.OK) { return (IFolder) dialog.getFirstResult(); } return null; } private IJavaPro...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
return null; } private IContainer[] getFilteredExistingContainerEntries() { if (fCurrJProject == null) { return new IContainer[0]; } List res= new ArrayList(); try { IResource container= fWorkspaceRoot.findMember(fCurrJProject.getOutputLocation()); if (container != null) { res.add(container)...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.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...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java
import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.layout.GridLayout; import org.eclipse.jface.dialogs.IDialogSettings; import org.eclipse.jface.viewers.IStructuredSelection; import org.eclipse.ui.help.WorkbenchHelp; import org.eclipse.jdt.core.IJavaElement; import ...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java
private SelectionButtonDialogFieldGroup fMethodStubsButtons; /** * Creates a new <code>NewClassWizardPage</code> */ public NewClassWizardPage() { super(true, PAGE_NAME); setTitle(NewWizardMessages.getString("NewClassWizardPage.title")); setDescription(NewWizardMessages.getString("NewClassWizardPage.de...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java
IJavaElement jelem= getInitialJavaElement(selection); initContainerPage(jelem); initTypePage(jelem); doStatusUpdate(); boolean createMain= false; boolean createConstructors= false; boolean createUnimplemented= true; IDialogSettings section= getDialogSettings().getSection(PAGE_NAME); if (section != nu...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java
updateStatus(status); } /* * @see NewContainerWizardPage#handleFieldChanged */ protected void handleFieldChanged(String fieldName) { super.handleFieldChanged(fieldName); doStatusUpdate(); } /* * @see WizardPage#createControl */ public void createControl(Composite parent) { initializeD...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java
createContainerControls(composite, nColumns); createPackageControls(composite, nColumns); createEnclosingTypeControls(composite, nColumns); createSeparator(composite, nColumns); createTypeNameControls(composite, nColumns); createModifierControls(composite, nColumns); createSuperClassControls(c...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java
} private void createMethodStubSelectionControls(Composite composite, int nColumns) { Control labelControl= fMethodStubsButtons.getLabelControl(composite); LayoutUtil.setHorizontalSpan(labelControl, nColumns); DialogField.createEmptySpace(composite); Control buttonGroup= fMethodStubsButtons.getSelec...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java
/** * Returns the current selection state of the 'Create inherited abstract methods' * checkbox. * * @return the selection state of the 'Create inherited abstract methods' checkbox */ public boolean isCreateInherited() { return fMethodStubsButtons.isSelected(2); } /** * Sets the selection state of th...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java
*/ protected void createTypeMembers(IType type, ImportsManager imports, IProgressMonitor monitor) throws CoreException { List newMethods= new ArrayList(); boolean doMain= isCreateMain(); boolean doConstr= isCreateConstructors(); boolean doInherited= isCreateInherited(); createInheritedMethods(type, doCons...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewInterfaceWizardPage.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...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewInterfaceWizardPage.java
private final static String PAGE_NAME= "NewInterfaceWizardPage"; /**
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewInterfaceWizardPage.java
* Create a new <code>NewInterfaceWizardPage</code> */ public NewInterfaceWizardPage() { super(false, PAGE_NAME); setTitle(NewWizardMessages.getString("NewInterfaceWizardPage.title")); setDescription(NewWizardMessages.getString("NewInterfaceWizardPage.description")); } /** * The wizard owning thi...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewInterfaceWizardPage.java
fTypeNameStatus, fModifierStatus, fSuperInterfacesStatus }; updateStatus(status); } /* * @see NewContainerWizardPage#handleFieldChanged */ protected void handleFieldChanged(String fieldName) { super.handleFieldChanged(fieldName); doStatusUpdate(); } /* * @see WizardPage#cre...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewInterfaceWizardPage.java
GridLayout layout= new GridLayout(); layout.numColumns= nColumns; composite.setLayout(layout); createContainerControls(composite, nColumns); createPackageControls(composite, nColumns); createEnclosingTypeControls(composite, nColumns); createSeparator(composite, nColumns); createTypeNameCont...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.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...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java
import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.NullProgressMonitor; import org.eclipse.core.runtime.SubProgressMonitor; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.eclipse.jface.operation.IRunnab...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java
private static final String PAGE_NAME= "NewJavaProjectWizardPage"; private WizardNewProjectCreationPage fMainPage; private IPath fOutputLocation; private IClasspathEntry[] fClasspathEntries; private boolean fAddJRE; private BuildPathsBlock fBuildPathsBlock; private boolean fProjectModified; /** * Create...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java
}; fBuildPathsBlock= new BuildPathsBlock(listener, 0); fProjectModified= true; fOutputLocation= null; fClasspathEntries= null; fAddJRE= false; } /** * Sets the default output location to be used for the new Java project. * This is the path of the folder (with the project) into which the Java buil...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java
* Sets the default classpath to be used for the new Java project. * <p> * The caller of this method is responsible for creating the classpath entries * for the <code>IJavaProject</code> that corresponds to the created project. * The caller is responsible for creating any new folders that might be mentioned *...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java
/** * Sets the project state to modified. Doing so will initialize the page * the next time it becomes visible. * * @since 2.0 */ public void setProjectModified() { fProjectModified= true; } /** * Returns the project handle. Subclasses should override this * method if they don't provide a main pag...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java
return fMainPage.getLocationPath(); } /** * Returns the Java project handle by converting the result of * <code>getProjectHandle()</code> into a Java project. * * @return the Java project handle * @see #getProjectHandle() */ public IJavaProject getNewJavaProject() { return JavaCore.create(getProjectH...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java
*/ protected void initBuildPaths() { fBuildPathsBlock.init(getNewJavaProject(), fOutputLocation, fClasspathEntries); } /** * Extend this method to set a user defined default classpath or output location. * The method <code>initBuildPaths</code> is called when the page becomes * visible the first time or th...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java
/** * Returns the currently configured output location. Note that the returned path * might not be valid. * * @return the configured output location * * @since 2.0 */ public IPath getOutputLocation() { return fBuildPathsBlock.getOutputLocation(); } /** * Returns the currently configured classpat...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java
* * @return the runnable */ public IRunnableWithProgress getRunnable() { return new IRunnableWithProgress() { public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { if (monitor == null) { monitor= new NullProgressMonitor(); } monitor.beginTask...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.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...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Label; import org.eclipse.jface.operation.IRunnableWithProgress; import org.eclipse.jface.viewers.IStructuredSelection; import org.eclipse.ui.help.WorkbenchHelp; import org.eclipse.jdt.core.IJavaElement; i...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
private static final String PAGE_NAME= "NewPackageWizardPage"; private static final String PACKAGE= "NewPackageWizardPage.package"; private StringDialogField fPackageDialogField; /* * Status of last validation of the package field */ private IStatus fPackageStatus; private IPackageFragment fCreatedPa...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
* Creates a new <code>NewPackageWizardPage</code> */ public NewPackageWizardPage() { super(PAGE_NAME); setTitle(NewWizardMessages.getString("NewPackageWizardPage.title")); setDescription(NewWizardMessages.getString("NewPackageWizardPage.description")); fCreatedPackageFragment= null; PackageFieldA...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
updateStatus(new IStatus[] { fContainerStatus, fPackageStatus }); } /* * @see WizardPage#createControl */ public void createControl(Composite parent) { initializeDialogUnits(parent); Composite composite= new Composite(parent, SWT.NONE); int nColumns= 3; GridLayout layout= new GridLayout(...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
setControl(composite); WorkbenchHelp.setHelp(composite, IJavaHelpContextIds.NEW_PACKAGE_WIZARD_PAGE); } /** * @see org.eclipse.jface.dialogs.IDialogPage#setVisible(boolean) */ public void setVisible(boolean visible) { if (visible) { setFocus(); } super.setVisible(visible); } /** * Sets the foc...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
public void dialogFieldChanged(DialogField field) { fPackageStatus= packageChanged(); handleFieldChanged(PACKAGE); } } /* * @see org.eclipse.jdt.ui.wizards.NewContainerWizardPage#handleFieldChanged(String) */ protected void handleFieldChanged(String fieldName) { super.handleFieldChanged(fiel...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
} updateStatus(new IStatus[] { fContainerStatus, fPackageStatus }); } /** * Verifies the input for the package field. */ private IStatus packageChanged() { StatusInfo status= new StatusInfo(); String packName= getPackageText(); if (packName.length() > 0) { IStatus val= JavaConventions....
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
IPath outputPath= root.getJavaProject().getOutputLocation(); if (rootPath.isPrefixOf(outputPath) && !rootPath.equals(outputPath)) { IPath packagePath= pack.getPath(); if (outputPath.isPrefixOf(packagePath)) { status.setError(NewWizardMessages.getString("NewPackageWizardPage.error.IsOutpu...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
return fPackageDialogField.getText(); } /** * Sets the content of the package input field to the given value. * * @param str the new package input field text * @param canBeModified if <code>true</code> the package input * field can be modified; otherwise it is read-only. */ public void setPackageText(S...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
} }; } /** * Returns the created package fragment. This method only returns a valid value * after <code>getRunnable</code> or <code>createPackage</code> have been * executed. * * @return the created package fragment */ public IPackageFragment getNewPackageFragment() { return fCreatedPackageFragmen...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.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 java.util.List; import org.eclipse.core.resources.IContainer; import org.eclipse.core.resources.IFolder; import org.eclipse.core.resources...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
import org.eclipse.core.resources.IWorkspaceRoot; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.NullProgressMonitor; import org.eclipse.core.runtime.Path; im...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
import org.eclipse.ui.dialogs.ISelectionStatusValidator; import org.eclipse.ui.help.WorkbenchHelp; import org.eclipse.ui.model.WorkbenchContentProvider; import org.eclipse.ui.model.WorkbenchLabelProvider; import org.eclipse.jdt.core.IClasspathEntry; import org.eclipse.jdt.core.IJavaProject; import org.eclipse.jdt.core....
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
public static interface IRemoveOldBinariesQuery { /** * Do the callback. Returns <code>true</code> if .class files should be removed from the * old output location. */ boolean doQuery(IPath oldOutputLocation) throws InterruptedException; } private IWorkspaceRoot fWorkspaceRoot; private CheckedList...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
private IStatusChangeListener fContext; private Control fSWTWidget; private int fPageIndex; private SourceContainerWorkbookPage fSourceContainerPage; private ProjectsWorkbookPage fProjectsPage; private LibrariesWorkbookPage fLibrariesPage; private BuildPathBasePage fCurrPage; public BuildPathsBlock(ISt...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
NewWizardMessages.getString("BuildPathsBlock.classpath.checkall.button"), NewWizardMessages.getString("BuildPathsBlock.classpath.uncheckall.button") }; fClassPathList= new CheckedListDialogField(null, buttonLabels, new CPListLabelProvider()); fClassPathList.setDialogFieldListener(adapter); fClassPat...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
Composite composite= new Composite(parent, SWT.NONE); GridLayout layout= new GridLayout(); layout.marginWidth= 0; layout.numColumns= 1; composite.setLayout(layout); TabFolder folder= new TabFolder(composite, SWT.NONE); folder.setLayout(new TabFolderLayout()); folder.setLayoutData(new GridData(Gr...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
item.setControl(fProjectsPage.getControl(folder)); fLibrariesPage= new LibrariesWorkbookPage(fWorkspaceRoot, fClassPathList); item= new TabItem(folder, SWT.NONE); item.setText(NewWizardMessages.getString("BuildPathsBlock.tab.libraries")); item.setImage(imageRegistry.get(JavaPluginImages.IMG_OBJS_LIBRARY))...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
int maxFieldWidth= converter.convertWidthInCharsToPixels(40); LayoutUtil.setWidthHint(fBuildPathDialogField.getTextControl(null), maxFieldWidth); LayoutUtil.setHorizontalGrabbing(fBuildPathDialogField.getTextControl(null)); editorcomp.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); folder.setSelecti...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
* @param outputLocation The output location to be set in the page. If <code>null</code> * is passed, jdt default settings are used, or - if the project is an existing Java project- the * output location of the existing project * @param classpathEntries The classpath entries to be set in the page. If <code>null</...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
} if (newClassPath == null) { newClassPath= getDefaultClassPath(jproject); } List exportedEntries = new ArrayList(); for (int i= 0; i < newClassPath.size(); i++) { CPListElement curr= (CPListElement) newClassPath.get(i); if (curr.isExported() || curr.getEntryKind() == IClasspathEntry.CPE_SOURCE) { ...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
IPath path= curr.getPath(); IResource res= null; boolean isMissing= false; switch (curr.getEntryKind()) { case IClasspathEntry.CPE_CONTAINER: res= null; isMissing= true; isMissing= false; break; case IClasspathEntry.CPE_VARIABLE: IPath resol...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
} break; case IClasspathEntry.CPE_SOURCE: res= fWorkspaceRoot.findMember(path); if (res == null) { if (fWorkspaceRoot.getWorkspace().validatePath(path.toString(), IResource.FOLDER).isOK()) { res= fWorkspaceRoot.getFolder(path); } isMissing= true; } break; case I...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
* Returns the Java project. Can return <code>null<code> if the page has not * been initialized. */ public IJavaProject getJavaProject() { return fCurrJProject; } /** * Returns the current output location. Note that the path returned must not be valid. */ public IPath getOutputLocation() { return new ...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
} private List getDefaultClassPath(IJavaProject jproj) { List list= new ArrayList(); IResource srcFolder; String sourceFolderName= NewJavaProjectPreferencePage.getSourceFolderName(); if (NewJavaProjectPreferencePage.useSrcAndBinFolders() && sourceFolderName.length() > 0) { srcFolder= jproj.getProjec...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
public void changeControlPressed(DialogField field) { buildPathChangeControlPressed(field); } public void dialogFieldChanged(DialogField field) { buildPathDialogFieldChanged(field); } } private void buildPathChangeControlPressed(DialogField field) { if (field == fBuildPathDialogField) { ICont...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
} } private void buildPathDialogFieldChanged(DialogField field) { if (field == fClassPathList) { updateClassPathStatus(); updateBuildPathStatus(); } else if (field == fBuildPathDialogField) { updateBuildPathStatus(); } doStatusLineUpdate(); } private void doStatusLineUpdate() { IStatus...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
fClassPathStatus.setOK(); List elements= fClassPathList.getElements(); boolean entryMissing= false; IClasspathEntry[] entries= new IClasspathEntry[elements.size()]; for (int i= elements.size()-1 ; i >= 0 ; i--) { CPListElement currElement= (CPListElement)elements.get(i); boolean isChecked= fClassPath...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
*/ private void updateBuildPathStatus() { fOutputLocationPath= null; String text= fBuildPathDialogField.getText(); if ("".equals(text)) { fBuildPathStatus.setError(NewWizardMessages.getString("BuildPathsBlock.error.EnterBuildPath")); return; } IPath path= getOutputLocation(); IResource res= ...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
} } IStatus status= JavaConventions.validateClasspath(fCurrJProject, entries, path); if (!status.isOK()) { fBuildPathStatus.setError(status.getMessage()); return; } if (res != null && res.exists() && fCurrJProject.exists()) { try { IPath oldOutputLocation= fCurrJProject.getOutputLocation(); ...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
if (!project.exists()) { IProjectDescription desc= project.getWorkspace().newProjectDescription(project.getName()); if (Platform.getLocation().equals(locationPath)) { locationPath= null; } desc.setLocation(locationPath); project.create(desc, monitor); monitor= null; } if (!project.isO...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
public void configureJavaProject(IProgressMonitor monitor) throws CoreException, InterruptedException { if (monitor == null) { monitor= new NullProgressMonitor(); } monitor.beginTask(NewWizardMessages.getString("BuildPathsBlock.operationdesc"), 10); try { Shell shell= null; if (fSWTWidget != null ...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
if (reorgQuery != null) { IPath oldOutputLocation= fCurrJProject.getOutputLocation(); if (!outputLocation.equals(oldOutputLocation)) { IResource res= fWorkspaceRoot.findMember(oldOutputLocation); if (res instanceof IContainer && hasClassfiles(res)) { if (reorgQuery.doQuery(oldOutputLocation)) { ...