//# 1 errors, 378 messages
//#
/*
    //#UrlCatcherPlugin.java:1:1: class: com.dmdirc.addons.urlcatcher.UrlCatcherPlugin
    //#UrlCatcherPlugin.java:1:1: method: com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__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.addons.urlcatcher;

import com.dmdirc.actions.ActionManager;
import com.dmdirc.actions.interfaces.ActionType;
import com.dmdirc.actions.CoreActionType;
import com.dmdirc.commandparser.CommandManager;
import com.dmdirc.interfaces.ActionListener;
import com.dmdirc.plugins.Plugin;
import com.dmdirc.ui.messages.Styliser;

import java.util.HashMap;
import java.util.Map;

/**
 *
 * @author chris
 */
public class UrlCatcherPlugin extends Plugin implements ActionListener {
    //#UrlCatcherPlugin.java:40: method: void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()
    //#UrlCatcherPlugin.java:40: Warning: method not available - call not analyzed
    //#    call on void com.dmdirc.plugins.Plugin()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.addons.urlcatcher.UrlCatcherPlugin
    //#    method: void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()
    //#    unanalyzed callee: void com.dmdirc.plugins.Plugin()
    //#input(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): this
    //#output(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): new HashMap(UrlCatcherPlugin#1) num objects
    //#output(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): new UrlListCommand(UrlCatcherPlugin#2) num objects
    //#output(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): this.command.__Tag
    //#output(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): this.command.plugin
    //#output(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): this.command
    //#output(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): this.urls
    //#new obj(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): new HashMap(UrlCatcherPlugin#1)
    //#new obj(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): new UrlListCommand(UrlCatcherPlugin#2)
    //#post(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): this.command == &new UrlListCommand(UrlCatcherPlugin#2)
    //#post(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): this.urls == &new HashMap(UrlCatcherPlugin#1)
    //#post(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): new HashMap(UrlCatcherPlugin#1) num objects == 1
    //#post(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): new UrlListCommand(UrlCatcherPlugin#2) num objects == 1
    //#post(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): this.command.__Tag == com/dmdirc/addons/urlcatcher/UrlListCommand
    //#post(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): this.command.plugin == this
    //#post(void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()): this.command.plugin != null
    
    private final Map<String, Integer> urls = new HashMap<String, Integer>();
    
    private final UrlListCommand command = new UrlListCommand(this);
    //#UrlCatcherPlugin.java:44: end of method: void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.com.dmdirc.addons.urlcatcher.UrlCatcherPlugin()

