[ 
https://issues.apache.org/jira/browse/GORA-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726139#comment-14726139
 ] 

ASF GitHub Bot commented on GORA-429:
-------------------------------------

Github user renato2099 commented on a diff in the pull request:

    https://github.com/apache/gora/pull/32#discussion_r38468879
  
    --- Diff: 
gora-accumulo/src/main/java/org/apache/gora/accumulo/store/AccumuloStore.java 
---
    @@ -142,7 +142,7 @@ public Object fromBytes(Schema schema, byte data[]) 
throws GoraException {
               data = decoder.readBytes(null).array();
             }
           } catch (IOException e) {
    -        e.printStackTrace();
    +        LOG.error(e.getMessage());
    --- End diff --
    
    LGTM!!! Thanks @lewismc ! 


> Implement Maven forbidden-apis plugin in Gora
> ---------------------------------------------
>
>                 Key: GORA-429
>                 URL: https://issues.apache.org/jira/browse/GORA-429
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: build process
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>             Fix For: 0.6.1
>
>
> The [forbidden-apis Maven 
> plugin|https://github.com/policeman-tools/forbidden-apis] allow us to parse 
> Java byte code to find invocations of method/class/field signatures and fail 
> build 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to