Attila Doroszlai created HDDS-11692:
---------------------------------------

             Summary: Skip spotbugs for modules with only generated code
                 Key: HDDS-11692
                 URL: https://issues.apache.org/jira/browse/HDDS-11692
             Project: Apache Ozone
          Issue Type: Sub-task
          Components: CI
            Reporter: Attila Doroszlai
            Assignee: Attila Doroszlai


_basic (findbugs)_ spends quite some time analyzing protobuf generated classes:

{code}
[INFO] Apache Ozone HDDS Client Interface ................. SUCCESS [ 43.246 s]
[INFO] Apache Ozone HDDS Admin Interface .................. SUCCESS [ 22.859 s]
[INFO] Apache Ozone HDDS Server Interface ................. SUCCESS [ 25.556 s]
...
[INFO] Apache Ozone Client Interface ...................... SUCCESS [01:43 min]
...
[INFO] Total time:  12:46 min
{code}

Since these modules do not have any Java sources, only code generated from 
protobuf files, we can skip SpotBugs analysis.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to