Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C4171768A for ; Fri, 20 Mar 2015 04:26:11 +0000 (UTC) Received: (qmail 56994 invoked by uid 500); 20 Mar 2015 04:26:00 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 56732 invoked by uid 500); 20 Mar 2015 04:25:59 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 56718 invoked by uid 99); 20 Mar 2015 04:25:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2015 04:25:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A54F0E00DB; Fri, 20 Mar 2015 04:25:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmclean@apache.org To: commits@flex.apache.org Date: Fri, 20 Mar 2015 04:26:03 -0000 Message-Id: In-Reply-To: <1129017347e1403a8cff1d4b07a605e5@git.apache.org> References: <1129017347e1403a8cff1d4b07a605e5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/10] git commit: [flex-sdk] [refs/heads/release4.14.1] - Remove @author tags http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/catalog/CatalogWriter.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/catalog/CatalogWriter.java b/modules/compiler/src/java/flex2/compiler/swc/catalog/CatalogWriter.java index 7224ae1..ec9eaf7 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/catalog/CatalogWriter.java +++ b/modules/compiler/src/java/flex2/compiler/swc/catalog/CatalogWriter.java @@ -35,8 +35,6 @@ import java.util.Set; /** * Used to write out a catalog.xml within a SWC. Uses various pieces * of a SWC to figure out what needs to be written out. - * - * @author Brian Deitte */ public class CatalogWriter { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/catalog/ReadContext.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/catalog/ReadContext.java b/modules/compiler/src/java/flex2/compiler/swc/catalog/ReadContext.java index 99a5b5a..10de257 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/catalog/ReadContext.java +++ b/modules/compiler/src/java/flex2/compiler/swc/catalog/ReadContext.java @@ -26,8 +26,6 @@ import java.util.Stack; /** * Context that allows for retrieval of current element and parent * elements. - * - * @author Brian Deitte */ public class ReadContext { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/zip/AsiExtraField.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/zip/AsiExtraField.java b/modules/compiler/src/java/flex2/compiler/swc/zip/AsiExtraField.java index 44069a6..8765471 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/zip/AsiExtraField.java +++ b/modules/compiler/src/java/flex2/compiler/swc/zip/AsiExtraField.java @@ -45,7 +45,6 @@ import java.util.zip.CRC32; *

Short is two bytes and Long is four bytes in big endian byte and * word order, device numbers are currently not supported.

* - * @author Stefan Bodewig * @version $Revision: 1.1 $ */ public class AsiExtraField implements ZipExtraField, UnixStat, Cloneable { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/zip/ExtraFieldUtils.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/zip/ExtraFieldUtils.java b/modules/compiler/src/java/flex2/compiler/swc/zip/ExtraFieldUtils.java index 8d3dc57..c262db5 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/zip/ExtraFieldUtils.java +++ b/modules/compiler/src/java/flex2/compiler/swc/zip/ExtraFieldUtils.java @@ -25,7 +25,6 @@ import java.util.Vector; /** * ZipExtraField related methods * - * @author Stefan Bodewig * @version $Revision: 1.1 $ */ public class ExtraFieldUtils { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/zip/Resource.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/zip/Resource.java b/modules/compiler/src/java/flex2/compiler/swc/zip/Resource.java index 4b653fd..c9a7987 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/zip/Resource.java +++ b/modules/compiler/src/java/flex2/compiler/swc/zip/Resource.java @@ -25,7 +25,6 @@ import flex2.compiler.swc.SwcException; * and date/time information about a file, a zip entry or some similar * resource (URL, archive in a version control repository, ...) * - * @author Antoine Levy-Lambert * @since Ant 1.5.2 */ public class Resource implements Cloneable, Comparable { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/zip/UnixStat.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/zip/UnixStat.java b/modules/compiler/src/java/flex2/compiler/swc/zip/UnixStat.java index d2d30a1..3220d61 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/zip/UnixStat.java +++ b/modules/compiler/src/java/flex2/compiler/swc/zip/UnixStat.java @@ -20,7 +20,6 @@ package flex2.compiler.swc.zip; /** * Constants from stat.h on Unix systems. * - * @author Stefan Bodewig * @version $Revision: 1.1 $ */ public interface UnixStat { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/zip/UnrecognizedExtraField.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/zip/UnrecognizedExtraField.java b/modules/compiler/src/java/flex2/compiler/swc/zip/UnrecognizedExtraField.java index 89a05b9..4f43c11 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/zip/UnrecognizedExtraField.java +++ b/modules/compiler/src/java/flex2/compiler/swc/zip/UnrecognizedExtraField.java @@ -24,7 +24,6 @@ package flex2.compiler.swc.zip; *

Assumes local file data and central directory entries are * identical - unless told the opposite.

* - * @author Stefan Bodewig * @version $Revision: 1.1 $ */ public class UnrecognizedExtraField implements ZipExtraField { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/zip/ZipEntry.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/zip/ZipEntry.java b/modules/compiler/src/java/flex2/compiler/swc/zip/ZipEntry.java index be8cba9..ff43d4d 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/zip/ZipEntry.java +++ b/modules/compiler/src/java/flex2/compiler/swc/zip/ZipEntry.java @@ -27,7 +27,6 @@ import java.util.Vector; * Extension that adds better handling of extra fields and provides * access to the internal and external file attributes. * - * @author Stefan Bodewig * @version $Revision: 1.1 $ */ public class ZipEntry extends java.util.zip.ZipEntry implements Cloneable { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/zip/ZipExtraField.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/zip/ZipExtraField.java b/modules/compiler/src/java/flex2/compiler/swc/zip/ZipExtraField.java index 59ec3c4..de3f012 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/zip/ZipExtraField.java +++ b/modules/compiler/src/java/flex2/compiler/swc/zip/ZipExtraField.java @@ -28,7 +28,6 @@ import flex2.compiler.swc.SwcException; * java.util.zip.ZipOutputStream java.util.zip.ZipOutputStream} will * only use the local file data in both places.

* - * @author Stefan Bodewig * @version $Revision: 1.1 $ */ public interface ZipExtraField { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/zip/ZipFile.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/zip/ZipFile.java b/modules/compiler/src/java/flex2/compiler/swc/zip/ZipFile.java index 8d702d5..e658614 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/zip/ZipFile.java +++ b/modules/compiler/src/java/flex2/compiler/swc/zip/ZipFile.java @@ -57,7 +57,6 @@ import java.util.zip.InflaterInputStream; *
  • close is allowed to throw IOException.
  • * * - * @author Stefan Bodewig * @version $Revision: 1.1 $ */ public class ZipFile { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/zip/ZipLong.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/zip/ZipLong.java b/modules/compiler/src/java/flex2/compiler/swc/zip/ZipLong.java index 76b74d9..bd39a57 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/zip/ZipLong.java +++ b/modules/compiler/src/java/flex2/compiler/swc/zip/ZipLong.java @@ -21,7 +21,6 @@ package flex2.compiler.swc.zip; * Utility class that represents a four byte integer with conversion * rules for the big endian byte order of ZIP files. * - * @author Stefan Bodewig * @version $Revision: 1.1 $ */ public final class ZipLong implements Cloneable { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/zip/ZipOutputStream.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/zip/ZipOutputStream.java b/modules/compiler/src/java/flex2/compiler/swc/zip/ZipOutputStream.java index 4fb7a29..4004688 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/zip/ZipOutputStream.java +++ b/modules/compiler/src/java/flex2/compiler/swc/zip/ZipOutputStream.java @@ -52,8 +52,6 @@ import java.util.zip.Deflater; * uncompressed size information is required before {@link * #putNextEntry putNextEntry} can be called.

    * - * @author Stefan Bodewig - * @author Richard Evans * @version $Revision: 1.1 $ */ public class ZipOutputStream extends FilterOutputStream { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/zip/ZipShort.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/swc/zip/ZipShort.java b/modules/compiler/src/java/flex2/compiler/swc/zip/ZipShort.java index 5963420..5bb4eae 100644 --- a/modules/compiler/src/java/flex2/compiler/swc/zip/ZipShort.java +++ b/modules/compiler/src/java/flex2/compiler/swc/zip/ZipShort.java @@ -21,7 +21,6 @@ package flex2.compiler.swc.zip; * Utility class that represents a two byte integer with conversion * rules for the big endian byte order of ZIP files. * - * @author Stefan Bodewig * @version $Revision: 1.1 $ */ public final class ZipShort implements Cloneable { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/AbstractLogAdapter.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/AbstractLogAdapter.java b/modules/compiler/src/java/flex2/compiler/util/AbstractLogAdapter.java index 127f03f..1acfe7c 100644 --- a/modules/compiler/src/java/flex2/compiler/util/AbstractLogAdapter.java +++ b/modules/compiler/src/java/flex2/compiler/util/AbstractLogAdapter.java @@ -27,8 +27,6 @@ import flex2.compiler.Logger; * This class is a default implementation of Logger. It just passes * through each call to the wrapped Logger. It is useful if you want * to filter a subset of the Logger's methods. - * - * @author Paul Reilly */ public abstract class AbstractLogAdapter implements Logger { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/AbstractLogger.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/AbstractLogger.java b/modules/compiler/src/java/flex2/compiler/util/AbstractLogger.java index 922ca0d..d8c3a94 100644 --- a/modules/compiler/src/java/flex2/compiler/util/AbstractLogger.java +++ b/modules/compiler/src/java/flex2/compiler/util/AbstractLogger.java @@ -26,8 +26,6 @@ import flash.localization.LocalizationManager; /** * A partial Logger implemenation, which adds some localization * related functionality. - * - * @author Roger Gonzalez */ public abstract class AbstractLogger implements Logger { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/Benchmark.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/Benchmark.java b/modules/compiler/src/java/flex2/compiler/util/Benchmark.java index 7ad1c2a..a750086 100644 --- a/modules/compiler/src/java/flex2/compiler/util/Benchmark.java +++ b/modules/compiler/src/java/flex2/compiler/util/Benchmark.java @@ -28,8 +28,6 @@ import java.util.Map; /** * A utility class used to record how long certain tasks take to run. - * - * @author Clement Wong */ public class Benchmark { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/CompilerControl.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/CompilerControl.java b/modules/compiler/src/java/flex2/compiler/util/CompilerControl.java index ce1f72c..f31b009 100644 --- a/modules/compiler/src/java/flex2/compiler/util/CompilerControl.java +++ b/modules/compiler/src/java/flex2/compiler/util/CompilerControl.java @@ -24,8 +24,6 @@ package flex2.compiler.util; * when an IDE wants to abort a compilation and start over after a * file has changed. * - * @version 2.0.1 - * @author Clement Wong */ public class CompilerControl { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/CompilerMessage.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/CompilerMessage.java b/modules/compiler/src/java/flex2/compiler/util/CompilerMessage.java index c0e889b..3fffaf5 100644 --- a/modules/compiler/src/java/flex2/compiler/util/CompilerMessage.java +++ b/modules/compiler/src/java/flex2/compiler/util/CompilerMessage.java @@ -28,8 +28,6 @@ import flash.localization.LocalizationManager; * exceptions thrown by the compiler. It can be used in catch * statements, but it shouldn't be constructed directly. A subclass * should be used when reporting an error or warning. - * - * @author Roger Gonzalez */ public class CompilerMessage extends CompilerException implements ILocalizableMessage { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/ConsoleLogger.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/ConsoleLogger.java b/modules/compiler/src/java/flex2/compiler/util/ConsoleLogger.java index ebcc06e..0f538f0 100644 --- a/modules/compiler/src/java/flex2/compiler/util/ConsoleLogger.java +++ b/modules/compiler/src/java/flex2/compiler/util/ConsoleLogger.java @@ -27,8 +27,6 @@ import flex2.compiler.io.FileUtil; /** * A Logger implementation that uses System.err and System.out to * output messages. - * - * @author Clement Wong */ public class ConsoleLogger extends AbstractLogger implements Logger { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/LinkedQNameMap.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/LinkedQNameMap.java b/modules/compiler/src/java/flex2/compiler/util/LinkedQNameMap.java index d8cad44..4d7245e 100644 --- a/modules/compiler/src/java/flex2/compiler/util/LinkedQNameMap.java +++ b/modules/compiler/src/java/flex2/compiler/util/LinkedQNameMap.java @@ -23,8 +23,6 @@ import java.util.LinkedHashMap; /** * A QNameMap implementation that maintains order. - * - * @author Clement Wong */ public class LinkedQNameMap extends LinkedHashMap { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/LocalLogger.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/LocalLogger.java b/modules/compiler/src/java/flex2/compiler/util/LocalLogger.java index 9c217d9..3ab2842 100644 --- a/modules/compiler/src/java/flex2/compiler/util/LocalLogger.java +++ b/modules/compiler/src/java/flex2/compiler/util/LocalLogger.java @@ -33,8 +33,6 @@ import macromedia.asc.util.IntegerPool; /** * LocalLogger keeps a local count of warnings of errors. - * - * @author Clement Wong */ public class LocalLogger implements Logger { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/ManifestParser.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/ManifestParser.java b/modules/compiler/src/java/flex2/compiler/util/ManifestParser.java index 52ce0d3..97f57ef 100644 --- a/modules/compiler/src/java/flex2/compiler/util/ManifestParser.java +++ b/modules/compiler/src/java/flex2/compiler/util/ManifestParser.java @@ -36,8 +36,6 @@ import java.io.InputStream; /** * Parses a manifest into a NameMappings. * - * @author Brian Deitte - * @author Clement Wong */ public class ManifestParser { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/MimeMappings.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/MimeMappings.java b/modules/compiler/src/java/flex2/compiler/util/MimeMappings.java index dd5ae9d..bf77028 100644 --- a/modules/compiler/src/java/flex2/compiler/util/MimeMappings.java +++ b/modules/compiler/src/java/flex2/compiler/util/MimeMappings.java @@ -23,9 +23,7 @@ import java.util.*; /** * Map MIME types to file extensions - * - * @author Clement Wong - */ +*/ public final class MimeMappings { public static final String MXML = "text/mxml"; http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/MultiName.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/MultiName.java b/modules/compiler/src/java/flex2/compiler/util/MultiName.java index 463f30f..dcd9a7c 100644 --- a/modules/compiler/src/java/flex2/compiler/util/MultiName.java +++ b/modules/compiler/src/java/flex2/compiler/util/MultiName.java @@ -26,8 +26,6 @@ import java.util.Map; * This class represents a pairing of a local part with a set of * namespace URI's. For example: (["mx.controls", "mx.core"], * "Button") - * - * @author Clement Wong */ public final class MultiName extends Name { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/MultiNameMap.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/MultiNameMap.java b/modules/compiler/src/java/flex2/compiler/util/MultiNameMap.java index 245c67f..b84d1c1 100644 --- a/modules/compiler/src/java/flex2/compiler/util/MultiNameMap.java +++ b/modules/compiler/src/java/flex2/compiler/util/MultiNameMap.java @@ -23,8 +23,6 @@ import java.util.*; /** * This class represents a map of MultiNames to QNames. - * - * @author Clement Wong */ //TODO This class should just extend HashMap, it doesn't need to be an adapter public class MultiNameMap http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/MxmlCommentUtil.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/MxmlCommentUtil.java b/modules/compiler/src/java/flex2/compiler/util/MxmlCommentUtil.java index 6647427..da084d4 100644 --- a/modules/compiler/src/java/flex2/compiler/util/MxmlCommentUtil.java +++ b/modules/compiler/src/java/flex2/compiler/util/MxmlCommentUtil.java @@ -26,8 +26,6 @@ import java.util.regex.Pattern; /** * This class converts the plain comment to the format expected by the * ClassTable. - * - * @author gauravj */ public class MxmlCommentUtil { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/Name.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/Name.java b/modules/compiler/src/java/flex2/compiler/util/Name.java index b226c98..2042499 100644 --- a/modules/compiler/src/java/flex2/compiler/util/Name.java +++ b/modules/compiler/src/java/flex2/compiler/util/Name.java @@ -22,8 +22,6 @@ package flex2.compiler.util; /** * A common base class for MultiName and QName to enable putting them * in Map's and Set's together. - * - * @author Paul Reilly */ public abstract class Name { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/NameMappings.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/NameMappings.java b/modules/compiler/src/java/flex2/compiler/util/NameMappings.java index f8fa4bf..82669eb 100644 --- a/modules/compiler/src/java/flex2/compiler/util/NameMappings.java +++ b/modules/compiler/src/java/flex2/compiler/util/NameMappings.java @@ -28,8 +28,6 @@ import java.util.HashSet; /** * Stores the mappings of name and uri to classname. * - * @author Brian Deitte - * @author Clement Wong */ public class NameMappings { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/PerformanceData.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/PerformanceData.java b/modules/compiler/src/java/flex2/compiler/util/PerformanceData.java index d948d25..e5104a2 100644 --- a/modules/compiler/src/java/flex2/compiler/util/PerformanceData.java +++ b/modules/compiler/src/java/flex2/compiler/util/PerformanceData.java @@ -24,8 +24,6 @@ package flex2.compiler.util; * * Contains the number of times the method was called and the total * amount of time in the method. - * - * @author dloverin */ public class PerformanceData { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/QName.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/QName.java b/modules/compiler/src/java/flex2/compiler/util/QName.java index 2ee0016..9154413 100644 --- a/modules/compiler/src/java/flex2/compiler/util/QName.java +++ b/modules/compiler/src/java/flex2/compiler/util/QName.java @@ -23,8 +23,6 @@ import flex2.compiler.SymbolTable; /** * This class represents a namespace URI and local part. - * - * @author Clement Wong */ public final class QName extends Name { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/QNameList.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/QNameList.java b/modules/compiler/src/java/flex2/compiler/util/QNameList.java index 66c5f2e..bc7b771 100644 --- a/modules/compiler/src/java/flex2/compiler/util/QNameList.java +++ b/modules/compiler/src/java/flex2/compiler/util/QNameList.java @@ -29,8 +29,6 @@ import java.util.Set; * This class represents a list of QNames. It includes handy methods, * like contains(String, String), which allow performing collection * operations without having to create a new QName. - * - * @author Clement Wong */ public class QNameList extends ArrayList { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/QNameMap.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/QNameMap.java b/modules/compiler/src/java/flex2/compiler/util/QNameMap.java index 142a03d..3008243 100644 --- a/modules/compiler/src/java/flex2/compiler/util/QNameMap.java +++ b/modules/compiler/src/java/flex2/compiler/util/QNameMap.java @@ -25,8 +25,6 @@ import java.util.HashMap; * This class represents a map of QName to Objects. It includes handy * methods, like containsKey(String, String), which allow performing * collection operations without having to create a new QName. - * - * @author Clement Wong */ public class QNameMap extends HashMap { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/QNameSet.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/QNameSet.java b/modules/compiler/src/java/flex2/compiler/util/QNameSet.java index 489beb0..b4cdc0f 100644 --- a/modules/compiler/src/java/flex2/compiler/util/QNameSet.java +++ b/modules/compiler/src/java/flex2/compiler/util/QNameSet.java @@ -28,8 +28,6 @@ import java.util.Set; * This class represents a set of QNames. It includes handy methods, * like contains(String, String), which allow performing collection * operations without having to create a new QName. - * - * @author Clement Wong */ public class QNameSet extends HashSet { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/SwcDependencyInfo.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/SwcDependencyInfo.java b/modules/compiler/src/java/flex2/compiler/util/SwcDependencyInfo.java index be02264..005f569 100644 --- a/modules/compiler/src/java/flex2/compiler/util/SwcDependencyInfo.java +++ b/modules/compiler/src/java/flex2/compiler/util/SwcDependencyInfo.java @@ -33,8 +33,6 @@ import flex2.compiler.util.graph.Vertex; * needed so to provide those classes. If SWC A is used as an RSL, * SWC B will need to be loaded before SWC A if there is an * inheritance dependency between the two SWCs. - * - * @author dloverin */ public interface SwcDependencyInfo { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/SwcDependencyInfoImpl.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/SwcDependencyInfoImpl.java b/modules/compiler/src/java/flex2/compiler/util/SwcDependencyInfoImpl.java index c61c8c0..fe53863 100644 --- a/modules/compiler/src/java/flex2/compiler/util/SwcDependencyInfoImpl.java +++ b/modules/compiler/src/java/flex2/compiler/util/SwcDependencyInfoImpl.java @@ -32,8 +32,6 @@ import flex2.compiler.util.graph.Visitor; * Implementation to store the swc dependency graph, hiding the actual * implementation details. Also stores the externs of a SWC which can * be retrieved later via the API. - * - * @author dloverin */ class SwcDependencyInfoImpl implements SwcDependencyInfo { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/SwcDependencyUtil.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/SwcDependencyUtil.java b/modules/compiler/src/java/flex2/compiler/util/SwcDependencyUtil.java index cad35b0..0bcec62 100644 --- a/modules/compiler/src/java/flex2/compiler/util/SwcDependencyUtil.java +++ b/modules/compiler/src/java/flex2/compiler/util/SwcDependencyUtil.java @@ -45,8 +45,6 @@ import flex2.compiler.util.graph.Vertex; /** * Utility to find the dependency between a given set of SWCs. - * - * @author dloverin */ public class SwcDependencyUtil { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/SwcExternalScriptInfo.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/SwcExternalScriptInfo.java b/modules/compiler/src/java/flex2/compiler/util/SwcExternalScriptInfo.java index ad4eeb9..90c87be 100644 --- a/modules/compiler/src/java/flex2/compiler/util/SwcExternalScriptInfo.java +++ b/modules/compiler/src/java/flex2/compiler/util/SwcExternalScriptInfo.java @@ -23,8 +23,6 @@ import java.util.Set; /** * Information about how an external script is resolved. - * - * @author dloverin */ public interface SwcExternalScriptInfo { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/SwcExternalScriptInfoImpl.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/SwcExternalScriptInfoImpl.java b/modules/compiler/src/java/flex2/compiler/util/SwcExternalScriptInfoImpl.java index 62cbb00..4473f4d 100644 --- a/modules/compiler/src/java/flex2/compiler/util/SwcExternalScriptInfoImpl.java +++ b/modules/compiler/src/java/flex2/compiler/util/SwcExternalScriptInfoImpl.java @@ -31,8 +31,6 @@ import java.util.TreeMap; * definitions in a SWC that are resolved in other SWCs. For each * script, the dependency types are kept as are the SWCs that resolve * the dependency. - * - * @author dloverin */ class SwcExternalScriptInfoImpl implements SwcExternalScriptInfo { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/ThreadLocalToolkit.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/ThreadLocalToolkit.java b/modules/compiler/src/java/flex2/compiler/util/ThreadLocalToolkit.java index 30dafb5..55cfe1f 100644 --- a/modules/compiler/src/java/flex2/compiler/util/ThreadLocalToolkit.java +++ b/modules/compiler/src/java/flex2/compiler/util/ThreadLocalToolkit.java @@ -39,8 +39,6 @@ import java.util.Map; * leaks, though. All the variables should be cleared at the end of a * compilation. Otherwise, if the thread used for compilation * changes, lots of memory will be leaked with the old thread. - * - * @author Clement Wong */ public final class ThreadLocalToolkit { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/TraceExtension.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/TraceExtension.java b/modules/compiler/src/java/flex2/compiler/util/TraceExtension.java index 3d4bd5e..fa779ff 100644 --- a/modules/compiler/src/java/flex2/compiler/util/TraceExtension.java +++ b/modules/compiler/src/java/flex2/compiler/util/TraceExtension.java @@ -28,8 +28,6 @@ import flex2.compiler.as3.reflect.TypeTable; * through each of the phases for each CompilationUnit. The * differences between the batch algorithms can be seen using this * class. - * - * @author Clement Wong */ public class TraceExtension implements Extension { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/VelocityException.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/VelocityException.java b/modules/compiler/src/java/flex2/compiler/util/VelocityException.java index 91b0510..bb84c00 100644 --- a/modules/compiler/src/java/flex2/compiler/util/VelocityException.java +++ b/modules/compiler/src/java/flex2/compiler/util/VelocityException.java @@ -21,8 +21,6 @@ package flex2.compiler.util; /** * Encapsulates the exceptions thrown during Velocity template usage. - * - * @author Paul Reilly */ public class VelocityException { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/XMLStringSerializer.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/XMLStringSerializer.java b/modules/compiler/src/java/flex2/compiler/util/XMLStringSerializer.java index 6f77e9a..b83f9e5 100644 --- a/modules/compiler/src/java/flex2/compiler/util/XMLStringSerializer.java +++ b/modules/compiler/src/java/flex2/compiler/util/XMLStringSerializer.java @@ -447,10 +447,6 @@ class UTF8Encoder { * * Accordingly, this stack is implemented as a single array, will null * values used to indicate frame boundaries. - * - * @author James Snell - * @author Glen Daniels (gdaniels@apache.org) - * @author Sam Ruby (rubys@us.ibm.com) */ class NSStack { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/graph/Algorithms.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/graph/Algorithms.java b/modules/compiler/src/java/flex2/compiler/util/graph/Algorithms.java index b2321a4..82aa841 100644 --- a/modules/compiler/src/java/flex2/compiler/util/graph/Algorithms.java +++ b/modules/compiler/src/java/flex2/compiler/util/graph/Algorithms.java @@ -28,8 +28,6 @@ import java.util.Set; /** * A collection of graph sorting and utility methods. - * - * @author Clement Wong */ public final class Algorithms { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/graph/DependencyGraph.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/graph/DependencyGraph.java b/modules/compiler/src/java/flex2/compiler/util/graph/DependencyGraph.java index c115a9c..350e7e4 100644 --- a/modules/compiler/src/java/flex2/compiler/util/graph/DependencyGraph.java +++ b/modules/compiler/src/java/flex2/compiler/util/graph/DependencyGraph.java @@ -29,8 +29,6 @@ import java.util.Set; /** * Used by the compiler driver to represent a dependency graph. - * - * @author Clement Wong */ public class DependencyGraph extends Graph { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/graph/Edge.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/graph/Edge.java b/modules/compiler/src/java/flex2/compiler/util/graph/Edge.java index 45b206b..523d74c 100644 --- a/modules/compiler/src/java/flex2/compiler/util/graph/Edge.java +++ b/modules/compiler/src/java/flex2/compiler/util/graph/Edge.java @@ -23,8 +23,6 @@ package flex2.compiler.util.graph; /** * Represents an edge in a graph. - * - * @author Clement Wong */ public final class Edge { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/graph/Graph.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/graph/Graph.java b/modules/compiler/src/java/flex2/compiler/util/graph/Graph.java index e827251..9ad988c 100644 --- a/modules/compiler/src/java/flex2/compiler/util/graph/Graph.java +++ b/modules/compiler/src/java/flex2/compiler/util/graph/Graph.java @@ -27,8 +27,6 @@ import java.util.Set; /** * A base class for DependencyGraph. - * - * @author Clement Wong */ public class Graph { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/graph/Vertex.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/graph/Vertex.java b/modules/compiler/src/java/flex2/compiler/util/graph/Vertex.java index 9af3d5c..12f4f3b 100644 --- a/modules/compiler/src/java/flex2/compiler/util/graph/Vertex.java +++ b/modules/compiler/src/java/flex2/compiler/util/graph/Vertex.java @@ -25,8 +25,6 @@ import java.util.*; /** * Represents a node in a graph. - * - * @author Clement Wong */ public final class Vertex { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/util/graph/Visitor.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/compiler/util/graph/Visitor.java b/modules/compiler/src/java/flex2/compiler/util/graph/Visitor.java index 37879a4..1016f26 100644 --- a/modules/compiler/src/java/flex2/compiler/util/graph/Visitor.java +++ b/modules/compiler/src/java/flex2/compiler/util/graph/Visitor.java @@ -23,8 +23,6 @@ package flex2.compiler.util.graph; /** * Defines the visitor API for the graphs in this package. - * - * @author Clement Wong */ public interface Visitor { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/linker/CULinkable.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/linker/CULinkable.java b/modules/compiler/src/java/flex2/linker/CULinkable.java index 03f076b..fd5d653 100644 --- a/modules/compiler/src/java/flex2/linker/CULinkable.java +++ b/modules/compiler/src/java/flex2/linker/CULinkable.java @@ -31,8 +31,6 @@ import java.util.HashSet; /** * Represents a CompilationUnit wrapper, which exposes only the * information used during dependency traversal. - * - * @author Roger Gonzalez */ public class CULinkable implements Linkable { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/linker/ConsoleApplication.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/linker/ConsoleApplication.java b/modules/compiler/src/java/flex2/linker/ConsoleApplication.java index 4e7cb6f..b59248d 100644 --- a/modules/compiler/src/java/flex2/linker/ConsoleApplication.java +++ b/modules/compiler/src/java/flex2/linker/ConsoleApplication.java @@ -38,8 +38,6 @@ import flex2.compiler.util.graph.Visitor; /** * The equivalent of FlexMovie when building a projector, ie a .exe. - * - * @author Clement Wong */ public class ConsoleApplication { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/linker/DependencyWalker.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/linker/DependencyWalker.java b/modules/compiler/src/java/flex2/linker/DependencyWalker.java index 0765d48..34d276f 100644 --- a/modules/compiler/src/java/flex2/linker/DependencyWalker.java +++ b/modules/compiler/src/java/flex2/linker/DependencyWalker.java @@ -34,8 +34,6 @@ import java.util.*; * * This is handy since dependencies in Flex are a transposed DAG * (edges point to predecessors, not successors). - * - * @author Roger Gonzalez */ public class DependencyWalker { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/linker/FlexMovie.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/linker/FlexMovie.java b/modules/compiler/src/java/flex2/linker/FlexMovie.java index 762400e..d6e08a8 100644 --- a/modules/compiler/src/java/flex2/linker/FlexMovie.java +++ b/modules/compiler/src/java/flex2/linker/FlexMovie.java @@ -35,8 +35,6 @@ import java.util.*; /** * Extends SimpleMovie by adding support for multiple frames and * keeping AS3 metadata. - * - * @author Roger Gonzalez */ public class FlexMovie extends SimpleMovie { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/linker/Linkable.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/linker/Linkable.java b/modules/compiler/src/java/flex2/linker/Linkable.java index 34d1425..2827b28 100644 --- a/modules/compiler/src/java/flex2/linker/Linkable.java +++ b/modules/compiler/src/java/flex2/linker/Linkable.java @@ -23,8 +23,6 @@ import java.util.Iterator; /** * Defines the API of a unit that supports linking. - * - * @author Roger Gonzalez */ public interface Linkable { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/linker/LinkerAPI.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/linker/LinkerAPI.java b/modules/compiler/src/java/flex2/linker/LinkerAPI.java index 857521e..92668a8 100644 --- a/modules/compiler/src/java/flex2/linker/LinkerAPI.java +++ b/modules/compiler/src/java/flex2/linker/LinkerAPI.java @@ -32,8 +32,6 @@ import java.util.List; /** * Flex Linker API. * - * @author Roger Gonzalez - * @author Clement Wong */ public final class LinkerAPI { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/linker/LinkerConfiguration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/linker/LinkerConfiguration.java b/modules/compiler/src/java/flex2/linker/LinkerConfiguration.java index 97bbefe..28dd782 100644 --- a/modules/compiler/src/java/flex2/linker/LinkerConfiguration.java +++ b/modules/compiler/src/java/flex2/linker/LinkerConfiguration.java @@ -28,8 +28,6 @@ import flex2.compiler.common.FramesConfiguration.FrameInfo; /** * This interface is used to restrict consumers of * flex2.compiler.common.Configuration to linker specific options. - * - * @author Clement Wong */ public interface LinkerConfiguration { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/linker/LinkerException.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/linker/LinkerException.java b/modules/compiler/src/java/flex2/linker/LinkerException.java index aadd9a4..7d24660 100644 --- a/modules/compiler/src/java/flex2/linker/LinkerException.java +++ b/modules/compiler/src/java/flex2/linker/LinkerException.java @@ -25,8 +25,6 @@ import flex2.compiler.util.ThreadLocalToolkit; /** * Exception specific to linking. - * - * @author Clement Wong */ public class LinkerException extends Exception implements ILocalizableMessage { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/linker/PostLink.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/linker/PostLink.java b/modules/compiler/src/java/flex2/linker/PostLink.java index 3bd246c..cf6e2dd 100644 --- a/modules/compiler/src/java/flex2/linker/PostLink.java +++ b/modules/compiler/src/java/flex2/linker/PostLink.java @@ -23,8 +23,6 @@ import flash.swf.Movie; /** * Defines the API for post-link processing. - * - * @author Clement Wong */ public interface PostLink { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/linker/SimpleMovie.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/linker/SimpleMovie.java b/modules/compiler/src/java/flex2/linker/SimpleMovie.java index 1f34011..fe59138 100644 --- a/modules/compiler/src/java/flex2/linker/SimpleMovie.java +++ b/modules/compiler/src/java/flex2/linker/SimpleMovie.java @@ -42,8 +42,6 @@ import java.util.*; * Represents a simple single frame Movie. It's currently not * instantiated directly. Instead, it's subclasses for special * purposes like an application SWF or a library SWF. - * - * @author Clement Wong */ public class SimpleMovie extends Movie { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/ASDoc.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/ASDoc.java b/modules/compiler/src/java/flex2/tools/ASDoc.java index 82541d6..ae80a2d 100644 --- a/modules/compiler/src/java/flex2/tools/ASDoc.java +++ b/modules/compiler/src/java/flex2/tools/ASDoc.java @@ -34,8 +34,6 @@ import org.apache.flex.tools.FlexTool; /** * The entry-point for ASDoc. * - * @see flex2.compiler.asdoc.AsDocAPI - * @author Brian Deitte */ public class ASDoc extends Tool implements FlexTool { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java b/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java index 959cfe9..2019c3c 100644 --- a/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java +++ b/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java @@ -38,8 +38,6 @@ import java.util.Map; /** * asdoc specific configuration. - * - * @author Brian Deitte */ public class ASDocConfiguration extends ToolsConfiguration { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/CommandLineConfiguration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/CommandLineConfiguration.java b/modules/compiler/src/java/flex2/tools/CommandLineConfiguration.java index 727fa80..150d6a9 100644 --- a/modules/compiler/src/java/flex2/tools/CommandLineConfiguration.java +++ b/modules/compiler/src/java/flex2/tools/CommandLineConfiguration.java @@ -41,8 +41,6 @@ import java.util.List; * -file-specs, -help, -include-resource-bundles, -load-config, * -output, -projector, and -version. * - * @author Roger Gonzalez - * @author Clement Wong */ public class CommandLineConfiguration extends ToolsConfiguration { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/Compc.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/Compc.java b/modules/compiler/src/java/flex2/tools/Compc.java index 184d407..cddb12e 100644 --- a/modules/compiler/src/java/flex2/tools/Compc.java +++ b/modules/compiler/src/java/flex2/tools/Compc.java @@ -46,8 +46,6 @@ import java.util.*; /** * Entry-point for compc, the command-line tool for compiling components. - * - * @author Brian Deitte */ public class Compc extends Tool implements FlexTool { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/CompcConfiguration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/CompcConfiguration.java b/modules/compiler/src/java/flex2/tools/CompcConfiguration.java index 40b5041..934798a 100644 --- a/modules/compiler/src/java/flex2/tools/CompcConfiguration.java +++ b/modules/compiler/src/java/flex2/tools/CompcConfiguration.java @@ -42,8 +42,6 @@ import java.util.Map; /** * compc specific configuration. - * - * @author Brian Deitte */ public class CompcConfiguration extends ToolsConfiguration { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/CompcPreLink.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/CompcPreLink.java b/modules/compiler/src/java/flex2/tools/CompcPreLink.java index 8c4d68c..17654d2 100644 --- a/modules/compiler/src/java/flex2/tools/CompcPreLink.java +++ b/modules/compiler/src/java/flex2/tools/CompcPreLink.java @@ -56,8 +56,6 @@ import java.util.*; * Compc specific PreLink implementation, which handles generating a * root class, which handles registring embedded fonts and setting up * for RSL's and resource bundles. - * - * @author Brian Deitte */ public class CompcPreLink implements flex2.compiler.PreLink { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/CopyLocale.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/CopyLocale.java b/modules/compiler/src/java/flex2/tools/CopyLocale.java index 11dec69..717cf95 100644 --- a/modules/compiler/src/java/flex2/tools/CopyLocale.java +++ b/modules/compiler/src/java/flex2/tools/CopyLocale.java @@ -40,8 +40,6 @@ import java.util.HashMap; *

    * you will then have what you need for the fr_FR locale; the resources * for this locale will simply be copies of those for the en_US locale. - * - * @author Gordon Smith */ public class CopyLocale { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/DigestConfiguration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/DigestConfiguration.java b/modules/compiler/src/java/flex2/tools/DigestConfiguration.java index f027256..9e04cc4 100644 --- a/modules/compiler/src/java/flex2/tools/DigestConfiguration.java +++ b/modules/compiler/src/java/flex2/tools/DigestConfiguration.java @@ -31,8 +31,6 @@ import java.util.Map; /** * Options for the digest tool. - * - * @author dloverin */ public class DigestConfiguration { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/DigestRootConfiguration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/DigestRootConfiguration.java b/modules/compiler/src/java/flex2/tools/DigestRootConfiguration.java index 616b323..6296bf0 100644 --- a/modules/compiler/src/java/flex2/tools/DigestRootConfiguration.java +++ b/modules/compiler/src/java/flex2/tools/DigestRootConfiguration.java @@ -24,8 +24,6 @@ import flex2.compiler.config.ConfigurationValue; /** * Used to setup the "digest." prefix for the optioins in DigestConfiguration. - * - * @author dloverin */ public class DigestRootConfiguration { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/DigestTool.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/DigestTool.java b/modules/compiler/src/java/flex2/tools/DigestTool.java index 306a4de..d9c0494 100644 --- a/modules/compiler/src/java/flex2/tools/DigestTool.java +++ b/modules/compiler/src/java/flex2/tools/DigestTool.java @@ -42,8 +42,6 @@ import org.apache.flex.tools.FlexTool; /** * Given the path to a file and a swc, update the digest xml in catalog.xml of the swc * with the new digest of the file. - * - * @author dloverin * */ public class DigestTool extends Tool implements FlexTool http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/Fcsh.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/Fcsh.java b/modules/compiler/src/java/flex2/tools/Fcsh.java index 12b4605..5810ba9 100644 --- a/modules/compiler/src/java/flex2/tools/Fcsh.java +++ b/modules/compiler/src/java/flex2/tools/Fcsh.java @@ -48,8 +48,6 @@ import java.util.*; /** * fcsh (Flex Compiler SHell) - * - * @author Clement Wong */ public class Fcsh extends Tool { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/FontLicenseChecker.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/FontLicenseChecker.java b/modules/compiler/src/java/flex2/tools/FontLicenseChecker.java index 6093efa..e49b85a 100644 --- a/modules/compiler/src/java/flex2/tools/FontLicenseChecker.java +++ b/modules/compiler/src/java/flex2/tools/FontLicenseChecker.java @@ -34,8 +34,6 @@ import flash.fonts.FSType; * Prints out a report on what fonts can and can't be used in the given directory and its subdirectories. * We check the fsType of the fonts found. More information on this can be found here: * http://partners.adobe.com/public/developer/en/acrobat/sdk/FontPolicies.pdf - * - * @author Brian Deitte */ public class FontLicenseChecker { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/FontSnapshot.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/FontSnapshot.java b/modules/compiler/src/java/flex2/tools/FontSnapshot.java index 6336d5a..8409036 100644 --- a/modules/compiler/src/java/flex2/tools/FontSnapshot.java +++ b/modules/compiler/src/java/flex2/tools/FontSnapshot.java @@ -45,8 +45,6 @@ import flash.fonts.LocalFont; * * This is done as a separate tool and not as part of a compilation because of speed. Reading all of * the fonts on a system takes a non-trivial amount of time. - * - * @author Brian Deitte */ public class FontSnapshot { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/LicensesConfiguration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/LicensesConfiguration.java b/modules/compiler/src/java/flex2/tools/LicensesConfiguration.java index 22971ff..a3de170 100644 --- a/modules/compiler/src/java/flex2/tools/LicensesConfiguration.java +++ b/modules/compiler/src/java/flex2/tools/LicensesConfiguration.java @@ -29,7 +29,6 @@ import java.util.Map; * A sub-configuration of ToolsConfiguration. * * @see flex2.tools.ToolsConfiguration - * @author Paul Reilly */ public class LicensesConfiguration { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/MovieMetaDataPrinter.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/MovieMetaDataPrinter.java b/modules/compiler/src/java/flex2/tools/MovieMetaDataPrinter.java index a56d79f..a2ae6f4 100644 --- a/modules/compiler/src/java/flex2/tools/MovieMetaDataPrinter.java +++ b/modules/compiler/src/java/flex2/tools/MovieMetaDataPrinter.java @@ -50,9 +50,7 @@ import flash.swf.tags.DoABC; /** * Command line tool for dumping all the classes, their functions, and * the location of each class. - * - * @author Clement Wong - */ +*/ public class MovieMetaDataPrinter { /** http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/Mxmlc.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc.java b/modules/compiler/src/java/flex2/tools/Mxmlc.java index f48bd37..bc426b3 100644 --- a/modules/compiler/src/java/flex2/tools/Mxmlc.java +++ b/modules/compiler/src/java/flex2/tools/Mxmlc.java @@ -51,8 +51,6 @@ import java.util.Map.Entry; * A command line tool for compiling Flex applications. Despite the * name, in addition to .mxml files, this tool can be used to compile * other file formats, like .as and .css. - * - * @author Clement Wong */ public final class Mxmlc extends Tool implements FlexTool { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/Optimizer.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/Optimizer.java b/modules/compiler/src/java/flex2/tools/Optimizer.java index bc496bf..26a9dcf 100644 --- a/modules/compiler/src/java/flex2/tools/Optimizer.java +++ b/modules/compiler/src/java/flex2/tools/Optimizer.java @@ -49,9 +49,7 @@ import org.apache.flex.tools.FlexTool; /** * The post-link optimizer as a command-line tool... - * - * @author Clement Wong - */ +*/ public class Optimizer implements FlexTool { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/PostLink.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/PostLink.java b/modules/compiler/src/java/flex2/tools/PostLink.java index bcbebc6..41a6e91 100644 --- a/modules/compiler/src/java/flex2/tools/PostLink.java +++ b/modules/compiler/src/java/flex2/tools/PostLink.java @@ -42,8 +42,6 @@ import java.util.Set; /** * Implementation of flex2.linker.PostLink which merges ABC blocks and * runs a peephole optimizer on the byte code. - * - * @author Clement Wong */ public class PostLink implements flex2.linker.PostLink { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/PreLink.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/PreLink.java b/modules/compiler/src/java/flex2/tools/PreLink.java index b520e6a..20860e5 100644 --- a/modules/compiler/src/java/flex2/tools/PreLink.java +++ b/modules/compiler/src/java/flex2/tools/PreLink.java @@ -73,13 +73,6 @@ import java.util.*; /** * A flex2.compiler.PreLink implementation, which creates the FlexInit * and SystemManager subclass. - * - * @author Clement Wong - * @author Roger Gonzalez (mixin, flexinit, bootstrap) - * @author Basil Hosmer (service config) - * @author Brian Deitte (font) - * @author Cathy Murphy (accessibility) - * @author Gordon Smith (i18n) */ public class PreLink implements flex2.compiler.PreLink { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/SwcDependencies.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/SwcDependencies.java b/modules/compiler/src/java/flex2/tools/SwcDependencies.java index e654365..a7d2bed 100644 --- a/modules/compiler/src/java/flex2/tools/SwcDependencies.java +++ b/modules/compiler/src/java/flex2/tools/SwcDependencies.java @@ -49,8 +49,6 @@ import flex2.compiler.util.ThreadLocalToolkit; * * This tool accepts all the command line options that mxmlc does but only uses the options to gather SWCs, it does * not modify the file system in any way. - * - * @author dloverin * */ public class SwcDependencies extends Tool http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/SwcTarget.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/SwcTarget.java b/modules/compiler/src/java/flex2/tools/SwcTarget.java index 15c1e9c..c229e2e 100644 --- a/modules/compiler/src/java/flex2/tools/SwcTarget.java +++ b/modules/compiler/src/java/flex2/tools/SwcTarget.java @@ -26,8 +26,6 @@ import java.util.Map; /** * Fcsh helper class. - * - * @author Clement Wong */ public class SwcTarget extends Target { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/Target.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/Target.java b/modules/compiler/src/java/flex2/tools/Target.java index 4eb060f..205b5df 100644 --- a/modules/compiler/src/java/flex2/tools/Target.java +++ b/modules/compiler/src/java/flex2/tools/Target.java @@ -38,8 +38,6 @@ import macromedia.asc.util.ContextStatics; /** * Fcsh helper class. - * - * @author Clement Wong */ public class Target { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/WebTierAPI.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/WebTierAPI.java b/modules/compiler/src/java/flex2/tools/WebTierAPI.java index 72d901a..c040edf 100644 --- a/modules/compiler/src/java/flex2/tools/WebTierAPI.java +++ b/modules/compiler/src/java/flex2/tools/WebTierAPI.java @@ -61,8 +61,6 @@ import java.util.Map; /** * This class is used externally by the webtier compiler and * internally by some of the other flex tools, like fcsh and mxmlc. - * - * @author Clement Wong */ public final class WebTierAPI extends Tool { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/Application.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Application.java b/modules/compiler/src/java/flex2/tools/oem/Application.java index 76be8ca..880e767 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Application.java +++ b/modules/compiler/src/java/flex2/tools/oem/Application.java @@ -172,7 +172,6 @@ import macromedia.asc.util.ContextStatics; * @see flex2.tools.oem.Configuration * @see flex2.tools.oem.Project * @version 2.0.1 - * @author Clement Wong */ public class Application implements Builder { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/ApplicationCache.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/ApplicationCache.java b/modules/compiler/src/java/flex2/tools/oem/ApplicationCache.java index 2e439d3..865ca41 100644 --- a/modules/compiler/src/java/flex2/tools/oem/ApplicationCache.java +++ b/modules/compiler/src/java/flex2/tools/oem/ApplicationCache.java @@ -46,7 +46,6 @@ import macromedia.asc.util.ObjectList; * benefit of the application cache would be lost. * * @since 4.5 - * @author Paul Reilly */ public class ApplicationCache extends CacheBase { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/ApplicationInfo.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/ApplicationInfo.java b/modules/compiler/src/java/flex2/tools/oem/ApplicationInfo.java index d716ba8..4a8060a 100644 --- a/modules/compiler/src/java/flex2/tools/oem/ApplicationInfo.java +++ b/modules/compiler/src/java/flex2/tools/oem/ApplicationInfo.java @@ -21,8 +21,6 @@ package flex2.tools.oem; /** * Defines the API for application information. - * - * @author Clement Wong * @version 3.0 */ public interface ApplicationInfo http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/Builder.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Builder.java b/modules/compiler/src/java/flex2/tools/oem/Builder.java index 3517ac9..1fee9c1 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Builder.java +++ b/modules/compiler/src/java/flex2/tools/oem/Builder.java @@ -34,7 +34,6 @@ import java.util.Map; * @see flex2.tools.oem.Application * @see flex2.tools.oem.Library * @version 2.0.1 - * @author Clement Wong */ public interface Builder { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/Component.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Component.java b/modules/compiler/src/java/flex2/tools/oem/Component.java index 841bd01..27e901f 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Component.java +++ b/modules/compiler/src/java/flex2/tools/oem/Component.java @@ -20,10 +20,6 @@ package flex2.tools.oem; /** - * Defines the API for component information. - * - * @author Clement Wong - * @author Brian Deitte * @version 3.0 */ public interface Component http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/Configuration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Configuration.java b/modules/compiler/src/java/flex2/tools/oem/Configuration.java index b99b6f6..7aff4a3 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Configuration.java +++ b/modules/compiler/src/java/flex2/tools/oem/Configuration.java @@ -57,7 +57,6 @@ import macromedia.asc.embedding.WarningConstants; * * * @version 2.0.1 - * @author Clement Wong */ public interface Configuration { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/Library.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Library.java b/modules/compiler/src/java/flex2/tools/oem/Library.java index 9047e63..bd72e5d 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Library.java +++ b/modules/compiler/src/java/flex2/tools/oem/Library.java @@ -214,7 +214,6 @@ import macromedia.asc.util.ContextStatics; * @see flex2.tools.oem.Configuration * @see flex2.tools.oem.Project * @version 2.0.1 - * @author Clement Wong */ public class Library implements Builder, Cloneable { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/LibraryCache.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/LibraryCache.java b/modules/compiler/src/java/flex2/tools/oem/LibraryCache.java index 8acc62e..0124ba6 100644 --- a/modules/compiler/src/java/flex2/tools/oem/LibraryCache.java +++ b/modules/compiler/src/java/flex2/tools/oem/LibraryCache.java @@ -27,7 +27,6 @@ import flex2.compiler.swc.SwcCache; * library path elements. * * @since 3.0 - * @author dloverin */ public class LibraryCache extends CacheBase { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/LibraryInfo.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/LibraryInfo.java b/modules/compiler/src/java/flex2/tools/oem/LibraryInfo.java index 79eb753..ac18edf 100644 --- a/modules/compiler/src/java/flex2/tools/oem/LibraryInfo.java +++ b/modules/compiler/src/java/flex2/tools/oem/LibraryInfo.java @@ -23,8 +23,6 @@ import java.util.Iterator; /** * Defines the API for library information. - * - * @author Clement Wong * @version 3.0 */ public interface LibraryInfo http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/Logger.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Logger.java b/modules/compiler/src/java/flex2/tools/oem/Logger.java index ca5c63f..334f858 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Logger.java +++ b/modules/compiler/src/java/flex2/tools/oem/Logger.java @@ -34,7 +34,6 @@ package flex2.tools.oem; * logging systems. As a result, the log() method also supports error codes. * * @version 2.0.1 - * @author Clement Wong */ public interface Logger { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/Message.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Message.java b/modules/compiler/src/java/flex2/tools/oem/Message.java index 77f8b4b..122a254 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Message.java +++ b/modules/compiler/src/java/flex2/tools/oem/Message.java @@ -34,7 +34,6 @@ package flex2.tools.oem; * The Message.toString() method returns the message text. * * @version 2.0.1 - * @author Clement Wong */ public interface Message { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/PathResolver.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/PathResolver.java b/modules/compiler/src/java/flex2/tools/oem/PathResolver.java index a30900e..469587c 100644 --- a/modules/compiler/src/java/flex2/tools/oem/PathResolver.java +++ b/modules/compiler/src/java/flex2/tools/oem/PathResolver.java @@ -25,8 +25,6 @@ import java.io.File; * Defines the API for path resolution. * * @version 3.0 - * @author Clement Wong - * @author Brian Deitte */ public interface PathResolver { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/ProgressMeter.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/ProgressMeter.java b/modules/compiler/src/java/flex2/tools/oem/ProgressMeter.java index dc641da..3c97b84 100644 --- a/modules/compiler/src/java/flex2/tools/oem/ProgressMeter.java +++ b/modules/compiler/src/java/flex2/tools/oem/ProgressMeter.java @@ -30,7 +30,6 @@ package flex2.tools.oem; * Library.setProgressMeter() methods. * * @version 2.0.1 - * @author Clement Wong */ public interface ProgressMeter { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/Project.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Project.java b/modules/compiler/src/java/flex2/tools/oem/Project.java index 01a8388..8492352 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Project.java +++ b/modules/compiler/src/java/flex2/tools/oem/Project.java @@ -88,7 +88,6 @@ import flex2.compiler.util.graph.Visitor; * @see flex2.tools.oem.Application * @see flex2.tools.oem.Library * @version 2.0.1 - * @author Clement Wong */ public class Project { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/Report.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Report.java b/modules/compiler/src/java/flex2/tools/oem/Report.java index eb31f7f..dda8966 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Report.java +++ b/modules/compiler/src/java/flex2/tools/oem/Report.java @@ -28,7 +28,6 @@ import java.io.Writer; * * @see flex2.tools.oem.Builder#getReport() * @version 2.0.1 - * @author Clement Wong */ public interface Report { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/Script.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Script.java b/modules/compiler/src/java/flex2/tools/oem/Script.java index a971f18..c7e0a47 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Script.java +++ b/modules/compiler/src/java/flex2/tools/oem/Script.java @@ -22,8 +22,6 @@ package flex2.tools.oem; /** * Defines the API for SWC Script information. * - * @author Clement Wong - * @author Roger Gonzalez * @version 3.0 */ public interface Script http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/Toolkit.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Toolkit.java b/modules/compiler/src/java/flex2/tools/oem/Toolkit.java index c52cb30..f074cb9 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Toolkit.java +++ b/modules/compiler/src/java/flex2/tools/oem/Toolkit.java @@ -72,8 +72,6 @@ import flex2.tools.oem.internal.OEMUtil; * A utility class, which supports querying for Application, Library, * Component, and Script information, loading properties, optimizing, * and querying dependency info. - * - * @author Clement Wong * @version 3.0 */ public class Toolkit http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/VirtualLocalFile.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/VirtualLocalFile.java b/modules/compiler/src/java/flex2/tools/oem/VirtualLocalFile.java index 7cd1e67..9784651 100644 --- a/modules/compiler/src/java/flex2/tools/oem/VirtualLocalFile.java +++ b/modules/compiler/src/java/flex2/tools/oem/VirtualLocalFile.java @@ -40,7 +40,6 @@ import flex2.compiler.util.MimeMappings; * * @see flex2.tools.oem.VirtualLocalFileSystem * @version 2.0.1 - * @author Clement Wong */ public class VirtualLocalFile implements VirtualFile { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/VirtualLocalFileSystem.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/VirtualLocalFileSystem.java b/modules/compiler/src/java/flex2/tools/oem/VirtualLocalFileSystem.java index 26cf222..71391d0 100644 --- a/modules/compiler/src/java/flex2/tools/oem/VirtualLocalFileSystem.java +++ b/modules/compiler/src/java/flex2/tools/oem/VirtualLocalFileSystem.java @@ -35,7 +35,6 @@ import flex2.compiler.io.VirtualFile; * * @see flex2.tools.oem.VirtualLocalFile * @version 2.0.1 - * @author Clement Wong */ public class VirtualLocalFileSystem { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationCompiler.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationCompiler.java b/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationCompiler.java index 3548a82..7f35305 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationCompiler.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationCompiler.java @@ -42,7 +42,6 @@ import flex2.tools.oem.Report; * Command line utility for compiling applications using the OEM API. * * @version 2.0.1 - * @author Clement Wong */ public class ApplicationCompiler { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationCompilerConfiguration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationCompilerConfiguration.java b/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationCompilerConfiguration.java index e9e763b..62ff735 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationCompilerConfiguration.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationCompilerConfiguration.java @@ -44,7 +44,6 @@ import flex2.tools.ToolsConfiguration; * -projector. * * @version 2.0.1 - * @author Clement Wong */ public class ApplicationCompilerConfiguration extends ToolsConfiguration { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationData.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationData.java b/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationData.java index faccd1d..2aea9da 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationData.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/ApplicationData.java @@ -44,7 +44,6 @@ import flex2.linker.SimpleMovie; * compilations of an application. * * @version 2.0.1 - * @author Clement Wong */ public class ApplicationData { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/ConfigurationConstants.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/ConfigurationConstants.java b/modules/compiler/src/java/flex2/tools/oem/internal/ConfigurationConstants.java index 1d59834..c167982 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/ConfigurationConstants.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/ConfigurationConstants.java @@ -23,7 +23,6 @@ package flex2.tools.oem.internal; * Contains constants for all the configuration options. * * @version 2.0.1 - * @author Clement Wong */ interface ConfigurationConstants { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/EmbedUtil.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/EmbedUtil.java b/modules/compiler/src/java/flex2/tools/oem/internal/EmbedUtil.java index fc36585..ad5ca88 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/EmbedUtil.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/EmbedUtil.java @@ -29,7 +29,6 @@ import flex2.tools.oem.Logger; * should have wrappers added here and FB should switch to using them. * * @version 3.0 - * @author Paul Reilly */ public class EmbedUtil { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/GenericMessage.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/GenericMessage.java b/modules/compiler/src/java/flex2/tools/oem/internal/GenericMessage.java index 738eeb9..5ff6a9d 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/GenericMessage.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/GenericMessage.java @@ -25,7 +25,6 @@ import flex2.tools.oem.Message; * A generic implementation of Message. * * @version 2.0.1 - * @author Clement Wong */ class GenericMessage implements Message { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/LibraryCompiler.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/LibraryCompiler.java b/modules/compiler/src/java/flex2/tools/oem/internal/LibraryCompiler.java index de88294..9aab639 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/LibraryCompiler.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/LibraryCompiler.java @@ -43,7 +43,6 @@ import flex2.tools.oem.Report; * Command line utility for compiling libraries using the OEM API. * * @version 2.0.1 - * @author Clement Wong */ public class LibraryCompiler { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/LibraryCompilerConfiguration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/LibraryCompilerConfiguration.java b/modules/compiler/src/java/flex2/tools/oem/internal/LibraryCompilerConfiguration.java index 6062445..b9e8f95 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/LibraryCompilerConfiguration.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/LibraryCompilerConfiguration.java @@ -34,7 +34,6 @@ import flex2.tools.CompcConfiguration; * for -loadConfig and -compute-digest. * * @version 2.0.1 - * @author Clement Wong */ public class LibraryCompilerConfiguration extends CompcConfiguration { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/LibraryData.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/LibraryData.java b/modules/compiler/src/java/flex2/tools/oem/internal/LibraryData.java index 9384f88..72cc121 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/LibraryData.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/LibraryData.java @@ -31,7 +31,6 @@ import flex2.compiler.swc.SwcComponent; * compilations of a library. * * @version 2.0.1 - * @author Clement Wong */ public class LibraryData extends ApplicationData { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/LinkerConfiguration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/LinkerConfiguration.java b/modules/compiler/src/java/flex2/tools/oem/internal/LinkerConfiguration.java index 6732574..946b747 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/LinkerConfiguration.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/LinkerConfiguration.java @@ -36,7 +36,6 @@ import flex2.tools.ToolsConfiguration; * specific options. * * @version 2.0.1 - * @author Clement Wong */ /* * TODO Jono: this should really *implement* flex2.linker.Configuration http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/OEMConfiguration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/OEMConfiguration.java b/modules/compiler/src/java/flex2/tools/oem/internal/OEMConfiguration.java index d48f8fd..3afdd12 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/OEMConfiguration.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/OEMConfiguration.java @@ -58,7 +58,6 @@ import flex2.tools.oem.Configuration; * supporting merging with configuration defaults. * * @version 2.0.1 - * @author Clement Wong */ public class OEMConfiguration implements Configuration, ConfigurationConstants, Cloneable { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/OEMConsole.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/OEMConsole.java b/modules/compiler/src/java/flex2/tools/oem/internal/OEMConsole.java index 2e01d68..cf8f453 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/OEMConsole.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/OEMConsole.java @@ -28,7 +28,6 @@ import flex2.tools.oem.Message; * System.out. * * @version 2.0.1 - * @author Clement Wong */ public class OEMConsole extends ConsoleLogger implements Logger { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/OEMLogAdapter.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/OEMLogAdapter.java b/modules/compiler/src/java/flex2/tools/oem/internal/OEMLogAdapter.java index 88fc4ff..599f40d 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/OEMLogAdapter.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/OEMLogAdapter.java @@ -28,7 +28,6 @@ import flex2.tools.oem.*; * Extends AbstractLogger to support logging to an OEM API logger. * * @version 2.0.1 - * @author Clement Wong */ public class OEMLogAdapter extends AbstractLogger { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/OEMPathResolver.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/OEMPathResolver.java b/modules/compiler/src/java/flex2/tools/oem/internal/OEMPathResolver.java index ada5512..cabaa45 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/OEMPathResolver.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/OEMPathResolver.java @@ -31,7 +31,6 @@ import flex2.tools.oem.PathResolver; * This is used by FB to resolve using Eclipse's API's. * * @version 3.0 - * @author Clement Wong */ public class OEMPathResolver implements SinglePathResolver { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/OEMProgressMeter.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/OEMProgressMeter.java b/modules/compiler/src/java/flex2/tools/oem/internal/OEMProgressMeter.java index 00ae3ea..1d5d8c2 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/OEMProgressMeter.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/OEMProgressMeter.java @@ -25,7 +25,6 @@ import flex2.tools.oem.ProgressMeter; * A ProgressMeter implementation that outputs to System.out. * * @version 2.0.1 - * @author Clement Wong */ public class OEMProgressMeter implements ProgressMeter { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java b/modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java index aa6e126..ffdff97 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java @@ -53,7 +53,6 @@ import flex2.tools.oem.Report; * A Report implementation. * * @version 2.0.1 - * @author Clement Wong */ public class OEMReport implements Report { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java b/modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java index 837cf1c..217f706 100644 --- a/modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java +++ b/modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java @@ -67,7 +67,6 @@ import flex2.tools.oem.*; * A collection of utility methods used by classes in flex2.tools.oem. * * @version 2.0.1 - * @author Clement Wong */ public class OEMUtil { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/debugger/src/java/flash/tools/debugger/AIRLaunchInfo.java ---------------------------------------------------------------------- diff --git a/modules/debugger/src/java/flash/tools/debugger/AIRLaunchInfo.java b/modules/debugger/src/java/flash/tools/debugger/AIRLaunchInfo.java index 3f36bbf..b88f74f 100644 --- a/modules/debugger/src/java/flash/tools/debugger/AIRLaunchInfo.java +++ b/modules/debugger/src/java/flash/tools/debugger/AIRLaunchInfo.java @@ -21,9 +21,6 @@ package flash.tools.debugger; import java.io.File; -/** - * @author mmorearty - */ public class AIRLaunchInfo { /** http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/debugger/src/java/flash/tools/debugger/AlreadyActiveApplicationException.java ---------------------------------------------------------------------- diff --git a/modules/debugger/src/java/flash/tools/debugger/AlreadyActiveApplicationException.java b/modules/debugger/src/java/flash/tools/debugger/AlreadyActiveApplicationException.java index d0687f6..bbe909f 100644 --- a/modules/debugger/src/java/flash/tools/debugger/AlreadyActiveApplicationException.java +++ b/modules/debugger/src/java/flash/tools/debugger/AlreadyActiveApplicationException.java @@ -24,8 +24,6 @@ import java.io.IOException; * AlreadyActiveApplicationException is thrown when run/debug the application while there is * an already running application. * Exception is detected with ADL exit code 1 (Successful invocation of an already running AIR application. ADL exits immediately.) - * - * @author sakkus */ public class AlreadyActiveApplicationException extends IOException { private static final long serialVersionUID = 0L; http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/debugger/src/java/flash/tools/debugger/Browser.java ---------------------------------------------------------------------- diff --git a/modules/debugger/src/java/flash/tools/debugger/Browser.java b/modules/debugger/src/java/flash/tools/debugger/Browser.java index 2933789..c1d6293 100644 --- a/modules/debugger/src/java/flash/tools/debugger/Browser.java +++ b/modules/debugger/src/java/flash/tools/debugger/Browser.java @@ -23,8 +23,6 @@ import java.io.File; /** * Describes a web browser. - * - * @author mmorearty */ public interface Browser { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/debugger/src/java/flash/tools/debugger/CommandLineException.java ---------------------------------------------------------------------- diff --git a/modules/debugger/src/java/flash/tools/debugger/CommandLineException.java b/modules/debugger/src/java/flash/tools/debugger/CommandLineException.java index c93e856..09c07c3 100644 --- a/modules/debugger/src/java/flash/tools/debugger/CommandLineException.java +++ b/modules/debugger/src/java/flash/tools/debugger/CommandLineException.java @@ -25,8 +25,6 @@ import java.io.IOException; * Represents an error that occurred while invoking a command-line * program. Saves the text error message that was reported * by the command-line program. - * - * @author mmorearty */ public class CommandLineException extends IOException {