id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
5,235 | 31,323 | Bug 31323 QuickAssist only wraps 2 lines | build I20030206. 1. Start with the following class public class Test { public static void main(String[] args) { int x = 3; x++; int y=x*x; } } 2. Select the THREE lines of code in the main method. 3. Press ctrl-1 4. If you select any of the quick assists (do, for, if, try, while), only the first TWO lines of the code a... | 2003-02-07 11:10:35 | 1,044,630,000 | resolved fixed | 87ec917 | 1,044,890,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.java | JDT |
5,236 | 31,389 | Bug 31389 Remove unused private fields - broken with >1 field/line | M5: Declare some variables like this: private int v1, v2; Use v2 in the code. (You might also have to turn on the compiler option to make unused fields a warning not ignored). Press ctrl-1 on the variable declaration line, select "remove". The whole line is removed even though v1 was the only unused variable. | 2003-02-07 20:38:33 | 1,044,670,000 | resolved fixed | ff35e78 | 1,044,890,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | JDT |
5,237 | 31,351 | Bug 31351 "Extrude" is not a good name for the quick assist | build I20030206 We should not use "extrude" to describe this quick assist. "extrude" means forcing (often through some device) to produce something. We should find a brief phrase to describe the operation and use it instead. I assume we are avoiding extract since it is used in the various refactorings. This assist caus... | 2003-02-07 12:38:38 | 1,044,640,000 | resolved fixed | 27f17d7 | 1,044,890,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | JDT |
5,238 | 31,395 | Bug 31395 Child window of Preferences dialog centers between screens | On the Preferences->Java->Code Generation->Names tab, the Edit button opens a dialog that is split between multiple monitors, instead of centering on the main Preference window like the rest of its child windows do. | 2003-02-08 02:53:44 | 1,044,690,000 | resolved fixed | 01b69c0 | 1,044,890,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NameConventionConfigurationBlock.java org.eclipse.jdt.ui/ui/org/e... | JDT |
5,239 | 31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | 2003-02-06 12:28:24 | 1,044,550,000 | verified fixed | 43e4e2a | 1,044,880,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/MultiMoveTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ReorgTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyPackageFragmentRootCha... | JDT |
5,240 | 31,114 | Bug 31114 Moving linked resource onto self deletes linked resource | build 20030206 -create a linked folder LA. -move the linked folder to its parent project. ->the linked folder is deleted and an error message appears. The move operation should no be possible. | 2003-02-06 12:30:54 | 1,044,550,000 | verified fixed | e010840 | 1,044,880,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java | JDT |
5,241 | 31,374 | Bug 31374 Package Explorer does not show children of linked directories | null | 2003-02-07 16:29:10 | 1,044,650,000 | resolved fixed | ab92f6e | 1,044,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/StandardJavaElementContentProvider.java | JDT |
5,242 | 28,479 | Bug 28479 logical packages not recognized as Java by Search [browsing] | 1) Select a logical package 2) open the search dialog ->it defaults to the File search, I would have expected that it defaults to the Java search | 2002-12-17 06:27:28 | 1,040,120,000 | verified fixed | ec7b2d2 | 1,044,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/LogicalPackageAdapterFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/LogicalPackage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java org.eclipse.jd... | JDT |
5,243 | 31,244 | Bug 31244 Renaming linked source folder copies content | I20030206 - Create project with "linked src folder" - rename folder Observe: you loose the link and the content gets copied. I would expect simply renaming the link. | 2003-02-07 06:27:43 | 1,044,620,000 | verified fixed | 4c131fd | 1,044,870,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameResourceChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameSourceFolderChange.java | JDT |
5,244 | 31,300 | Bug 31300 RepositoryProvider.isShared has problems with closed projects [API] | build i0206 (1700), win2k, j9sc20030205 In the Packages View, when I select to filter out projects which are non- shared, I get the following warnings in my log file. Note that all these are all the closed projects in my workspace and they are all shared. !ENTRY org.eclipse.core.resources 4 372 Feb 07, 2003 09:45:50.57... | 2003-02-07 09:54:09 | 1,044,630,000 | resolved fixed | b7ff326 | 1,044,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonSharedProjectFilter.java | JDT |
5,245 | 31,289 | Bug 31289 StringIndexOutOfBoundsException is ASTRewrite | 20030206 1. select CUCorrectionProposal.createCompilationUnitChange pull up java.lang.reflect.InvocationTargetException: java.lang.StringIndexOutOfBoundsException: String index out of range: 122 at java.lang.String.substring(String.java(Compiled Code)) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.doTextIns... | 2003-02-07 09:25:34 | 1,044,630,000 | resolved fixed | 2d36dbe | 1,044,640,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTWithExistingFlattener.java | JDT |
5,246 | 31,295 | Bug 31295 javadoc export exception in the log | 20030206 i missed it whet it happened because there was no dialog Java Model Exception: Java Model Status [org.eclipse.core.resources.win32 does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:482) at org.eclipse.jdt.internal.core.JavaModelManager.getPerProjectInfoCheck... | 2003-02-07 09:37:05 | 1,044,630,000 | resolved fixed | 92daeb7 | 1,044,640,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java | JDT |
5,247 | 28,277 | Bug 28277 Double-clicking in the Types view refreshes decorators | In build I20021210, with CVS decorators turned on, in the Java browing perspective, if I double click on a class in the Types view, the decorators in the view undergo a visible refresh (i.e. they go away and then reappear). | 2002-12-13 11:02:15 | 1,039,800,000 | resolved fixed | 2d92fbe | 1,044,640,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java | JDT |
5,248 | 30,143 | Bug 30143 [performance] leverage IResourceProxyVisitor | The new IResourceProxyVisitor results in signficant speed-ups when processing the resource trees as long as you do not need the full path of the resource. The AmountOfWorkCalculator is a candidate for leveraging the new IResourceProxyVisitor. Please investigate. | 2003-01-24 04:23:18 | 1,043,400,000 | resolved fixed | dc57223 | 1,044,630,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java | JDT |
5,249 | 31,001 | Bug 31001 Filterdialog shows clipped items | 1) In the package explorer drop down the view menu 2) select filters 3) the filter dialog shows up Notice that the initial size of the table clips the last entry and this looks ugly. The initial size of the table should be a multiple of the item height. There is support to do this. | 2003-02-05 13:41:14 | 1,044,470,000 | resolved fixed | 6450262 | 1,044,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/CustomFiltersDialog.java | JDT |
5,250 | 31,096 | Bug 31096 NPE creating Packages wizard | 20030206 I just got an NPE creating a new package wizard. It has to be the first thing you do in an empty workspace for it to happen - if you have loaded anything into your workbench or opened another wizard I can't replicate it. STEPS 1) Select New -Other 2) Select Java-> package. 3) Try it again - no problem. !SESSIO... | 2003-02-06 11:13:52 | 1,044,550,000 | resolved fixed | f1d1000 | 1,044,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java | JDT |
5,251 | 31,091 | Bug 31091 14 times - Unneccessary error dialog from Outline View | I20030205 1) Open a java file that is not on the classpath (in SWT we have many of these because the code for other platforms is not included in the current classpath). For example, get org.eclipse.swt from CVS and copy .classpath_carbon to .classpath. Now open org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Di... | 2003-02-06 10:26:22 | 1,044,550,000 | resolved fixed | 452db81 | 1,044,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java | JDT |
5,252 | 31,078 | Bug 31078 Context menu for types includes Add Bookmark | 1) select a class in the outline or package explorer -> Add Bookmark appears in the context menu We should remove this action | 2003-02-06 06:35:03 | 1,044,530,000 | resolved fixed | 702a584 | 1,044,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java | JDT |
5,253 | 31,075 | Bug 31075 Code Templates are not preserved | the new code templates are a great feature. The problem is when you close eclipse and start it up again they seem to be reset to the defaults. | 2003-02-06 05:50:18 | 1,044,530,000 | resolved fixed | 938fd9a | 1,044,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java | JDT |
5,254 | 25,324 | Bug 25324 Ability to know when tests are finished [junit] | Hi, I'm writing a Cactus Plugin that extends the JUnit Plugin and I need to know when the tests have finished running in the TestRunner. There is a nice ITestRunListener interface for that. My idea was thus to implement this interface and somehow register my listener to the TestRunner (RemoteTestRunnerClient). However:... | 2002-10-24 10:50:25 | 1,035,470,000 | resolved fixed | f2b66ff | 1,044,530,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/ITestRunListener.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/runner/ITestRunListen... | JDT |
5,255 | 31,027 | Bug 31027 Internal Error in the log. | Build id: 200302050800 Got this excecption in the log. After clicking in an item in the search view. Eclipse was not responding for 30 seconds. !ENTRY org.eclipse.jdt.ui 4 10001 Feb 05, 2003 15:25:09.893 !MESSAGE Internal Error !STACK 1 org.eclipse.core.internal.resources.ResourceException: Marker id: 92868 not found. ... | 2003-02-05 15:41:06 | 1,044,480,000 | resolved fixed | d5fcc40 | 1,044,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java | JDT |
5,256 | 29,846 | Bug 29846 Package Explorer shows leading slash in status line for resource files | build I20030115 - load org.eclipse.jface as source - in the Package Explorer, select org.eclipse.jface/src - the status line shows: org.eclipse.jface/src - select org.eclipse.jface/scripts - the status line shows: /org.eclipse.jface/scripts - select org.eclipse.jface/src/org.eclipse.jface.action/Action.java - the statu... | 2003-01-20 16:27:33 | 1,043,100,000 | resolved fixed | bb6ad88 | 1,044,480,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/StatusBarUpdater.java | JDT |
5,257 | 30,991 | Bug 30991 NPE in New Java Project Wizard | Given an existing project named 'Test', 1. Start 'New Java Project' Wizard 2. Enter name 'test'. 3. Click Finish. 4. Error Dialog "..A resource exists with different case: /Test." 5. Click OK 6. Enter any other name i.e. 'foo' 7. Click Finish 8. Error dialog appears, NPE in LOG. !ENTRY org.eclipse.jdt.ui 4 10001 Feb 05... | 2003-02-05 12:51:30 | 1,044,470,000 | verified fixed | 3f7d2e3 | 1,044,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java | JDT |
5,258 | 30,970 | Bug 30970 Fat icon in Type Hierarchy | Build I20030205 I opened type hierarchy of FindAction (type hierarchy mode) and clicked on the types (opened them in the editor). See attached picture. Note: It might be a Platform UI problem with the rendering of icons/decorators. | 2003-02-05 11:22:27 | 1,044,460,000 | resolved fixed | 038390f | 1,044,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyViewerSorter.java | JDT |
5,259 | 30,979 | Bug 30979 NPE in NewElementWizardPage.updateStatus at line 67 | Integration build 200302050800 We have a bug in SWT which exposed this problem but I am entering this bug report since the handling of the problem is not right. Due to the bug on the Mac (see build 200302050800) we get an NPE in NewElementWizardPage. Steps: 1) In a new workspace, in the Resource perspective, in the the... | 2003-02-05 12:00:11 | 1,044,460,000 | resolved fixed | f6baa92 | 1,044,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewElementWizardPage.java | JDT |
5,260 | 25,503 | Bug 25503 Quick fix which adds NON-NLS string should add a space | Build 20021029 Currently the comment is directly appended. A space in front would look nicer: Current: <myCode>//$NON-NLS-1$//$NON-NLS-2$ Desired: <myCode> //$NON-NLS-1$ //$NON-NLS-2$ | 2002-10-29 12:42:51 | 1,035,910,000 | resolved fixed | 90d15b0 | 1,044,460,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSUtil.java | JDT |
5,261 | 30,806 | Bug 30806 [build path] library container dialog issues | 1) Java Project>Properties>Java Build Path>Libraries Tab>Add Library There are several problems with the wizard that shows up. * The title is New Library, it should be Add Library * The description refers to a new library * The page doesn't have a wizard icon (if we need a custom one pls add it to the icon request bug)... | 2003-02-03 06:30:14 | 1,044,270,000 | resolved fixed | fe7dc7f | 1,044,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerSelectionPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java | JDT |
5,262 | 30,410 | Bug 30410 Change method signatue [refactoring] | Build I20030122 The refactoring doesn't update the variable name and import statements in reimplemented methods. Case class A { public void foo(ICompilationUnit cu) { } } class B extends A { public void foo (ICompilationUnit cu) { } } - select foo in A and activate change method signature. - change cu to sr - change IC... | 2003-01-28 13:07:06 | 1,043,780,000 | resolved fixed | e496890 | 1,044,460,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | JDT |
5,263 | 30,943 | Bug 30943 ${package_statement} should be called ${package_declaration} [code manipulation] | 20030129 + latest ${package_statement} does not represent any statement but a declaration | 2003-02-05 05:14:22 | 1,044,440,000 | resolved fixed | 396e3a9 | 1,044,460,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CodeTemplateContextType.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | JDT |
5,264 | 29,896 | Bug 29896 M4 Usability issue when defining link exclusion filters [build path] | Consider the following scenarios that can occur when defining exclusion filters for source file links in a single rooted tree. For all scenarios assume that up to 100 directories may need to be dealt with. 1. A source path should include a single directory. In this case you could have up to 99 directories that need to ... | 2003-01-21 10:36:48 | 1,043,160,000 | resolved fixed | 651a3dd | 1,044,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ExclusionPatternDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ExclusionPatternEntryDialog.java | JDT |
5,265 | 30,888 | Bug 30888 IndexOutOfBoundsException in CodeTemplateBlock | latest on 0204 i pressed the edit button (nothing was selected in the tree) java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.RangeCheck(ArrayList.java:508) at java.util.ArrayList.get(ArrayList.java:320) at org.eclipse.jdt.internal.ui.preferences.CodeTemplateBlock.doButtonPressed (CodeTempla... | 2003-02-04 12:48:46 | 1,044,380,000 | resolved fixed | 57e9aa6 | 1,044,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java | JDT |
5,266 | 25,927 | Bug 25927 No doc/help on synthetic accessor method warning | In Java code, what does the following warning mean, how would I fix it and why should I care: Access to enclosing method aMethodName(...) from the type aTypeName is emulated by a synthetic accessor method. Thank you, Gary | 2002-11-08 16:59:35 | 1,036,790,000 | resolved fixed | 958532c | 1,044,390,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java | JDT |
5,267 | 30,135 | Bug 30135 [quick fix] add quick fix for method needs a method body | We should provide a quick fix for: public class Foo { public void f(); // error needs a method body } The quick fix replaces the semicolong with a stub method body | 2003-01-24 03:00:13 | 1,043,400,000 | resolved fixed | 43f33f8 | 1,044,380,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java | JDT |
5,268 | 29,711 | Bug 29711 Move refactoring doesn't honor read-only flags | Build I20030115 - JUnit setup - create TestCase.java in junit.runner - make it read-only - move TestCase from framework to runner - answer yes to override observe: the file in runner gets replaced althouh it is read-only | 2003-01-17 10:17:53 | 1,042,820,000 | resolved fixed | 55cb6fd | 1,044,370,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/CopyQueries.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/inter... | JDT |
5,269 | 19,114 | Bug 19114 Restore Java Element from Local History should also provide check boxes [compare] | F2 - delete two resources from a package - open Restore from local histroy observe: the left pane contains a check box table to restore more than one element at a time - now delete two elements in a type - open Restore from local histroy observe: no check box table also it would be very helpful to add more than one mem... | 2002-06-04 12:04:24 | 1,023,210,000 | resolved fixed | d789315 | 1,044,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java | JDT |
5,270 | 26,321 | Bug 26321 Quick fix via Ctrl+1: chooses last error if no errors left to cursor | Build I20021113 - create TestCase() { fNam= null; fNme= null; } - position cursor at beginning of line fNam=.... - avtivate quick fix ==> quick fix opens on fNme= null; I would expect that quick fix opens on the "nearest" error | 2002-11-14 10:10:21 | 1,037,290,000 | resolved fixed | 46c0c09 | 1,044,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java | JDT |
5,271 | 30,505 | Bug 30505 Exception attaching source to library [build path] | I2003-01-22 I am trying to attach sourcecode to a library. This is done withing the package explorer using the properties of the library. However, after selecting the source location, pressing okay results in the following exception. (NB: The library is not referenced by the project's build path) !MESSAGE Internal Erro... | 2003-01-29 09:51:09 | 1,043,850,000 | resolved fixed | 33c0483 | 1,044,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SourceAttachmentPropertyPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentDialog.java | JDT |
5,272 | 30,598 | Bug 30598 When overriding a method, @see comment is wrong [code manipulation] | I2003-01-22 When overriding a method, the @see comment that is constructed is wrong, e.g. having a class TestClass, when overriding java.lang.Object.clone, the comment says: @see TestClass#clone() instead of @see java.lang.Object#clone() | 2003-01-30 07:55:57 | 1,043,930,000 | resolved fixed | 576b8e0 | 1,044,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodStubCompletionProposal.java | JDT |
5,273 | 30,350 | Bug 30350 Can not "Restore Defaults" setting for 'Java Task Tags'. | Reporter: Amanda Lee Language: Korean /Simplfied Chinese /Traditional Chinese Build driver: eclipse-SDK-I20030122-win32, linux_gtk, linux_motif, Severity: OS: RedHat8_gtk, RedHat8_motif, WinXP JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: 11.6 Summary: DBCS: Can not "Restore Defaults" setting for 'Java Task Tags'. Descript... | 2003-01-28 00:18:27 | 1,043,730,000 | closed fixed | a3f54cb | 1,044,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskPropertyPage.java | JDT |
5,274 | 28,942 | Bug 28942 "Extract method" refactoring error [refactoring] | When using the "extract method" refactoring, there seems to be a bug with the return statements if the return type is void. When extracting the following code for example: if (error == true) return; doSomething(); He complaints that not all execution paths contain a return statement. This is not necessary as the return... | 2003-01-02 07:33:53 | 1,041,510,000 | resolved fixed | 713deb4 | 1,044,300,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/invalidSelection/A_test192.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/return_in/A_test727.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTe... | JDT |
5,275 | 30,749 | Bug 30749 "Can't inline abstract methods" complained for inlining expression | For the code fragment: boolean isSaved = false; FooSet q = getSP(name, value); FooSet a = getP(m.getR(MT.RType.A)); FooSet b = getP(m.getR(MT.RType.B)); FooSet c = getP(m.getR(MT.RType.C)); db.item().addP(id, isSaved, q, a, b, c); When I select "isSaved" in the last line and hit ALT-SHIFT-R, I get the message "Can't in... | 2003-01-31 16:50:07 | 1,044,050,000 | resolved fixed | c01fbfb | 1,044,290,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java | JDT |
5,276 | 28,515 | Bug 28515 extract method: when the dialog comes up the text field should be selected | 20021216 now, it's the 'add exceptions' checkbox, which is not good | 2002-12-17 10:17:02 | 1,040,140,000 | resolved fixed | e3b5471 | 1,044,290,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ExtractMethodInputPage.java | JDT |
5,277 | 30,700 | Bug 30700 New Project/package/class not selected in package explorer | I20030129 - create one of the java elements using the wizard. observe: the new element is not selected in the package explorer. The reason is that we post resource deltas asynchronously. | 2003-01-31 06:02:05 | 1,044,010,000 | resolved fixed | 2cf2df5 | 1,044,290,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
5,278 | 30,786 | Bug 30786 java.lang.NoSuchFieldError: handle | Using Eclipse in Linux with Build id: 200302020010 i occasionally get strange errors which prevents modified Java-files from being saved. Happens randomly but when starting to appear stays until the file is removed editor and after reopening saving works ok (for awhile). Notice the same behaviour in maybe build 2003020... | 2003-02-02 20:31:47 | 1,044,240,000 | resolved fixed | 81098cb | 1,044,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java | JDT |
5,279 | 30,727 | Bug 30727 exclusion filters: cannot remove [build path] | 20030129 create a jproject and a src folder in it add 2 packages to it a.b and c.d exclude c/d/ from the classpath open the java build path dialog, select the source folders expand the tree node select 'Exclusion filter: /c/d/' press 'Remove' seems to be removed, right? wrong. open the dialog again - the filter for /c/... | 2003-01-31 12:49:35 | 1,044,040,000 | resolved fixed | 0b65688 | 1,044,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java | JDT |
5,280 | 30,724 | Bug 30724 Modify parameters: order of buttons [refactoring] | 20030131 The dialog to modify parameters could use the same order of buttons like the build path / org. import order ect dialogs Add.. Edit Up Down Remove I would also rename the buttons from Move Up -> Up, Move Down -> Down Maybe it would also be good to add separators before Up and Remove | 2003-01-31 12:16:33 | 1,044,030,000 | resolved fixed | e609dbb | 1,044,270,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java | JDT |
5,281 | 28,582 | Bug 28582 Quickfix icon hides the error icon in editor left ruler [quick fix] | Build 20021216 In presence of problems, one cannot see an error icon in the left ruler, since it get overlapped completely with the quickfix icon. The only error indication is the underlining in the code itself. | 2002-12-17 17:36:41 | 1,040,160,000 | resolved fixed | cc1e5b0 | 1,044,030,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java | JDT |
5,282 | 30,667 | Bug 30667 create 'subpackage' when doing create new package with a package selected | It should be possible to quickly create a new package as a subpackage of an already existing package. A suggestion: upon activating the new>package menu from a selected package, the name field in the dialog box could already contain the name of the selected package (possibly with the name completely selected). Just app... | 2003-01-30 16:15:12 | 1,043,960,000 | resolved fixed | 9a791dd | 1,044,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java | JDT |
5,283 | 28,082 | Bug 28082 creating a project in java perspective updates labels in browsing perspective | i created a project in the java perspective stuff in the browsign perspective was called as well there should be no reason for it here's what was called: at org.eclipse.jdt.ui.ProblemsLabelDecorator.getErrorTicksFromMarkers (ProblemsLabelDecorator.java:203) at org.eclipse.jdt.ui.ProblemsLabelDecorator.computeAdornmentF... | 2002-12-11 08:14:27 | 1,039,610,000 | resolved wontfix | 1f973a8 | 1,044,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java | JDT |
5,284 | 30,681 | Bug 30681 Refresh problem in Package Explorer view | 20030129 integration build Refreshing a project without a Java nature in a Package Explorer produces message:" Problem occured refreshing the selected resources. Reason: org.eclipse.releng does not exist." Log contains: !ENTRY org.eclipse.jdt.ui 4 10001 Jan 30, 2003 23:45:54.937 !MESSAGE Internal Error !STACK 1 Java Mo... | 2003-01-30 23:19:37 | 1,043,990,000 | resolved fixed | 71ef839 | 1,044,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefreshAction.java | JDT |
5,285 | 30,581 | Bug 30581 NPE in organize Import | Found the following in the log of PR 30427 java.lang.NullPointerException at org.eclipse.jdt.ui.actions.OrganizeImportsAction.doChooseImports (OrganizeImportsAction.java:400) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.access$1 (OrganizeImportsAction.java:398) at org.eclipse.jdt.ui.actions.OrganizeImportsAction... | 2003-01-30 04:12:52 | 1,043,920,000 | resolved fixed | 7275727 | 1,044,000,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java | JDT |
5,286 | 30,658 | Bug 30658 Package explorer drag'n drop does not always work | null | 2003-01-30 14:28:47 | 1,043,950,000 | resolved fixed | 02fd0c2 | 1,044,000,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
5,287 | 30,683 | Bug 30683 Need API to know if project is shared | null | 2003-01-31 02:08:39 | 1,044,000,000 | resolved fixed | 43fefdf | 1,044,000,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonSharedFilter.java | JDT |
5,288 | 27,807 | Bug 27807 Need library and library with source as shared images | PDE has two places (plug-ins view and classpath container page) where our label provider needs to render classpath entries. An easy solution would be to add 'library' and 'library with source' images to the list of shared images currently supported by JavaUI.getSharedImages() (currently, the closes image is JAR but we ... | 2002-12-05 17:47:28 | 1,039,130,000 | resolved fixed | 91dcbf8 | 1,043,940,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/SharedImages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ISharedImages.java | JDT |
5,289 | 30,508 | Bug 30508 Package Viewer toolbar redraws on selection change [general issue] | I20030128 - in package viewer move selection with cursor down key Observe: on every selection change the navigator's toolbar (containing the triangle for the filter menu and the close box) is redrawn. On MacOS X this redraw is so slow that the selection change becomes really slow too. Note: both the resource navigator ... | 2003-01-29 10:02:28 | 1,043,850,000 | resolved wontfix | c1bdacc | 1,043,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java | JDT |
5,290 | 21,896 | Bug 21896 Package view filter - would like ability to filter out non-shared projects [package explorer] [filters] | null | 2002-07-25 08:16:06 | 1,027,600,000 | resolved fixed | e95fe51 | 1,043,860,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonSharedFilter.java | JDT |
5,291 | 30,412 | Bug 30412 ClassCastException selecting package in java browsing perspective | Build: I20030122 I have the java browsing perspective open. I selected a package in the packages view, and there was an error trying to open the type browsing view. I can't seem to reproduce it, but hopefully the stack trace will be useful. The result was that the types view could not be initialized (the view contained... | 2003-01-28 13:11:34 | 1,043,780,000 | resolved fixed | 4877761 | 1,043,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java | JDT |
5,292 | 23,498 | Bug 23498 'Add closing parent' feature improvement | 20020911 The 'Add closing parent when typing open parent' should check if there isn't already a closing parent following. String) Adding a parent before 'String' should not add a closing one. | 2002-09-12 12:56:17 | 1,031,850,000 | resolved fixed | f9ab85f | 1,043,840,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java | JDT |
5,293 | 30,080 | Bug 30080 [Preferences] NoSuchElementException dumped into .log file | Build 20030122 I was modifiying JRE installs (to remove all but rt.jar from within them). Unclear if the following is actually related, but timing seems to indicate it is. !ENTRY org.eclipse.ui 4 0 Jan 23, 2003 12:22:52.458 !MESSAGE java.util.NoSuchElementException !STACK 0 java.util.NoSuchElementException at java.util... | 2003-01-23 07:10:08 | 1,043,320,000 | resolved fixed | 6dc5aef | 1,043,840,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java | JDT |
5,294 | 30,169 | Bug 30169 no hover message for bookmarks in overview ruler | 20030121 hovering over bookmarks in the overview ruler should show the bookmark name it does not | 2003-01-24 07:27:48 | 1,043,410,000 | resolved fixed | a8a6334 | 1,043,780,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java | JDT |
5,295 | 30,341 | Bug 30341 NPE attempting "Show in package explorer" [packge explorer] | null | 2003-01-27 18:13:11 | 1,043,710,000 | resolved fixed | 27d778f | 1,043,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
5,296 | 30,382 | Bug 30382 Incosistent dialog UI when specifying different output locations per source folder | Please see attached image. The dialog says ".. enter a path _RELATIVE_ to 'path/to/sourcefolder'" but the "Browse" dialog generates a path that is relative to sourcefolder parent. It should be clarified, which path will be expected! I suggest removing the current confusing behavior and replace it with a consistent beha... | 2003-01-28 09:10:30 | 1,043,760,000 | resolved fixed | 7c4e815 | 1,043,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/OutputLocationDialog.java | JDT |
5,297 | 29,507 | Bug 29507 dialog in refactor->rename reapears | using refactor->rename on a method, that overrides a method in a superclass, lets the dialog about whether you want to do the renaming on the superclass' method reapear over and over. reproduced in plugin org.eclipse.pde.ui in class ManifestEditor/SchemaEditor on method updateModel(). | 2003-01-15 03:41:05 | 1,042,620,000 | resolved fixed | 4b9f8e7 | 1,043,750,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodInInterfaceRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactori... | JDT |
5,298 | 30,291 | Bug 30291 SearchUsagesInFileAction should show dialog in case of failures | Build I20030122 SearchUsagesInFileAction should show a dialog in failure/error cases (e.g. code resolve fails). | 2003-01-27 09:18:05 | 1,043,680,000 | resolved fixed | 083ec58 | 1,043,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUsagesInFileAction.java | JDT |
5,299 | 28,400 | Bug 28400 JavaEditorPreferencePage and JavaColorManager leak Colors | 20021216 everytime you do this: 1. open java editor pref page 2. close the pref page you end up having allocated and not disposed 8 colors 1 is allocated like this at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage.createColor(JavaEditorPreferencePage.java:560) at org.eclipse.jdt.internal.ui.preference... | 2002-12-16 12:08:10 | 1,040,060,000 | resolved fixed | 64feff4 | 1,043,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaColorManager.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java | JDT |
5,300 | 29,525 | Bug 29525 moving source file from one source folder to the other caused NullPointerException | Not strictly reproducible, the source folders are in the same project, source and destination package have the same name. This is the complete stack trace, note the contained stack trace starting at: "Caused by: java.lang.NullPointerException" java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.M... | 2003-01-15 06:50:52 | 1,042,630,000 | resolved fixed | bbae512 | 1,043,680,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java | JDT |
5,301 | 29,805 | Bug 29805 Resolve end symbol problem in Open Type dialog | Build I20030115 Here is the proposal we want to implement (it is pretty much what Randy Hudson proposed): The user must explicitly disable the adding of the wildcard by using a special end symbol. But instead of using the '.' JDT proposes to use the % character. Here are the reasons: - '.' is used in fully qualified na... | 2003-01-20 11:20:10 | 1,043,080,000 | resolved fixed | 914191c | 1,043,680,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenBuildPathDialogAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/BuildPathDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java | JDT |
5,302 | 30,235 | Bug 30235 [refactoring] Exception in Move method refactoring | JUnit setup. 1) Select TestResult runTest in the source 2) accept the default settings 3) finish (without preview) !ENTRY org.eclipse.jdt.ui 4 10001 Jan 26, 2003 00:37:57.355 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.runInCurrentThread(Modal... | 2003-01-25 18:11:42 | 1,043,540,000 | resolved fixed | df97c0f | 1,043,670,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInstanceMethodInputPage.java | JDT |
5,303 | 30,092 | Bug 30092 [browsing]Missing View Short cuts in the Java Browsing perspective | 1) in the Java Browsing Perspective 2) execute Window>Show View ->notice that the Views shown in the Browsing Perspective do not show up in the menu. You have to go to the Other... dialog. This should be changed (the perspective factory can define the corresponding short cuts), e.g. layout.addShowViewShortcut(IPageLayo... | 2003-01-23 10:28:25 | 1,043,340,000 | resolved fixed | ecb31df | 1,043,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java | JDT |
5,304 | 30,102 | Bug 30102 NamingConvention: Tests fail | 20030122 I changed our tests to use NamingConvention. There are failuers, please check. NameProposerTest in jdt.ui.tests | 2003-01-23 11:24:33 | 1,043,340,000 | verified fixed | 91c5449 | 1,043,340,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CoreTests.java | JDT |
5,305 | 30,007 | Bug 30007 Can't hit next in new java project wizard [build path] [code manipulation] | Build: I20020122 1) Open the new java project wizard 2) Enter a name, hit next 3) Hit the back button 4) Deselect the "Use default" check box 5) Type in a location -> It won't let me hit next, because it claims the project already exists. 6) Click cancel -> The project doesn't exist. | 2003-01-22 14:57:40 | 1,043,270,000 | resolved fixed | 17121d0 | 1,043,320,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java | JDT |
5,306 | 30,005 | Bug 30005 Can't create linked source folder in new java project wizard [build path] | Build: I20030122 1) Open the new java project wizard 2) Enter a name, hit next 3) Click "Add Folder" on the "Source" tab. -> dialog comes up that doesn't have an option to create a new folder 4) Click cancel. Click "Browse" next to the output folder field -> this dialog allows you to create a new folder (even a linked ... | 2003-01-22 14:35:20 | 1,043,260,000 | resolved fixed | 844dc6a | 1,043,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java | JDT |
5,307 | 29,996 | Bug 29996 Java Browsing perspective is missing the Resource Navigation action set | build I20030115 The Java Browsing perspective is missing the Resource Navigation action set, although the Java perspective uses it. Just wondering if this was by design. | 2003-01-22 11:38:00 | 1,043,250,000 | resolved fixed | 6ee1f2e | 1,043,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java | JDT |
5,308 | 18,568 | Bug 18568 api: IType::getMethod - how to distinguish constructors in this case? | it is legal to have both a constructor and a method with the same signature however, IType::getMethod does lot let me distinguish between the 2 cases given this code: class A { public A() {} protected void A() {} } call to IType::getMethod("A", new String[0]) returns the constructor (and it does, as suspected, return t... | 2002-06-01 05:00:38 | 1,022,920,000 | resolved wontfix | fc625ee | 1,043,250,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java | JDT |
5,309 | 29,848 | Bug 29848 Add Javadoc Comment creates incorrect declaration [javadoc] | Create a subclass of TransferHandler. Override canImport. The Javadoc comment generated is "@see javax.swing.TransferHandler#canImport (javax.swing.JComponent, java.awt.datatransfer.DataFlavor)", but it shuold be "@see javax.swing.TransferHandler#canImport(javax.swing.JComponent, java.awt.datatransfer.DataFlavor [])" -... | 2003-01-20 16:35:11 | 1,043,100,000 | resolved fixed | cbac6e0 | 1,043,150,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java | JDT |
5,310 | 25,291 | Bug 25291 Can't browse JRE_LIB jar file when working set selected | I found that when I was using a working set I couldn't expand the JRE_LIB jar file in the package explorer. When I deselected the working set, it worked fine. | 2002-10-23 23:10:34 | 1,035,430,000 | resolved fixed | 1791872 | 1,043,140,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilter.java | JDT |
5,311 | 28,510 | Bug 28510 java build path inconsistency [build path] | 20021216 select rt.jar in the package explorer open properties it allows you to set the javadoc location but for source attachment you are sent somewhere else it's inconsistent - on the java build path they both look sort of the same (they sit under the same node in the tree) | 2002-12-17 09:43:15 | 1,040,140,000 | resolved fixed | bcd21c9 | 1,043,090,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal... | JDT |
5,312 | 26,927 | Bug 26927 JavaDoc generation is hard to find [javadoc] | Feedback on the mailing list and questions on the newsgroup indicate that the javadoc support is difficult to find. Proposal: Add a Generate Java Doc action to the Project menu. (we should also investigate whether we want to surface other actions in the Project menu, e.g. open the "Properties") | 2002-11-22 05:05:23 | 1,037,960,000 | resolved fixed | 7f099a8 | 1,043,090,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateJavadocAction.java | JDT |
5,313 | 25,845 | Bug 25845 Support for manually attaching source to a class path container | From Dejan: There is a work item on the ability to manually attach source to classpath entries managed by classpath container. We discussed it and we have workable options but we would like if we can have it by M3 because we want to start self-hosting using classpath containers ourselves. | 2002-11-07 13:42:54 | 1,036,690,000 | resolved fixed | 3eaf7d8 | 1,043,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SourceAttachmentDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SourceAttachmentPropertyPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wiz... | JDT |
5,314 | 23,112 | Bug 23112 [search] need a way to search for references to the implicit non-arg constructor | i'd like to search for references to all constructors of a class - it's easy when the class has some declared construcotrs. the problem is that when the class does not declare any explicit constructors, you can still have (super()) references to the non-arg implicit constructor. but how do i search for these? | 2002-09-03 10:07:49 | 1,031,060,000 | resolved wontfix | af4f733 | 1,043,080,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ConstructorReferenceFinder.java | JDT |
5,315 | 29,726 | Bug 29726 New compiler setting added: OPTION_ReportIncompatibleNonInheritedInterfaceMethod | JavaCore#OPTION_ReportIncompatibleNonInheritedInterfaceMethod COMPILER / Reporting Interface Method not Compatible with non-Inherited Methods When enabled, the compiler will issue an error or a warning whenever an interface defines a method incompatible with a non-inherited Object one. - option id: "org.eclipse.jdt.cor... | 2003-01-17 12:08:27 | 1,042,820,000 | resolved fixed | 1b01b65 | 1,043,060,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java | JDT |
5,316 | 25,068 | Bug 25068 Reuse editor in Search view causes the menubar to refresh a lot. | null | 2002-10-18 14:02:07 | 1,034,960,000 | resolved fixed | b37b167 | 1,042,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/GotoMarkerAction.java | JDT |
5,317 | 28,398 | Bug 28398 New Java Project Wizard: no source folder after using "Back" | Build 20021213 1. Start the new Java Project wizard 2. Enter "JUnix" 3. Press "Next" - see: there's a source folder 4. Press "Back" 5. Change project name to "JUnit" 6. Press "Next" ==> no source folder | 2002-12-16 12:03:14 | 1,040,060,000 | resolved fixed | 046e710 | 1,042,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java | JDT |
5,318 | 28,054 | Bug 28054 awkward to change default output folder | Build I20021210 1. Create a new Java project P1 On the Java Settings page hit the Browse next to Default output folder. Observe: The dialog is empty, shows an error "No entries available", and only allows Cancel. Expectation: As with other dialogs, it would be better if I had an opportunity to create folders at this ti... | 2002-12-10 16:57:31 | 1,039,560,000 | resolved fixed | aa4b231 | 1,042,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/J... | JDT |
5,319 | 29,698 | Bug 29698 drag and drop of java files between packages in package explorer doesn't work | the <preview> <ok> <cancel> dialog shows up, but <ok> has the same effect as <cancel> and <preview> would only show movements of files and no changes in imports of other java files. on <ok> in the preview it only moves the file(s) (as indicated ) without changing referencing imports. | 2003-01-17 04:49:18 | 1,042,800,000 | resolved fixed | 386c5c6 | 1,042,810,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStati... | JDT |
5,320 | 28,575 | Bug 28575 Hierarchy view updates items twice [type hierarchy] | null | 2002-12-17 16:51:00 | 1,040,160,000 | resolved fixed | 2098c30 | 1,042,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | JDT |
5,321 | 28,269 | Bug 28269 type hierarchy makes work much slower even though it's invisible | 20021210 i had a big type hierarchy open but put in the background - behind the package explorer i added 1 type to the workspace boom - tyhe whole thing froze for 2 minutes because the type hierarchy was doing a lot of work that i did not ask for and no busy cursor it makes it quite impossible to work if you have a typ... | 2002-12-13 09:58:19 | 1,039,790,000 | resolved fixed | 9a4499d | 1,042,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | JDT |
5,322 | 28,443 | Bug 28443 organize imports sometimes added to logical packages, sometimes not | 20021216 select a logical package - 'organize imports' is not in the context menu select the logical package and another package - organize imports is in the menu | 2002-12-17 04:54:58 | 1,040,120,000 | resolved fixed | 5cd6316 | 1,042,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java | JDT |
5,323 | 29,500 | Bug 29500 Cannot cancel organize imports | After selecting organize imports on my project (to reduce the 4175 warnings about unused imports I got when I upgraded to 2.1 M4), I decided that maybe this was going to take longer than I thought, so I tried to cancel the action. The cancel button on the dialog didn't to do anything. I can repeat this at will with my ... | 2003-01-15 00:14:36 | 1,042,610,000 | resolved fixed | b3d6599 | 1,042,630,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java | JDT |
5,324 | 29,416 | Bug 29416 Cannot create Type if typecomment Template doesn't exist | Actual: Click on File/New/Interface (or Class). Type a name, and click Finish. Error dialog appears telling me to look in the log (stack trace below). Interface/Class file is created, but is completely empty. If I go to Preferences and create the "typecomment" template, this problem goes away Expected: Class/Interface ... | 2003-01-13 18:00:18 | 1,042,500,000 | resolved fixed | 3b9ae18 | 1,042,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | JDT |
5,325 | 29,405 | Bug 29405 NPE in SearchUtil.isBinaryPrimitive [search] | 20030107 Sorry, unsure of steps to reproduce but thought may be interesting none the less. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.search.SearchUtil.isBinaryPrimitveConstantOrString (SearchUtil.java:429) at org.eclipse.jdt.internal.ui.search.SearchUtil.warnIfBinaryConstant (SearchUtil.java:416) at... | 2003-01-13 12:50:20 | 1,042,480,000 | resolved fixed | 0771670 | 1,042,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUtil.java | JDT |
5,326 | 29,170 | Bug 29170 False error feedback from "Show in package explorer" | Build 20030107 1. Open a .java file in the Java editor. 2. Click "Collapse All" in the packages view to collapse the tree. 3. Right click on the top-level type in the Outline view and choose "Show in Package Explorer" 4. The packages view correctly expands to the selected type, but an error dialog pops up: Title: "Show... | 2003-01-08 15:49:45 | 1,042,060,000 | resolved fixed | 75ceea6 | 1,042,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
5,327 | 29,375 | Bug 29375 Search for reference gives strange results when references are in static initialisers [search] | [M4] When references to a class or method are in the static initialiser for a class (which is also in a package other than the default one) the results contain spurious nulls. Test case: package foo.bar; public class Test { static { new Test().toString(); } } Highlight "Test" (either place) and search for references in... | 2003-01-13 06:39:43 | 1,042,460,000 | resolved fixed | b00b226 | 1,042,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java | JDT |
5,328 | 28,267 | Bug 28267 55% of open type hiearchy spent in sorting [type hierarchy] | 20021210+latest 1213 junit workspace typehierarchy on Object 55% is spent in sorting | 2002-12-13 09:42:48 | 1,039,790,000 | resolved fixed | c1dd284 | 1,042,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaElementAdapterFactory.java | JDT |
5,329 | 29,200 | Bug 29200 NPE from 'Occurences in File' | Found in my log (don't have the corresponding source anymore) java.lang.NullPointerException at org.eclipse.jdt.internal.ui.search.SearchUsagesInFileAction$NameUsagesFinder.mat ch(SearchUsagesInFileAction.java(Compiled Code)) at org.eclipse.jdt.internal.ui.search.SearchUsagesInFileAction$NameUsagesFinder.vis it(SearchU... | 2003-01-09 06:41:30 | 1,042,110,000 | resolved fixed | a9e1a8f | 1,042,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUsagesInFileAction.java | JDT |
5,330 | 29,272 | Bug 29272 Typo in warning | When renaming a method (refactoring) if you start the method name with an upper case letter, you get a warning of: "By convention, all names of methods start with uppercase letters" It should, of course, read: "By convention, all names of methods start with lowercase letters" | 2003-01-10 03:45:15 | 1,042,190,000 | resolved fixed | ad0d061 | 1,042,190,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java | JDT |
5,331 | 28,824 | Bug 28824 Quick Fix: Type Mismatch -> Cast bug [quick fix] | When using code assist to apply a cast to the following statement: DefaultMutableTreeNode root = getParentContainer().treeMapperTree.getModel ().getRoot(); You get: DefaultMutableTreeNode root = getParentContainer().(DefaultMutableTreeNode) treeMapperTree.getModel().getRoot(); When you should get: DefaultMutableTreeNod... | 2002-12-23 06:03:38 | 1,040,640,000 | verified fixed | af53044 | 1,042,130,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/astrewrite/ASTRewritingExpressionsTest.java | JDT |
5,332 | 29,003 | Bug 29003 Preferences 'Output Folder Name' needs to allow '/' in the path [build path] | In the window/preferences/Java/New Project panel, when 'Folders' radio button is set, the 'output folder name' cannot be set to something like 'WEB- INF/classes'. The error message "'/' is an invalid character" appears. However, when setting the output path on the project (project/properties), 'WEB- INF/classes' is all... | 2003-01-04 09:04:48 | 1,041,690,000 | resolved fixed | d30c738 | 1,042,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NewJavaProjectPreferencePage.java | JDT |
5,333 | 29,078 | Bug 29078 Completion for anonymous inner class results in syntax error | 1) enable smart brackets 2) type in Runnable runnable= new Runnable(<code assist>) ->you get the code below with one superflus parenthesis: Runnable runnable= new Runnable() { public void run() { } }) | 2003-01-07 07:37:46 | 1,041,940,000 | resolved fixed | 649753e | 1,042,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodStubCompletionProposal.java | JDT |
5,334 | 29,091 | Bug 29091 Protected method created when overridding public method from super class | M4 Using org.eclipse.jdt.internal.debug.ui.launcher.MainTypeSelectionDialog, override TwoPaneElementSelector#createDialogArea(Composite) createDialogArea is created but is has protected visibility. I believe it should have public visibility as TwoPaneElementSelector#createDialogArea(Composite) is public and one cannot ... | 2003-01-07 12:04:19 | 1,041,960,000 | resolved fixed | 2be043e | 1,042,120,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddMethodStubOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodStubCompletionProposal.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.