Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 329 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/message/viewer/AttachmentsViewer.java |
2 | 2 | 82 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/table/TableViewTransferHandler.java |
| |||||
/** * Returns always false. The attachment transfer handler can only export * data flavors, and not import them. * * @param comp * ignored. * @param transferFlavors * ignored. * @return false. */ public boolean canImport(JComponent comp, DataFlavor[] transferFlavors) { return false; } |
| |||||
/** {@inheritDoc} */ public boolean canImport(JComponent comp, DataFlavor[] transferFlavors) { return false; } |
| |||
/** * Returns always false. The attachment transfer handler can only export * data flavors, and not import them. * * @param comp * ignored. * @param transferFlavors * ignored. * @return false. */ /** {@inheritDoc} */ public boolean canImport(JComponent comp, DataFlavor[] transferFlavors) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |