Bug 789154
Summary: | javac error messages no longer contain the full path to the offending file | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mike Pope <mpope> |
Component: | java-1.6.0-openjdk | Assignee: | Pavel Tisnovsky <ptisnovs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | ahughes, dbhole, jon.vanalten, jvanek, lkundrak, mjw, mmatejov, omajid |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-10-19 17:20:46 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mike Pope
2012-02-09 23:36:22 UTC
Assigning to Pavel. Pavel, I looked into the issue and it looks like it is being caused due to this patch: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2011-March/013178.html Can you please take a look when you have time? Hmmm, as I recall, that patch was introduced specifically to fix this problem. But indeed, testing with 1.11 suggests it doesn't. I'll check if removing the patch makes HEAD's behave match 7. If so, I'll commit the change. Indeed, removing the patch does give the same behaviour as in previous releases, including not only 1.10, but 1.9 and 1.8. I was under the impression that this patch was added because 1.10 (to which it was going to be backported, but seemingly never was) changed the behaviour, compared to other releases. But these results suggest not. Let's see what Pavel has to say. I think there was a TCK issue involved, which may since have been excluded, so some of this may have to happen internally. For the benefit of public users, Pavel confirmed that the TCK issues surrounding this patch have been resolved through other means so the patch can be dropped. Pavel, can you remove the patch from HEAD and the 1.11 branch? I'll approve on the mailing list. Thanks. Of course, I'll do it. Thank you. Thanks Pavel. |