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

Feature 1855 sonarqube fix #1865

Merged
merged 29 commits into from
Aug 2, 2021
Merged

Feature 1855 sonarqube fix #1865

merged 29 commits into from
Aug 2, 2021

Commits on Jul 23, 2021

  1. #1855 Removed break after return (SobarQube)

    Howard Soh committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    0a66ca1 View commit details
    Browse the repository at this point in the history
  2. #1855 Removed break after exit

    Howard Soh committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    f1a2d3f View commit details
    Browse the repository at this point in the history
  3. 1855 Added return at MetNcPointObsOut::write_to_netcdf

    Howard Soh committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    f60c052 View commit details
    Browse the repository at this point in the history
  4. #1855 Avoid releasing memory twice

    Howard Soh committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    c5b1610 View commit details
    Browse the repository at this point in the history
  5. #1855 Removed unused code

    Howard Soh committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    52e697e View commit details
    Browse the repository at this point in the history
  6. #1855 Corrected syntax error

    Howard Soh committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    471467c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    69b5530 View commit details
    Browse the repository at this point in the history
  2. #1855 Deleted break after exit

    Howard Soh committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    1b977e4 View commit details
    Browse the repository at this point in the history
  3. #1855 Chamnged while to if

    Howard Soh committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    658e45e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Merge branch 'develop' of github.com:dtcenter/MET into feature_1855_s…

    …obarqube_fix
    Howard Soh committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    ddbb270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6b343b View commit details
    Browse the repository at this point in the history
  3. #1855 Added break statement back for case '-'

    Howard Soh committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    72ac1a8 View commit details
    Browse the repository at this point in the history
  4. #1855 Check the new size before extending to avoid thereference of th…

    …e null pointer
    Howard Soh committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8d4bf01 View commit details
    Browse the repository at this point in the history
  5. #1855 Changed count to processed_count for log messages. Initialized …

    …variables at get_filtered_nc_data\*()
    Howard Soh committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    24a1cc6 View commit details
    Browse the repository at this point in the history
  6. #1855 Corected the number of memory copy

    Howard Soh committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    1004531 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16faedb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d118ca View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. #1855 Extend Lead_Times for new times

    Howard Soh committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    0d89f7a View commit details
    Browse the repository at this point in the history
  2. #1855 Removed break after exit

    Howard Soh committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    5555965 View commit details
    Browse the repository at this point in the history
  3. #1855 define "c" dynamically

    Howard Soh committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    33d0ceb View commit details
    Browse the repository at this point in the history
  4. #1855 Move the log message within if statement to avoid dereferencing…

    … a null pointer
    Howard Soh committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    c0f678d View commit details
    Browse the repository at this point in the history
  5. #1855 Corected typo - compare the numnber of U and V

    Howard Soh committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    6b3d713 View commit details
    Browse the repository at this point in the history
  6. #1855 Check if var_info is hull

    Howard Soh committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    6846f62 View commit details
    Browse the repository at this point in the history
  7. #1855 Avoid un-initialized variables: dt at open(), v at lat() & lon(…

    …), and local variables at data()
    Howard Soh committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    f7a0aea View commit details
    Browse the repository at this point in the history
  8. #1855 Check if ldf is null pointer

    Howard Soh committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    72cc21e View commit details
    Browse the repository at this point in the history
  9. #1855 Removed break after exit

    Howard Soh committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    4935a50 View commit details
    Browse the repository at this point in the history
  10. #1855 Removed break after exit

    Howard Soh committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    07b700f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

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