Bug 532097 - [18.3][batch][compiler] symlink to show canonical filename
Summary: [18.3][batch][compiler] symlink to show canonical filename
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.8   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jay Arthanareeswaran CLA
QA Contact: Manoj N Palat CLA
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks: 525732
  Show dependency tree
 
Reported: 2018-03-07 05:07 EST by Manoj N Palat CLA
Modified: 2022-10-27 13:03 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manoj N Palat CLA 2018-03-07 05:07:31 EST
Ref : https://bugs.openjdk.java.net/browse/JDK-8182871

echo 'class Hello {}' > SOURCE
 ln -s SOURCE Hello.java



java -jar ecj-I20180306-2000.jar Hello.java && javap -v Hello |& grep 'Compiled from'
  Compiled from "SOURCE"

To show Compiled from "Hello.java"
Comment 1 Jesper Moller CLA 2018-03-12 03:28:16 EDT
How is this related to Java 10 support?
Comment 2 Jay Arthanareeswaran CLA 2018-03-12 03:47:49 EDT
It's not a Java 10 feature per se. I think we can already put this bug in master and not necessarily in the beta branch.
Comment 3 Manoj N Palat CLA 2018-03-12 23:43:51 EDT
(In reply to Jesper Moller from comment #1)
> How is this related to Java 10 support?

Oracle has fixed this in Java 10. I Targeted to 10 since there would be a difference in behaviour between javac10 and ecj 10 and we might get incompatible behaviour reports wrt commandline behaviour.
Comment 4 Jay Arthanareeswaran CLA 2018-05-10 12:09:16 EDT
No time yet, moving out.
Comment 5 Eclipse Genie CLA 2020-09-08 01:32:54 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 6 Eclipse Genie CLA 2022-10-27 13:03:36 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.