//# 0 errors, 314 messages
//#
/*
    //#ShowTopic.java:1:1: class: com.dmdirc.commandparser.commands.channel.ShowTopic
    //#ShowTopic.java:1:1: method: com.dmdirc.commandparser.commands.channel.ShowTopic.com.dmdirc.commandparser.commands.channel.ShowTopic__static_init
 * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

package com.dmdirc.commandparser.commands.channel;

import com.dmdirc.Channel;
import com.dmdirc.Server;
import com.dmdirc.commandparser.CommandArguments;
import com.dmdirc.commandparser.commands.ChannelCommand;
import com.dmdirc.commandparser.CommandManager;
import com.dmdirc.commandparser.commands.ExternalCommand;
import com.dmdirc.parser.irc.ChannelInfo;
import com.dmdirc.parser.irc.ClientInfo;
import com.dmdirc.ui.interfaces.InputWindow;

/**
 * The show topic command shows the user the current topic.
 * @author chris
 */
public final class ShowTopic extends ChannelCommand implements ExternalCommand {

    /** Creates a new instance of ShowTopic. */
    public ShowTopic() {
        super();
    //#ShowTopic.java:43: method: void com.dmdirc.commandparser.commands.channel.ShowTopic.com.dmdirc.commandparser.commands.channel.ShowTopic()
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): __Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): __Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/addons/urlcatcher/UrlListCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/addons/urlcatcher/UrlListCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/CommandInfo.__Descendant_Table[others]
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/CommandInfo.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/CommandInfo.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/CommandManager.com.dmdirc.ui.input.TabCompletionType.COMMAND
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/CommandManager.commandChar
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/CommandManager.commands
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/CommandManager.parsers
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/CommandType.TYPE_CHANNEL
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/CommandType.TYPE_CHAT
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/CommandType.TYPE_GLOBAL
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/CommandType.TYPE_QUERY
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/CommandType.TYPE_SERVER
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/ChannelCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/ChannelCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/ChatCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/ChatCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/GlobalCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/GlobalCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/QueryCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/QueryCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/ServerCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/ServerCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/Ban.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/Ban.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/ChannelSettings.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/ChannelSettings.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/Cycle.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/Cycle.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/KickReason.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/KickReason.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/Mode.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/Mode.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/Names.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/Names.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/Part.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/Part.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/SetNickColour.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/channel/SetNickColour.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/chat/Me.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/chat/Me.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Active.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Active.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/AliasCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/AliasCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/AllServers.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/AllServers.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Clear.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Clear.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Debug.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Debug.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Echo.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Echo.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Exit.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Exit.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Help.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Help.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Ifplugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Ifplugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/LoadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/LoadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/NewServer.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/NewServer.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Notify.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Notify.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/OpenWindow.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/OpenWindow.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/ReloadActions.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/ReloadActions.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/ReloadIdentities.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/ReloadIdentities.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/ReloadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/ReloadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/SaveConfig.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/SaveConfig.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Set.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/Set.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/UnloadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/global/UnloadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/AllChannels.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/AllChannels.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Away.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Away.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Back.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Back.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/ChangeServer.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/ChangeServer.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Ctcp.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Ctcp.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Disconnect.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Disconnect.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Ignore.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Ignore.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/JoinChannelCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/JoinChannelCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Message.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Message.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Nick.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Nick.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Notice.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Notice.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/OpenQuery.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/OpenQuery.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Raw.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Raw.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/RawServerCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/RawServerCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Reconnect.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Reconnect.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Umode.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/commands/server/Umode.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/ChannelCommandParser]
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/CommandParser]
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/GlobalCommandParser]
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/QueryCommandParser]
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/ServerCommandParser]
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[others]
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): this
    //#input(void com.dmdirc.commandparser.commands.channel.ShowTopic()): this.__Tag
    //#output(void com.dmdirc.commandparser.commands.channel.ShowTopic()): this.__Tag
    //#pre[1] (void com.dmdirc.commandparser.commands.channel.ShowTopic()): init'ed(com/dmdirc/commandparser/CommandManager.commandChar)
    //#post(void com.dmdirc.commandparser.commands.channel.ShowTopic()): this.__Tag == old this.__Tag
    //#post(void com.dmdirc.commandparser.commands.channel.ShowTopic()): init'ed(this.__Tag)
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.commandparser.commands.Command
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:java.util.List:iterator
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:java.util.Iterator:hasNext
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:java.util.Iterator:next
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:getName
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:java.lang.String:toLowerCase
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:java.util.Map:put
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:java.util.Map:remove
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.ui.input.TabCompleter:addEntry
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.ui.input.TabCompleter:removeEntry
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:java.lang.StringBuilder
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:java.lang.StringBuilder:append
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:java.lang.StringBuilder:toString
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.ServerManager:getServerManager
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.ServerManager:getServers
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:getType
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.Server:getTabCompleter
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.Server:getChannels
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.Server:getChannel
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.Channel:getTabCompleter
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.Server:getQueries
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.Query:getTabCompleter
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.util.MapList:containsKey
    //#unanalyzed(void com.dmdirc.commandparser.commands.channel.ShowTopic()): Effects-of-calling:com.dmdirc.util.MapList:get

        CommandManager.registerCommand(this);
    }
    //#ShowTopic.java:46: end of method: void com.dmdirc.commandparser.commands.channel.ShowTopic.com.dmdirc.commandparser.commands.channel.ShowTopic()

    /** {@inheritDoc} */
    @Override
    public void execute(final InputWindow origin, final Server server,
            final Channel channel, final boolean isSilent, final CommandArguments args) {
        if (args.getArguments().length == 0) {
    //#ShowTopic.java:52: method: void com.dmdirc.commandparser.commands.channel.ShowTopic.execute(InputWindow, Server, Channel, bool, CommandArguments)
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): "((\S+\s*){"._tainted
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): "(\S+\s*){"._tainted
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): "}"._tainted
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): "}).*?"._tainted
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): args
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): args.__Tag
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): args.line
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): args.line._tainted
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): args.words
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): args.words.length
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): channel
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Descendant_Table[com/dmdirc/commandparser/CommandArguments]
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Descendant_Table[others]
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getArguments()[Ljava/lang/String;
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getArgumentsAsString()Ljava/lang/String;
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getArgumentsAsString(I)Ljava/lang/String;
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getWordsAsString(I)Ljava/lang/String;
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getWordsAsString(II)Ljava/lang/String;
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.parse()V
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): isSilent
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): origin
    //#input(void execute(InputWindow, Server, Channel, bool, CommandArguments)): this
    //#output(void execute(InputWindow, Server, Channel, bool, CommandArguments)): args.words
    //#output(void execute(InputWindow, Server, Channel, bool, CommandArguments)): java.lang.String:split(...)._tainted
    //#output(void execute(InputWindow, Server, Channel, bool, CommandArguments)): java.lang.String:split(...).length
    //#new obj(void execute(InputWindow, Server, Channel, bool, CommandArguments)): java.lang.String:split(...)
    //#pre[1] (void execute(InputWindow, Server, Channel, bool, CommandArguments)): args != null
    //#pre[3] (void execute(InputWindow, Server, Channel, bool, CommandArguments)): args.__Tag == com/dmdirc/commandparser/CommandArguments
    //#pre[7] (void execute(InputWindow, Server, Channel, bool, CommandArguments)): channel != null
    //#pre[9] (void execute(InputWindow, Server, Channel, bool, CommandArguments)): init'ed(args.words)
    //#pre[4] (void execute(InputWindow, Server, Channel, bool, CommandArguments)): (soft) args.line != null
    //#presumption(void execute(InputWindow, Server, Channel, bool, CommandArguments)): com.dmdirc.Channel:getChannelInfo(...)@53 != null
    //#presumption(void execute(InputWindow, Server, Channel, bool, CommandArguments)): com.dmdirc.parser.irc.ChannelInfo:getTopic(...)@55 != null
    //#presumption(void execute(InputWindow, Server, Channel, bool, CommandArguments)): com.dmdirc.parser.irc.ChannelInfo:getTopicTime(...)@60 in {-9_223_372_036_854_775..18_446_744_073_709_551}
    //#presumption(void execute(InputWindow, Server, Channel, bool, CommandArguments)): com.dmdirc.parser.irc.ClientInfo:parseHostFull(...)@58 != null
    //#presumption(void execute(InputWindow, Server, Channel, bool, CommandArguments)): java.util.Arrays:copyOfRange(...)@99 != null
    //#presumption(void execute(InputWindow, Server, Channel, bool, CommandArguments)): parts.length@58 >= 3
    //#post(void execute(InputWindow, Server, Channel, bool, CommandArguments)): args.words != null
    //#post(void execute(InputWindow, Server, Channel, bool, CommandArguments)): init'ed(java.lang.String:split(...)._tainted)
    //#post(void execute(InputWindow, Server, Channel, bool, CommandArguments)): java.lang.String:split(...)._tainted == 0
    //#post(void execute(InputWindow, Server, Channel, bool, CommandArguments)): init'ed(java.lang.String:split(...).length)
    //#unanalyzed(void execute(InputWindow, Server, Channel, bool, CommandArguments)): Effects-of-calling:java.lang.String:split
    //#unanalyzed(void execute(InputWindow, Server, Channel, bool, CommandArguments)): Effects-of-calling:java.util.Arrays:copyOfRange
    //#unanalyzed(void execute(InputWindow, Server, Channel, bool, CommandArguments)): Effects-of-calling:java.lang.StringBuilder
    //#unanalyzed(void execute(InputWindow, Server, Channel, bool, CommandArguments)): Effects-of-calling:java.lang.StringBuilder:append
    //#unanalyzed(void execute(InputWindow, Server, Channel, bool, CommandArguments)): Effects-of-calling:java.lang.StringBuilder:toString
    //#unanalyzed(void execute(InputWindow, Server, Channel, bool, CommandArguments)): Effects-of-calling:java.util.regex.Pattern:compile
    //#unanalyzed(void execute(InputWindow, Server, Channel, bool, CommandArguments)): Effects-of-calling:java.util.regex.Pattern:matcher
    //#unanalyzed(void execute(InputWindow, Server, Channel, bool, CommandArguments)): Effects-of-calling:java.util.regex.Matcher:matches
    //#unanalyzed(void execute(InputWindow, Server, Channel, bool, CommandArguments)): Effects-of-calling:java.util.regex.Matcher:group
    //#unanalyzed(void execute(InputWindow, Server, Channel, bool, CommandArguments)): Effects-of-calling:getArgumentsAsString
    //#unanalyzed(void execute(InputWindow, Server, Channel, bool, CommandArguments)): Effects-of-calling:com.dmdirc.ui.interfaces.InputWindow:addLine
    //#test_vector(void execute(InputWindow, Server, Channel, bool, CommandArguments)): getArguments(...).length@52: {1..+Inf}, {0}
    //#test_vector(void execute(InputWindow, Server, Channel, bool, CommandArguments)): java.lang.String:isEmpty(...)@55: {0}, {1}
            final ChannelInfo cChannel = channel.getChannelInfo();
    //#ShowTopic.java:53: Warning: method not available - call not analyzed
    //#    call on ChannelInfo com.dmdirc.Channel:getChannelInfo()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.channel.ShowTopic
    //#    method: void execute(InputWindow, Server, Channel, bool, CommandArguments)
    //#    unanalyzed callee: ChannelInfo com.dmdirc.Channel:getChannelInfo()

            if (cChannel.getTopic().isEmpty()) {
    //#ShowTopic.java:55: Warning: method not available - call not analyzed
    //#    call on String com.dmdirc.parser.irc.ChannelInfo:getTopic()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.channel.ShowTopic
    //#    method: void execute(InputWindow, Server, Channel, bool, CommandArguments)
    //#    unanalyzed callee: String com.dmdirc.parser.irc.ChannelInfo:getTopic()
                sendLine(origin, isSilent, "channelNoTopic", cChannel);
            } else {
                final String[] parts = ClientInfo.parseHostFull(cChannel.getTopicUser());
    //#ShowTopic.java:58: Warning: method not available - call not analyzed
    //#    call on String com.dmdirc.parser.irc.ChannelInfo:getTopicUser()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.channel.ShowTopic
    //#    method: void execute(InputWindow, Server, Channel, bool, CommandArguments)
    //#    unanalyzed callee: String com.dmdirc.parser.irc.ChannelInfo:getTopicUser()
    //#ShowTopic.java:58: Warning: method not available - call not analyzed
    //#    call on String[] com.dmdirc.parser.irc.ClientInfo:parseHostFull(String)
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.channel.ShowTopic
    //#    method: void execute(InputWindow, Server, Channel, bool, CommandArguments)
    //#    unanalyzed callee: String[] com.dmdirc.parser.irc.ClientInfo:parseHostFull(String)

                sendLine(origin, isSilent, "channelTopicDiscovered",
    //#ShowTopic.java:60: Warning: method not available - call not analyzed
    //#    call on String com.dmdirc.parser.irc.ChannelInfo:getTopic()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.channel.ShowTopic
    //#    method: void execute(InputWindow, Server, Channel, bool, CommandArguments)
    //#    unanalyzed callee: String com.dmdirc.parser.irc.ChannelInfo:getTopic()
    //#ShowTopic.java:60: Warning: method not available - call not analyzed
    //#    call on long com.dmdirc.parser.irc.ChannelInfo:getTopicTime()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.channel.ShowTopic
    //#    method: void execute(InputWindow, Server, Channel, bool, CommandArguments)
    //#    unanalyzed callee: long com.dmdirc.parser.irc.ChannelInfo:getTopicTime()
                        "", parts[0], parts[1], parts[2], cChannel.getTopic(),
                        1000 * cChannel.getTopicTime(), cChannel);
            }
        } else {
            channel.setTopic(args.getArgumentsAsString());
    //#ShowTopic.java:65: Warning: method not available - call not analyzed
    //#    call on void com.dmdirc.Channel:setTopic(String)
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.channel.ShowTopic
    //#    method: void execute(InputWindow, Server, Channel, bool, CommandArguments)
    //#    unanalyzed callee: void com.dmdirc.Channel:setTopic(String)
        }
    }
    //#ShowTopic.java:67: end of method: void com.dmdirc.commandparser.commands.channel.ShowTopic.execute(InputWindow, Server, Channel, bool, CommandArguments)

    /** {@inheritDoc} */
    @Override
    public void execute(final InputWindow origin, final Server server,
            final String channel, final boolean isSilent, final CommandArguments args) {
        if (args.getArguments().length == 0) {
    //#ShowTopic.java:73: method: void com.dmdirc.commandparser.commands.channel.ShowTopic.execute(InputWindow, Server, String, bool, CommandArguments)
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): " :"._tainted
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): ""._tainted
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): "((\S+\s*){"._tainted
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): "(\S+\s*){"._tainted
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): "TOPIC "._tainted
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): "}"._tainted
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): "}).*?"._tainted
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): args
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): args.__Tag
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): args.line
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): args.line._tainted
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): args.words
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): args.words.length
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): channel
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): channel._tainted
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Descendant_Table[com/dmdirc/commandparser/CommandArguments]
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Descendant_Table[others]
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getArguments()[Ljava/lang/String;
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getArgumentsAsString()Ljava/lang/String;
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getArgumentsAsString(I)Ljava/lang/String;
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getWordsAsString(I)Ljava/lang/String;
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getWordsAsString(II)Ljava/lang/String;
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.parse()V
    //#input(void execute(InputWindow, Server, String, bool, CommandArguments)): server
    //#output(void execute(InputWindow, Server, String, bool, CommandArguments)): args.words
    //#output(void execute(InputWindow, Server, String, bool, CommandArguments)): java.lang.String:split(...)._tainted
    //#output(void execute(InputWindow, Server, String, bool, CommandArguments)): java.lang.String:split(...).length
    //#new obj(void execute(InputWindow, Server, String, bool, CommandArguments)): java.lang.String:split(...)
    //#pre[1] (void execute(InputWindow, Server, String, bool, CommandArguments)): args != null
    //#pre[3] (void execute(InputWindow, Server, String, bool, CommandArguments)): args.__Tag == com/dmdirc/commandparser/CommandArguments
    //#pre[9] (void execute(InputWindow, Server, String, bool, CommandArguments)): init'ed(args.words)
    //#pre[10] (void execute(InputWindow, Server, String, bool, CommandArguments)): server != null
    //#pre[4] (void execute(InputWindow, Server, String, bool, CommandArguments)): (soft) args.line != null
    //#presumption(void execute(InputWindow, Server, String, bool, CommandArguments)): com.dmdirc.Server:getParser(...)@74 != null
    //#presumption(void execute(InputWindow, Server, String, bool, CommandArguments)): com.dmdirc.Server:getParser(...)@76 != null
    //#presumption(void execute(InputWindow, Server, String, bool, CommandArguments)): java.util.Arrays:copyOfRange(...)@99 != null
    //#post(void execute(InputWindow, Server, String, bool, CommandArguments)): args.words != null
    //#post(void execute(InputWindow, Server, String, bool, CommandArguments)): init'ed(java.lang.String:split(...)._tainted)
    //#post(void execute(InputWindow, Server, String, bool, CommandArguments)): java.lang.String:split(...)._tainted == 0
    //#post(void execute(InputWindow, Server, String, bool, CommandArguments)): init'ed(java.lang.String:split(...).length)
    //#unanalyzed(void execute(InputWindow, Server, String, bool, CommandArguments)): Effects-of-calling:java.lang.String:split
    //#unanalyzed(void execute(InputWindow, Server, String, bool, CommandArguments)): Effects-of-calling:java.util.Arrays:copyOfRange
    //#unanalyzed(void execute(InputWindow, Server, String, bool, CommandArguments)): Effects-of-calling:java.lang.StringBuilder
    //#unanalyzed(void execute(InputWindow, Server, String, bool, CommandArguments)): Effects-of-calling:java.lang.StringBuilder:append
    //#unanalyzed(void execute(InputWindow, Server, String, bool, CommandArguments)): Effects-of-calling:java.lang.StringBuilder:toString
    //#unanalyzed(void execute(InputWindow, Server, String, bool, CommandArguments)): Effects-of-calling:java.util.regex.Pattern:compile
    //#unanalyzed(void execute(InputWindow, Server, String, bool, CommandArguments)): Effects-of-calling:java.util.regex.Pattern:matcher
    //#unanalyzed(void execute(InputWindow, Server, String, bool, CommandArguments)): Effects-of-calling:java.util.regex.Matcher:matches
    //#unanalyzed(void execute(InputWindow, Server, String, bool, CommandArguments)): Effects-of-calling:java.util.regex.Matcher:group
    //#unanalyzed(void execute(InputWindow, Server, String, bool, CommandArguments)): Effects-of-calling:getArgumentsAsString
    //#test_vector(void execute(InputWindow, Server, String, bool, CommandArguments)): getArguments(...).length@73: {1..+Inf}, {0}
            server.getParser().sendLine("TOPIC " + channel);
    //#ShowTopic.java:74: Warning: method not available - call not analyzed
    //#    call on IRCParser com.dmdirc.Server:getParser()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.channel.ShowTopic
    //#    method: void execute(InputWindow, Server, String, bool, CommandArguments)
    //#    unanalyzed callee: IRCParser com.dmdirc.Server:getParser()
    //#ShowTopic.java:74: Warning: method not available - call not analyzed
    //#    call on void com.dmdirc.parser.irc.IRCParser:sendLine(String)
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.channel.ShowTopic
    //#    method: void execute(InputWindow, Server, String, bool, CommandArguments)
    //#    unanalyzed callee: void com.dmdirc.parser.irc.IRCParser:sendLine(String)
        } else {
            server.getParser().sendLine("TOPIC " + channel + " :" + args.getArgumentsAsString());
    //#ShowTopic.java:76: Warning: method not available - call not analyzed
    //#    call on IRCParser com.dmdirc.Server:getParser()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.channel.ShowTopic
    //#    method: void execute(InputWindow, Server, String, bool, CommandArguments)
    //#    unanalyzed callee: IRCParser com.dmdirc.Server:getParser()
    //#ShowTopic.java:76: Warning: method not available - call not analyzed
    //#    call on void com.dmdirc.parser.irc.IRCParser:sendLine(String)
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.channel.ShowTopic
    //#    method: void execute(InputWindow, Server, String, bool, CommandArguments)
    //#    unanalyzed callee: void com.dmdirc.parser.irc.IRCParser:sendLine(String)
        }
    }
    //#ShowTopic.java:78: end of method: void com.dmdirc.commandparser.commands.channel.ShowTopic.execute(InputWindow, Server, String, bool, CommandArguments)

    /** {@inheritDoc} */
    @Override
    public String getName() {
        return "topic";
    //#ShowTopic.java:83: method: String com.dmdirc.commandparser.commands.channel.ShowTopic.getName()
    //#output(String getName()): return_value
    //#post(String getName()): return_value == &"topic"
    //#ShowTopic.java:83: end of method: String com.dmdirc.commandparser.commands.channel.ShowTopic.getName()
    }

    /** {@inheritDoc} */
    @Override
    public boolean showInHelp() {
        return true;
    //#ShowTopic.java:89: method: bool com.dmdirc.commandparser.commands.channel.ShowTopic.showInHelp()
    //#output(bool showInHelp()): return_value
    //#post(bool showInHelp()): return_value == 1
    //#ShowTopic.java:89: end of method: bool com.dmdirc.commandparser.commands.channel.ShowTopic.showInHelp()
    }

    /** {@inheritDoc} */
    @Override
    public String getHelp() {
        return "topic - displays the current topic\ntopic <newtopic> - sets the channel topic";
    //#ShowTopic.java:95: method: String com.dmdirc.commandparser.commands.channel.ShowTopic.getHelp()
    //#output(String getHelp()): return_value
    //#post(String getHelp()): return_value == &"topic - displays the current topic&#10;topic <newtopic> - sets the channel topic"
    //#ShowTopic.java:95: end of method: String com.dmdirc.commandparser.commands.channel.ShowTopic.getHelp()
    }

}
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Descendant_Table[com/dmdirc/commandparser/commands/channel/ShowTopic]
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Channel;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Ljava/lang/String;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.getHelp()Ljava/lang/String;
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.getName()Ljava/lang/String;
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.sendLine(Lcom/dmdirc/ui/interfaces/InputWindow;ZLjava/lang/String;[Ljava/lang/Object;)V
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.showInHelp()Z
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.showUsage(Lcom/dmdirc/ui/interfaces/InputWindow;ZLjava/lang/String;Ljava/lang/String;)V
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): com/dmdirc/commandparser/CommandInfo.__Descendant_Table[com/dmdirc/commandparser/commands/channel/ShowTopic]
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/ShowTopic]
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): com/dmdirc/commandparser/commands/Command.__Descendant_Table[com/dmdirc/commandparser/commands/channel/ShowTopic]
    //#output(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): com/dmdirc/commandparser/commands/ExternalCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/ShowTopic]
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Descendant_Table[com/dmdirc/commandparser/commands/channel/ShowTopic] == &__Dispatch_Table
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): com/dmdirc/commandparser/CommandInfo.__Descendant_Table[com/dmdirc/commandparser/commands/channel/ShowTopic] == &__Dispatch_Table
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/ShowTopic] == &__Dispatch_Table
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): com/dmdirc/commandparser/commands/Command.__Descendant_Table[com/dmdirc/commandparser/commands/channel/ShowTopic] == &__Dispatch_Table
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): com/dmdirc/commandparser/commands/ExternalCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/ShowTopic] == &__Dispatch_Table
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Channel;ZLcom/dmdirc/commandparser/CommandArguments;)V == &execute
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Ljava/lang/String;ZLcom/dmdirc/commandparser/CommandArguments;)V == &execute
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.getHelp()Ljava/lang/String; == &getHelp
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.getName()Ljava/lang/String; == &getName
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType; == &com/dmdirc/commandparser/commands/ChannelCommand.getType
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.sendLine(Lcom/dmdirc/ui/interfaces/InputWindow;ZLjava/lang/String;[Ljava/lang/Object;)V == &com/dmdirc/commandparser/commands/Command.sendLine
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.showInHelp()Z == &showInHelp
    //#post(com.dmdirc.commandparser.commands.channel.ShowTopic__static_init): __Dispatch_Table.showUsage(Lcom/dmdirc/ui/interfaces/InputWindow;ZLjava/lang/String;Ljava/lang/String;)V == &com/dmdirc/commandparser/commands/Command.showUsage
    //#ShowTopic.java:: end of method: com.dmdirc.commandparser.commands.channel.ShowTopic.com.dmdirc.commandparser.commands.channel.ShowTopic__static_init
    //#ShowTopic.java:: end of class: com.dmdirc.commandparser.commands.channel.ShowTopic
