issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] | updated_file stringlengths 2 187 | file_content stringlengths 0 368k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
60,714 | Bug 60714 Call Hierarchy: display search scope in view title | Call Hierarchy should display the current search scope in the view title, like the Search View does. E.g.: Members calling 'updateView()' - in Workspace Calls from 'updateView()' - in Working Set: my projects | resolved fixed | 1854c92 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T07:45:19Z | 2004-05-03T07:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeWorkspaceAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
60,849 | Bug 60849 [projection] NPE when opening pref page | plugin-export I200404281424.from20040503_1936 running with my existing development workspace Open the preference page and select the Java editor page java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPo... | resolved fixed | 3b6528d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T08:59:50Z | 2004-05-04T08:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
59,045 | Bug 59045 no more support to reuse editors | The old search provided the option Window>Preferences>Workbench>Search>"Reuse Editors to Show Matches". This option is no longer honored by the new search implementation. This is a loss of function and we have to revive this option. | resolved fixed | 2dbe3f4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T13:57:33Z | 2004-04-19T10:20:00Z | org.eclipse.jdt.ui/ui | |
59,045 | Bug 59045 no more support to reuse editors | The old search provided the option Window>Preferences>Workbench>Search>"Reuse Editors to Show Matches". This option is no longer honored by the new search implementation. This is a loss of function and we have to revive this option. | resolved fixed | 2dbe3f4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T13:57:33Z | 2004-04-19T10:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchEditorOpener.java | |
59,045 | Bug 59045 no more support to reuse editors | The old search provided the option Window>Preferences>Workbench>Search>"Reuse Editors to Show Matches". This option is no longer honored by the new search implementation. This is a loss of function and we have to revive this option. | resolved fixed | 2dbe3f4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T13:57:33Z | 2004-04-19T10:20:00Z | org.eclipse.jdt.ui/ui | |
59,045 | Bug 59045 no more support to reuse editors | The old search provided the option Window>Preferences>Workbench>Search>"Reuse Editors to Show Matches". This option is no longer honored by the new search implementation. This is a loss of function and we have to revive this option. | resolved fixed | 2dbe3f4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T13:57:33Z | 2004-04-19T10:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultPage.java | |
59,045 | Bug 59045 no more support to reuse editors | The old search provided the option Window>Preferences>Workbench>Search>"Reuse Editors to Show Matches". This option is no longer honored by the new search implementation. This is a loss of function and we have to revive this option. | resolved fixed | 2dbe3f4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T13:57:33Z | 2004-04-19T10:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchEditorOpener.java | |
59,045 | Bug 59045 no more support to reuse editors | The old search provided the option Window>Preferences>Workbench>Search>"Reuse Editors to Show Matches". This option is no longer honored by the new search implementation. This is a loss of function and we have to revive this option. | resolved fixed | 2dbe3f4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T13:57:33Z | 2004-04-19T10:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
60,101 | Bug 60101 Sort by parent path should take method name into account | build i0420:0800 - I do a Java Search and sort the results by Parent Path - I believe the secondary sort consideration should be the method name - this would make the results sorted alphabetically Here are the currently results. Note I removed part of the package name to make the list clearer. (#addChild is out of orde... | resolved fixed | 44ee3a2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T15:59:40Z | 2004-04-27T15:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ParentSorter.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
60,101 | Bug 60101 Sort by parent path should take method name into account | build i0420:0800 - I do a Java Search and sort the results by Parent Path - I believe the secondary sort consideration should be the method name - this would make the results sorted alphabetically Here are the currently results. Note I removed part of the package name to make the list clearer. (#addChild is out of orde... | resolved fixed | 44ee3a2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T15:59:40Z | 2004-04-27T15:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PathSorter.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/base/JDTChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/AddToClasspathChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CompilationUnitReorgChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyCompilationUnitChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyPackageChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyPackageFragmentRootChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyResourceChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CreatePackageChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DeleteFolderChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DeleteFromClasspathChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DeletePackageFragmentRootChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/MoveCompilationUnitChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/MovePackageChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/MovePackageFragmentRootChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/PackageFragmentRootReorgChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameResourceChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/changes/CreateFileChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/changes/DeleteFileChange.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/core | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | org.eclipse.jdt.ui/ui | |
56,870 | Bug 56870 copied file not shown in package explorer / java browser [ccp] | If I use copy/paste on a file, the new file will not be shown in the Package Explorer unless I close and reopen the project. Nor will it be shown in the "Java Browsing", it will - though - be shown in the Navigator (resource perspective). I'm currently running 3M8 Build id: 200403261517 on W2k Funny thing though, the "... | verified fixed | cf2c148 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-04T20:41:03Z | 2004-03-31T08:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java | |
54,946 | Bug 54946 Contextual launch contribution should not set adaptable=true | The contextual launch contribution sets adaptable=true (see below). This means the selection is always converted to an IResource. This results in a loss of information, since then the enablement can only be expressed in terms of IResource and not in terms of the original type. For exampe, the JUnit contextual launch ne... | verified fixed | fc6312a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T03:30:53Z | 2004-03-16T09:40:00Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JavaTypeExtender.java | /*******************************************************************************
* Copyright (c) 2004 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanies this... |
60,414 | Bug 60414 Should generate IMarker if editor doesn't provide AnnotationModel | To be backward compatible with existing multi page editors we should generate temporary search markers if the text editor doesn't support Annotation models. | resolved fixed | 80272e2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T08:57:26Z | 2004-04-29T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
60,414 | Bug 60414 Should generate IMarker if editor doesn't provide AnnotationModel | To be backward compatible with existing multi page editors we should generate temporary search markers if the text editor doesn't support Annotation models. | resolved fixed | 80272e2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T08:57:26Z | 2004-04-29T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | cases/org/eclipse/jdt/ui/tests/nls/NLSHintTest.java | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | cases/org/eclipse/jdt/ui/tests/nls/NlsRefactoringCheckFinalConditionsTest.java | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | cases/org/eclipse/jdt/ui/tests/nls/NlsRefactoringCreateChangeTest.java | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | org.eclipse.jdt.ui/core | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHint.java | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | org.eclipse.jdt.ui/core | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSInfo.java | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | org.eclipse.jdt.ui/core | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | org.eclipse.jdt.ui/ui | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | org.eclipse.jdt.ui/ui | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/NLSAccessorConfigurationDialog.java | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | org.eclipse.jdt.ui/ui | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/PackageFragmentSelection.java | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | org.eclipse.jdt.ui/ui | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/PackageSelectionStringButtonAdapter.java | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | org.eclipse.jdt.ui/ui | |
60,799 | Bug 60799 NPE trying to externalize strings [refactoring] [nls] | I got the following NPE when I tried to externalize strings in N20040430 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getPropertyFileP ath(NLSRefactoring.java:248) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.updateAccesso rFieldLabels(External... | resolved fixed | 1f9a0f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T10:38:40Z | 2004-05-03T18:46:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/SourceFirstPackageSelectionDialogField.java | |
44,280 | Bug 44280 Add regex content assist support for File search page | I20031007 | resolved fixed | 7da3d4f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T14:30:53Z | 2003-10-07T09:46:40Z | org.eclipse.jdt.ui/core | |
44,280 | Bug 44280 Add regex content assist support for File search page | I20031007 | resolved fixed | 7da3d4f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T14:30:53Z | 2003-10-07T09:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java | |
44,280 | Bug 44280 Add regex content assist support for File search page | I20031007 | resolved fixed | 7da3d4f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T14:30:53Z | 2003-10-07T09:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FilterDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
44,280 | Bug 44280 Add regex content assist support for File search page | I20031007 | resolved fixed | 7da3d4f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T14:30:53Z | 2003-10-07T09:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResult.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
44,280 | Bug 44280 Add regex content assist support for File search page | I20031007 | resolved fixed | 7da3d4f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T14:30:53Z | 2003-10-07T09:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/TextSearchLabelProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
37,954 | Bug 37954 Copying source folders deletes target folders [reorg] [ccp] | I have to Java projects, which I wanted to merge into one Java project. Both have the same source folder for Java source (project/src). - Right click on the Java source folder of the source project and select copy. - Right click on the target project and select paste The is a warning displayed "Target already has a fol... | resolved fixed | b2351b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T21:24:26Z | 2003-05-22T05:06:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
37,954 | Bug 37954 Copying source folders deletes target folders [reorg] [ccp] | I have to Java projects, which I wanted to merge into one Java project. Both have the same source folder for Java source (project/src). - Right click on the Java source folder of the source project and select copy. - Right click on the target project and select paste The is a warning displayed "Target already has a fol... | resolved fixed | b2351b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T21:24:26Z | 2003-05-22T05:06:40Z | cases/org/eclipse/jdt/ui/tests/reorg/MockReorgQueries.java | |
37,954 | Bug 37954 Copying source folders deletes target folders [reorg] [ccp] | I have to Java projects, which I wanted to merge into one Java project. Both have the same source folder for Java source (project/src). - Right click on the Java source folder of the source project and select copy. - Right click on the target project and select paste The is a warning displayed "Target already has a fol... | resolved fixed | b2351b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T21:24:26Z | 2003-05-22T05:06:40Z | org.eclipse.jdt.ui/core | |
37,954 | Bug 37954 Copying source folders deletes target folders [reorg] [ccp] | I have to Java projects, which I wanted to merge into one Java project. Both have the same source folder for Java source (project/src). - Right click on the Java source folder of the source project and select copy. - Right click on the target project and select paste The is a warning displayed "Target already has a fol... | resolved fixed | b2351b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T21:24:26Z | 2003-05-22T05:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/IReorgQueries.java | |
37,954 | Bug 37954 Copying source folders deletes target folders [reorg] [ccp] | I have to Java projects, which I wanted to merge into one Java project. Both have the same source folder for Java source (project/src). - Right click on the Java source folder of the source project and select copy. - Right click on the target project and select paste The is a warning displayed "Target already has a fol... | resolved fixed | b2351b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T21:24:26Z | 2003-05-22T05:06:40Z | org.eclipse.jdt.ui/core | |
37,954 | Bug 37954 Copying source folders deletes target folders [reorg] [ccp] | I have to Java projects, which I wanted to merge into one Java project. Both have the same source folder for Java source (project/src). - Right click on the Java source folder of the source project and select copy. - Right click on the target project and select paste The is a warning displayed "Target already has a fol... | resolved fixed | b2351b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T21:24:26Z | 2003-05-22T05:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/OverwriteHelper.java | |
37,954 | Bug 37954 Copying source folders deletes target folders [reorg] [ccp] | I have to Java projects, which I wanted to merge into one Java project. Both have the same source folder for Java source (project/src). - Right click on the Java source folder of the source project and select copy. - Right click on the target project and select paste The is a warning displayed "Target already has a fol... | resolved fixed | b2351b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T21:24:26Z | 2003-05-22T05:06:40Z | org.eclipse.jdt.ui/core | |
37,954 | Bug 37954 Copying source folders deletes target folders [reorg] [ccp] | I have to Java projects, which I wanted to merge into one Java project. Both have the same source folder for Java source (project/src). - Right click on the Java source folder of the source project and select copy. - Right click on the target project and select paste The is a warning displayed "Target already has a fol... | resolved fixed | b2351b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T21:24:26Z | 2003-05-22T05:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | |
37,954 | Bug 37954 Copying source folders deletes target folders [reorg] [ccp] | I have to Java projects, which I wanted to merge into one Java project. Both have the same source folder for Java source (project/src). - Right click on the Java source folder of the source project and select copy. - Right click on the target project and select paste The is a warning displayed "Target already has a fol... | resolved fixed | b2351b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T21:24:26Z | 2003-05-22T05:06:40Z | org.eclipse.jdt.ui/ui | |
37,954 | Bug 37954 Copying source folders deletes target folders [reorg] [ccp] | I have to Java projects, which I wanted to merge into one Java project. Both have the same source folder for Java source (project/src). - Right click on the Java source folder of the source project and select copy. - Right click on the target project and select paste The is a warning displayed "Target already has a fol... | resolved fixed | b2351b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-06T21:24:26Z | 2003-05-22T05:06:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgQueries.java | |
57,036 | Bug 57036 New Search shows annotations in internal jar (for matches in class file) | 3.0 M8 - import org.junit as binary plug-in project - search for references to type "TestListener" - select the library junit.jar - from context menu, choose Open With > Text Editor -> invalid "matches" are shown in the editor Problem is probably in JavaSearchResult#getFile(Object), which should not getUnderlyingResour... | resolved fixed | b7f20c0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T08:21:52Z | 2004-04-01T14:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResult.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,089 | Bug 38089 Suggest 'Add exception to supertype' when overriden method has more exceptions than superclass [quick assist] | If I have the two classes: public class A { public void method() { } } public class B extends A { public void method() throws Wobbly { } } then I (obviously) get a compile time error. However, it would be useful if the suggestion list (currently empty) could add options o Add exception to superclass implementation o Su... | resolved fixed | 748ed52 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T08:37:54Z | 2003-05-25T10:53:20Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/TypeMismatchQuickFixTests.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,089 | Bug 38089 Suggest 'Add exception to supertype' when overriden method has more exceptions than superclass [quick assist] | If I have the two classes: public class A { public void method() { } } public class B extends A { public void method() throws Wobbly { } } then I (obviously) get a compile time error. However, it would be useful if the suggestion list (currently empty) could add options o Add exception to superclass implementation o Su... | resolved fixed | 748ed52 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T08:37:54Z | 2003-05-25T10:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,089 | Bug 38089 Suggest 'Add exception to supertype' when overriden method has more exceptions than superclass [quick assist] | If I have the two classes: public class A { public void method() { } } public class B extends A { public void method() throws Wobbly { } } then I (obviously) get a compile time error. However, it would be useful if the suggestion list (currently empty) could add options o Add exception to superclass implementation o Su... | resolved fixed | 748ed52 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T08:37:54Z | 2003-05-25T10:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,089 | Bug 38089 Suggest 'Add exception to supertype' when overriden method has more exceptions than superclass [quick assist] | If I have the two classes: public class A { public void method() { } } public class B extends A { public void method() throws Wobbly { } } then I (obviously) get a compile time error. However, it would be useful if the suggestion list (currently empty) could add options o Add exception to superclass implementation o Su... | resolved fixed | 748ed52 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T08:37:54Z | 2003-05-25T10:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,089 | Bug 38089 Suggest 'Add exception to supertype' when overriden method has more exceptions than superclass [quick assist] | If I have the two classes: public class A { public void method() { } } public class B extends A { public void method() throws Wobbly { } } then I (obviously) get a compile time error. However, it would be useful if the suggestion list (currently empty) could add options o Add exception to superclass implementation o Su... | resolved fixed | 748ed52 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T08:37:54Z | 2003-05-25T10:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,086 | Bug 38086 Add suggestion "array.length()" -> array.length [quick fix] | When referring to an array's length, it would be useful if the developer made a mistake of using array.length() to be prompted with a suggestion to change it to array.length instead, as opposed to 'no suggestion' that it currently says at the moment Mac OS X.2.6 with Eclipse 2.1 | resolved fixed | a271da5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T10:18:30Z | 2003-05-24T23:46:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,086 | Bug 38086 Add suggestion "array.length()" -> array.length [quick fix] | When referring to an array's length, it would be useful if the developer made a mistake of using array.length() to be prompted with a suggestion to change it to array.length instead, as opposed to 'no suggestion' that it currently says at the moment Mac OS X.2.6 with Eclipse 2.1 | resolved fixed | a271da5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T10:18:30Z | 2003-05-24T23:46:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.