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

Recreate ABAP Class upon checkin #118

Merged
merged 2 commits into from
Sep 8, 2023
Merged

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    1db4329 View commit details
    Browse the repository at this point in the history
  2. checkin: recreate ABAP Class if it already exists

    While checkin of ABAP class, if it already exists we delete it first and
    then create.
    
    I added check for the package name to avoid deleting class of different
    package (from the one that is checked in to).
    
    Fixes jfilak#116
    palubaj committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    07382d3 View commit details
    Browse the repository at this point in the history