Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Data parsing from string #94

Merged
merged 3 commits into from
May 5, 2023
Merged

Fix Data parsing from string #94

merged 3 commits into from
May 5, 2023

Conversation

geirolz
Copy link
Owner

@geirolz geirolz commented May 5, 2023

No description provided.

@geirolz geirolz self-assigned this May 5, 2023
@geirolz geirolz merged commit 57fe9bc into main May 5, 2023
@geirolz geirolz deleted the Fix_data_encoder branch May 5, 2023 09:35

test("") {

Console.println(Xml.fromDataString("5340595900475325933418219074917").getClass)

Check warning

Code scanning / Codacy-scalameta-pro (reported by Codacy)

Prohibits usage of duplicated string literals.

The string literal '5340595900475325933418219074917' appears 3 times in the file.

test("") {

Console.println(Xml.fromDataString("5340595900475325933418219074917").getClass)

Check notice

Code scanning / Scalastyle (reported by Codacy)

Regular expression matched 'println'.

Regular expression matched 'println'.

test("") {

Console.println(Xml.fromDataString("5340595900475325933418219074917").getClass)

Check notice

Code scanning / Scalastyle (reported by Codacy)

Regular expression matched '{0}' in a token.

Regular expression matched '{0}' in a token.

test("") {

Console.println(Xml.fromDataString("5340595900475325933418219074917").getClass)

Check notice

Code scanning / Scalastyle (reported by Codacy)

The string literal "5340595900475325933418219074917" appears 3 times in the file.

The string literal "5340595900475325933418219074917" appears 3 times in the file.
final lazy val False: XmlData = ofBoolean(false)
final lazy val True: XmlBool = ofBoolean(true)
final lazy val False: XmlBool = ofBoolean(false)
final lazy val emptyString: XmlString = ofString("")

Check notice

Code scanning / Scalastyle (reported by Codacy)

Field name does not match the regular expression '^[A-Z][A-Za-z0-9]*$'.

Field name does not match the regular expression '^[A-Z][A-Za-z0-9]*$'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant