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 |
|---|---|---|---|---|---|---|---|---|---|---|
3,435 | 92,464 | Bug 92464 NPE creating new type Object | Build 20050420-1200 In an empty project, tried to define some minimal JCL (no JRE on classpath). First class defined through wizard is: java.lang.Object, press finish got the following exception. !ENTRY org.eclipse.jdt.ui 4 10001 2005-04-22 23:59:06.625 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTarge... | 2005-04-22 18:02:57 | 1,114,210,000 | resolved fixed | 31bfebc | 1,114,450,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java | JDT |
3,436 | 91,324 | Bug 91324 [refactoring] refactoring extract constant failed | I20050413-0910 I tried to "extract constant" on "new char[0][]", and received the following exception in the log: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run (RefactoringWizardD... | 2005-04-13 14:01:15 | 1,113,420,000 | resolved fixed | b6bfe44 | 1,114,440,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test27_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test27_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractConstantTests.java org.eclipse.jdt.ui/core re... | JDT |
3,437 | 85,502 | Bug 85502 [5.0][syntax coloring] Coloring of unboxing/boxing: Missing cases | 20050216 The following cases seem to be missed by the boxing/unboxing syntax colorer: (enable compiler warning for (un)boxing to see where boxing occurs) public class A { private void foo1() { int a= 9; if (a == new Integer(9)) { } } private void foo2() { Integer x= 'c'; } private void foo3() { int si= true ? new Integ... | 2005-02-16 13:38:22 | 1,108,580,000 | resolved fixed | b6f5480 | 1,114,440,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/AutoboxingSemanticHighlightingTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlighting.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingReconciler.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/... | JDT |
3,438 | 92,344 | Bug 92344 [call hierarchy] JavaModelException when accessing removed type | null | 2005-04-22 04:12:12 | 1,114,160,000 | resolved fixed | a17af15 | 1,114,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/JavaUIHelp.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/JavadocHelpContext.java | JDT |
3,439 | 90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | 2005-04-06 06:08:07 | 1,112,780,000 | resolved fixed | c7748c9 | 1,114,420,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/reorg/MoveCompilationUnitPerfTests1.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/reorg/MoveCompilationUnitPerfTests2.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/t... | JDT |
3,440 | 90,749 | Bug 90749 Delegate methods cannot be created for all fields | For some reason, when I go to Source > Generate delegate methods, it is not giving me an option to generate delegate methods for all the fields, as you can see on the attached screenshot. | 2005-04-07 19:51:45 | 1,112,920,000 | resolved fixed | 21396d7 | 1,114,420,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | JDT |
3,441 | 90,930 | Bug 90930 Generate constructor using fields generates wrong parameter name | private static class Data { public int modifier; public char[] name; public char[] packageName; public char[][] enclosingNames; public String path; } Generate constructor using field. Observer: you get two parameters named "name". | 2005-04-10 11:25:43 | 1,113,150,000 | verified fixed | 1652252 | 1,114,420,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | JDT |
3,442 | 44,362 | Bug 44362 [painting] Should not search for occurrences if element under cursor is the same | null | 2003-10-07 17:25:45 | 1,065,560,000 | resolved fixed | 2b9415c | 1,114,180,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
3,443 | 65,556 | Bug 65556 [implementation] JavaAutoIndentStrategy performance? | Build: 3.0 RC1 Ok, this is a bit of a silly test case, but it might point to possible performance improvements in the auto-indent code. These times are on a 2.5 Ghz PIV with plenty of RAM. 1) Copy, for example, an Eclipse book or a Tolstoy novel onto the clipboard (in my example, 110,000 words, 14,000 lines) 2) Paste i... | 2004-06-03 11:13:53 | 1,086,280,000 | resolved fixed | 9e29cd0 | 1,114,170,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java | JDT |
3,444 | 90,394 | Bug 90394 [JUnit] Junit source missing | 3.1M6. Create new project, new class, new junit test for that class. Eclipse asks to add junit.jar to the classpath, say OK. Right click junit.jar, click Java Source Attachment. An error says the path does not exist. Here's what is filled in: ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.0.0/src/org.junit_3.8.1/junitsr... | 2005-04-05 19:11:45 | 1,112,740,000 | resolved fixed | 29eb6a0 | 1,114,080,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitAddLibraryProposal.java | JDT |
3,445 | 91,524 | Bug 91524 [nls tooling] AssertionFailedException when externalizing strings | I20050413-0910 Happened with Eclipse stye message class where BUNDLE_NAME was inlined into NLS.initializeMessages !SESSION 2005-04-15 16:00:12.603 ----------------------------------------------- eclipse.buildId=I20050413-0910 java.version=1.4.2_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x... | 2005-04-15 10:03:26 | 1,113,570,000 | verified fixed | 2326851 | 1,114,020,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassReference.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java | JDT |
3,446 | 92,009 | Bug 92009 [nls tooling] Externalize Strings wizard broken | Since we moved to the new NLS format, I cannot externalize strings any more. Whenever I open the wizard on a file and check the option to use the new NLS format, I get the following error: 'Some keys are invalid' I also get error overlay on a bunch of keys in the checkbox column. I cannot work until this is fixed. | 2005-04-19 18:44:57 | 1,113,950,000 | resolved fixed | de5a6fd | 1,114,020,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java | JDT |
3,447 | 91,955 | Bug 91955 API Request: Add modification stamp to document and document event | null | 2005-04-19 14:11:12 | 1,113,930,000 | resolved fixed | 9ae2547 | 1,114,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/PartiallySynchronizedDocument.java | JDT |
3,448 | 91,809 | Bug 91809 Packages view throws NPE on creation | Running with code in HEAD, 20050418 Switch to the Java Browsing perspective. I get: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.browsing.PackagesView.findInputForJavaElement(PackagesView.java:545) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.setInitialInput(JavaBrowsingPart.java:898) at or... | 2005-04-18 19:05:44 | 1,113,870,000 | resolved fixed | 21980bb | 1,113,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java | JDT |
3,449 | 91,721 | Bug 91721 [content assist] Code assist UI: Inner types rendered with container qualification | 20050418 See screenshot. The label of a inner type should better just contain the name (the container name can be in the appended qualification) | 2005-04-18 05:51:33 | 1,113,820,000 | resolved fixed | b1c9df3 | 1,113,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java | JDT |
3,450 | 91,072 | Bug 91072 F2/Hover for external javadoc does not work | null | 2005-04-12 00:45:54 | 1,113,280,000 | resolved fixed | 161efb5 | 1,113,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java | JDT |
3,451 | 90,391 | Bug 90391 [refactoring] [move] Bad progress reporting in move static members | Take scenario from 90365 Observe: the progress reporting is really bad. Especially the flashing between searching... and visibility checking with no progress of the progress monitor is annoying. | 2005-04-05 18:27:54 | 1,112,740,000 | resolved fixed | 81b37b4 | 1,113,580,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java | JDT |
3,452 | 91,266 | Bug 91266 [refactor/code completion] change method signature, code completion not useable | We can with CTRL-SPACE initalize code completion in the type selection of the change method signature. But if we then press enter to select the right type we just pointed out with code completion. The enter is consumed by the table below and the selected value in the code completion popup is ignored. So yes you can see... | 2005-04-13 09:28:17 | 1,113,400,000 | verified fixed | 00bbb75 | 1,113,580,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java | JDT |
3,453 | 90,880 | Bug 90880 [refactoring] AssertionError when running Infer Type Arguments | When running the Infer Type Arguments refactoring, I encountered the following internal exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:282)... | 2005-04-08 19:11:37 | 1,113,000,000 | resolved fixed | 0d79d83 | 1,113,440,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuAddAll/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuAddAll/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuSynchronizedList/in/A.java org.eclipse.jdt.ui.tests.refactoring/resou... | JDT |
3,454 | 91,306 | Bug 91306 [navigation] Java file opens with all text selected | 3.1M6 I had some Java files which I associated to the text editor. When I open them from the package explorer, they open with all of the text selected (as if I had hit Ctrl-A). | 2005-04-13 13:00:07 | 1,113,410,000 | resolved fixed | 925f9ff | 1,113,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java | JDT |
3,455 | 90,841 | Bug 90841 [misc] IllegalStateException in Java editor | build i0405 I got the following exception in my log file. I believe I did a ctrl-shift-u to turn off "mark occurances" (didn't realize that wasn't the right key binding) so then I hit the icon and now I get that message everytime I hit the "mark occurances" icon. It looks like JavaEditor.EclipsePreferencesAdaptor holds... | 2005-04-08 14:49:55 | 1,112,990,000 | resolved fixed | 76fa8ad | 1,113,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
3,456 | 90,393 | Bug 90393 3.1 M6: File Global Search and Replace cannot write file | 3.1 M6: File Global Search and Replace cannot write file. I try to replace a word that occurs in multiple files in a project. I do this using the File Search and Replace dialog. Eclipse correctly searches and indicates that the files need to be opened for editing (I am using Perforce source code control). Then when I t... | 2005-04-05 19:06:53 | 1,112,740,000 | resolved fixed | 11338a5 | 1,113,380,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java | JDT |
3,457 | 89,476 | Bug 89476 'dot' should not autoactivate code assist in dialog fields | While testing code assist in the super class field in the new class wizard I noticed that '.' auto activate code assist. IMO this makes sense for cases where we have a method class after a dot. But in the case where we only enter class names '.' shouldn't auto activate code assist. Opinions. | 2005-03-30 04:03:37 | 1,112,170,000 | resolved fixed | 5d2512a | 1,113,320,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor.java | JDT |
3,458 | 91,115 | Bug 91115 Change method signature does not select table items on tab [refactoring] | I20050405-0800 + ZRH plugin export Tabbing through the table items of a newly created parameter does not select the entire text of the table item anymore, but places the cursor at the end of the item text. While this is certainly convenient in the new type wizard, the old behavior is more appropriate for change method ... | 2005-04-12 08:27:22 | 1,113,310,000 | resolved fixed | 1bcfb42 | 1,113,320,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | JDT |
3,459 | 90,569 | Bug 90569 combobox needs to remember more items | null | 2005-04-07 03:09:11 | 1,112,860,000 | resolved fixed | 7ba98ec | 1,113,290,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java | JDT |
3,460 | 41,239 | Bug 41239 Compile error in JDT JUnit due to SWTUtil [JUnit] | null | 2003-08-07 04:06:03 | 1,060,240,000 | resolved fixed | 1704d09 | 1,113,230,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/SWTUtil.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardP... | JDT |
3,461 | 90,830 | Bug 90830 Dialog font use: Package explorer configure working sets | I20050405-0800 Package Explorer view drop down menu>Configure working sets The left hand side buttons are not setting the dialog font: Up, Down, Select All, Deselect All While I am here, it would be nice to have a mnemonic on the table label for easy keyboard navigation into the table. | 2005-04-08 13:19:36 | 1,112,980,000 | resolved fixed | 374890b | 1,113,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java | JDT |
3,462 | 90,074 | Bug 90074 [search] Search view flashing while navigating workspace | null | 2005-04-02 00:13:56 | 1,112,420,000 | resolved fixed | cb01c65 | 1,112,950,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java | JDT |
3,463 | 90,082 | Bug 90082 [1.5][generics] "New Class" wizard is not able to implement generic interfaces | In Eclipse 3.1 (JDT version I20050219-1500), the wizard for creating a new class seems unable to implement generic interfaces while specifying its argument. For example, implementing Comparable<Integer> is impossible; you have to first implement Comparable, and then correct the genearted stub for specifying its type ar... | 2005-04-02 08:00:54 | 1,112,450,000 | resolved fixed | b7a22d6 | 1,112,890,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java org.eclipse.jdt.ui/ui/org/ecli... | JDT |
3,464 | 90,528 | Bug 90528 Editor icon does not show problem decoration for second instance | 3.1 M6 - open a .java file that has errors or warnings - the editor tab icon has the problem decoration - Window > New Window - open the same file in the new window - the editor tab icon is missing the problem decoration | 2005-04-06 16:21:55 | 1,112,820,000 | resolved fixed | b078de1 | 1,112,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorErrorTickUpdater.java | JDT |
3,465 | 86,579 | Bug 86579 [content assist] guessing parameters is very slow | Eclipse : 3.1M5a Guessing the parameter values in JDT has gone very slow. I have noticed this since 3.1M4. My settings are : Java Editor Code Assist Advanced [x] fill argument names [x] guess names When I turn-off 'guess' method completion & filing in input-parameter name is faster. The plugin project has about 150 Jav... | 2005-02-24 20:08:24 | 1,109,290,000 | closed fixed | 687a52f | 1,112,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java | JDT |
3,466 | 85,894 | Bug 85894 Exceptions touching .class files | in 0217-2000 I have a project that has a bunch of .class files in it in a random directory. These are NOT on the classpath of the project. It seems that every time I touch (just click on it) one of these files in the package explorer I get about 3 of the following in the log. It is unclear if anything bad is actually h... | 2005-02-18 21:19:25 | 1,108,780,000 | resolved fixed | a5e782b | 1,112,830,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java | JDT |
3,467 | 89,524 | Bug 89524 [refactoring] [5.0] Wrong change preview in introduce parameter | M6 test candidate Steps to reproduce: - Create the following method: /** * @param string */ public void foo(String string) { String s= new String(); } - Invoke introduce parameter on constructor invocation - Consult preview -> Clicking on the "AboutDialog", "foo(String" and "Change signature" tree item shows erroneous ... | 2005-03-30 07:54:12 | 1,112,190,000 | resolved fixed | c7c03ea | 1,112,800,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | JDT |
3,468 | 90,249 | Bug 90249 remove workaround code for bug 85005 | null | 2005-04-05 03:50:49 | 1,112,690,000 | resolved fixed | 355ef9f | 1,112,720,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
3,469 | 90,101 | Bug 90101 [preferences] Spelling preference page takes a long time to appear | I20050401-1645 The preference page General > Editors > Text Editors > Spelling takes a few seconds to open for the first time on my machine, while most other preference pages open almost instantly. What is it doing that takes it so long to open? | 2005-04-02 22:59:28 | 1,112,500,000 | resolved fixed | dbaa016 | 1,112,720,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java | JDT |
3,470 | 90,280 | Bug 90280 [build path] LinkFolderDialog does not conform to standard margins | null | 2005-04-05 08:36:36 | 1,112,700,000 | resolved fixed | 82c1a7e | 1,112,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/LinkFolderDialog.java | JDT |
3,471 | 89,526 | Bug 89526 [refactoring] Introduce Parameter chooses illegal default position for vararg method | null | 2005-03-30 08:14:09 | 1,112,190,000 | resolved fixed | d2c50ae | 1,112,690,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Vararg1.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/Vararg1.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterTests.java org.eclipse.jdt.ui/core refact... | JDT |
3,472 | 89,478 | Bug 89478 Linked per project settings: filter check box on by default | M6 test pass The filter check box should be on by default. | 2005-03-30 04:08:36 | 1,112,170,000 | resolved fixed | 0d515ae | 1,112,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProjectSelectionDialog.java | JDT |
3,473 | 77,809 | Bug 77809 [format] Line wrapping for enum constants | 20041104 I think it might make sense to be able to set the allignment of enum constants as you might define them all on a line enum MyColors { BLUE, RED, GREEN, YELLOW, BLACK } | 2004-11-04 05:25:29 | 1,099,560,000 | verified fixed | ba8289d | 1,112,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java | JDT |
3,474 | 90,144 | Bug 90144 Inconsistent override decoration in between editor and outliner | Build 3.1m6 On following testcase: class SuperX { static void notOverridden() { return; } } public class X extends SuperX { static void notOverridden() { return; } } Editor shows an override indicator in front of X#notOverriden() where outliner does not. Both should agree. Strictly speaking static methods do not overri... | 2005-04-04 06:48:13 | 1,112,610,000 | resolved fixed | 07b994c | 1,112,690,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java | JDT |
3,475 | 90,057 | Bug 90057 [nls tooling] TVT3.1 #113 - Non-externalized string "default" in Externalize Strings panel | Open Java file in Java perspective Select Source - Externalize strings - click Customize button for properties file. Strings (default) are shown in English (see screencapture). | 2005-04-01 16:58:08 | 1,112,390,000 | resolved fixed | 907879e | 1,112,620,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/SourceFirstPackageSelectionDialogField.java | JDT |
3,476 | 90,016 | Bug 90016 [typing] Several errors when display tab with set to 0 | Eclipse Java Development Tools Version: 3.0.2 Build id: 200503110845 Hi to all and thank for the tool, very nice work. :) I start Eclipse. I open one of my java file under my only open project. (3 closed) I expand the following. -->private DefaultTableModel tableModel = new DefaultTableModel() { public boolean isCellEd... | 2005-04-01 14:35:26 | 1,112,380,000 | resolved fixed | 66e3ad3 | 1,112,610,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingStrategy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java | JDT |
3,477 | 89,509 | Bug 89509 Extract Interface UI: Too much vertical spacing | 20050329 The vertical spacing bewteen the checkboxes on the first page of the extract Interface Wizard seems to be too big | 2005-03-30 07:08:33 | 1,112,180,000 | resolved fixed | 6105f69 | 1,112,610,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/InferTypeArgumentsWizard.java | JDT |
3,478 | 89,517 | Bug 89517 [refactoring] 'Extract interface' must not offer to 'Generate @Override annotations' | I20050329-2000 @Override may not be used for methods implementing an interface. However, the 'Extract Interface' refactoring offers to 'Generate @Override annotations', which leads to compile errors when checked. | 2005-03-30 07:35:17 | 1,112,190,000 | resolved fixed | 85fce28 | 1,112,610,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java | JDT |
3,479 | 89,015 | Bug 89015 RefactoringSearchEngine2 should support granularity | The old search engine only collected affected compilation units if only those where requested. The new one keeps every match in memory which for example is unnecessary for inline method. The new engine should support a granularity mode and you should check evey caller of getAffectedCompilationUnits to see which granula... | 2005-03-24 13:17:48 | 1,111,690,000 | resolved fixed | 1400a0c | 1,112,610,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine2.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembe... | JDT |
3,480 | 89,985 | Bug 89985 [nls tooling] NPE in externalize string wizard | I20050330-0500: Steps to reproduce: - Externalize abitrary string - Choose eclipse message bundles - Use key of the form ClassName + a.b.c.d -> Key validation fails with NPE | 2005-04-01 11:43:26 | 1,112,370,000 | verified fixed | 95491cb | 1,112,540,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java | JDT |
3,481 | 89,963 | Bug 89963 Rename extension internal-testRunTabs in jdt.junit. It doesn't follow id conventions | null | 2005-04-01 10:32:08 | 1,112,370,000 | resolved fixed | 4d1236d | 1,112,490,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CounterPanel.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | JDT |
3,482 | 89,525 | Bug 89525 [formatting] Javadoc comment formatter: some options don't work anymore | M6 test pass The two options "Blank line before Javadoc tags" and "New line after param tags" don't work anymore. Tested with the following code snippet: /** * Method two * @param s1 this is the first parameter having a useless comment * @param s2 this is the second parameter having a useless comment */ public void two... | 2005-03-30 08:02:55 | 1,112,190,000 | verified fixed | 18911f6 | 1,112,290,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CommentsTabPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialogTabPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileVersioner.java | JDT |
3,483 | 89,551 | Bug 89551 [content assist] Order of completion proposals does not seem correct | build I20050329-2000 1) create p/ZZZ.java package p; public class ZZZ {} 2) create q/X.java package q; public class X { void zzz() { zz<<cursor>> } } 3) do ctrl+space at <<curosr>> location ZZZ is the first proposal and zzz() the second. But in this case zzz() should be the best proposal. | 2005-03-30 09:53:23 | 1,112,190,000 | verified fixed | cecd65c | 1,112,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/GenericJavaTypeProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalCollector.java | JDT |
3,484 | 85,519 | Bug 85519 [implementation] saveAs existing file fails - content replaced with original content | I20050215-2300 (m5 test pass) - have pkg/Test1.java open - have pkg/Test2.java open - dirty Test1.java - save Test1.java as Test2.java expected: content of Test2 gets replaced with data in Test1 actual: a second editor with Test2.java is opened, Test1.java is closed, the unsaved changes in Test1.java are lost -> lost d... | 2005-02-16 14:10:18 | 1,108,580,000 | verified fixed | 6651f58 | 1,112,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
3,485 | 89,817 | Bug 89817 [content assist] NPE in JavaTypeCompletionProposal | I20050331-0010 Got the following NPE in my .log: !ENTRY org.eclipse.ui 4 0 2005-03-30 16:00:17.523 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.java.JavaTypeCompletionProposal.apply(JavaTypeCompletionProposal.java:120) at org.eclipse.jdt.internal.ui... | 2005-03-31 08:25:15 | 1,112,280,000 | verified fixed | 5fbf202 | 1,112,280,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 | JDT |
3,486 | 89,737 | Bug 89737 [ASTView] NPE in link to Editor | Using 1.0.4 on top of 20050330-0500, I got this: java.lang.NullPointerException at org.eclipse.jdt.astview.views.ASTView.performLinkWithEditor(ASTView.java:980) at org.eclipse.jdt.astview.views.ASTView$17.run(ASTView.java:823) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.... | 2005-03-30 18:39:20 | 1,112,230,000 | resolved fixed | 0c40aa9 | 1,112,280,000 | org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTView.java | JDT |
3,487 | 89,808 | Bug 89808 Wording on the acess rules pages | 20050329 - we should use 'Forbidden' instead of 'Non-accessible' to be consistent with jdt.core and the compiler settings - the text on the 'new access rules' should give examples for patterns | 2005-03-31 06:16:08 | 1,112,270,000 | verified fixed | 3ff0b2e | 1,112,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/TypeRestrictionEntryDialog.java | JDT |
3,488 | 89,502 | Bug 89502 [build path] Access Restrictions: severity for 'Not accessible' is configurable, but not for 'Discouraged' | I20050329-2000 summary says it all - the problem severity for 'Discouraged' accesses should be configurable as well. Currently, if you set the severity for 'Not accessible' to 'Ignore', you end up with warnings on 'Discouraged' accesses, but nothing for 'Not accessible' ones, which is not intuitive. | 2005-03-30 05:40:58 | 1,112,180,000 | verified fixed | 834326e | 1,112,260,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java | JDT |
3,489 | 89,487 | Bug 89487 NPE in PropertyAndPreferencePage.updateLinkVisibility | Got the following NPE while testing pre-project preferences java.lang.NullPointerException at org.eclipse.jdt.internal.ui.preferences.PropertyAndPreferencePage.updateLinkVisibility(PropertyAndPreferencePage.java:245) at org.eclipse.jdt.internal.ui.preferences.PropertyAndPreferencePage.doProjectWorkspaceStateChanged(Pro... | 2005-03-30 05:01:58 | 1,112,180,000 | verified fixed | d38ca8b | 1,112,260,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PropertyAndPreferencePage.java | JDT |
3,490 | 89,553 | Bug 89553 [nls tooling] Exception during Externalize... with no key | I20050330 1. Externalize Strings on any file 2. Enable Use Eclipse's string 3. Delete common prefix 4. Select a key and delete it java.lang.StringIndexOutOfBoundsException at java.lang.String.charAt(String.java:373) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.isKeyValid(ExternalizeWizardPage.ja... | 2005-03-30 09:56:15 | 1,112,190,000 | verified fixed | 9df79cd | 1,112,260,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java | JDT |
3,491 | 89,501 | Bug 89501 [nls tooling] NPE in externalize string wizard | null | 2005-03-30 05:39:24 | 1,112,180,000 | verified fixed | 4f0ccd8 | 1,112,260,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java | JDT |
3,492 | 89,496 | Bug 89496 [nls tooling] Illegal state exception when previewing changes in externalize string wizard | M6 test pass Steps to reproduce: package externalize; public class Test { public void foo() { String s= "Eclipse"; } } - externalize string - don't use Eclipse option - press next - press next click on the node Create file .... Dani, if there is anything refactoring can do to avoid this, please move back. java.lang.Ill... | 2005-03-30 05:23:40 | 1,112,180,000 | verified fixed | c1137ae | 1,112,260,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/CreateTextFileChangePreviewViewer.java | JDT |
3,493 | 89,523 | Bug 89523 [refactoring] AFE in 'Extract interface' | I20050329-2000 - Have this type: class SubGeneric<E extends Number> { private E field2; Number number; public final E getField2() { return field2; } public final Number getNumber() { return number; } } - Note that there aren't any references to this type (but that does not matter, the exception happens anyway) - Extrac... | 2005-03-30 07:53:37 | 1,112,190,000 | verified fixed | 8a63b30 | 1,112,260,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/ImmutableTypeVariable2.java | JDT |
3,494 | 89,784 | Bug 89784 Typo in Infer Generic Type Arguments refactoring dialog | I20050330-0500 Typo in Infer Generic Type Arguments refactoring dialog: infering -> inferring | 2005-03-31 02:43:19 | 1,112,250,000 | verified fixed | fc2a24a | 1,112,260,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/InferTypeArgumentsWizard.java | JDT |
3,495 | 89,268 | Bug 89268 [assist] IllegalArgumentException during code assist on annotation attribute | I20050324 On the following test case: @Ann(at| // code complete here public class A { } @interface Ann { String attr(); } I got the following IllegalArgumentException: java.lang.IllegalArgumentException at org.eclipse.jdt.core.Signature.getParameterCount(Signature.java:950) at org.eclipse.jdt.core.Signature.getParamete... | 2005-03-28 14:49:46 | 1,112,040,000 | resolved fixed | 1969475 | 1,112,090,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/ProposalLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/ResultCollector.java | JDT |
3,496 | 87,097 | Bug 87097 New Java Project dialog too tall [code manipulation] [dialogs] | If I select new->project from the file menu, and then select java project (or any project for that matter) from the dialog that comes up, I get a new dialog where I can specify the project name. The dialog is called "New java project". This dialog is far too large, it doesn't fit in a 740x1024 screen even though there ... | 2005-03-03 14:15:04 | 1,109,880,000 | resolved fixed | 27e84f5 | 1,112,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/HintTextGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/NewSourceContainerWorkbookPage.java | JDT |
3,497 | 75,142 | Bug 75142 JUnit integration on top of Hyades | Hi, I'm responsible of the Hyades test UI plugins and in charge of this new feature (already discuss between Hyades' committers and you). Can you contact me to discuss on how we can engage this. Thanks | 2004-09-28 03:49:06 | 1,096,360,000 | resolved fixed | f1db40a | 1,111,780,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitAddLibraryProposal.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/JUnitStubUtility.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/LayoutUtil.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/Clas... | JDT |
3,498 | 89,013 | Bug 89013 Changes to ResultCollector --> API | null | 2005-03-24 12:58:52 | 1,111,690,000 | verified fixed | 0b91453 | 1,111,700,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/ResultCollector.java | JDT |
3,499 | 76,421 | Bug 76421 CVS Project pref page; Change Sharing dialog does not use dialog font and standard margins | context menu of shared project -> properties -> cvs page -> click on "Change Sharing..." Observe the dialog does not use the dialog font. | 2004-10-16 09:34:03 | 1,097,930,000 | verified fixed | e69f022 | 1,111,690,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java | JDT |
3,500 | 84,998 | Bug 84998 [api] Make ResultCollector API | Eclipse 3.0.1 In our application we provide code assist to our own Java editor. In order to be consistent with the JDT Java editor we need to provide the same look and feel for code assist (icons, ordering, display string, etc...). Currently the only way we can get that to work is using the internal class ResultCollect... | 2005-02-11 10:17:54 | 1,108,140,000 | resolved fixed | 732abba | 1,111,680,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CodeCompletionTest.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java org.eclips... | JDT |
3,501 | 62,865 | Bug 62865 Filter text in title is wrong | I200405190010 1. Search for declaration of T ==> 1 match 2. Enable one of the filters ==> "Filters Matched 1" This is wrong since it did not match anything. It should be like in the Task view where it says; "Filter matched i of n items". | 2004-05-19 06:36:51 | 1,084,960,000 | resolved fixed | 07f4645 | 1,111,680,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchQuery.java | JDT |
3,502 | 85,901 | Bug 85901 Code assist/auto completion - overwrite method not working | Overwriting methods from superclass with two or more parameters does not work properly in M5. It gives me the method header without the body and all parameter types fully qualified. When i disable Prefs->Java->Code Assist->Advanced->"Add import instead of qualified name" code assist gives me no autocompletion for overr... | 2005-02-19 10:05:48 | 1,108,830,000 | verified fixed | d7de8a1 | 1,111,680,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java | JDT |
3,503 | 84,224 | Bug 84224 Need advice for finding duplicate Types | To get rid of the all types cache we have done several performance measurements how to best calculate the number of duplicate types names (e.g. same type name, but in different package). This information is essential for the organize import actions and the import rewriter. In a workspace containing all SDK plug-ins the... | 2005-02-02 09:39:15 | 1,107,360,000 | verified fixed | ffc756f | 1,111,670,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java | JDT |
3,504 | 88,941 | Bug 88941 [Dialogs] CCE on ContainerCheckedTreeViewer in OverrideMethodDialog | build I20050323 + latest UI and JDT UI from head - In a java editor, chose Source > Override/Implement methods !ENTRY org.eclipse.ui 4 4 2005-03-23 16:54:47.117 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2005-03-23 16:54:47.157 !MESSAGE org/eclipse/ui/dialogs/ContainerCheckedTreeViewer incompatib... | 2005-03-23 16:57:42 | 1,111,620,000 | resolved fixed | c485a24 | 1,111,660,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage2.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OverrideMethodDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java | JDT |
3,505 | 88,741 | Bug 88741 [search] Working Set... menu item should appear after MRU working set items | build I20050315 In the References, Declarations submenus, the Working Set... menu item often appears intermingled with the MRU working set items. It should appear after them, at the end of the menu, for consistent positioning that leverages the user's motor memory. | 2005-03-22 09:47:44 | 1,111,500,000 | resolved fixed | 5e11b53 | 1,111,660,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/DeclarationsSearchGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ImplementorsSearchGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ReadReferencesSearchGroup.java org.ecli... | JDT |
3,506 | 88,686 | Bug 88686 Patch to use LocalResourceMappingContext | A LocalResourceMappingContext has been added to the Resources plugin. Here is the change required to JDT UI. | 2005-03-21 16:37:18 | 1,111,440,000 | resolved fixed | 4ff40d5 | 1,111,650,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaElementResourceMapping.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/IRefactoringProcessorIds.java | JDT |
3,507 | 85,226 | Bug 85226 [1.5] EnumConstantDeclaration should declare resolveConstructorBinding | I20050209 (jdt-core of 20050215) EnumConstantDeclaration should allow me to query its method binding, as declaring an enum constant also invokes a constructor: enum Natural { ONE(1), TWO(2); private final int fInt; Natural(int n) { fInt= n; } } I would expect a method similar to ClassInstanceCreation: public IMethodBin... | 2005-02-15 04:45:12 | 1,108,460,000 | verified fixed | ce15520 | 1,111,610,000 | org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTViewContentProvider.java | JDT |
3,508 | 86,629 | Bug 86629 Introduce Factory: verify bug 84724 | null | 2005-02-25 09:48:58 | 1,109,340,000 | resolved fixed | 15e16f1 | 1,111,600,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTests.java | JDT |
3,509 | 88,865 | Bug 88865 MoveInstanceMethodTests#testFail7() should work now | Bindings.findType(ITypeBinding, ..) now uses ITypeBinding#getJavaElement(), which also works for local types. MoveInstanceMethodTests#testFail7() used to get a FATAL in checkFinalConditions(..) because the target type was not found. I disabled the test for now. The scenario of testFail7() is currently not reproducable ... | 2005-03-23 09:50:57 | 1,111,590,000 | resolved fixed | 95fb752 | 1,111,600,000 | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test32/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test32/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/cannotMove/testFail7/in/A.java org.eclipse.jdt.ui.tests.refactoring/tes... | JDT |
3,510 | 85,255 | Bug 85255 Replace custom Link implementation with SWT Link | I20050215-0800 Replace custom Link implementation with SWT Link. Note: improve work for translators and get rid of cutom escape chars in string. | 2005-02-15 09:18:32 | 1,108,480,000 | verified fixed | 14de2ea | 1,111,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CHyperLinkText.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PropertiesFileEditorPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/intern... | JDT |
3,511 | 86,840 | Bug 86840 AFE in DefaultJavaFoldingStructureProvider after undoing refactoring | HEAD - take an 1.5 project with junit 3.8.1 - open type TestResult and set caret to the beginning of the file - Refactor > Infer Generic Argument Types, click OK - Refactor > Undo => Log: Error 2005-02-28 16:09:14.434 Exception occurred in listener of Java element change notification org.eclipse.jface.text.Assert$Asser... | 2005-02-28 10:25:15 | 1,109,600,000 | verified fixed | 99e09bf | 1,111,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java | JDT |
3,512 | 88,769 | Bug 88769 IMethodBinding#getJavaElement() drops extra array dimensions and varargs | v_542 IMethodBinding#getJavaElement() drops extra array dimensions and varargs: public class TestArray { public int[] bar(int a[]) { // element is (nonexistent): test1.TestArray.bar(int) return a; } public Object[] bar2(Object[] o[][]) [][] { // element is (nonexistent): test1.TestArray.bar2(Object[]) return o; } publi... | 2005-03-22 12:00:16 | 1,111,510,000 | verified fixed | a756e19 | 1,111,580,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java | JDT |
3,513 | 83,319 | Bug 83319 [1.5][search] Search does not find references to statically imported methods | I20050118-1015 Search does not find references to statically imported methods. It findes all 3 references to fTime, but only one to getTime(): import static p.A.getTime; import static p.A.fTime; public class A { public static int fTime= 1; public static int getTime() { return ++fTime; } } class B { void use() { int t= ... | 2005-01-20 11:54:11 | 1,106,240,000 | verified fixed | d214d26 | 1,111,570,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testVararg03_out.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testVararg08_out.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testVararg09_out.java org.eclipse.jdt.ui.tests.refa... | JDT |
3,514 | 88,742 | Bug 88742 Drop target is not selected in center of target item (all java views) [dnd] | I20050315-1100 + zrh-plugins for I20050322 Highlighting of the drop target is broken in Package Explorer, Type Hierarchy, Outline, ...: The drop target tree item under the cursor is only rendered as selected when the mouse cursor points to the top or bottom quarter of the item label. When the cursor is moved towards th... | 2005-03-22 09:48:41 | 1,111,500,000 | resolved fixed | 3d7bc6d | 1,111,500,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/JdtViewerDropAdapter.java | JDT |
3,515 | 80,264 | Bug 80264 [search] Search for method declarations in workspace, disregarding declaring type | For the new RippleMethodFinder, we need to search for all declarations of a given method signature in the workspace. This search should *not* take the declaring type into account, only the signature must match. The current behaviour of search for method declarations of an IMethod in workspace does not make much sense, ... | 2004-12-06 09:23:36 | 1,102,340,000 | verified fixed | 2a95e76 | 1,111,490,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RippleMethodFinder2.java | JDT |
3,516 | 77,566 | Bug 77566 [API] Implementations of AbstractJavaLaunchConfigurationDelegate.launch are too monolithic | null | 2004-11-03 01:58:44 | 1,099,470,000 | verified fixed | 7eecf63 | 1,111,440,000 | org.eclipse.jdt.ui.examples.javafamily/src/org/eclipse/jsp/launching/TomcatLaunchDelegate.java | JDT |
3,517 | 88,397 | Bug 88397 [5.0] OpenAction does not select whole ITypeParameter | null | 2005-03-17 17:39:39 | 1,111,100,000 | resolved fixed | 67196cd | 1,111,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
3,518 | 88,196 | Bug 88196 Generate Constructor using Fields inserts 'this' | I20050315-1100 When generating a constructor using fields (from Source menu), the resulting code uses 'this' even if it is not necessary (i.e., fields have an 'f' prefix). "Qualify all field accesses using 'this'" is disabled. | 2005-03-16 11:50:24 | 1,110,990,000 | resolved fixed | 069b8ce | 1,111,140,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | JDT |
3,519 | 82,804 | Bug 82804 Jar creation should use less memory | I noticed that the JarWriter will read the entire file it plans to store into memory. An optimization would be to stream the file directly into the JarOutputStream. The only catch is with STORED items which need the CRC32 computed. A penalty could be taken in that case to compute the CRC in a loop and then stream the f... | 2005-01-13 17:53:34 | 1,105,660,000 | resolved fixed | 000b835 | 1,111,140,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarPackageData.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter2.java | JDT |
3,520 | 88,313 | Bug 88313 [quick fix] Quickfix for qualifying field and inheritance | I'm using I20050219-1500. I have a Java project with the following two files: A.java 1 package xyz; 2 3 public class A 4 { 5 protected Object someObject = new Object(); 6 } B.java 1 package xyz; 2 3 public class B extends A 4 { 5 public void someCode() { 6 Object obj = new Object() { 7 public String toString() { 8 retu... | 2005-03-17 07:13:14 | 1,111,060,000 | resolved fixed | 5cd83ac | 1,111,140,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 |
3,521 | 86,852 | Bug 86852 [1.5] Code assist for Javadoc and generics creates comments with warnings | Go to the "#" and hit Ctrl + Space. -------------------------- import java.util.List; /** * @see # */ public class TestGenericComment { void somthing(List<? extends Object> objects) { } } | 2005-02-28 12:15:23 | 1,109,610,000 | resolved fixed | 913bfb6 | 1,111,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.java | JDT |
3,522 | 86,377 | Bug 86377 'remove from build path' not working for class folders | Add as class folder to a project, a package folder from an other project. Select the class folder node and try to remove it from the build path using the context menu action Build Path>Remove from Build Path. The class folder is no removed and the selection in moved to the package in the other project. | 2005-02-23 16:35:53 | 1,109,190,000 | resolved fixed | e1ba2f2 | 1,111,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/BuildActionSelectionContext.java | JDT |
3,523 | 88,309 | Bug 88309 Reenable sort members on enums | null | 2005-03-17 06:10:00 | 1,111,060,000 | resolved fixed | a55da21 | 1,111,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SortMembersAction.java | JDT |
3,524 | 85,831 | Bug 85831 Organize imports add an unused import [code manipulation] | Using I20050215-2300, run Organize import on this source: package test0069; class Outer<A> { class Inner<B> { } } public class X { test0069.Outer<String>.Inner<Integer> in = new Outer<String>().new Inner<Integer>(); } It adds import test0069.Outer.Inner; that is never used. | 2005-02-18 10:34:07 | 1,108,740,000 | resolved fixed | 8d27c65 | 1,111,080,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/ScopeAnalyzerTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java | JDT |
3,525 | 88,283 | Bug 88283 [code manipulation] The default comparator for sorting members needs to be updated | The default comparator used to sort the members should be updated to support sorting of annotation type member declarations, annotation declaration, enum constants declaration, enum declarations. | 2005-03-17 00:14:20 | 1,111,040,000 | resolved fixed | ed442cb | 1,111,060,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/SortMembersOperation.java | JDT |
3,526 | 63,519 | Bug 63519 "Move member type to new file" omits to add imports [refactoring] | Given the following two classes: --- package foo; public abstract class Superclass { public int i; protected class Inner { void go() { i = 1; } } public abstract void go(Inner param); } --- package bar; import foo.Superclass; public class Subclass extends Superclass { public void go(Inner param) {} } --- extracting Inn... | 2004-05-22 07:51:51 | 1,085,230,000 | resolved fixed | fa564c5 | 1,111,060,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java | JDT |
3,527 | 88,284 | Bug 88284 [build path] Changes applied even when I press Cancel | Build: I-20050315 1. I opened the Java build path properties page of my org.eclipse.pde.core project 2. switched to the Libraries tab. 3. Added an external library and a workspace library just to see what the icons look like. 4. Press Cancel on the dialog. The changes took effect on my .classpath file and a compilation... | 2005-03-17 00:37:43 | 1,111,040,000 | resolved fixed | b1f5e5b | 1,111,060,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java | JDT |
3,528 | 87,845 | Bug 87845 [1.5][dom][javadoc] allow javadoc references to vararg methods | null | 2005-03-11 18:35:36 | 1,110,580,000 | verified fixed | a7e1af1 | 1,111,060,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java | JDT |
3,529 | 67,090 | Bug 67090 JDT UI breaks api rules by implementing SourceRange [refactoring] | 3.0rc1 jdt ui has an implementation of ISourceRange (because the one from jcore is internal and we did not feel like creating a n-th class for the same thing: pair of ints). however, according to the API ISourceRange should not be implemented | 2004-06-14 15:08:48 | 1,087,240,000 | resolved fixed | 616be9f | 1,111,060,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refacto... | JDT |
3,530 | 74,647 | Bug 74647 JUnit view truncates failure message | When the message in the jUnit failure is long, the JUnit view truncates the message, even though there is a horizontal scrollbar. It should just show the whole message.... | 2004-09-22 13:53:16 | 1,095,880,000 | resolved fixed | 737576d | 1,111,050,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTrace.java | JDT |
3,531 | 88,188 | Bug 88188 should use IContentType.isKindOf in PropertiesFileDocumentProvider | Noticed there is an ad hoc implementation for the "isA" test for content types in PropertiesFileDocumentProvider. There is API for that in IContentType, so you would not need an ad-hoc implementation. Here is a patch rooted at org.eclipse.jdt.ui: Index: ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFile... | 2005-03-16 11:09:30 | 1,110,990,000 | resolved fixed | d22e276 | 1,110,990,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileDocumentProvider.java | JDT |
3,532 | 87,483 | Bug 87483 [refactoring] [extract local] wrong auto-added import line while refactor | Assume the following two files: file Base.java: public class Base { public class inner {} } file Derrived.java: public class Derrived extends Base { public void foo() { inner bar = new inner(); } } If I now select the "new inner()" and choose refactoring-Extract local variable (usually Alt-Shift-L), eclipse does not re... | 2005-03-09 06:47:17 | 1,110,370,000 | resolved fixed | f2b784e | 1,110,980,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java | JDT |
3,533 | 86,451 | Bug 86451 [astrewrite] Syntax errors when copying bodydeclarations inside enum | I20050222-0821 + JDT UI Head Steps to reproduce: - Create compilation unit with enums: public enum RGB_COLOR { RED, GREEN, BLUE } public enum HSV_COLOR { } - Drag&Drop one of the enum constants to the other enum, or rearrange them -> Syntax errors occur | 2005-02-24 06:01:53 | 1,109,240,000 | verified fixed | ddb11b7 | 1,110,970,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | JDT |
3,534 | 88,020 | Bug 88020 NPE while moving empty CU [5.0] [refactoring] [move] | Using build I20050308-1510. I've created empty compilation unit package-info.java in default package. Now I create a new package (let say 'test') in my project and want to move my empty CU in this package => I get following NPE: Root exception: java.lang.NullPointerException at org.eclipse.jdt.internal.core.search.matc... | 2005-03-15 02:55:54 | 1,110,870,000 | resolved fixed | 3219272 | 1,110,970,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.