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

More code cleanup and refactoring #245

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    fc1413e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Refactored data type and atomic item implementations to move casting …

    …operations to the atomic item implementations. This creates a cleaner isolation between the type adapters and Metapath items.
    david-waltermire committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d73da15 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Added more Javadocs.

    david-waltermire committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2e7ed2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69d9925 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6504a02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7c0a9c View commit details
    Browse the repository at this point in the history
  5. Improved date and dateTime adapter unit testing to check for ambiguit…

    …y and resulting time value.
    david-waltermire committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9a4237f View commit details
    Browse the repository at this point in the history
  6. Code formatting.

    david-waltermire committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1b2312f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    f727af5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    e266feb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd5c5a3 View commit details
    Browse the repository at this point in the history
  3. Replaced Paths.get() with Paths.get(System.getProperty(user.dir)) to …

    …be more explict. Improved value creation methods in date and date/time item classes. Added many Javadocs.
    david-waltermire committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    a5fc87c View commit details
    Browse the repository at this point in the history
  4. Refactored the result type used in MetapathExpression to avoid the ne…

    …ed for a case statement. This should result in cleaner code and better performance overall.
    david-waltermire committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9e7ae7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba9208b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2142d52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ece9b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84966f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7978ff0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1c403cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04bea0d View commit details
    Browse the repository at this point in the history