[ 
https://issues.apache.org/jira/browse/SUBMARINE-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated SUBMARINE-284:
-------------------------------------
    Labels: newbie++ pull-request-available  (was: newbie++)

> Method invocation `SqlSession#close` may produce NPE in workbench REST API
> --------------------------------------------------------------------------
>
>                 Key: SUBMARINE-284
>                 URL: https://issues.apache.org/jira/browse/SUBMARINE-284
>             Project: Apache Submarine
>          Issue Type: Bug
>          Components: Submarine Workbench
>            Reporter: Wanqiang Ji
>            Assignee: Ryan Lo
>            Priority: Major
>              Labels: newbie++, pull-request-available
>             Fix For: 0.3.0
>
>
> {code:java}
> SqlSession sqlSession = null;
> try {
>   ...
> } catch (Exception e) {
>   ...
> } finally {
>   sqlSession.close();
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to