Skip to content

Introduce a constructor in RID class that takes only a String rid #1421

@ironluca

Description

@ironluca

ArcadeDB Version:

v23.12.1

OS and JDK Version:

Linux 6.2.0-39-generic - OpenJDK 64-Bit Server VM 17 (Temurin-17+35)

Add a constructor public RID(String value) to RID.java This is useful to construct an RID whose string value has been obtained by other means. It would be cleaner than calling new RID(null, value). It would help in migration of code base that uses new ORecordId(string) and the effort to introduce the constructor is minimal.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions