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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuBoxing01/out/A.java | |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuBoxing02/in/A.java | |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuBoxing02/out/A.java | |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuConstructor01/in/A.java | |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuConstructor01/out/A.java | |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InferTypeArgumentsTests.java | |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui/core | |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java | |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui/core | |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsTCModel.java | |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui/ui | |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/InferTypeArgumentsWizard.java | |
86,472 | Bug 86472 Infer type arguments doesn't handle remote field access | package pack; public class Tuple<T1, T2> { public T1 t1; public T2 t2; } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.t1= "Eclipse"; t.t2= 10; } } | resolved fixed | ae36c3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T00:13:51Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuFieldAccess01/in/A.java | |
86,472 | Bug 86472 Infer type arguments doesn't handle remote field access | package pack; public class Tuple<T1, T2> { public T1 t1; public T2 t2; } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.t1= "Eclipse"; t.t2= 10; } } | resolved fixed | ae36c3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T00:13:51Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuFieldAccess01/out/A.java | |
86,472 | Bug 86472 Infer type arguments doesn't handle remote field access | package pack; public class Tuple<T1, T2> { public T1 t1; public T2 t2; } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.t1= "Eclipse"; t.t2= 10; } } | resolved fixed | ae36c3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T00:13:51Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuFieldAccess02/in/A.java | |
86,472 | Bug 86472 Infer type arguments doesn't handle remote field access | package pack; public class Tuple<T1, T2> { public T1 t1; public T2 t2; } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.t1= "Eclipse"; t.t2= 10; } } | resolved fixed | ae36c3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T00:13:51Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuFieldAccess02/out/A.java | |
86,472 | Bug 86472 Infer type arguments doesn't handle remote field access | package pack; public class Tuple<T1, T2> { public T1 t1; public T2 t2; } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.t1= "Eclipse"; t.t2= 10; } } | resolved fixed | ae36c3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T00:13:51Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
86,472 | Bug 86472 Infer type arguments doesn't handle remote field access | package pack; public class Tuple<T1, T2> { public T1 t1; public T2 t2; } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.t1= "Eclipse"; t.t2= 10; } } | resolved fixed | ae36c3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T00:13:51Z | 2005-02-24T15:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InferTypeArgumentsTests.java | |
86,472 | Bug 86472 Infer type arguments doesn't handle remote field access | package pack; public class Tuple<T1, T2> { public T1 t1; public T2 t2; } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.t1= "Eclipse"; t.t2= 10; } } | resolved fixed | ae36c3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T00:13:51Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui/core | |
86,472 | Bug 86472 Infer type arguments doesn't handle remote field access | package pack; public class Tuple<T1, T2> { public T1 t1; public T2 t2; } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.t1= "Eclipse"; t.t2= 10; } } | resolved fixed | ae36c3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T00:13:51Z | 2005-02-24T15:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java | |
86,472 | Bug 86472 Infer type arguments doesn't handle remote field access | package pack; public class Tuple<T1, T2> { public T1 t1; public T2 t2; } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.t1= "Eclipse"; t.t2= 10; } } | resolved fixed | ae36c3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T00:13:51Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui/core | |
86,472 | Bug 86472 Infer type arguments doesn't handle remote field access | package pack; public class Tuple<T1, T2> { public T1 t1; public T2 t2; } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.t1= "Eclipse"; t.t2= 10; } } | resolved fixed | ae36c3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T00:13:51Z | 2005-02-24T15:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintsSolver.java | |
86,644 | Bug 86644 infer type args: incorrect with method type params used as type args | 3.1M5a public class Cell{ public <T> T f1(T l){ Vector v= new Vector(); v.add(l); return (T)v.get(0); } } it infers: public class Cell{ public <T> T f1(T l){ Vector<Cell> v= new Vector<Cell>(); v.add(l); return v.get(0); } } (fyi: i'm working on 'our' side of this problem) | resolved fixed | af914b5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T08:51:25Z | 2005-02-25T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuInferTypeVariable01/in/A.java | |
86,644 | Bug 86644 infer type args: incorrect with method type params used as type args | 3.1M5a public class Cell{ public <T> T f1(T l){ Vector v= new Vector(); v.add(l); return (T)v.get(0); } } it infers: public class Cell{ public <T> T f1(T l){ Vector<Cell> v= new Vector<Cell>(); v.add(l); return v.get(0); } } (fyi: i'm working on 'our' side of this problem) | resolved fixed | af914b5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T08:51:25Z | 2005-02-25T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuInferTypeVariable01/out/A.java | |
86,644 | Bug 86644 infer type args: incorrect with method type params used as type args | 3.1M5a public class Cell{ public <T> T f1(T l){ Vector v= new Vector(); v.add(l); return (T)v.get(0); } } it infers: public class Cell{ public <T> T f1(T l){ Vector<Cell> v= new Vector<Cell>(); v.add(l); return v.get(0); } } (fyi: i'm working on 'our' side of this problem) | resolved fixed | af914b5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T08:51:25Z | 2005-02-25T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
86,644 | Bug 86644 infer type args: incorrect with method type params used as type args | 3.1M5a public class Cell{ public <T> T f1(T l){ Vector v= new Vector(); v.add(l); return (T)v.get(0); } } it infers: public class Cell{ public <T> T f1(T l){ Vector<Cell> v= new Vector<Cell>(); v.add(l); return v.get(0); } } (fyi: i'm working on 'our' side of this problem) | resolved fixed | af914b5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-03T08:51:25Z | 2005-02-25T16:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InferTypeArgumentsTests.java | |
86,465 | Bug 86465 ResultCollector made non-extendable in 3.1M5a | I know ResultCollector is part of the internal API, but AFAIK it is the only entrypoint to provide Java completions in non-java files (such as JSPs, HBM.xml, etc.) without reimplementing the logic found in it. Until now it has been quite easy to adapt it for many purposes by extending it, but between 3.1M4 and M5 the i... | resolved fixed | f669fb5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-07T14:53:46Z | 2005-02-24T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,778 | Bug 86778 update TTypes: annotations are also interfaces now | As of 2005-02-23, annotations are always interfaces too: ITypeBinding#isAnnotation() implies ITypeBinding#isInterface() This change should be reflected in the TType system (e.g. in TType#initialize(..)). | resolved fixed | 1ffccf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-07T17:58:04Z | 2005-02-27T13:13:20Z | org.eclipse.jdt.ui/core | |
86,778 | Bug 86778 update TTypes: annotations are also interfaces now | As of 2005-02-23, annotations are always interfaces too: ITypeBinding#isAnnotation() implies ITypeBinding#isInterface() This change should be reflected in the TType system (e.g. in TType#initialize(..)). | resolved fixed | 1ffccf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-07T17:58:04Z | 2005-02-27T13:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TType.java | |
86,985 | Bug 86985 TTypes environment should throw exception with null as binding key or type binding | null | resolved fixed | 658e35f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-07T18:34:03Z | 2005-03-02T13:26:40Z | org.eclipse.jdt.ui/core | |
86,985 | Bug 86985 TTypes environment should throw exception with null as binding key or type binding | null | resolved fixed | 658e35f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-07T18:34:03Z | 2005-03-02T13:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TType.java | |
86,985 | Bug 86985 TTypes environment should throw exception with null as binding key or type binding | null | resolved fixed | 658e35f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-07T18:34:03Z | 2005-03-02T13:26:40Z | org.eclipse.jdt.ui/core | |
86,985 | Bug 86985 TTypes environment should throw exception with null as binding key or type binding | null | resolved fixed | 658e35f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-07T18:34:03Z | 2005-03-02T13:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java | |
86,815 | Bug 86815 Search for references to parameterized type takes generic type [search][5.0] | HEAD - Have these declarations: class Generic<E> { } class Ref { Generic<Integer> gi= new Generic<Integer>(); Generic<Double> gd= new Generic<Double>(); } - set caret into 'Generic' of 'Generic<Integer> gi' -> Ctrl+H and Ctrl+Shift+G do a search for 'Generic<E>' -> expected: they (offer to) search for 'Generic<Integer>... | resolved fixed | 2e60383 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-08T10:35:28Z | 2005-02-28T11:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MatchFilter.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
87,311 | Bug 87311 Rename preview UI too large with multiple displays [refactoring] [dialogs] | The Preview window shouldn't be sized to fit the larger display if it actually shows up on the smaller display. OS X 10.3.8, Java 1.4.2. Use two displays of different sizes (laptop 1280 x 854, external monitor 1280 x 1024, menu and dock on the smaller laptop display), two Eclipse windows open, one per display, maximize... | resolved fixed | c5d9d4c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-08T13:17:40Z | 2005-03-07T18:26:40Z | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/AbstractJavaElementRenameChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/base/JDTChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/AddToClasspathChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CompilationUnitReorgChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyCompilationUnitChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyPackageChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyPackageFragmentRootChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyResourceChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DynamicValidationStateChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/MoveCompilationUnitChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/MovePackageChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/MovePackageFragmentRootChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/PackageFragmentRootReorgChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/PackageReorgChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameCompilationUnitChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameJavaProjectChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenamePackageChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameResourceChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameSourceFolderChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/changes/CreateFileChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.jdt.ui/core | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/changes/DeleteFileChange.java | |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/ContentStamp.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/TextFileChange.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/UndoTextFileChange.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/BufferValidationState.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/ContentStamps.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/RefactoringCorePlugin.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,135 | Bug 86135 Make use of new IResource#revertModificationStamp(long) API | null | resolved fixed | 6426e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-09T14:40:50Z | 2005-02-22T16:33:20Z | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/SaveListener.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
85,465 | Bug 85465 [refactoring] introduce factory fails for varag constructor | I20050215-2300 (m5 test pass) - Introduce factory for the ctor invocation in 'method'. Accept the default settings. Expected: ctor invocation gets replaces by static method invocation with the same arguments. Actual: only the first argument is reused. package refactoring; public class IntroduceFactory { public Introduc... | resolved fixed | 23d06b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T10:38:02Z | 2005-02-16T16:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/85465/Varargs1.java | |
85,465 | Bug 85465 [refactoring] introduce factory fails for varag constructor | I20050215-2300 (m5 test pass) - Introduce factory for the ctor invocation in 'method'. Accept the default settings. Expected: ctor invocation gets replaces by static method invocation with the same arguments. Actual: only the first argument is reused. package refactoring; public class IntroduceFactory { public Introduc... | resolved fixed | 23d06b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T10:38:02Z | 2005-02-16T16:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/85465/Varargs1_out.java | |
85,465 | Bug 85465 [refactoring] introduce factory fails for varag constructor | I20050215-2300 (m5 test pass) - Introduce factory for the ctor invocation in 'method'. Accept the default settings. Expected: ctor invocation gets replaces by static method invocation with the same arguments. Actual: only the first argument is reused. package refactoring; public class IntroduceFactory { public Introduc... | resolved fixed | 23d06b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T10:38:02Z | 2005-02-16T16:06:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
85,465 | Bug 85465 [refactoring] introduce factory fails for varag constructor | I20050215-2300 (m5 test pass) - Introduce factory for the ctor invocation in 'method'. Accept the default settings. Expected: ctor invocation gets replaces by static method invocation with the same arguments. Actual: only the first argument is reused. package refactoring; public class IntroduceFactory { public Introduc... | resolved fixed | 23d06b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T10:38:02Z | 2005-02-16T16:06:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTests.java | |
85,465 | Bug 85465 [refactoring] introduce factory fails for varag constructor | I20050215-2300 (m5 test pass) - Introduce factory for the ctor invocation in 'method'. Accept the default settings. Expected: ctor invocation gets replaces by static method invocation with the same arguments. Actual: only the first argument is reused. package refactoring; public class IntroduceFactory { public Introduc... | resolved fixed | 23d06b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T10:38:02Z | 2005-02-16T16:06:40Z | org.eclipse.jdt.ui/core | |
85,465 | Bug 85465 [refactoring] introduce factory fails for varag constructor | I20050215-2300 (m5 test pass) - Introduce factory for the ctor invocation in 'method'. Accept the default settings. Expected: ctor invocation gets replaces by static method invocation with the same arguments. Actual: only the first argument is reused. package refactoring; public class IntroduceFactory { public Introduc... | resolved fixed | 23d06b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T10:38:02Z | 2005-02-16T16:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java | |
86,602 | Bug 86602 AddDelegateMethodsActions | With the next integration build isInterface returns true for annotations. Some of the isInterface || && isAnnotation checks can be simplified now. | resolved fixed | e260071 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T14:25:43Z | 2005-02-25T11:13:20Z | org.eclipse.jdt.ui/core | |
86,602 | Bug 86602 AddDelegateMethodsActions | With the next integration build isInterface returns true for annotations. Some of the isInterface || && isAnnotation checks can be simplified now. | resolved fixed | e260071 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T14:25:43Z | 2005-02-25T11:13:20Z | extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java | |
86,602 | Bug 86602 AddDelegateMethodsActions | With the next integration build isInterface returns true for annotations. Some of the isInterface || && isAnnotation checks can be simplified now. | resolved fixed | e260071 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T14:25:43Z | 2005-02-25T11:13:20Z | org.eclipse.jdt.ui/core | |
86,602 | Bug 86602 AddDelegateMethodsActions | With the next integration build isInterface returns true for annotations. Some of the isInterface || && isAnnotation checks can be simplified now. | resolved fixed | e260071 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T14:25:43Z | 2005-02-25T11:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java | |
86,602 | Bug 86602 AddDelegateMethodsActions | With the next integration build isInterface returns true for annotations. Some of the isInterface || && isAnnotation checks can be simplified now. | resolved fixed | e260071 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T14:25:43Z | 2005-02-25T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/AnnotationFilter.java | |
86,602 | Bug 86602 AddDelegateMethodsActions | With the next integration build isInterface returns true for annotations. Some of the isInterface || && isAnnotation checks can be simplified now. | resolved fixed | e260071 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T14:25:43Z | 2005-02-25T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/ClassFilter.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,602 | Bug 86602 AddDelegateMethodsActions | With the next integration build isInterface returns true for annotations. Some of the isInterface || && isAnnotation checks can be simplified now. | resolved fixed | e260071 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T14:25:43Z | 2005-02-25T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/EnumFilter.java | |
86,602 | Bug 86602 AddDelegateMethodsActions | With the next integration build isInterface returns true for annotations. Some of the isInterface || && isAnnotation checks can be simplified now. | resolved fixed | e260071 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T14:25:43Z | 2005-02-25T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/InterfaceFilter.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,602 | Bug 86602 AddDelegateMethodsActions | With the next integration build isInterface returns true for annotations. Some of the isInterface || && isAnnotation checks can be simplified now. | resolved fixed | e260071 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-03-10T14:25:43Z | 2005-02-25T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse 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.