Add code to load bug categories and patterns from the FindBugs messages.xml file.
[cfb.git] / test / net / jaekl / cfb / analyze / MessageMapMock.java
1 package net.jaekl.cfb.analyze;
2
3 import java.io.File;
4
5 public class MessageMapMock extends MessageMap {
6         void mock_setFindBugsDir(File fbd) {
7                 this.m_findBugsDir = fbd;
8         }
9 }