    /** {@inheritDoc} */
    @Override
    public void onLoad() {
        ActionManager.addListener(this, CoreActionType.CLIENT_LINE_ADDED);
    //#UrlCatcherPlugin.java:49: method: void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.onLoad()
    //#UrlCatcherPlugin.java:49: Warning: method not available - call not analyzed
    //#    call on void com.dmdirc.actions.ActionManager:addListener(ActionListener, ActionType[])
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.addons.urlcatcher.UrlCatcherPlugin
    //#    method: void onLoad()
    //#    unanalyzed callee: void com.dmdirc.actions.ActionManager:addListener(ActionListener, ActionType[])
    //#input(void onLoad()): com.dmdirc.actions.CoreActionType.CLIENT_LINE_ADDED
    //#input(void onLoad()): com/dmdirc/addons/urlcatcher/UrlListCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/addons/urlcatcher/UrlListCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/CommandInfo.__Descendant_Table[others]
    //#input(void onLoad()): com/dmdirc/commandparser/CommandInfo.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/CommandInfo.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/CommandManager.com.dmdirc.ui.input.TabCompletionType.COMMAND
    //#input(void onLoad()): com/dmdirc/commandparser/CommandManager.commandChar
    //#input(void onLoad()): com/dmdirc/commandparser/CommandManager.commands
    //#input(void onLoad()): com/dmdirc/commandparser/CommandManager.parsers
    //#input(void onLoad()): com/dmdirc/commandparser/CommandType.TYPE_CHANNEL
    //#input(void onLoad()): com/dmdirc/commandparser/CommandType.TYPE_CHAT
    //#input(void onLoad()): com/dmdirc/commandparser/CommandType.TYPE_GLOBAL
    //#input(void onLoad()): com/dmdirc/commandparser/CommandType.TYPE_QUERY
    //#input(void onLoad()): com/dmdirc/commandparser/CommandType.TYPE_SERVER
    //#input(void onLoad()): com/dmdirc/commandparser/commands/ChannelCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/ChannelCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/ChatCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/ChatCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/GlobalCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/GlobalCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/QueryCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/QueryCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/ServerCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/ServerCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/Ban.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/Ban.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/ChannelSettings.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/ChannelSettings.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/Cycle.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/Cycle.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/KickReason.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/KickReason.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/Mode.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/Mode.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/Names.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/Names.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/Part.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/Part.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/SetNickColour.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/SetNickColour.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/ShowTopic.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/channel/ShowTopic.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/chat/Me.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/chat/Me.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Active.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Active.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/AliasCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/AliasCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/AllServers.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/AllServers.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Clear.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Clear.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Debug.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Debug.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Echo.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Echo.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Exit.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Exit.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Help.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Help.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Ifplugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Ifplugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/LoadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/LoadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/NewServer.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/NewServer.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Notify.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Notify.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/OpenWindow.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/OpenWindow.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/ReloadActions.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/ReloadActions.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/ReloadIdentities.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/ReloadIdentities.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/ReloadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/ReloadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/SaveConfig.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/SaveConfig.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Set.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/Set.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/UnloadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/global/UnloadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/AllChannels.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/AllChannels.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Away.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Away.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Back.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Back.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/ChangeServer.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/ChangeServer.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Ctcp.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Ctcp.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Disconnect.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Disconnect.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Ignore.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Ignore.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/JoinChannelCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/JoinChannelCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Message.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Message.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Nick.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Nick.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Notice.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Notice.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/OpenQuery.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/OpenQuery.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Raw.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Raw.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/RawServerCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/RawServerCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Reconnect.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Reconnect.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Umode.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onLoad()): com/dmdirc/commandparser/commands/server/Umode.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onLoad()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/ChannelCommandParser]
    //#input(void onLoad()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/CommandParser]
    //#input(void onLoad()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/GlobalCommandParser]
    //#input(void onLoad()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/QueryCommandParser]
    //#input(void onLoad()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/ServerCommandParser]
    //#input(void onLoad()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[others]
    //#input(void onLoad()): this
    //#input(void onLoad()): this.command
    //#input(void onLoad()): this.command.__Tag
    //#pre[1] (void onLoad()): init'ed(com/dmdirc/commandparser/CommandManager.commandChar)
    //#pre[3] (void onLoad()): this.command != null
    //#presumption(void onLoad()): init'ed(com.dmdirc.actions.CoreActionType.CLIENT_LINE_ADDED)
    //#unanalyzed(void onLoad()): Effects-of-calling:java.util.List:iterator
    //#unanalyzed(void onLoad()): Effects-of-calling:java.util.Iterator:hasNext
    //#unanalyzed(void onLoad()): Effects-of-calling:java.util.Iterator:next
    //#unanalyzed(void onLoad()): Effects-of-calling:getName
    //#unanalyzed(void onLoad()): Effects-of-calling:java.lang.String:toLowerCase
    //#unanalyzed(void onLoad()): Effects-of-calling:java.util.Map:put
    //#unanalyzed(void onLoad()): Effects-of-calling:java.util.Map:remove
    //#unanalyzed(void onLoad()): Effects-of-calling:com.dmdirc.ui.input.TabCompleter:addEntry
    //#unanalyzed(void onLoad()): Effects-of-calling:com.dmdirc.ui.input.TabCompleter:removeEntry
    //#unanalyzed(void onLoad()): Effects-of-calling:java.lang.StringBuilder
    //#unanalyzed(void onLoad()): Effects-of-calling:java.lang.StringBuilder:append
    //#unanalyzed(void onLoad()): Effects-of-calling:java.lang.StringBuilder:toString
    //#unanalyzed(void onLoad()): Effects-of-calling:com.dmdirc.ServerManager:getServerManager
    //#unanalyzed(void onLoad()): Effects-of-calling:com.dmdirc.ServerManager:getServers
    //#unanalyzed(void onLoad()): Effects-of-calling:getType
    //#unanalyzed(void onLoad()): Effects-of-calling:com.dmdirc.Server:getTabCompleter
    //#unanalyzed(void onLoad()): Effects-of-calling:com.dmdirc.Server:getChannels
    //#unanalyzed(void onLoad()): Effects-of-calling:com.dmdirc.Server:getChannel
    //#unanalyzed(void onLoad()): Effects-of-calling:com.dmdirc.Channel:getTabCompleter
    //#unanalyzed(void onLoad()): Effects-of-calling:com.dmdirc.Server:getQueries
    //#unanalyzed(void onLoad()): Effects-of-calling:com.dmdirc.Query:getTabCompleter
    //#unanalyzed(void onLoad()): Effects-of-calling:com.dmdirc.util.MapList:containsKey
    //#unanalyzed(void onLoad()): Effects-of-calling:com.dmdirc.util.MapList:get
        CommandManager.registerCommand(command);
    }
    //#UrlCatcherPlugin.java:51: end of method: void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.onLoad()

