detect old header too

This commit is contained in:
Maxim.Mossienko
2012-01-24 19:18:10 +04:00
parent b7a6ac3ce8
commit b2909fb378
3 changed files with 21 additions and 1 deletions
@@ -8,7 +8,14 @@
<description>Default File template</description>
</problem>
<problem>
<problem>
<file>X2.java</file>
<line>4</line>
<problem_class>Default File Template Usage</problem_class>
<description>Default File template</description>
</problem>
<problem>
<file>X.java</file>
<line>17</line>
<package>x</package>
@@ -0,0 +1,12 @@
package x;
import java.io.*;
/**
* Created with IntelliJ IDEA.
* User: Alexey
* Date: 02.12.2005
* Time: 0:24:14
* To change this template use File | Settings | File Templates.
*/
public class X2 {
}