[
https://issues.apache.org/jira/browse/AIRAVATA-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jaechang Nam updated AIRAVATA-2287:
-----------------------------------
Description:
In recent code snapshot(e429faafa7af94b6f00369e83462750a0179330b as today),
there is "new GFacProviderException" which is not thrown in
modules/gfac/gfac-bes/src/main/java/org/apache/airavata/gfac/bes/utils/ResourceProcessor.java
{code}
78
79 } catch (NullPointerException npe) {
80 new GFacProviderException("No value set for
resource requirements.",npe);
81 }
82
{code}
Should it be thrown or OK?
was:
In recent code snapshot(e429faafa7af94b6f00369e83462750a0179330b as today),
there is "new GFacProviderException" which is not thrown in
modules/gfac/gfac-bes/src/main/java/org/apache/airavata/gfac/bes/utils/ResourceProcessor.java
{code}
78
79 } catch (NullPointerException npe) {
80 new GFacProviderException("No value set for
resource requirements.",npe);
81 }
82
{code}
Should it be thrown or OK?
> new GFacProviderException that is not thrown
> --------------------------------------------
>
> Key: AIRAVATA-2287
> URL: https://issues.apache.org/jira/browse/AIRAVATA-2287
> Project: Airavata
> Issue Type: Bug
> Reporter: Jaechang Nam
> Priority: Trivial
>
> In recent code snapshot(e429faafa7af94b6f00369e83462750a0179330b as today),
> there is "new GFacProviderException" which is not thrown in
> modules/gfac/gfac-bes/src/main/java/org/apache/airavata/gfac/bes/utils/ResourceProcessor.java
> {code}
> 78
> 79 } catch (NullPointerException npe) {
> 80 new GFacProviderException("No value set
> for resource requirements.",npe);
> 81 }
> 82
> {code}
> Should it be thrown or OK?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)