{
  "_class" : "io.jenkins.plugins.analysis.core.restapi.ReportApi",
  "issues" : [
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "Finder.java",
      "category" : "Serial",
      "columnEnd" : 48,
      "columnStart" : 48,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/main/java/it/tidalwave/util/Finder.java",
      "fingerprint" : "6A79AA1A17F331B4A25480ED11DA32E7",
      "lineEnd" : 138,
      "lineStart" : 138,
      "message" : "non-transient instance field of a serializable class declared with a non-serializable type",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "Finder.java(138,48): compiler:compile: Serial: non-transient instance field of a serializable class declared with a non-serializable type",
      "type" : "compiler:compile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "Id.java",
      "category" : "Serial",
      "columnEnd" : 25,
      "columnStart" : 25,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/main/java/it/tidalwave/util/Id.java",
      "fingerprint" : "E7469866AA43570D4CBAA94108E6E242",
      "lineEnd" : 49,
      "lineStart" : 49,
      "message" : "non-transient instance field of a serializable class declared with a non-serializable type",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "Id.java(49,25): compiler:compile: Serial: non-transient instance field of a serializable class declared with a non-serializable type",
      "type" : "compiler:compile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "Key.java",
      "category" : "Unchecked",
      "columnEnd" : 84,
      "columnStart" : 84,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/main/java/it/tidalwave/util/Key.java",
      "fingerprint" : "C1F6533F0132E37FB5E4A620AC7350C4",
      "lineEnd" : 73,
      "lineStart" : 73,
      "message" : "unchecked cast",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "Key.java(73,84): compiler:compile: Unchecked: unchecked cast",
      "type" : "compiler:compile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "Key.java",
      "category" : "Deprecation",
      "columnEnd" : 11,
      "columnStart" : 11,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/main/java/it/tidalwave/util/Key.java",
      "fingerprint" : "0A016DEF893BE5837B54B517B41B6849",
      "lineEnd" : 130,
      "lineStart" : 130,
      "message" : "[dep-ann] deprecated item is not annotated with @Deprecated",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "Key.java(130,11): compiler:compile: Deprecation: [dep-ann] deprecated item is not annotated with @Deprecated",
      "type" : "compiler:compile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsExtensionsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 23,
      "columnStart" : 23,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsExtensionsTest.java",
      "fingerprint" : "9ADBF155B285FD0F9E5A579CD8B4F81D",
      "lineEnd" : 51,
      "lineStart" : 51,
      "message" : "unchecked conversion",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsExtensionsTest.java(51,23): compiler:testCompile: Unchecked: unchecked conversion",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 54,
      "columnStart" : 54,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "34C2008B4AE2DA936F8F7A2DF3BC2EBE",
      "lineEnd" : 116,
      "lineStart" : 116,
      "message" : "unchecked method invocation: method thenReturn in interface OngoingStubbing is applied to given types",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(116,54): compiler:testCompile: Unchecked: unchecked method invocation: method thenReturn in interface OngoingStubbing is applied to given types",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 55,
      "columnStart" : 55,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "34C2008B4AE2DA936F8F7A2DF3BC2EBE",
      "lineEnd" : 116,
      "lineStart" : 116,
      "message" : "unchecked conversion",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(116,55): compiler:testCompile: Unchecked: unchecked conversion",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 71,
      "columnStart" : 71,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "1407A1D22D5CAC947F27EBD25004B955",
      "lineEnd" : 129,
      "lineStart" : 129,
      "message" : "unchecked method invocation: method of in class Optional is applied to given types",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(129,71): compiler:testCompile: Unchecked: unchecked method invocation: method of in class Optional is applied to given types",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 72,
      "columnStart" : 72,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "1407A1D22D5CAC947F27EBD25004B955",
      "lineEnd" : 129,
      "lineStart" : 129,
      "message" : "unchecked conversion",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(129,72): compiler:testCompile: Unchecked: unchecked conversion",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 59,
      "columnStart" : 59,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "1407A1D22D5CAC947F27EBD25004B955",
      "lineEnd" : 129,
      "lineStart" : 129,
      "message" : "unchecked method invocation: method thenReturn in interface OngoingStubbing is applied to given types",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(129,59): compiler:testCompile: Unchecked: unchecked method invocation: method thenReturn in interface OngoingStubbing is applied to given types",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 71,
      "columnStart" : 71,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "1407A1D22D5CAC947F27EBD25004B955",
      "lineEnd" : 129,
      "lineStart" : 129,
      "message" : "unchecked conversion",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(129,71): compiler:testCompile: Unchecked: unchecked conversion",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 39,
      "columnStart" : 39,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "6CCAA8C551894C49C406897C50A7045C",
      "lineEnd" : 133,
      "lineStart" : 133,
      "message" : "unchecked method invocation: method contains in class AbstractOptionalAssert is applied to given types",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(133,39): compiler:testCompile: Unchecked: unchecked method invocation: method contains in class AbstractOptionalAssert is applied to given types",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 40,
      "columnStart" : 40,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "6CCAA8C551894C49C406897C50A7045C",
      "lineEnd" : 133,
      "lineStart" : 133,
      "message" : "unchecked conversion",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(133,40): compiler:testCompile: Unchecked: unchecked conversion",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 66,
      "columnStart" : 66,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "80CED6F2794287B0CDAE907594469233",
      "lineEnd" : 142,
      "lineStart" : 142,
      "message" : "unchecked method invocation: method of in interface List is applied to given types",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(142,66): compiler:testCompile: Unchecked: unchecked method invocation: method of in interface List is applied to given types",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 67,
      "columnStart" : 67,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "80CED6F2794287B0CDAE907594469233",
      "lineEnd" : 142,
      "lineStart" : 142,
      "message" : "unchecked conversion",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(142,67): compiler:testCompile: Unchecked: unchecked conversion",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 58,
      "columnStart" : 58,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "80CED6F2794287B0CDAE907594469233",
      "lineEnd" : 142,
      "lineStart" : 142,
      "message" : "unchecked method invocation: method thenReturn in interface OngoingStubbing is applied to given types",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(142,58): compiler:testCompile: Unchecked: unchecked method invocation: method thenReturn in interface OngoingStubbing is applied to given types",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 66,
      "columnStart" : 66,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "80CED6F2794287B0CDAE907594469233",
      "lineEnd" : 142,
      "lineStart" : 142,
      "message" : "unchecked conversion",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(142,66): compiler:testCompile: Unchecked: unchecked conversion",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 47,
      "columnStart" : 47,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "FDAAB1AF6D12CB6CA7E414C5109C9753",
      "lineEnd" : 146,
      "lineStart" : 146,
      "message" : "unchecked method invocation: method containsExactly in class AbstractIterableAssert is applied to given types",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(146,47): compiler:testCompile: Unchecked: unchecked method invocation: method containsExactly in class AbstractIterableAssert is applied to given types",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "AsTest.java",
      "category" : "Unchecked",
      "columnEnd" : 48,
      "columnStart" : 48,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/AsTest.java",
      "fingerprint" : "FDAAB1AF6D12CB6CA7E414C5109C9753",
      "lineEnd" : 146,
      "lineStart" : 146,
      "message" : "unchecked conversion",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "AsTest.java(146,48): compiler:testCompile: Unchecked: unchecked conversion",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "FinderTest.java",
      "category" : "Serial",
      "columnEnd" : 11,
      "columnStart" : 11,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/FinderTest.java",
      "fingerprint" : "98C23BFF0D5B15966E6C91CAB811F66A",
      "lineEnd" : 58,
      "lineStart" : 58,
      "message" : "serializable class NameFinderImplementation has no definition of serialVersionUID",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "FinderTest.java(58,11): compiler:testCompile: Serial: serializable class NameFinderImplementation has no definition of serialVersionUID",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "KeyTest.java",
      "category" : "Deprecation",
      "columnEnd" : 14,
      "columnStart" : 14,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/KeyTest.java",
      "fingerprint" : "52AF466788658811542B572FF0D7E26F",
      "lineEnd" : 96,
      "lineStart" : 96,
      "message" : "Key(String) in Key has been deprecated",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "KeyTest.java(96,14): compiler:testCompile: Deprecation: Key(String) in Key has been deprecated",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "KeyTest.java",
      "category" : "Deprecation",
      "columnEnd" : 40,
      "columnStart" : 40,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/KeyTest.java",
      "fingerprint" : "52AF466788658811542B572FF0D7E26F",
      "lineEnd" : 96,
      "lineStart" : 96,
      "message" : "Key(String) in Key has been deprecated",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "KeyTest.java(96,40): compiler:testCompile: Deprecation: Key(String) in Key has been deprecated",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "KeyTest.java",
      "category" : "Deprecation",
      "columnEnd" : 14,
      "columnStart" : 14,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/KeyTest.java",
      "fingerprint" : "72B4D94E81A34DC564BF0717AAA43F69",
      "lineEnd" : 97,
      "lineStart" : 97,
      "message" : "Key(String) in Key has been deprecated",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "KeyTest.java(97,14): compiler:testCompile: Deprecation: Key(String) in Key has been deprecated",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "KeyTest.java",
      "category" : "Deprecation",
      "columnEnd" : 42,
      "columnStart" : 42,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/KeyTest.java",
      "fingerprint" : "72B4D94E81A34DC564BF0717AAA43F69",
      "lineEnd" : 97,
      "lineStart" : 97,
      "message" : "Key(String) in Key has been deprecated",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "KeyTest.java(97,42): compiler:testCompile: Deprecation: Key(String) in Key has been deprecated",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "KeyTest.java",
      "category" : "Deprecation",
      "columnEnd" : 14,
      "columnStart" : 14,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/KeyTest.java",
      "fingerprint" : "975891999ED8AD5A82A4860119E4BE14",
      "lineEnd" : 98,
      "lineStart" : 98,
      "message" : "Key(String) in Key has been deprecated",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "KeyTest.java(98,14): compiler:testCompile: Deprecation: Key(String) in Key has been deprecated",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "KeyTest.java",
      "category" : "Deprecation",
      "columnEnd" : 36,
      "columnStart" : 36,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/KeyTest.java",
      "fingerprint" : "975891999ED8AD5A82A4860119E4BE14",
      "lineEnd" : 98,
      "lineStart" : 98,
      "message" : "Key(String) in Key has been deprecated",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "KeyTest.java(98,36): compiler:testCompile: Deprecation: Key(String) in Key has been deprecated",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "ShortNamesTest.java",
      "category" : "Serial",
      "columnEnd" : 11,
      "columnStart" : 11,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/ShortNamesTest.java",
      "fingerprint" : "0CF520D9300C9A5788FE12BBCBAFE0CF",
      "lineEnd" : 46,
      "lineStart" : 46,
      "message" : "serializable class AClass has no definition of serialVersionUID",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "ShortNamesTest.java(46,11): compiler:testCompile: Serial: serializable class AClass has no definition of serialVersionUID",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "TypeSafeMapTest.java",
      "category" : "Deprecation",
      "columnEnd" : 28,
      "columnStart" : 28,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/TypeSafeMapTest.java",
      "fingerprint" : "3B096552DBC2BB65511E877134A97C6F",
      "lineEnd" : 76,
      "lineStart" : 76,
      "message" : "<T>get(Key<T>) in TypeSafeMap has been deprecated",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "TypeSafeMapTest.java(76,28): compiler:testCompile: Deprecation: <T>get(Key<T>) in TypeSafeMap has been deprecated",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "TypeSafeMapTest.java",
      "category" : "Deprecation",
      "columnEnd" : 28,
      "columnStart" : 28,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/TypeSafeMapTest.java",
      "fingerprint" : "12A21FAE051001EB728515CA7DFA6DE9",
      "lineEnd" : 77,
      "lineStart" : 77,
      "message" : "<T>get(Key<T>) in TypeSafeMap has been deprecated",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "TypeSafeMapTest.java(77,28): compiler:testCompile: Deprecation: <T>get(Key<T>) in TypeSafeMap has been deprecated",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "TypeSafeMapTest.java",
      "category" : "Deprecation",
      "columnEnd" : 28,
      "columnStart" : 28,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/TypeSafeMapTest.java",
      "fingerprint" : "13B0A1AE17B4BF105C24099AEB7376AB",
      "lineEnd" : 78,
      "lineStart" : 78,
      "message" : "<T>get(Key<T>) in TypeSafeMap has been deprecated",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "TypeSafeMapTest.java(78,28): compiler:testCompile: Deprecation: <T>get(Key<T>) in TypeSafeMap has been deprecated",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "TypeSafeMapTest.java",
      "category" : "Deprecation",
      "columnEnd" : 21,
      "columnStart" : 21,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/TypeSafeMapTest.java",
      "fingerprint" : "B27D995B69A258B394C83796625EB5E0",
      "lineEnd" : 82,
      "lineStart" : 82,
      "message" : "<T>get(Key<T>) in TypeSafeMap has been deprecated",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "TypeSafeMapTest.java(82,21): compiler:testCompile: Deprecation: <T>get(Key<T>) in TypeSafeMap has been deprecated",
      "type" : "compiler:testCompile"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "TypeSafeMapTest.java",
      "category" : "Deprecation",
      "columnEnd" : 28,
      "columnStart" : 28,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Utilities/src/test/java/it/tidalwave/util/TypeSafeMapTest.java",
      "fingerprint" : "DF870D6A1BFC3C94A9C13BD5D4587ECB",
      "lineEnd" : 118,
      "lineStart" : 118,
      "message" : "<T>get(Key<T>) in TypeSafeMap has been deprecated",
      "moduleName" : "TheseFoolishThings :: Utilities",
      "origin" : "java",
      "originName" : "Java Compiler",
      "packageName" : "it.tidalwave.util",
      "reference" : "1326",
      "severity" : "NORMAL",
      "toString" : "TypeSafeMapTest.java(118,28): compiler:testCompile: Deprecation: <T>get(Key<T>) in TypeSafeMap has been deprecated",
      "type" : "compiler:testCompile"
    }
  ],
  "size" : 32,
  "toString" : "32 warnings (normal: 32)"
}