    /** {@inheritDoc} */
    @Override    
    public void onUnload() {
        ActionManager.removeListener(this);
    //#UrlCatcherPlugin.java:56: method: void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.onUnload()
    //#UrlCatcherPlugin.java:56: Warning: method not available - call not analyzed
    //#    call on void com.dmdirc.actions.ActionManager:removeListener(ActionListener)
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.addons.urlcatcher.UrlCatcherPlugin
    //#    method: void onUnload()
    //#    unanalyzed callee: void com.dmdirc.actions.ActionManager:removeListener(ActionListener)
    //#input(void onUnload()): com/dmdirc/addons/urlcatcher/UrlListCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/addons/urlcatcher/UrlListCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/CommandInfo.__Descendant_Table[others]
    //#input(void onUnload()): com/dmdirc/commandparser/CommandInfo.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/CommandInfo.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/CommandManager.com.dmdirc.ui.input.TabCompletionType.COMMAND
    //#input(void onUnload()): com/dmdirc/commandparser/CommandManager.commandChar
    //#input(void onUnload()): com/dmdirc/commandparser/CommandManager.commands
    //#input(void onUnload()): com/dmdirc/commandparser/CommandManager.parsers
    //#input(void onUnload()): com/dmdirc/commandparser/CommandType.TYPE_CHANNEL
    //#input(void onUnload()): com/dmdirc/commandparser/CommandType.TYPE_CHAT
    //#input(void onUnload()): com/dmdirc/commandparser/CommandType.TYPE_GLOBAL
    //#input(void onUnload()): com/dmdirc/commandparser/CommandType.TYPE_QUERY
    //#input(void onUnload()): com/dmdirc/commandparser/CommandType.TYPE_SERVER
    //#input(void onUnload()): com/dmdirc/commandparser/commands/ChannelCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/ChannelCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/ChatCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/ChatCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/Command.__Descendant_Table[others]
    //#input(void onUnload()): com/dmdirc/commandparser/commands/GlobalCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/GlobalCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/QueryCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/QueryCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/ServerCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/ServerCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/Ban.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/Ban.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/ChannelSettings.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/ChannelSettings.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/Cycle.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/Cycle.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/KickReason.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/KickReason.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/Mode.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/Mode.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/Names.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/Names.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/Part.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/Part.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/SetNickColour.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/SetNickColour.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/ShowTopic.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/channel/ShowTopic.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/chat/Me.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/chat/Me.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Active.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Active.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/AliasCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/AliasCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/AllServers.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/AllServers.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Clear.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Clear.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Debug.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Debug.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Echo.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Echo.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Exit.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Exit.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Help.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Help.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Ifplugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Ifplugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/LoadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/LoadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/NewServer.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/NewServer.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Notify.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Notify.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/OpenWindow.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/OpenWindow.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/ReloadActions.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/ReloadActions.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/ReloadIdentities.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/ReloadIdentities.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/ReloadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/ReloadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/SaveConfig.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/SaveConfig.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Set.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/Set.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/UnloadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/global/UnloadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/AllChannels.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/AllChannels.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Away.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Away.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Back.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Back.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/ChangeServer.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/ChangeServer.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Ctcp.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Ctcp.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Disconnect.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Disconnect.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Ignore.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Ignore.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/JoinChannelCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/JoinChannelCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Message.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Message.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Nick.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Nick.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Notice.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Notice.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/OpenQuery.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/OpenQuery.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Raw.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Raw.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/RawServerCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/RawServerCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Reconnect.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Reconnect.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Umode.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void onUnload()): com/dmdirc/commandparser/commands/server/Umode.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void onUnload()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/ChannelCommandParser]
    //#input(void onUnload()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/CommandParser]
    //#input(void onUnload()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/GlobalCommandParser]
    //#input(void onUnload()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/QueryCommandParser]
    //#input(void onUnload()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/ServerCommandParser]
    //#input(void onUnload()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[others]
    //#input(void onUnload()): this
    //#input(void onUnload()): this.command
    //#input(void onUnload()): this.command.__Tag
    //#pre[1] (void onUnload()): init'ed(com/dmdirc/commandparser/CommandManager.commandChar)
    //#pre[3] (void onUnload()): this.command != null
    //#unanalyzed(void onUnload()): Effects-of-calling:java.util.List:iterator
    //#unanalyzed(void onUnload()): Effects-of-calling:java.util.Iterator:hasNext
    //#unanalyzed(void onUnload()): Effects-of-calling:java.util.Iterator:next
    //#unanalyzed(void onUnload()): Effects-of-calling:getName
    //#unanalyzed(void onUnload()): Effects-of-calling:java.lang.String:toLowerCase
    //#unanalyzed(void onUnload()): Effects-of-calling:java.util.Map:put
    //#unanalyzed(void onUnload()): Effects-of-calling:java.util.Map:remove
    //#unanalyzed(void onUnload()): Effects-of-calling:com.dmdirc.ui.input.TabCompleter:addEntry
    //#unanalyzed(void onUnload()): Effects-of-calling:com.dmdirc.ui.input.TabCompleter:removeEntry
    //#unanalyzed(void onUnload()): Effects-of-calling:java.lang.StringBuilder
    //#unanalyzed(void onUnload()): Effects-of-calling:java.lang.StringBuilder:append
    //#unanalyzed(void onUnload()): Effects-of-calling:java.lang.StringBuilder:toString
    //#unanalyzed(void onUnload()): Effects-of-calling:com.dmdirc.ServerManager:getServerManager
    //#unanalyzed(void onUnload()): Effects-of-calling:com.dmdirc.ServerManager:getServers
    //#unanalyzed(void onUnload()): Effects-of-calling:getType
    //#unanalyzed(void onUnload()): Effects-of-calling:com.dmdirc.Server:getTabCompleter
    //#unanalyzed(void onUnload()): Effects-of-calling:com.dmdirc.Server:getChannels
    //#unanalyzed(void onUnload()): Effects-of-calling:com.dmdirc.Server:getChannel
    //#unanalyzed(void onUnload()): Effects-of-calling:com.dmdirc.Channel:getTabCompleter
    //#unanalyzed(void onUnload()): Effects-of-calling:com.dmdirc.Server:getQueries
    //#unanalyzed(void onUnload()): Effects-of-calling:com.dmdirc.Query:getTabCompleter
    //#unanalyzed(void onUnload()): Effects-of-calling:com.dmdirc.util.MapList:containsKey
    //#unanalyzed(void onUnload()): Effects-of-calling:com.dmdirc.util.MapList:get
    //#unanalyzed(void onUnload()): Effects-of-calling:java.util.Map:get
        CommandManager.unregisterCommand(command);
    }
    //#UrlCatcherPlugin.java:58: end of method: void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.onUnload()

    /** {@inheritDoc} */
    @Override    
    public void processEvent(final ActionType type, final StringBuffer format,
            final Object... arguments) {
        final String message = Styliser.doLinks((String) arguments[1]);
    //#UrlCatcherPlugin.java:64: method: void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.processEvent(ActionType, StringBuffer, Object[])
    //#UrlCatcherPlugin.java:64: Warning: method not available - call not analyzed
    //#    call on String com.dmdirc.ui.messages.Styliser:doLinks(String)
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.addons.urlcatcher.UrlCatcherPlugin
    //#    method: void processEvent(ActionType, StringBuffer, Object[])
    //#    unanalyzed callee: String com.dmdirc.ui.messages.Styliser:doLinks(String)
    //#input(void processEvent(ActionType, StringBuffer, Object[])): arguments
    //#input(void processEvent(ActionType, StringBuffer, Object[])): arguments.length
    //#input(void processEvent(ActionType, StringBuffer, Object[])): arguments[1]
    //#input(void processEvent(ActionType, StringBuffer, Object[])): this
    //#input(void processEvent(ActionType, StringBuffer, Object[])): this.urls
    //#pre[1] (void processEvent(ActionType, StringBuffer, Object[])): arguments != null
    //#pre[2] (void processEvent(ActionType, StringBuffer, Object[])): arguments.length >= 2
    //#pre[3] (void processEvent(ActionType, StringBuffer, Object[])): init'ed(arguments[1])
    //#presumption(void processEvent(ActionType, StringBuffer, Object[])): com.dmdirc.ui.messages.Styliser:doLinks(...)@64 != null
    //#unanalyzed(void processEvent(ActionType, StringBuffer, Object[])): Effects-of-calling:java.util.Map:containsKey
    //#unanalyzed(void processEvent(ActionType, StringBuffer, Object[])): Effects-of-calling:java.util.Map:get
    //#unanalyzed(void processEvent(ActionType, StringBuffer, Object[])): Effects-of-calling:java.lang.Integer:intValue
    //#unanalyzed(void processEvent(ActionType, StringBuffer, Object[])): Effects-of-calling:java.lang.Integer:valueOf
    //#unanalyzed(void processEvent(ActionType, StringBuffer, Object[])): Effects-of-calling:java.util.Map:put
    //#test_vector(void processEvent(ActionType, StringBuffer, Object[])): java.lang.String:indexOf(...)@66: {-2_147_483_648..-1}, {0..4_294_967_295}
        
        if (message.indexOf(Styliser.CODE_HYPERLINK) > -1) {
            final String[] parts = message.split("" + Styliser.CODE_HYPERLINK);
            
            for (int i = 1; i < parts.length; i += 2) {
    //#UrlCatcherPlugin.java:69: ?use of default init
    //#    init'ed(parts.length)
    //#    severity: LOW
    //#    class: com.dmdirc.addons.urlcatcher.UrlCatcherPlugin
    //#    method: void processEvent(ActionType, StringBuffer, Object[])
    //#    basic block: bb_3
    //#    assertion: init'ed(parts.length)
    //#    VN: undefined
    //#    Expected: {-Inf..+Inf}
    //#    Bad: {Invalid}
    //#    Attribs:  Int  Bad only invalid
    //#UrlCatcherPlugin.java:69: Warning: test always goes same way
    //#    Test predetermined because i == parts.length + 1
    //#    severity: LOW
    //#    class: com.dmdirc.addons.urlcatcher.UrlCatcherPlugin
    //#    method: void processEvent(ActionType, StringBuffer, Object[])
    //#    from bb: bb_3
    //#    live edge: bb_3-->bb_5
    //#    tested vn: i - undefined
    //#    tested vn values: {1}
                addURL(parts[i]);
    //#UrlCatcherPlugin.java:70: Warning: dead code
    //#    Dead code here because i == parts.length + 1
    //#    severity: LOW
    //#    class: com.dmdirc.addons.urlcatcher.UrlCatcherPlugin
    //#    method: void processEvent(ActionType, StringBuffer, Object[])
    //#    dead bb: bb_4
            }
        }
    }
    //#UrlCatcherPlugin.java:73: end of method: void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.processEvent(ActionType, StringBuffer, Object[])
    
