Skip to content

Permit accessor names with dots in them during parsing #5

@ljnelson

Description

@ljnelson

Path parsing in v3 currently switches from state NAME to state TYPE based rather stupidly on the presence of a . in the middle of an accessor/path segment. So parsing //java.home/java.lang.String would try to load java.home as a class. I think I have \ as an escape for that . and maybe in that sense this is already handled but the syntax is kind of gross if so.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpathsRelated to Paths.v3Related to new development

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions