public ChangePresenceCommand(IChatFrameMediator mediator, ICommandReference reference) { super(reference); } /** * @see org.columba.core.command.Command#updateGUI() */ @Override public void updateGUI() throws Exception
public SubscriptionCommand(IChatFrameMediator mediator, ICommandReference reference) { super(reference); } /** * @see org.columba.core.command.Command#updateGUI() */ @Override public void updateGUI() throws Exception
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/plugins/org.columba.chat.altura/src/org/columba/chat/command/ChangePresenceCommand.java File path: /columba-1.4-src/plugins/org.columba.chat.altura/src/org/columba/chat/command/SubscriptionCommand.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public ChangePresenceCommand(IChatFrameMediator mediator,
1
public SubscriptionCommand(IChatFrameMediator mediator,
2
			ICommandReference reference) {
2
			ICommandReference reference) {
3
		super(reference);
3
		super(reference);
4
	}
4
	}
5
	/**
5
	/**
6
	 * @see org.columba.core.command.Command#updateGUI()
6
	 * @see org.columba.core.command.Command#updateGUI()
7
	 */
7
	 */
8
	@Override
8
	@Override
9
	public void updateGUI() throws Exception 
9
	public void updateGUI() throws Exception 
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0