"Malformed format string" inspection tests
[fedora-idea.git] / plugins / InspectionGadgets / testsrc / com / siyeh / ig / bugs / MalformedFormatStringInspectionTest.java
blob0bee777b86ab43050f5e81ea3a7eebd872901c93
1 package com.siyeh.ig.bugs;
3 import com.IGInspectionTestCase;
5 public class MalformedFormatStringInspectionTest extends IGInspectionTestCase {
7 public void test() throws Exception {
8 doTest("com/siyeh/igtest/bugs/malformed_format_string",
9 new MalformedFormatStringInspection());