[ https://issues.apache.org/jira/browse/SUBMARINE-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
kevin su updated SUBMARINE-284: ------------------------------- Fix Version/s: 0.3.0 > 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++ > 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)