481a2c3f1e7cdbc441f900ac6ff3b924fb000c0a,common/data_refinery_common/models/keywords.py,SampleKeyword,SampleKeyword_1,#,7

Before Change



    name = models.ForeignKey("OntologyTerm", on_delete=models.CASCADE, related_name="+")
    sample = models.ForeignKey("Sample", on_delete=models.CASCADE, related_name="keywords")
    source = models.TextField()

After Change



    name = models.ForeignKey("OntologyTerm", on_delete=models.CASCADE, related_name="+")
    sample = models.ForeignKey("Sample", on_delete=models.CASCADE, related_name="keywords")
    source = models.ForeignKey("Contribution", on_delete=models.CASCADE)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: AlexsLemonade/refinebio
Commit Name: 481a2c3f1e7cdbc441f900ac6ff3b924fb000c0a
Time: 2020-08-14
Author: willvauclain.dev@gmail.com
File Name: common/data_refinery_common/models/keywords.py
Class Name: SampleKeyword
Method Name: SampleKeyword_1


Project Name: AlexsLemonade/refinebio
Commit Name: 952ac41dc0ba88dfc66cd948a0de2f23ccb4a2df
Time: 2020-08-13
Author: willvauclain.dev@gmail.com
File Name: common/data_refinery_common/models/attributes.py
Class Name: AbstractAttribute
Method Name: AbstractAttribute_1


Project Name: comic/grand-challenge.org
Commit Name: dd6a61541b793286df54a039b33b5892f69b0472
Time: 2019-02-27
Author: code@jmsmkn.com
File Name: app/grandchallenge/algorithms/models.py
Class Name: Algorithm
Method Name: Algorithm_1