    /**
     * Adds an URL to the list of tracked URLs, or increases its counter by one.
     * 
     * @param url The URL to be added
     */
    private void addURL(final String url) {
        if (urls.containsKey(url)) {
    //#UrlCatcherPlugin.java:81: method: void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.addURL(String)
    //#input(void addURL(String)): this
    //#input(void addURL(String)): this.urls
    //#input(void addURL(String)): url
    //#pre[2] (void addURL(String)): this.urls != null
    //#presumption(void addURL(String)): java.lang.Integer:intValue(...)@82 <= 4_294_967_294
    //#presumption(void addURL(String)): java.util.Map:get(...)@82 != null
    //#test_vector(void addURL(String)): java.util.Map:containsKey(...)@81: {0}, {1}
            urls.put(url, urls.get(url) + 1);
        } else {
            urls.put(url, 1);
        }
    }
    //#UrlCatcherPlugin.java:86: end of method: void com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.addURL(String)
    
    /**
     * Retrieves the URLs that have been recorded.
     * 
     * @return A map of URLs to the number of times they've been seen.
     */
    public Map<String, Integer> getURLS() {
        return urls;
    //#UrlCatcherPlugin.java:94: method: Map com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.getURLS()
    //#input(Map getURLS()): this
    //#input(Map getURLS()): this.urls
    //#output(Map getURLS()): return_value
    //#post(Map getURLS()): return_value == this.urls
    //#post(Map getURLS()): init'ed(return_value)
    //#UrlCatcherPlugin.java:94: end of method: Map com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.getURLS()
    }

}
    //#output(com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init): __Descendant_Table[com/dmdirc/addons/urlcatcher/UrlCatcherPlugin]
    //#output(com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init): __Dispatch_Table.addURL(Ljava/lang/String;)V
    //#output(com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init): __Dispatch_Table.getURLS()Ljava/util/Map;
    //#output(com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init): __Dispatch_Table.onLoad()V
    //#output(com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init): __Dispatch_Table.onUnload()V
    //#output(com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init): __Dispatch_Table.processEvent(Lcom/dmdirc/actions/interfaces/ActionType;Ljava/lang/StringBuffer;[Ljava/lang/Object;)V
    //#post(com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init): __Descendant_Table[com/dmdirc/addons/urlcatcher/UrlCatcherPlugin] == &__Dispatch_Table
    //#post(com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init): __Dispatch_Table.addURL(Ljava/lang/String;)V == &addURL
    //#post(com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init): __Dispatch_Table.getURLS()Ljava/util/Map; == &getURLS
    //#post(com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init): __Dispatch_Table.onLoad()V == &onLoad
    //#post(com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init): __Dispatch_Table.onUnload()V == &onUnload
    //#post(com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init): __Dispatch_Table.processEvent(Lcom/dmdirc/actions/interfaces/ActionType;Ljava/lang/StringBuffer;[Ljava/lang/Object;)V == &processEvent
    //#UrlCatcherPlugin.java:: end of method: com.dmdirc.addons.urlcatcher.UrlCatcherPlugin.com.dmdirc.addons.urlcatcher.UrlCatcherPlugin__static_init
    //#UrlCatcherPlugin.java:: end of class: com.dmdirc.addons.urlcatcher.UrlCatcherPlugin
