Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paulirwin/JavaToCSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Rubenisme/JavaToCSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 65 files changed
  • 4 contributors

Commits on Jun 27, 2018

  1. Refactored and removed the 'fork me'.

    Ruben Adriaanse authored and Ruben Adriaanse committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    cb8b052 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Write whole directories.

    Ruben Adriaanse authored and Ruben Adriaanse committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    b1edbda View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Added a simple Lambda Expression Visitor

    Ruben Adriaanse authored and Ruben Adriaanse committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    f642feb View commit details
    Browse the repository at this point in the history
  2. Do not overwrite files

    Ruben Adriaanse authored and Ruben Adriaanse committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    605d1df View commit details
    Browse the repository at this point in the history
  3. Added Empty Statement Visitor

    Ruben Adriaanse authored and Ruben Adriaanse committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    25f1934 View commit details
    Browse the repository at this point in the history
  4. Added MethodReferenceExpressionVisitor and TypeExpressionVisitor, plu…

    …s a handling for an EmptyMemberDeclaration.
    Ruben Adriaanse authored and Ruben Adriaanse committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    e67196f View commit details
    Browse the repository at this point in the history
  5. Started implementing JavaDoc parsers and visitors

    ChristopherHaws authored and Ruben Adriaanse committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    3f16f5c View commit details
    Browse the repository at this point in the history
  6. Added LineComment and BlockComment visitors

    ChristopherHaws authored and Ruben Adriaanse committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    f7b52e8 View commit details
    Browse the repository at this point in the history
  7. Fixed a bug in comments when there was a new line without a \r or \n

    Christopher Haws authored and Ruben Adriaanse committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    ed93af2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Fixed empty array creation and other small things.

    # Conflicts:
    #	JavaToCSharp.Tests/JavaToCSharp.Tests.csproj
    Ruben Adriaanse authored and Ruben Adriaanse committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    1d0116d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

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