Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Is IType.getFullyQualifiedName() supposed to include module names now?

Hi JDT team,

sorry for bugging you directly on this mailing list, but so far no-one
has had a look at Bug 514417 [1] and we at Code Recommenders would
really like to know whether we have to fix stuff at our side for M7 or
whether we have found a regression in JDT:

Is it expected that Type.getFullyQualifiedName() now returns strings
like "java.base|java.lang.String" for types from a module?

If so, you should probably update the Javadoc; so far it's completely
silent on modules. In particular, none of the examples on
IType.getFullyQualifiedName(char) use them.

Best wishes,

Andreas

[1] <https://bugs.eclipse.org/bugs/show_bug.cgi?id=514417>

-- 
Codetrails GmbH
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940

Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top