Use Advanced Search to search the entire archive.
[jsr363-experts] Reflection in RI (at least when Parsing)
- From: Werner Keil <
>
- To: "
" <
>
- Subject: [jsr363-experts] Reflection in RI (at least when Parsing)
- Date: Sun, 15 Feb 2015 16:12:04 +0100
Hi,
Just wanted to raise your attention on a single but so far crucial line of
RI code affecting
https://java.net/jira/browse/UNITSOFMEASUREMENT-7
We have to be able to parse units like "tec.units.ri.spi.SI.WATT" not only
to instanciate the unit system class SI (that would still work under Java
ME) but find out, that WATT is an AlternateUnit in this case.
We may be able to retrieve strings differently, but getting from one class
to another class/type seems hard without Reflection even though it is just
a single line.
Thoughts, ideas?
Thanks,
Werner