Community
Participate
Working Groups
Created attachment 192943 [details] back-ported fix +++ This bug was initially created as a clone of Bug #297039 +++ This would be a very good fix to back-port to 3.4.x as well. It is small and confined and makes the source lookup behavior consistent for products built on 3.4.x. There are some additional steps to reproduce the problem on 3.4.x: 1. leave the default target platform alone 2. add the '/target/plugins/' folder as a folder entry to your target platform and *do not* remove any of the default entries, otherwise JUnit stops working and you can't run the tests. 3. follow the remainder of the steps from bug 297039 Steps to Reproduce (from bug 297039): 1. Import projects (from https://bugs.eclipse.org/bugs/attachment.cgi?id=153903) into a workspace. 2. Set as Target Platform target as mentioned above. 3. Open Type "foo.Foo". Set a breakpoint at line 5. 4. Select "foo.tests" project and Debug it as JUnit Plugin Test. 5. The debugger stops in "Foo.java" instead of "Foo.class".
applied patch to R3_4_maintenance, please verify Curtis.
Verified