Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Conversation

@Kabowyad
Copy link
Contributor

No description provided.

@Kabowyad Kabowyad requested a review from kamilongus October 10, 2019 19:09
val Array(path, lineNumber) = row.split(":").take(2) //filePath:lineNumber:matchedString
ResultRow(path, lineNumber.toInt)
val Array(path, lineNumber) = row.split(":").take(2) // filePath:lineNumber:matchedString
ResultRow(path, lineNumber.toInt, row.split(":").drop(2))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You already computed it values. Please, reuse it.

- added new variable to fix incorrect result pagination
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants