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: Sudarsan/JavaToCSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: paulirwin/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.
  • 9 commits
  • 65 files changed
  • 6 contributors

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    09e695d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b84f9de View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Add mappings from imports, methods and annotations to support JUnit t…

    …est conversions (paulirwin#124)
    
    * Add CLI option to read syntax mappings (yaml file)
    
    * Apply mappings to imports, methods and annotations
    
    * Document mappins in README
    javiertuya authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    adae786 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

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

Commits on Jan 13, 2025

  1. Convert class bounded type parameters (paulirwin#127)

    * Convert class bounded type parameters, close paulirwin#125
    
    * Update comment test with class type bounded params
    javiertuya authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    c93b08a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Set GitHub Sponsors username to 'paulirwin'

    Updated GitHub Sponsors username in FUNDING.yml
    paulirwin authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    be1eaa7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Add Paste button to Java Input pane (paulirwin#136) (paulirwin#139)

    * GUI: Add Paste button to Java Input pane, paulirwin#136
    
    * GUI: Fix Paste button positioning in file controls row, paulirwin#136
    
    * Update JavaToCSharpGui/Infrastructure/TextClipboard.cs
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Danial Ahmad <[email protected]>
    Co-authored-by: Paul Irwin <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    4 people authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    ef6865d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Update to .NET 10 and upgrade dependencies (paulirwin#140)

    * Bump to .NET 10
    
    * Bump dependencies
    
    * Update Github workflows
    
    * Copilot PR feedback and code style formatting
    
    ---------
    
    Co-authored-by: Paul Irwin <[email protected]>
    Lancelotbronner and paulirwin authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    4e9013c View commit details
    Browse the repository at this point in the history
  2. C# 14 and code style updates (paulirwin#141)

    - Uses C# 14 features like extension blocks, and some older C# features
    - Converts the sln to the new slnx format
    - Turns on warnings as errors for all projects
    - Uses GeneratedRegexAttribute where Regex was used
    - Misc code cleanup
    paulirwin authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    905cd5b View commit details
    Browse the repository at this point in the history
Loading