jacquesqiao created ZEPPELIN-1184:
-------------------------------------
Summary: why should cloned paragraph keep the original paragraph
id when
Key: ZEPPELIN-1184
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1184
Project: Zeppelin
Issue Type: Bug
Components: zeppelin-zengine
Affects Versions: 0.6.1, 0.7.0
Reporter: jacquesqiao
in Note.java addCloneParagraph use the original paragraph id to build a new
paragraph, what is the reason for this?
public void addCloneParagraph(Paragraph srcParagraph) {
// Keep paragraph original ID
final Paragraph newParagraph = new Paragraph(srcParagraph.getId(), this,
this, factory);
...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)