toast-tk / toast-tk-engine

The core automation framework for your acceptance tests
http://toast-tk.io
Other
12 stars 5 forks source link

114 rest api update #125

Closed skokaina closed 8 years ago

nicosvg commented 8 years ago

SonarQube analysis reported 17 issues

Top 10 extra issues

Note: The following issues were found on lines that were not modified in the pull request. Because these issues can't be reported as line comments, they are summarized here:

  1. CRITICAL RestUtils.java#L191: Synchronize this lazy initialization of 'response' rule
  2. CRITICAL RestUtils.java#L213: Synchronize this lazy initialization of 'response' rule
  3. CRITICAL RestUtils.java#L238: Synchronize this lazy initialization of 'response' rule
  4. MINOR RestUtils.java#L5: Remove this unused import 'java.util.ArrayList'. rule
  5. MINOR RestUtils.java#L8: Remove this unused import 'java.util.List'. rule
  6. MINOR RestUtils.java#L14: Remove this unused import 'org.apache.http.HttpEntity'. rule
  7. MINOR RestUtils.java#L16: Remove this unused import 'org.apache.http.NameValuePair'. rule
  8. MINOR RestUtils.java#L17: Remove this unused import 'org.apache.http.client.HttpClient'. rule
  9. MINOR RestUtils.java#L18: Remove this unused import 'org.apache.http.client.entity.UrlEncodedFormEntity'. rule
  10. MINOR RestUtils.java#L20: Remove this unused import 'org.apache.http.client.methods.HttpGet'. rule