Skip to content

Conversation

@CodesAway
Copy link
Owner

@CodesAway CodesAway commented Oct 25, 2020

Added

Changed

  • Moved parsing functionality from package info.codesaway.bex.matching to info.codesaway.bex.parsing

    • Renamed BEXMatchingLanguage to BEXParsingLanguage

    • Renamed MatchingLanguage to ParsingLanguage

    • Renamed BEXMatchingStateOption to BEXParsingState

    • Renamed MatchingStateOption to ParsingState

    • Renamed MatchingDelimiterState to ParsingDelimiterState

    • Renamed MatchingDelimiterResult to ParsingDelimiterResult

    • Renamed BEXMatchingUtilities to BEXParsingUtilities

  • ParsingLanguage has been annotated as a @FunctionalInterface (fixes Indicate MatchingLanguage as a @FunctionalInterface #94)

  • DiffWithIndex now implements Indexed

Fixed

Fix JSP parsing
Added default methods to MatchingStateOption to indicate type of state
(code, comment, string literal)
Renamed and moved "matching" functionality which was really parsing
functionality
Renamed and moved "matching" functionality which was really parsing
functionality
Handle whitespace / line separator including if within parent
ParsingState
@CodesAway CodesAway added this to the 0.13 milestone Oct 25, 2020
@CodesAway
Copy link
Owner Author

Need to compare moved parsing class against original class in matching package, so can indicate any other changes

Copy link
Owner Author

@CodesAway CodesAway left a comment

Choose a reason for hiding this comment

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

Reviewed 0.13 changes

@CodesAway
Copy link
Owner Author

Need to compare moved parsing class against original class in matching package, so can indicate any other changes
Need to add linked issues and add change notes

Copy link
Owner Author

@CodesAway CodesAway left a comment

Choose a reason for hiding this comment

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

Reviewed 0.13 documentation changes

@CodesAway CodesAway merged commit 617852e into master Oct 28, 2020
@CodesAway CodesAway deleted the dev-0.13.0 branch October 28, 2020 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment