Sapan Parikh
Sapan Parikh
An annotation, FeatureInfo, to add information about some of the basic test attributes. This annotation then can be integrated with Spock Reports to add the following 1. Id (Need to...
When running the example code exactly as in the read me file I am getting the following exception ``` java.lang.NoClassDefFoundError: Could not initialize class edu.umd.cs.findbugs.ba.AnalysisContext at edu.umd.cs.findbugs.FindBugs2.clearCaches(FindBugs2.java:347) at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:327) at...
I have the following settings in my build.gradle ```groovy azureWebApp { resourceGroup = 'cats2' appName = "cats2" appService = { type = 'linux' javaVersion = '1.8' runtimeStack = 'jre8' }...