You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
The below locations (file name:line number:character number) were flagged with "Expected @throws tag for (exception name)." in Checkstyle:
Line 4: JTAF-XCore\src\main\java\org\finra\jtaf\core\commands\Block.java:44:38: error: Expected @throws tag for 'NameFormatException'.
Line 53: JTAF-XCore\src\main\java\org\finra\jtaf\core\commands\ExpectFailure.java:46:46: error: Expected @throws tag for 'NameFormatException'.
Line 54: JTAF-XCore\src\main\java\org\finra\jtaf\core\commands\FailHere.java:39:41: error: Expected @throws tag for 'NameFormatException'.
Line 55: JTAF-XCore\src\main\java\org\finra\jtaf\core\commands\IgnoreErrors.java:44:45: error: Expected @throws tag for 'NameFormatException'.
Line 56: JTAF-XCore\src\main\java\org\finra\jtaf\core\commands\Invoke.java:45:39: error: Expected @throws tag for 'NameFormatException'.
Line 57: JTAF-XCore\src\main\java\org\finra\jtaf\core\commands\Multipath.java:49:42: error: Expected @throws tag for 'NameFormatException'.
Line 58: JTAF-XCore\src\main\java\org\finra\jtaf\core\commands\RandomGenerator.java:54:52: error: Expected @throws tag for 'NameFormatException'.
Line 66: JTAF-XCore\src\main\java\org\finra\jtaf\core\commands\Repeat.java:43:39: error: Expected @throws tag for 'NameFormatException'.
Line 67: JTAF-XCore\src\main\java\org\finra\jtaf\core\commands\ReplaceContext.java:44:47: error: Expected @throws tag for 'NameFormatException'.
Line 68: JTAF-XCore\src\main\java\org\finra\jtaf\core\commands\TryRecoverCleanup.java:43:50: error: Expected @throws tag for 'NameFormatException'.
Line 71: JTAF-XCore\src\main\java\org\finra\jtaf\core\commands\VerifyException.java:45:48: error: Expected @throws tag for 'NameFormatException'.
Line 82: JTAF-XCore\src\main\java\org\finra\jtaf\core\IAutomationClassLoader.java:31:56: error: Expected @throws tag for 'ClassNotFoundException'.
Line 85: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\execution\CorrectiveContext.java:180:32: error: Expected @throws tag for 'UndefinedParameterError'.
Line 86: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\execution\IInterpreterContext.java:45:32: error: Expected @throws tag for 'MissingInvocationTargetException'.
Line 87: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\execution\IInvocationContext.java:40:46: error: Expected @throws tag for 'UndefinedParameterError'.
Line 88: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\execution\IInvocationContext.java:55:58: error: Expected @throws tag for 'UndefinedProductionError'.
Line 127: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\execution\Interpreter.java:106:67: error: Expected @throws tag for 'Throwable'.
Line 142: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\execution\Interpreter.java:160:32: error: Expected @throws tag for 'Throwable'.
Line 148: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\execution\Interpreter.java:192:58: error: Expected @throws tag for 'Throwable'.
Line 154: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\execution\Interpreter.java:210:61: error: Expected @throws tag for 'Throwable'.
Line 158: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\execution\Interpreter.java:222:73: error: Expected @throws tag for 'Throwable'.
Line 169: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\execution\Interpreter.java:257:32: error: Expected @throws tag for 'Throwable'.
Line 251: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\invocationtarget\Command.java:68:86: error: Expected @throws tag for 'Throwable'.
Line 266: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\invocationtarget\Command.java:129:62: error: Expected @throws tag for 'Throwable'.
Line 269: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\invocationtarget\Command.java:139:68: error: Expected @throws tag for 'Throwable'.
Line 273: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\invocationtarget\Command.java:146:64: error: Expected @throws tag for 'Throwable'.
Line 334: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\invocationtarget\Command.java:437:75: error: Expected @throws tag for 'Throwable'.
Line 341: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\invocationtarget\Command.java:458:63: error: Expected @throws tag for 'Throwable'.
Line 388: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\invocationtarget\Function.java:39:41: error: Expected @throws tag for 'NameFormatException'.
Line 397: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\invocationtarget\Function.java:67:69: error: Expected @throws tag for 'Throwable'.
Line 403: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\invocationtarget\IInvocationTargetVisitor.java:33:43: error: Expected @throws tag for 'Throwable'.
Line 406: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\invocationtarget\IInvocationTargetVisitor.java:42:55: error: Expected @throws tag for 'Throwable'.
Line 437: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\invocationtarget\InvocationTarget.java:109:49: error: Expected @throws tag for 'NameFormatException'.
Line 462: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\invocationtarget\InvocationTarget.java:225:78: error: Expected @throws tag for 'Throwable'.
Line 482: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\statement\IInvocationVisitor.java:29:60: error: Expected @throws tag for 'Throwable'.
Line 514: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\statement\InvocationList.java:34:74: error: Expected @throws tag for 'Throwable'.
Line 794: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\test\ITestVisitor.java:30:61: error: Expected @throws tag for 'Exception'.
Line 799: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\test\ITestVisitor.java:38:54: error: Expected @throws tag for 'Exception'.
Line 803: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\test\ITestVisitor.java:44:57: error: Expected @throws tag for 'Exception'.
Line 882: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\test\TestComponent.java:45:50: error: Expected @throws tag for 'NameFormatException'.
Line 938: JTAF-XCore\src\main\java\org\finra\jtaf\core\model\test\TestNamespace.java:54:50: error: Expected @throws tag for 'NameFormatException'.
Line 1595: JTAF-XCore\src\main\java\org\finra\jtaf\core\parsing\BaseParser.java:72:65: error: Expected @throws tag for 'ParsingException'.
Line 1670: JTAF-XCore\src\main\java\org\finra\jtaf\core\parsing\CommandLibraryParser.java:166:50: error: Expected @throws tag for 'IOException'.
Line 1671: JTAF-XCore\src\main\java\org\finra\jtaf\core\parsing\CommandLibraryParser.java:166:63: error: Expected @throws tag for 'URISyntaxException'.
Line 1936: JTAF-XCore\src\main\java\org\finra\jtaf\core\parsing\helpers\AttributeHelper.java:122:60: error: Expected @throws tag for 'MissingAttributeException'.
Line 1958: JTAF-XCore\src\main\java\org\finra\jtaf\core\parsing\helpers\AttributeHelper.java:163:64: error: Expected @throws tag for 'MissingAttributeException'.
Line 1959: JTAF-XCore\src\main\java\org\finra\jtaf\core\parsing\helpers\AttributeHelper.java:163:91: error: Expected @throws tag for 'AttributeFormatException'.
Line 2784: JTAF-XCore\src\main\java\org\finra\jtaf\core\plugins\execution\ICommandRunnerPlugin.java:30:73: error: Expected @throws tag for 'RunnerPluginException'.
Line 2788: JTAF-XCore\src\main\java\org\finra\jtaf\core\plugins\execution\ICommandRunnerPlugin.java:36:72: error: Expected @throws tag for 'RunnerPluginException'.
Line 2796: JTAF-XCore\src\main\java\org\finra\jtaf\core\plugins\execution\ITearDownPlugin.java:30:87: error: Expected @throws tag for 'RunnerPluginException'.
Line 2804: JTAF-XCore\src\main\java\org\finra\jtaf\core\plugins\execution\ITestRunnerPlugin.java:30:66: error: Expected @throws tag for 'RunnerPluginException'.
Line 2809: JTAF-XCore\src\main\java\org\finra\jtaf\core\plugins\execution\ITestRunnerPlugin.java:37:67: error: Expected @throws tag for 'RunnerPluginException'.
Line 2882: JTAF-XCore\src\main\java\org\finra\jtaf\core\plugins\parsing\IPostParseAllPlugin.java:31:68: error: Expected @throws tag for 'ParserPluginException'.
Line 2892: JTAF-XCore\src\main\java\org\finra\jtaf\core\plugins\parsing\IPostParseStrategyElementPlugin.java:33:80: error: Expected @throws tag for 'ParserPluginException'.
Line 2903: JTAF-XCore\src\main\java\org\finra\jtaf\core\plugins\parsing\IPostParseSuitePlugin.java:31:70: error: Expected @throws tag for 'ParserPluginException'.
Line 2918: JTAF-XCore\src\main\java\org\finra\jtaf\core\plugins\parsing\IPostParseTestPlugin.java:31:69: error: Expected @throws tag for 'ParserPluginException'.
Line 4368: JTAF-XCore\src\test\java\org\finra\jtaf\core\commands\RandomGeneratorTest.java:156:45: error: Expected @throws tag for 'Throwable'.
Line 4374: JTAF-XCore\src\test\java\org\finra\jtaf\core\commands\RandomGeneratorTest.java:170:46: error: Expected @throws tag for 'Throwable'.
Line 4380: JTAF-XCore\src\test\java\org\finra\jtaf\core\commands\RandomGeneratorTest.java:184:46: error: Expected @throws tag for 'Throwable'.
Line 4390: JTAF-XCore\src\test\java\org\finra\jtaf\core\commands\RandomGeneratorTest.java:199:46: error: Expected @throws tag for 'Throwable'.
Line 4395: JTAF-XCore\src\test\java\org\finra\jtaf\core\commands\RandomGeneratorTest.java:213:45: error: Expected @throws tag for 'Throwable'.
Line 4402: JTAF-XCore\src\test\java\org\finra\jtaf\core\commands\RandomGeneratorTest.java:227:46: error: Expected @throws tag for 'Throwable'.
Line 4410: JTAF-XCore\src\test\java\org\finra\jtaf\core\commands\RandomGeneratorTest.java:241:46: error: Expected @throws tag for 'Throwable'.
Line 4417: JTAF-XCore\src\test\java\org\finra\jtaf\core\commands\RandomGeneratorTest.java:255:46: error: Expected @throws tag for 'Throwable'.
Line 4426: JTAF-XCore\src\test\java\org\finra\jtaf\core\commands\RandomGeneratorTest.java:269:46: error: Expected @throws tag for 'Throwable'.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The below locations (file name:line number:character number) were flagged with "Expected @throws tag for (exception name)." in Checkstyle:
The text was updated successfully, but these errors were encountered: