Thread: [Fb-contrib-commit] fb-contrib/src/com/mebigfatguy/fbcontrib/detect AbnormalFinallyBlockReturn.java,
Brought to you by:
dbrosius
Update of /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18978/src/com/mebigfatguy/fbcontrib/detect Modified Files: AbnormalFinallyBlockReturn.java AbstractClassEmptyMethods.java AbstractOverriddenMethod.java ArrayBasedCollections.java BloatedSynchronizedBlock.java ClassEnvy.java ConfusingAutoboxedOverloading.java CopiedOverriddenMethod.java CustomBuiltXML.java CyclomaticComplexity.java DeclaredRuntimeException.java DubiousListCollection.java FinalParameters.java FloatingPointLoops.java InefficientStringBuffering.java ListIndexedIterating.java LiteralStringComparison.java ManualArrayCopy.java NeedlessAutoboxing.java NonCollectionMethodUse.java OrphanedDOMNode.java OverlyConcreteParameter.java ParallelLists.java PartiallyConstructedObjectAccess.java SpuriousThreadStates.java StaticMethodInstanceInvocation.java SyncCollectionIterators.java UnnecessaryStoreBeforeReturn.java UnrelatedCollectionContents.java Log Message: update copyright to 2005-2006 Index: NonCollectionMethodUse.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/NonCollectionMethodUse.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- NonCollectionMethodUse.java 5 Dec 2005 05:21:15 -0000 1.3 +++ NonCollectionMethodUse.java 4 Jan 2006 02:40:42 -0000 1.4 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: BloatedSynchronizedBlock.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedSynchronizedBlock.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- BloatedSynchronizedBlock.java 4 Jan 2006 02:28:19 -0000 1.6 +++ BloatedSynchronizedBlock.java 4 Jan 2006 02:40:42 -0000 1.7 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: AbstractClassEmptyMethods.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/AbstractClassEmptyMethods.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- AbstractClassEmptyMethods.java 5 Dec 2005 05:30:24 -0000 1.4 +++ AbstractClassEmptyMethods.java 4 Jan 2006 02:40:42 -0000 1.5 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: NeedlessAutoboxing.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/NeedlessAutoboxing.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- NeedlessAutoboxing.java 17 Dec 2005 04:31:01 -0000 1.4 +++ NeedlessAutoboxing.java 4 Jan 2006 02:40:42 -0000 1.5 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: CopiedOverriddenMethod.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/CopiedOverriddenMethod.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- CopiedOverriddenMethod.java 23 Dec 2005 03:24:35 -0000 1.4 +++ CopiedOverriddenMethod.java 4 Jan 2006 02:40:42 -0000 1.5 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: ConfusingAutoboxedOverloading.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ConfusingAutoboxedOverloading.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ConfusingAutoboxedOverloading.java 6 Dec 2005 05:55:44 -0000 1.6 +++ ConfusingAutoboxedOverloading.java 4 Jan 2006 02:40:42 -0000 1.7 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: ParallelLists.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ParallelLists.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- ParallelLists.java 5 Dec 2005 05:21:15 -0000 1.7 +++ ParallelLists.java 4 Jan 2006 02:40:42 -0000 1.8 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: PartiallyConstructedObjectAccess.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/PartiallyConstructedObjectAccess.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- PartiallyConstructedObjectAccess.java 5 Dec 2005 05:21:15 -0000 1.4 +++ PartiallyConstructedObjectAccess.java 4 Jan 2006 02:40:42 -0000 1.5 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: SpuriousThreadStates.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SpuriousThreadStates.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- SpuriousThreadStates.java 5 Dec 2005 05:21:15 -0000 1.4 +++ SpuriousThreadStates.java 4 Jan 2006 02:40:42 -0000 1.5 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: DubiousListCollection.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/DubiousListCollection.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- DubiousListCollection.java 6 Dec 2005 05:48:21 -0000 1.9 +++ DubiousListCollection.java 4 Jan 2006 02:40:42 -0000 1.10 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: AbnormalFinallyBlockReturn.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/AbnormalFinallyBlockReturn.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- AbnormalFinallyBlockReturn.java 5 Dec 2005 05:21:15 -0000 1.7 +++ AbnormalFinallyBlockReturn.java 4 Jan 2006 02:40:42 -0000 1.8 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: FinalParameters.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/FinalParameters.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- FinalParameters.java 6 Dec 2005 05:53:56 -0000 1.10 +++ FinalParameters.java 4 Jan 2006 02:40:42 -0000 1.11 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: ArrayBasedCollections.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ArrayBasedCollections.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ArrayBasedCollections.java 22 Dec 2005 19:12:47 -0000 1.3 +++ ArrayBasedCollections.java 4 Jan 2006 02:40:42 -0000 1.4 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: UnnecessaryStoreBeforeReturn.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UnnecessaryStoreBeforeReturn.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- UnnecessaryStoreBeforeReturn.java 5 Dec 2005 05:21:15 -0000 1.5 +++ UnnecessaryStoreBeforeReturn.java 4 Jan 2006 02:40:42 -0000 1.6 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: FloatingPointLoops.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/FloatingPointLoops.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- FloatingPointLoops.java 5 Dec 2005 05:21:15 -0000 1.7 +++ FloatingPointLoops.java 4 Jan 2006 02:40:42 -0000 1.8 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: OrphanedDOMNode.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/OrphanedDOMNode.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- OrphanedDOMNode.java 24 Dec 2005 04:59:42 -0000 1.3 +++ OrphanedDOMNode.java 4 Jan 2006 02:40:42 -0000 1.4 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: ListIndexedIterating.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ListIndexedIterating.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- ListIndexedIterating.java 6 Dec 2005 06:55:53 -0000 1.10 +++ ListIndexedIterating.java 4 Jan 2006 02:40:42 -0000 1.11 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: SyncCollectionIterators.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SyncCollectionIterators.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- SyncCollectionIterators.java 5 Dec 2005 05:21:15 -0000 1.9 +++ SyncCollectionIterators.java 4 Jan 2006 02:40:42 -0000 1.10 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: AbstractOverriddenMethod.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/AbstractOverriddenMethod.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- AbstractOverriddenMethod.java 28 Dec 2005 03:40:18 -0000 1.1 +++ AbstractOverriddenMethod.java 4 Jan 2006 02:40:42 -0000 1.2 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: ClassEnvy.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ClassEnvy.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ClassEnvy.java 5 Dec 2005 05:43:44 -0000 1.17 +++ ClassEnvy.java 4 Jan 2006 02:40:42 -0000 1.18 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: LiteralStringComparison.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LiteralStringComparison.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- LiteralStringComparison.java 6 Dec 2005 06:57:22 -0000 1.6 +++ LiteralStringComparison.java 4 Jan 2006 02:40:42 -0000 1.7 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: OverlyConcreteParameter.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/OverlyConcreteParameter.java,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- OverlyConcreteParameter.java 5 Dec 2005 05:21:15 -0000 1.25 +++ OverlyConcreteParameter.java 4 Jan 2006 02:40:42 -0000 1.26 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: DeclaredRuntimeException.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/DeclaredRuntimeException.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- DeclaredRuntimeException.java 6 Dec 2005 05:42:44 -0000 1.8 +++ DeclaredRuntimeException.java 4 Jan 2006 02:40:42 -0000 1.9 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: UnrelatedCollectionContents.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UnrelatedCollectionContents.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- UnrelatedCollectionContents.java 5 Dec 2005 05:21:15 -0000 1.10 +++ UnrelatedCollectionContents.java 4 Jan 2006 02:40:42 -0000 1.11 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: CustomBuiltXML.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/CustomBuiltXML.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- CustomBuiltXML.java 31 Dec 2005 03:21:42 -0000 1.4 +++ CustomBuiltXML.java 4 Jan 2006 02:40:42 -0000 1.5 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: CyclomaticComplexity.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/CyclomaticComplexity.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- CyclomaticComplexity.java 6 Dec 2005 05:40:57 -0000 1.8 +++ CyclomaticComplexity.java 4 Jan 2006 02:40:42 -0000 1.9 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: StaticMethodInstanceInvocation.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/StaticMethodInstanceInvocation.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- StaticMethodInstanceInvocation.java 5 Dec 2005 05:21:15 -0000 1.4 +++ StaticMethodInstanceInvocation.java 4 Jan 2006 02:40:42 -0000 1.5 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: ManualArrayCopy.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ManualArrayCopy.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ManualArrayCopy.java 5 Dec 2005 05:21:15 -0000 1.3 +++ ManualArrayCopy.java 4 Jan 2006 02:40:42 -0000 1.4 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: InefficientStringBuffering.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/InefficientStringBuffering.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- InefficientStringBuffering.java 5 Dec 2005 05:21:15 -0000 1.6 +++ InefficientStringBuffering.java 4 Jan 2006 02:40:42 -0000 1.7 @@ -1,6 +1,6 @@ /* * fb-contrib - Auxilliary detectors for Java programs - * Copyright (C) 2005 Dave Brosius + * Copyright (C) 2005-2006 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |