The Wayback Machine - http://web.archive.org/web/20210222161016/https://github.com/topics/spotbugs
Skip to content
#

spotbugs

Here are 39 public repositories matching this topic...

Mazorius
Mazorius commented Aug 19, 2020

The publication should be improved by adding the license information.

The Gradle internal Maven Publish Plugin supports adding the following:

licenses {
  license {
    name 'The Apache License, Version 2.0'
    url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
  }
 }
ezienecker
ezienecker commented Oct 2, 2019

Currently spotbugs print out the byte code

de.manuzid.some.More.<init> : ()V
  0 aload_0         []::[< Lde/manuzid/some/More;, IP, r0 >]
  1 invokespecial   [< Lde/manuzid/some/More;, IP, r0 >]::[< Lde/manuzid/some/More;, IP, r0 >]
  4 return          []::[< Lde/manuzid/some/More;, IP, r0 >]

de.manuzid.some.More.main : ([Ljava.lang.String;)V
  0 aconst_null     []::[< [Ljava/lang/

Improve this page

Add a description, image, and links to the spotbugs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spotbugs topic, visit your repo's landing page and select "manage topics."

Learn more