[Fb-contrib-commit] SF.net SVN: fb-contrib:[1172] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2009-04-24 05:49:45
|
Revision: 1172 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1172&view=rev Author: dbrosius Date: 2009-04-24 05:49:35 +0000 (Fri, 24 Apr 2009) Log Message: ----------- add copyright Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/MisleadingOverloadModel.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/MisleadingOverloadModel.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/MisleadingOverloadModel.java 2009-04-24 05:47:57 UTC (rev 1171) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/MisleadingOverloadModel.java 2009-04-24 05:49:35 UTC (rev 1172) @@ -1,3 +1,21 @@ +/* + * fb-contrib - Auxiliary detectors for Java programs + * Copyright (C) 2005-2009 Dave Brosius + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.mebigfatguy.fbcontrib.detect; import java.util.HashMap; @@ -25,7 +43,7 @@ private static final Integer STATIC = Integer14.valueOf(1); private static final Integer BOTH = Integer14.valueOf(2); - private BugReporter bugReporter; + private final BugReporter bugReporter; /** * constructs a MOM detector given the reporter to report bugs on This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |