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
6,035
9,066
Bug 9066 ClassCastException opening a editor.
Got the following error opening a editor. Not sure how to reproduce it. 4 org.eclipse.ui 0 org.eclipse.ui.texteditor.AbstractDocumentProvider$ElementInfo java.lang.ClassCastException: org.eclipse.ui.texteditor.AbstractDocumentProvider$ElementInfo at org.eclipse.ui.editors.text.StorageDocumentProvider.isReadOnly (Storag...
2002-02-04 15:45:09
1,012,860,000
resolved fixed
be83af4
1,013,270,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java
JDT
6,036
9,108
Bug 9108 Preference page for templates - position of edit is awkward (minor)
stable 20020125 (not really a bug - just feedback) On the Templates preference page the "Edit..." butt is poorly placed. - Initially I didn't notice it and kept trying to use what looked to to be the text/edit area at the bottom of the page - only to discover it was read only. - Now that I have found it <g>, I have unf...
2002-02-05 11:27:14
1,012,930,000
verified fixed
beabf67
1,013,270,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java
JDT
6,037
6,191
Bug 6191 Should be able to select contents of string
In a previous version of Eclipse, and in VAJ, and in VAME, I could double-click inside a Java string and select the whole string. This is handy for replacing the text in the string. For example, if you have a string "This is a pretty long string and it is incorrect" then you could double-click in between the first " an...
2001-11-21 16:17:31
1,006,380,000
resolved fixed
1b2bb23
1,013,260,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaStringDoubleClickSelector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java
JDT
6,038
8,689
Bug 8689 TVT - Attach Source title is truncated
This defect was opened due to TVT testing on WSAD. On the Libraries tab of the Java Build Path properties, click on Attach Source button. Click on the Extension button for the Root variable path. The title is too long in French and it gets truncated (15 characters are truncated).
2002-01-29 12:13:12
1,012,320,000
resolved fixed
5314767
1,013,190,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/CheckedTreeSelectionDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/ElementTreeSelectionDialog.java
JDT
6,039
8,150
Bug 8150 Override methods dialog is too long
The Override methods dialog takes up the entire depth of the screen in Windows Standard Extra large. This is acceptable but if it doesn't need to be this large it should be reduced in size. STEPS 1) Create a class that implements java.sql.Statement 2) Select Override Methods from the Outline View 3) Very long dialog op...
2002-01-23 10:46:04
1,011,800,000
verified fixed
e762ef9
1,013,190,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OverrideMethodQuery.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/CheckedTreeSelectionDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/ElementTreeSelectionDialog.java
JDT
6,040
3,968
Bug 3968 Rename refactoring for overridden methods should be more supportive (1GFAYM4)
EG (6/14/01 10:46:47 AM) 1) try to renaming a method that is overridden from a base class 2) the precondition check tells me that I should do this in the most abstract class. I'm not told what this abstract class is. If we can't compute it easily we should offer to open the type hierarchy on this type. NOTES: AK (8/15/...
2001-10-10 23:03:51
1,002,770,000
resolved fixed
b055bd7
1,013,190,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/MethodChecks.java 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/R...
JDT
6,041
6,935
Bug 6935 CodeCompletion: Fill arguments feature bugs (Int1211)
null
2001-12-14 08:50:54
1,008,340,000
resolved fixed
6261ef6
1,013,190,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java
JDT
6,042
6,682
Bug 6682 Search in Hierarchy does not find Declarations in supers
20011206 - (happened to be on Windows2000) - Open an editor on a class that is in a deep hierarchy (I was in List in the SWT Widget hierarchy) - In the Outline view, select a method that has a declaration in several classes in the hierarchy (I selected createScrollBar(int) - this method is defined in Scrollable and red...
2001-12-07 13:50:42
1,007,750,000
resolved fixed
cda0387
1,013,180,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindDeclarationsInHierarchyAction.java
JDT
6,043
6,835
Bug 6835 characters and doesn't work in Java editor on Swedish keyboard
On a Swedish keybord the charaters and doesnt work. If I type one of theese charaters 9 gibberlish character symbols occur on the screen. This happens on XFree 4.1.0 X server and Redhat 7.2
2001-12-12 00:15:17
1,008,130,000
resolved fixed
51cab62
1,013,170,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java
JDT
6,044
6,055
Bug 6055 rename a read-only package does not issue a warning
renaming a read-only package should ask for confirmation (e.g. issue a waring - like it does on projects and source folders)
2001-11-19 06:34:01
1,006,170,000
resolved fixed
d8d1e8e
1,013,170,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageRefactoring.java
JDT
6,045
8,443
Bug 8443 Wording in Compiler prefer page needs to be improved
Martin let's discuss how to improve the wording. From Greg: * With respect to the preference page its problematic on several fronts - it requires me to have to rebuild everything - it is separate from the task view & thus does not work as your typical view filter works * the page itself is unclear to a user. When a use...
2002-01-24 19:09:40
1,011,920,000
resolved fixed
32b312f
1,013,110,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java
JDT
6,046
8,205
Bug 8205 Missing mnemonic: Outline View->Open Super Implementation
Select a method in the outline view. "Open Super Implementation" on the popup menu is missing a mnemonic.
2002-01-23 12:20:18
1,011,810,000
resolved fixed
f81a291
1,013,110,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenExternalJavadocAction.java
JDT
6,047
8,142
Bug 8142 no scoped type hierarchy on binary projects
When I hit F4 on a binary project selection (e.g. org.apache.ant), I get: 'No declaration of selected members in the chosen hierarchy of 'org.apache.ant'. I would expect to see the class hierarchies of the internal jars. BTW, what does the message mean? I don't understand it.
2002-01-23 10:39:25
1,011,800,000
verified fixed
4b48a12
1,013,110,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java
JDT
6,048
8,815
Bug 8815 Open Hierarchy does not set focus correctly
If I open the type hierarchy then the Hierarchy view has the focus but the element inside its viewer is gray - it should be blue. This affects the Java Browsers: the selection is not propagated and the Members view remains empty.
2002-01-31 04:49:56
1,012,470,000
verified fixed
3820185
1,013,110,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
JDT
6,049
8,757
Bug 8757 Type Hierarchy view - Error decoration not removed when error fixed
Eclipse 200201129-I Windows 2000 1) Focus on the hierarchy of class (one that has a few super classes). 2) Cause a compile error to happen in the class and save the change. 3) Select a different class in the hierarchy and then select the class with the error. Note that now the label at the top of the methods list in th...
2002-01-30 10:50:40
1,012,410,000
resolved fixed
2a59a99
1,013,110,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
JDT
6,050
8,686
Bug 8686 Type Hierarchy: no methods shown
Smoke for build 20020129 - open type hierarchy on TestCase - switch to Subtype hierarchy - observe: you don't see any members of TestCase - lock the method view observe: now it is impossible to get the members back. You can click on any node in the upper class pane. You have to unlock the view
2002-01-29 11:45:02
1,012,320,000
verified fixed
fdd0d6b
1,013,110,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
JDT
6,051
8,581
Bug 8581 Switch J Search to StructuredContentProvider
null
2002-01-28 07:03:02
1,012,220,000
resolved fixed
e50b1da
1,013,110,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindImplementorsAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/GotoMarkerAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaElementAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java...
JDT
6,052
5,755
Bug 5755 Open Type dialog is missing types
I can't find any of the classes in some of my packages in the Open Type(Ctrl- Shift-T) dialog. They just aren't there... Class files exist for them. 20011106
2001-11-09 16:51:16
1,005,340,000
resolved fixed
115d4c2
1,013,100,000
org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/JavaProjectHelper.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/AutomatedSuite.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/AddUnimplementedMethodsTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/AllTypesCac...
JDT
6,053
8,107
Bug 8107 bracket hightlighting: can't change color
the color changing option in the preference page seems to be always disabled
2002-01-23 09:37:43
1,011,800,000
verified fixed
48c416a
1,013,080,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java
JDT
6,054
9,127
Bug 9127 JAR Packager: Path of exported resource wrong if src folder not under project
Create J project Create folder /x/y Define y as source folder ==> x/y appears as source folder ==> Files in x don't get exported ==> Path for resource files in x/y/ are wrong (i.e. contain /x/y) Note: *.java and *.class files are exported correctly.
2002-02-05 13:22:06
1,012,930,000
resolved fixed
4dcd13b
1,012,940,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java
JDT
6,055
6,408
Bug 6408 Attempts to set breakpoint on unsaved resource fails
Create an empty class call Test Paste in: public static void main(String[] args) { while(true) { try { throwIt(); } catch (Exception e) { } } } public static void throwIt() throws InterruptedException { while(true) { Thread.yield(); } } Do NOT save Attempt to add a breakpoint on the Thread.yield() line We silently do n...
2001-11-28 19:02:50
1,006,990,000
verified fixed
596a9af
1,012,860,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BreakpointRulerAction.java
JDT
6,056
9,015
Bug 9015 Organize imports feature finds errors in assert statements
Eclipse version 2.0, build 20020125, Windows, installed JDK1.4RC3 from Sun, used as external compiler, Compilation settings Java 1.4 (source and bytecode). When I use asserts of the form assert xx != null; in the code and try to invoke the Organize Imports feature, I get an error Compilation unit has syntax errors: Lin...
2002-02-04 07:50:33
1,012,830,000
verified fixed
37083a2
1,012,850,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java
JDT
6,057
8,673
Bug 8673 Bogus change names in preview page when renaming a method
Build 20020125 - select a method - open rename wizard - go to the preview page - all nodes are names update method reference
2002-01-29 09:43:52
1,012,320,000
resolved fixed
21fd7ef
1,012,840,000
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/refactoring/rename/RenamePrivateMethodRefactoring.java
JDT
6,058
6,224
Bug 6224 rename java doc reference to parameter [refactoring]
as in the summery - we should offer to rename java doc references to paramaters
2001-11-22 08:04:50
1,006,430,000
resolved fixed
d9c805d
1,012,840,000
org.eclipse.jdt.ui.tests.refactoring/resources/RenameParameters/canRename/A_test35_in.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameParameters/canRename/A_test35_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameParametersTests.java
JDT
6,059
8,731
Bug 8731 Modify method parameters: unclear error message when renaming a paramter
Build 20020129 Rename a method parameter for a method that is also declared in an interface. You get the following message: Method ... is declared in an interface. Perform this action there. This makes only sense if I reorder parameters.
2002-01-30 05:54:18
1,012,390,000
resolved fixed
2ee3ee7
1,012,830,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ReorderParametersRefactoring.java
JDT
6,060
8,611
Bug 8611 NPE in text search with Compare to a Version editor open
Build: 20020125 Description: Doing a text search on "Selected Resource" causes a NullPointerException if the active editor is a comparison editor. Steps: 1. Right click on a java file in the Packages view and choose Compare With > Version... from the context menu. 2. Once the comparison editor opens, click on a version...
2002-01-28 13:34:55
1,012,240,000
resolved fixed
70463b8
1,012,410,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java
JDT
6,061
6,299
Bug 6299 JavaWorkbenchAdapter does not provide images
org.eclipse.jdt.internal.ui.JavaWorkbenchAdapter#getImageDescriptor returns null; not very nice when presenting in a viewer. Solution (just suggestion;): org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider#getImageDescriptor ... org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider imageProvider...
2001-11-26 05:05:46
1,006,770,000
resolved fixed
cf601cf
1,012,410,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaWorkbenchAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ErrorTickImageProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElement...
JDT
6,062
8,730
Bug 8730 wrong method deleted (packages view)
from the newsgroup: public class TestClass { public void foo(String s) { } public void foo(String[] s) { } public void otherfoo(String s) { } } 2. click right on "foo(String s)" in package view, select "delete" ->foo(String s) vanishes in source view, package view is not updated (bug or feature?) 3. click right on "foo...
2002-01-30 05:35:35
1,012,390,000
verified fixed
939a7d8
1,012,390,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/SourceReferenceAction.java
JDT
6,063
8,068
Bug 8068 search: missing working set names on 'seearch for implementors'
select sth in the editor, open the context menu, go to: search note: in all 5 entires there are names of working sets you defined except for: 'implementors'
2002-01-23 05:48:03
1,011,780,000
verified fixed
e2bf5d7
1,012,330,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindImplementorsInWorkingSetAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ImplementorsSearchGroup.java
JDT
6,064
7,444
Bug 7444 surround try/catch: NPE
i had code like: public static int getTabSize() { return Integer.parseInt(getIntValue((String) JavaCore.getOption().get (PREF_TAB_SIZE), 4)); } and tried to surroung the returned expression. could not reproduce on a smaller test case 4 org.eclipse.ui 0 java.lang.NullPointerException java.lang.NullPointerException at or...
2002-01-10 12:52:06
1,010,690,000
verified fixed
8a58ba8
1,012,330,000
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/A.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/D.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/X.java org.eclipse.jdt.ui.tests.refacto...
JDT
6,065
8,161
Bug 8161 prefix widget on first page of NLS wizard is way too big
The size of the widget should suggest that short prefixes should be used.
2002-01-23 11:08:10
1,011,800,000
resolved wontfix
f47a172
1,012,310,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java
JDT
6,066
8,604
Bug 8604 J Search opens type selection dialog if code resolve has > 1 result
null
2002-01-28 12:16:26
1,012,240,000
resolved fixed
7c11c22
1,012,240,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java
JDT
6,067
8,476
Bug 8476 JAR Packager: Make main class field editable
null
2002-01-25 11:09:44
1,011,970,000
resolved fixed
9d526a8
1,012,240,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java
JDT
6,068
7,149
Bug 7149 NLS: key generation for strings with trailing ...
It would make sense to remove trailing "..." for auto generated keys
2001-12-20 14:55:00
1,008,880,000
resolved fixed
d3e0c29
1,012,230,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHolder.java
JDT
6,069
8,210
Bug 8210 Pull Up: Usage of editor selection is confusing
1. Open junit.framework.TestCase 2. make a selection 'setUp' inside of method 'runBare' 3. From the edit menu, select 'Pull Up' As I see in the dialog that the acction was aplied to the code resolve ('set up'). I would have expected to take the element at the selection 'runBare'. -> The desription should mention the na...
2002-01-23 12:33:26
1,011,810,000
verified fixed
fa3d032
1,012,220,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringGroup.java
JDT
6,070
8,321
Bug 8321 Refactoring Preferences Page should capitalize button titles
The button titles on the Java->Refactoring preference page should be capitalized
2002-01-23 16:28:14
1,011,820,000
verified fixed
6a5fadc
1,011,990,000
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/A.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/E.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java org.eclipse.jdt.ui/...
JDT
6,071
6,064
Bug 6064 Open on selection shouldn't require selection
Build 20011116 - move the text insertion point into the middle of a type name in a Java editor - press F3 - it has no effect It would be better if it opened on the current word. (I notice that it currently works for a partial selection, if the selection includes the start of the type name, as if it's doing code-assist ...
2001-11-19 10:02:52
1,006,180,000
resolved fixed
b7e598e
1,011,980,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/OpenHierarchyOnSelectionAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/OpenOnSelectionAction.java
JDT
6,072
4,131
Bug 4131 extract method: missing exception declaration (1GIUPJ3)
AK (8/22/2001 10:23:30 AM) 1. public class A { void m() throws Exception{ /*[*/try{ for (;;){ } }catch(Exception e){ throw new Exception(); }/*]*/ } } 2. extract from /*[*/ to /*]*/ 3. the new method is missing the exception declaratio which results in compile error NOTES:
2001-10-10 23:06:34
1,002,770,000
resolved fixed
0a63615
1,011,970,000
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/A.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/expression_in/A_test619.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/expression_out/A_...
JDT
6,073
6,680
Bug 6680 extract method: incorrect return statement inserted - compile errors
class A { int i(){ return 0;} void m(){ /*[*/i(); m();/*]*/ } } refactors incorectly to: class A { int i(){ return 0;} void m(){ xxx();/*]*/ } private int xxx() { return /*[*/i(); m(); } }
2001-12-07 12:42:57
1,007,750,000
resolved fixed
166ec63
1,011,900,000
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/A.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_in/A_test364.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelectio...
JDT
6,074
4,914
Bug 4914 can't extract class expression
class B{ Object m(){ return /*[*/B.class/*]*/; } } cannot extract the selected fragment
2001-10-12 06:20:13
1,002,880,000
verified fixed
3688645
1,011,900,000
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/A.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/X.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_in/A_test360.java org.ec...
JDT
6,075
8,221
Bug 8221 NPE in refactoring preview page (Pull up)
1. select TestCase.setUp and invoke 'Pull Up' 2. In the delete tree check all elements, press next 3. Open the 'VectorTest.java' tree and select the node 'Delete....' -> 4 org.eclipse.core.runtime 0 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.ui.refactoring.ComparePreviewer...
2002-01-23 13:34:55
1,011,810,000
verified fixed
c2780ff
1,011,890,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportEdit.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/textmanipulation/SimpleTextEdit.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/textmanipulation/TextEdit.java org.eclipse.jdt.ui/co...
JDT
6,076
3,658
Bug 3658 JDT change listener efficiency issue (1GEMN5F)
ClassFileMarkerAnnotationModel.visit is very much less than optimal if fMarkerResource is set. It traverses the entire delta only looking for a particular resource! I don't understand when fMarkerResource is set and when it is not but in the case I saw, it was set to be a particular project resource which was not even ...
2001-10-10 22:58:44
1,002,770,000
resolved fixed
f938ef0
1,011,890,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileMarkerAnnotationModel.java
JDT
6,077
8,129
Bug 8129 NPE in Extract Local Variable
20122: 1. junit.swingui.ProgressBar: line 45, select ' value*(getBounds().width-1)' (note the leading space!) -> java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.ExtractTempRefactoring.getSelec tedMethodNode(ExtractTempRefactoring.java:387) at org.eclipse.jdt.internal.corext.refactorin...
2002-01-23 10:12:35
1,011,800,000
verified fixed
2a28b2d
1,011,880,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java
JDT
6,078
8,085
Bug 8085 template pref page: exception while importing incorrect file
i tried to import this: <?xml version="1.0" encoding="UTF-8"?> <templatfes><template context="javadoc" description="author name" enabled="true" name="@author">@author ${user}</template></templates> which has an error i got an error dialog and this: 4 org.eclipse.jdt.ui 1 Internal Error org.eclipse.jdt.internal.ui.JavaU...
2002-01-23 06:39:17
1,011,790,000
verified fixed
c333a9d
1,011,870,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateSet.java
JDT
6,079
8,280
Bug 8280 Package view back/forward/up arrow hover help
Start up Eclipse with some existing Java Projects in the workspace. Select a package in one of these projects. Right-click and select Go Into. Hover over the Back arrow. Notice that a very tall tool-tip (full screen height) text appears, the first line being "Back to Java Model" and the remaining lines being package na...
2002-01-23 15:25:29
1,011,820,000
verified fixed
6b99f94
1,011,870,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaUILabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabelProvider.java
JDT
6,080
8,023
Bug 8023 coreexception when draging packages to its own parent
1. drag a package ot its parent project, say 'Yes' to replace 4 org.eclipse.jdt.core 966 Core exception: Problems encountered while moving resources. org.eclipse.core.internal.resources.ResourceException: Problems encountered while moving resources. at org.eclipse.core.internal.resources.Workspace.move (Workspace.java:...
2002-01-22 12:32:55
1,011,720,000
verified fixed
6710402
1,011,810,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java
JDT
6,081
7,834
Bug 7834 Methods-override dialog should present methods sorted (abc..)
Imagine a class extending JPanel. I want to override setBackgroundColor(Color c). I don't know where in the class-hierarchy the method is declared, so i've to search more or less to all entries in the tree, eye-scanning setBa.. . It's not so easy, as there are quite a few methods. So it would be nice to sort the method...
2002-01-17 09:53:16
1,011,280,000
verified fixed
66fae4e
1,011,720,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OverrideMethodQuery.java
JDT
6,082
7,966
Bug 7966 Class Creation Dialog generates syntax error
Build 20020115 If you create a class that will require import statements due to the interfaces it implements or the class it extends they will be created within the comment for the class. Here is an example of the comment of the generated class /* import org.eclipse.core.resources.IResourceChangeListener; import org.ec...
2002-01-21 15:42:18
1,011,650,000
verified fixed
5071337
1,011,720,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/TypePage.java
JDT
6,083
7,985
Bug 7985 extract method: cannot extract (entire) try/catch block
public class A{ String f(int y, int z, boolean ff){ /*[*/try{ } catch (Exception e){ }/*]*/ return null; } void f(){} } cannot extract the selected fragment
2002-01-22 05:26:17
1,011,700,000
verified fixed
b4bbfa8
1,011,710,000
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/A.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/AbstractSelectionTestCase.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/AllTests.java org.eclip...
JDT
6,084
7,873
Bug 7873 Bogus error messages
1. Create a Project Test with a folder "COM". 2. Create a Project Test2 with a folder "com". 3. Select "COM" from Step 1, copy it to Test2. You get an error dialog: An error occurred while copying resources. Reason: Status <==== bogus, what does "Status" mean? 4. Same thing happens if you try to a folder with the same ...
2002-01-17 17:37:50
1,011,310,000
verified fixed
86083cf
1,011,700,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/ReorgDestinationAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/ReorgExceptionHandler.java
JDT
6,085
7,892
Bug 7892 extract method: incorrect on nested loops (compile errors)
public class A{ void f(){ for (int i = 0; i < 10; i++) { /*[*/for (int j = 0; j < 10; j++) { }/*]*/ } } } the new method is: protected int dd() { /*[*/for (int j = 0; j < 10; j++) { } return j; } which results in a compile error
2002-01-18 12:33:54
1,011,380,000
verified fixed
03bf976
1,011,700,000
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/A.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_in/A_test564.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_out/A_test564....
JDT
6,086
7,947
Bug 7947 JDIDebugModel still using types for breakpoints
This should be changed to just check on a type name. The current implementation is doing an equality check on a type and a type name.
2002-01-21 12:35:36
1,011,630,000
verified fixed
efe3021
1,011,640,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BreakpointRulerAction.java
JDT
6,087
6,146
Bug 6146 Java Editor Preference Page is missing most of the mnemonics
summary says it all.
2001-11-21 04:17:54
1,006,330,000
resolved fixed
0322ef0
1,011,620,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java
JDT
6,088
7,914
Bug 7914 Cannot copy a Java project in the packages view
There is no way to copy a Java project in the packages view. You can copy a project in the Navigator. This is a functional gap.
2002-01-19 17:37:07
1,011,480,000
verified fixed
270c706
1,011,620,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/CopyAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtDeleteResourceAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/MoveAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/ReorgAction.java org.eclipse.jdt.ui...
JDT
6,089
4,074
Bug 4074 Add Import does not add to right group (1GI182E)
1. Ensure that at least "java" and "org.eclipse.swt" are defined in the import order pref page 2. Ensure SWT is on the build path of the test project 3. Add a new class with the following source: ------------------------------------------ import java.util.List; import org.eclipse.swt.SWT; public class AddImportBug { Se...
2001-10-10 23:05:37
1,002,770,000
verified fixed
971e3c5
1,011,610,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java
JDT
6,090
7,807
Bug 7807 Breakpoint creation API should not use java elements
Breakpoint creation would be more flexible if we modified the API to create breakpoints in terms of type names, method names, method signatures etc. Tying breakpoints to the Java model means that breakpoints cannot be created unless there is an associated java model element (and sometimes, source is not availabe, etc.)...
2002-01-16 15:28:33
1,011,210,000
verified fixed
cc6b6319
1,011,570,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BreakpointRulerAction.java
JDT
6,091
7,653
Bug 7653 Outline doesn't sort overloaded methods
When you set the Outline view to sort by name (the A-Z button) it does not consider the methods' arguments when sorting them. #1 - create the following class in Eclipse: public class OutlineTest { public void foo(int x) {} public void foo(float x) {} public void foo(long x) {} public void foo(double x) {} public void b...
2002-01-15 17:28:29
1,011,130,000
verified fixed
efbeea0
1,011,300,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementSorter.java
JDT
6,092
3,487
Bug 3487 Smoke 20: Rendering of methods different in Class Hierarchy / Outliner (1FZOKGK)
MA (8/14/00 6:09:15 PM) 1. open java.lang object form rt.jar with correct source annotation 2. activate static methods in the class hierrachy viewer 3. the hierarhcy viewer renders a method <clinit>, which is not shown in the outliner MA (8/14/00 6:09:20 PM) I think, static initializers should be rendered which a human...
2001-10-10 22:55:58
1,002,770,000
verified fixed
0d5f538
1,011,290,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewerFilter.java
JDT
6,093
7,600
Bug 7600 Exception in TemplateCollector
Java Model Exception: Java Model Status [Invalid path: /A.java.] Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V org/eclipse/core/runtime/CoreException.<init> (Lorg/eclipse/core/runtime/IStatus;)V org/eclipse/jdt/core/JavaModelException.<init> (Lorg/eclipse/jdt/core/IJavaModel...
2002-01-15 08:57:14
1,011,100,000
verified fixed
8ce960e
1,011,270,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateCollector.java
JDT
6,094
7,469
Bug 7469 Preferences -> Java -> Templates
The template body editor window at the bottom part of a Templates preferences page should contain both vertical and horizontal scroll bars.
2002-01-11 03:22:49
1,010,740,000
resolved fixed
b728519
1,011,200,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java
JDT
6,095
3,963
Bug 3963 Clean up the [Issues] in javadoc (1GF9P7T)
Search for Issues in our plug-ins and clean up. This was found for JDT: org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage * [Issue: It is slightly unfortunate to make appeal to a preference in an API * method but not expose that preference as API. * ] public void setDefaultClassPath(IClasspathEntry[] entries, boolean...
2001-10-10 23:03:46
1,002,770,000
resolved fixed
c5b5154
1,011,200,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaUI.java
JDT
6,096
7,127
Bug 7127 'refactor' menu missing from the type hierarchy perspective
the 'refactor' menu is missing from the type hierarchy perspective
2001-12-20 05:56:21
1,008,850,000
resolved fixed
0c1b5e6
1,011,190,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportEdit.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/textmanipulation/MoveTextEdit.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/textmanipulation/MultiTextEdit.java org.eclipse.jdt.ui...
JDT
6,097
7,023
Bug 7023 Refactoring too many builds when auto build is on
Refactoring saves compilation units for the precondition checking and this can trigger an autobuild. This autobuild should be supressed since you need to build again after the refactoring.
2001-12-18 04:07:05
1,008,670,000
resolved fixed
01e6991
1,011,190,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/OpenRefactoringWizardAction.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringAction.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringErrorDi...
JDT
6,098
7,229
Bug 7229 surround try/catch block throws NPE
Workspace version on Linux and Windows: If the compilation unit has errors, it throws an NPE. -- public class Foo { public static void main(String[] args) { System.out.println(""); // select this line and call surround try/catch a // syntax error } } -- 4 org.eclipse.ui 0 java.lang.NullPointerException java.lang.NullPo...
2002-01-03 06:54:18
1,010,060,000
resolved fixed
61b5d82
1,011,120,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/Strings.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/RefactoringStatus.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java org.eclipse.jdt....
JDT
6,099
7,591
Bug 7591 Flicker when toggeling show inherited filter
When toggeling the show inherited filter in the type hierarchy you can watch the scrollbar grow. We should bracket this refresh with setRedraw(false/true) so that there is only a single refresh.
2002-01-15 04:55:03
1,011,090,000
verified fixed
d21e057
1,011,110,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java
JDT
6,100
7,540
Bug 7540 JDT Type hierarchy "Lock view ..." doen't work always
If the "Lock view and show members in hierarchy" is selected before any method is selected in method pane, the class pane isn t updated, if a method is selected afterwards. Selecting a method and select "Lock view..." works as expected
2002-01-14 11:34:07
1,011,030,000
resolved fixed
f58d6b6
1,011,110,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
JDT
6,101
7,206
Bug 7206 rename method parameters panel needs work
The panel for renaming methods has low usability. The old names for the parameters are unsorted --- they are not in declaration order or alphabetical order. If the names are not mneumonic (and why would you rename them otherwise) it is hard to determine what to rename them to. That is, should "arg0" be servlet, mapping...
2001-12-31 12:25:32
1,009,820,000
resolved fixed
21a8801
1,011,100,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RenameParametersWizardPage.java
JDT
6,102
7,337
Bug 7337 NPE when pasting a member (that got deleted)
1) create a class with members a and b 2) copy a in the packages view (while show members is enabled) 3) delete a in the packages view 4) paste in the packages view ->NPE 4 org.eclipse.ui 0 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.corext.codemanipulation.MemberEdit.conne...
2002-01-08 05:35:29
1,010,490,000
resolved fixed
38b50b8
1,011,100,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/PasteSourceReferencesAction.java
JDT
6,103
7,590
Bug 7590 CCE: during move refactoring
This happened during the CHOOSE Eclipse talk: I was dragging junit.framework.Assert.java to junit.framework.extensions: java.lang.reflect.InvocationTargetException: java.lang.ClassCastException: org.eclipse.jdt.internal.core.JarPackageFragmentRoot at org.eclipse.jdt.internal.corext.refactoring.reorg.MoveCuUpdateCreator...
2002-01-15 04:03:46
1,011,090,000
resolved fixed
81b39cb
1,011,090,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java
JDT
6,104
7,252
Bug 7252 Can add a variable with no associated jar file to a build path
It is possible to add a variable to the build path for a project using add variable but this will not pick up the classes in that directory. The user although warned can still select it. STEPS 1) Define a classpath variable PATH_TEST that is a directory with classes in it 2) Open the properties dialog on a JavaProject ...
2002-01-04 09:00:07
1,010,150,000
verified fixed
a364a78
1,011,020,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/MessageLine.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SelectionStatusDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/StatusDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/StatusUtil.java
JDT
6,105
6,277
Bug 6277 Shift Left/Right use CTRL+I
Build 20011122. In the edit menu for a Java editor, the accelerators for Shift Left/Right use Ctrl+I. Shouldn't it show as Ctrl+Tab? Tab should be a different keycode than CTRL+I. Currently, the Java editor takes both.
2001-11-23 17:05:25
1,006,550,000
resolved fixed
9b43529
1,011,010,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicEditorActionContributor.java
JDT
6,106
5,651
Bug 5651 DCR: Please split up the "Use 'src' and 'bin' folders..." preference
Please split the "Use 'src' and 'bin' folders as default in new Java projects" preference into two separate preferences as follows: [ ] "Use 'src' folder as default in new Java projects" [ ] "Use 'bin' folder as default in new Java projects" The best way to describe why I would like this is to paste here a posting I ju...
2001-11-07 22:39:19
1,005,190,000
resolved fixed
1a487ce
1,011,010,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IPreferencesConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java
JDT
6,107
7,487
Bug 7487 Classpath variable edit error message wrong
Using build 2002-01-09 on Windows 2000 From the prefrerence dialog, I opened the page Java > Classpath Variables. I selected the ECLIPSE_HOME variable and pressed Edit. The content came up as ECLIPSE_HOME D:/eclipse-sdk/2001-12-04/eclipse I started editing the path by removing the 2001-12-04 section D:/eclipse-sdk//ecl...
2002-01-11 09:25:25
1,010,760,000
resolved fixed
c5a405e
1,010,770,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableCreationDialog.java
JDT
6,108
7,385
Bug 7385 Breakpoint no hit if on variable declaration with no initialization
Build 20011219 It seems that a breakpoint will not be considered if located on a variable declaration with no initialization (in my case, it was the first statement of the method): org.eclipse.jdt.internal.compiler.codegen.CodeStream public void generateSyntheticArgumentValues(BlockScope currentScope, ReferenceBinding ...
2002-01-09 10:17:31
1,010,590,000
verified fixed
2746f20
1,010,770,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BreakpointLocationVerifier.java
JDT
6,109
6,410
Bug 6410 File unchanged but dirtied by code assist
1122. Open a Java file. Place the cursor inside the left-most parenthesis of a method call. For example, consider "I" to be the cursor below: Object o = anotherObject.method(I); Press Ctrl-Space. The file is dirtied but not changed, and code assist does not appear. If code assist has nothing to suggest, it should not d...
2001-11-28 20:40:36
1,007,000,000
verified fixed
588ffa6
1,010,770,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java
JDT
6,110
7,402
Bug 7402 Packages view sorts case senstive
If I have three folders aa Ba and ba They will be sorted in the order Bab aa ba But they should be in case insensitive order aa Bab ba
2002-01-09 16:38:15
1,010,610,000
verified fixed
806c824
1,010,760,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementSorter.java
JDT
6,111
7,481
Bug 7481 JME in compare
Java Model Exception: Java Model Status [B does not exist.] Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V org/eclipse/core/runtime/CoreException.<init> (Lorg/eclipse/core/runtime/IStatus;)V org/eclipse/jdt/core/JavaModelException.<init> (Lorg/eclipse/jdt/core/IJavaModelStatu...
2002-01-11 08:08:22
1,010,750,000
resolved fixed
ac7ffd4
1,010,760,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java
JDT
6,112
6,970
Bug 6970 Hierarchy tick marks out of sync
Build 20011211 - open org.eclipse.jface.actions.IAction - add method: public void setMenuCreator(IMenuCreator creator) { } - build - error mark shows up in task list and editor tab (method shouldn't have body), but not in hierarchy - make mod and save - hierarchy now shows tick - fix the problem and build - hierarchy s...
2001-12-14 16:57:54
1,008,370,000
resolved fixed
7eb1810
1,010,750,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java
JDT
6,113
7,471
Bug 7471 JavaModelException in type hierarchy
From 7442 (only the bottom part is relevant for this PR). Martin why are we logging this exception? It looks like a case that can happen and that we should handle. ==== I was debugging a new plug-in when the UI in the master workbench froze on me. I was playing around with the editor's title. I had implemented a getTit...
2002-01-11 05:04:07
1,010,740,000
resolved fixed
78fc002
1,010,750,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java
JDT
6,114
7,411
Bug 7411 Cannot add breakpoint on super()
If you are in a constructor and you wish to breakpoint on "super()", it is currently not possible.
2002-01-09 18:43:03
1,010,620,000
verified fixed
04e1230
1,010,690,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BreakpointLocationVerifier.java
JDT
6,115
5,473
Bug 5473 Shift-Left behavior with intermixed tabs and spaces
Build 20011025 1. In a default text editor type in the following: <space><tab>some text <tab>some text 2. Now highlight the two lines above and execute Shift-Left. Notice that nothing moves. 3. Replace the tab character in the first line with spaces so that the two lines are indented the same visually. Execute Shift-Le...
2001-11-02 11:32:12
1,004,720,000
resolved fixed
abd307b
1,010,600,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java
JDT
6,116
7,369
Bug 7369 NPE in JUnit plugin in JUnit Launch wizard
1) select a project with no test cases 2) press the run button so that the launcher selection dialog shows up 3) select JUnit and press next
2002-01-08 18:17:26
1,010,530,000
resolved fixed
e6a1c3d
1,010,540,000
org.eclipse.jdt.junit/Eclipse JUnit/org/eclipse/jdt/internal/junit/ui/Attic/JUnitBaseLauncherDelegate.java org.eclipse.jdt.junit/Eclipse JUnit/org/eclipse/jdt/internal/junit/ui/Attic/JUnitLaunchWizard.java org.eclipse.jdt.junit/Eclipse JUnit/org/eclipse/jdt/internal/junit/ui/Attic/JUnitLaunchWizardPage.java org.eclipse...
JDT
6,117
7,340
Bug 7340 need IImportStructure::removeImport
to implement moving classes corretly.
2002-01-08 09:48:38
1,010,500,000
verified fixed
9159116
1,010,510,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java
JDT
6,118
7,317
Bug 7317 ClassCastException during move
I was attempting to move 2 files from one package to another and received the following exception. Not sure what the actual problem is. I didn't get any notification of the failure, I just noticed that the files didn't move. 4 org.eclipse.jdt.ui 1 Internal Error java.lang.reflect.InvocationTargetException: java.lang.Cl...
2002-01-07 14:05:40
1,010,430,000
verified fixed
0553b97
1,010,510,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java
JDT
6,119
6,828
Bug 6828 Support with replace with previous
This is likely a dup, but filed as a reminder. The replace from local history action should provide a replace with previous action.
2001-12-11 17:47:43
1,008,110,000
resolved fixed
8c876d9
1,010,500,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareWithEditionAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaReplaceWithEditionAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/...
JDT
6,120
6,233
Bug 6233 keep property value if IPropertySource.getEditableValue returns null
If IPropertySource is appearing in the property sheet as the value of a property of some other IPropertySource then the source is asked for getEditableValue. If the returned value is null, then the PropertySheetEntry should use the original value, and not null value. For example, my PropertySource contains a property w...
2001-11-22 11:41:14
1,006,450,000
resolved fixed
f20a13b
1,010,490,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaElementProperties.java
JDT
6,121
7,251
Bug 7251 compiler preference page: combo boxes should have equal sizes
combo boxes have different sizes - depending on whether the entry is 'error' or 'warning' - they should be equal-sized
2002-01-04 05:29:47
1,010,140,000
verified fixed
ffb4e57
1,010,150,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java
JDT
6,122
7,122
Bug 7122 Action Cleanup/Dispose
It would nice to have a package that was strictly for actions...just like jdt debug ui. org.eclipse.debug.iternal.ui.actions
2001-12-19 23:49:26
1,008,820,000
closed wontfix
a5e098d
1,010,110,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java
JDT
6,123
5,346
Bug 5346 Debugger silently fails to prompt for source
20011025 Drop The debugger silently fails to bring up the source prompt dialog when the class file does not exist in the workspace. For example, I created Test.java in the filesystem public class Test { public static void main(String[] args) { while(true) { System.out.println(System.currentTimeMillis()); try { Thread.s...
2001-10-29 19:35:41
1,004,400,000
verified fixed
b19cb6e
1,010,090,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java
JDT
6,124
6,582
Bug 6582 VMPreferencePage - CheckboxTableViewer has no columns anymore
20011204: CheckboxTableViewer has no more columns upon creation. You have to create the first column as well. I encountered the same problem in TemplatePreferencePage, because I used the same code as in VMPreferencePage.
2001-12-05 07:17:18
1,007,550,000
verified fixed
a4ac68d
1,010,070,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java
JDT
6,125
6,824
Bug 6824 SWT "out of bounds" exception when clicking in packages view
Build: 2001-12-06, Win2000. Sorry, I have very little information to go on. I was working away, and I got a very generic "Internal Error" dialog... it gave no interesting information (check log). When I clicked OK on that dialog, the VM immediately exited. I believe making a selection in the packages view was my last a...
2001-12-11 16:59:10
1,008,110,000
resolved fixed
7245370
1,008,940,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionUI.java
JDT
6,126
7,156
Bug 7156 Search using previous search from Java Search page's list gives wrong results
1. Search via Java Search page (search dialog) 2. Search for something else 3. Select the first Search from the drop down 4. Search ==> searched for wrong java element
2001-12-21 04:53:50
1,008,930,000
verified fixed
680070c
1,008,940,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java
JDT
6,127
7,132
Bug 7132 Exception thrown in "New Java Project" wizard
The following exception was thrown when I type ".." in front of the default path for the build output folder in the new Java project wizard. I'm using build 137. Log: Thu Dec 20 10:20:00 EST 2001 4 org.eclipse.core.runtime 0 Unhandled exception caught in event loop. java.lang.ClassCastException: org.eclipse.core.intern...
2001-12-20 10:42:00
1,008,860,000
resolved fixed
d8be801
1,008,870,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
JDT
6,128
7,103
Bug 7103 Property sheet only shows name for Java elements
we should show at least the same information as user's get for resources
2001-12-19 12:03:26
1,008,780,000
resolved wontfix
50ff1fa
1,008,790,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaElementAdapterFactory.java
JDT
6,129
5,915
Bug 5915 Renaming a resource brings up Java rename refactoring
1) rename xxx.html in the packages view ->the rename refactoring wizard comes up ->the preview page shows a simple rename change For non-Java resources we should not show the refactoring wizard but only a dialog
2001-11-14 12:52:52
1,005,760,000
resolved fixed
50ef1c5
1,008,770,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/PerformRefactoringUtil.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/RefactoringSupportFactory.java
JDT
6,130
7,046
Bug 7046 NPE trying to show context menu on method in Outliner
Under 20011211++, try to show context menu on method in outliner for java.util.Date#toString. Note error dialog, and following walkback in log: Log: Tue Dec 18 09:54:13 CST 2001 4 org.eclipse.ui 0 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.Reor...
2001-12-18 10:49:26
1,008,690,000
verified fixed
55508f5
1,008,700,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ReorderParametersRefactoring.java
JDT
6,131
6,967
Bug 6967 Exception while right-clicking in text editor
I was editing a java file (happened to be OS.java in SWT win32). I right-clicked in order to pop up the context menu, and I got the attached dialog, with the following walkback in the .log file: Log: Fri Dec 14 16:06:19 EST 2001 4 org.eclipse.jdt.ui 1 Internal Error Java Model Exception: Java Model Status [org.eclipse....
2001-12-14 16:14:49
1,008,360,000
resolved fixed
9835544
1,008,690,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/StructuredSelectionProvider.java
JDT
6,132
4,964
Bug 4964 Automatic Code Assist needs to be smarter
Build 204 While writing SWT code, I type the following: button.dispose At this point, I do not realize that the code assist list is up because I am not looking. There are 2 items in the list now: DISPOSED int - Widget dispose() void - Widget I then type "(" because the line I was typing was supposed to be: button.dispo...
2001-10-14 17:59:54
1,003,100,000
resolved fixed
4d3b16a
1,008,690,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/ExperimentalProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/intern...
JDT
6,133
5,466
Bug 5466 Hierarchy view should try to preserve method selection
1) Open a hierachy view on a type hiearchy that has a method which is overrided at several levels. 2) Select the method. 3) Select other types. 4) Note that the method selection is lost. We should try to preserve the selection (show the same method for the selected type whenever possible). This is a little trickier whe...
2001-11-02 09:42:24
1,004,710,000
resolved fixed
d005b8d
1,008,680,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java
JDT
6,134
6,977
Bug 6977 organize imports imports unnecessary classes
I'm talking about integration build of December 11: Here is a code (for jdk1.4): ------------ import java.io.IOException; public class test1 { static Thread thr = new Thread() { public void run() { System.out.println("Shutting down"); try { int c = System.in.read(); System.out.println(c); } catch (IOException e) { } } ...
2001-12-15 16:13:21
1,008,450,000
resolved wontfix
18ff003
1,008,670,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/TypeInfoTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/interna...
JDT