Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I00e014fda8015c9f5d308d3443cd601cf59863f2
Issue-ID: CLI-444
             if (isAuthRequired) {
                 this.authClient.logout();
             }
-        } catch (OnapCommandException e) {
+        } catch (OnapCommandException e) { //NOSONAR
             throw e;
         } finally {
             this.getResult().setDebugInfo(this.input.toString() + "\n" + this.output.toString());
         try{
             generateJsonMock(this.getInput(), output, this.getSchemaName());
         } catch (OnapCommandFailedMocoGenerate e) {
-            //NO SONAR ignore it
+            //NOSONAR ignore it
         }
     }