Skip to content
Snippets Groups Projects
Commit 214b1918 authored by Andreas Wundsam's avatar Andreas Wundsam
Browse files

add jars for Findbugs ignore annotations

Conflicts:

	floodlight/build.xml
	floodlight/src/test/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImplTest.java
parent 6392f0ed
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,8 @@
<include name="jython-2.5.2.jar"/>
<include name="libthrift-0.7.0.jar"/>
<include name="guava-13.0.1.jar" />
<include name="findbugs-annotations-2.0.1.jar" />
<include name="findbugs-jsr305-2.0.1.jar" />
</patternset>
<path id="classpath">
......
File added
File added
......@@ -85,6 +85,8 @@ import org.openflow.util.HexString;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
public class DeviceManagerImplTest extends FloodlightTestCase {
protected static Logger logger =
......@@ -96,6 +98,8 @@ public class DeviceManagerImplTest extends FloodlightTestCase {
protected IPacket testARPReqPacket_1, testARPReqPacket_2;
protected byte[] testARPReplyPacket_1_Srld, testARPReplyPacket_2_Srld;
private byte[] testARPReplyPacket_3_Serialized;
@SuppressFBWarnings("MF_CLASS_MASKS_FIELD")
MockFloodlightProvider mockFloodlightProvider;
DeviceManagerImpl deviceManager;
MemoryStorageSource storageSource;
FlowReconcileManager flowReconcileMgr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment