A Dataset of Atoms of Confusion in the Android Open Source Project
This is a dataset cataloging the presence of Atoms of Confusion in the Android Open Source Project, alongside metricsof object-oriented software development. Schema ac_reports id INTEGER The primary key project_name VARCHAR Name of the project/repository in the AOSPline INTEGER NOT NULL Line wh...
Gespeichert in:
Hauptverfasser: | , , , |
---|---|
Format: | Dataset |
Sprache: | eng |
Online-Zugang: | Volltext bestellen |
Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
container_end_page | |
---|---|
container_issue | |
container_start_page | |
container_title | |
container_volume | |
creator | Tabosa, Davi Viana de Carvalho, Windson Rocha, Lincoln Pinheiro, Oton |
description | This is a dataset cataloging the presence of Atoms of Confusion in the Android Open Source Project, alongside metricsof object-oriented software development.
Schema
ac_reports
id INTEGER The primary key project_name VARCHAR Name of the project/repository in the AOSPline INTEGER NOT NULL Line where the AC was foundsnippet VARCHAR NOT NULL The excerpt of code that represents the Atom of Confusionclass_name VARCHAR Name of the class where the AC was foundac VARCHAR NOT NULL Type of Atom of Confusionpath VARCHAR Path to the file in the AOSP superproject"commit" VARCHAR SHA of the commit of the file in the repositoryloc VARCHAR Number of lines of code in the file
files
path VARCHAR The path of the file
loc INTEGER Lines of code
project_name VARCHAR Name of the project/repository in the AOSP
projects
name VARCHAR The name of the project/repository in the AOSP
classes
id INTEGER The primary key
file_path VARCHAR Path to the file in the AOSP superproject
name VARCHAR Name of the class
type VARCHAR The type of class (e.g. interface, anonymous...)
cbo INTEGER From CK: Coupling between objects, number of dependencies a class has.
"cboModified" INTEGER From CK: Coupling between objects, number of dependencies a class has. (References from other classes to this class + references from this class to other classes)
fanin INTEGER From CK: number of classes that reference this particular class.
fanout INTEGER From CK: the number of classes referenced by this class
wmc INTEGER From CK: Weight Method Class | McCabe's complexity | Cyclomatic Complexity
dit INTEGER From CK: Depth Inheritance Tree
noc INTEGER From CK: Number of Children
rfc INTEGER From CK: Response for Class
lcom INTEGER From CK: Lack of Cohesion of Methods
lcom_normalized DOUBLE From CK: Refers to the LCOM* metric that computes Lack of Cohesion of Methods between 0 and 1.
tcc DOUBLE From CK: Tight Class Cohesion
lcc DOUBLE From CK: Loose Class Cohesion
"totalMethodsQty" INTEGER From CK: Number of methods (constructors are included)
"staticMethodsQty" INTEGER From CK: Number of static methods
"publicMethodsQty" INTEGER From CK: Number of public methods
"privateMethodsQty" INTEGER From CK: Number of private methods
"protectedMethodsQty" INTEGER From CK: Number of protected methods
"defaultMethodsQty" INTEGER From CK: Number of default methods
"visibleMethodsQty" INTEGER From CK: Number of visible methods
"abstractMethodsQty" INTEGER From CK: Number of abstract methods
"finalMethodsQty" INTEGER From CK: |
doi_str_mv | 10.5281/zenodo.10268006 |
format | Dataset |
fullrecord | <record><control><sourceid>datacite_PQ8</sourceid><recordid>TN_cdi_datacite_primary_10_5281_zenodo_10268006</recordid><sourceformat>XML</sourceformat><sourcesystem>PC</sourcesystem><sourcerecordid>10_5281_zenodo_10268006</sourcerecordid><originalsourceid>FETCH-LOGICAL-d816-a06c81c47627091a9196c6157a58182d4e22c94d45995eb2ddae5430a072c0883</originalsourceid><addsrcrecordid>eNo1z71OwzAUBWAvDKgws_oF0t7r2I49hvArVSoS3S1j3whXrV0l7gBPD1VhOmc6Oh9jdwhLJQyuvimXWJYIQhsAfc3ue_7gq5-p8jLyvpbDfC5DyeNpTiXzlHn9JN7nOJUU-eZImb-X0xSIv01lR6HesKvR72e6_csF2z49boeXZr15fh36dRMN6saDDgaD7LTowKK3aHXQqDqvDBoRJQkRrIxSWavoQ8ToSckWPHQigDHtgq0us_H3b0iV3HFKBz99OQR3xrkLzv3j2h-s7kdc</addsrcrecordid><sourcetype>Publisher</sourcetype><iscdi>true</iscdi><recordtype>dataset</recordtype></control><display><type>dataset</type><title>A Dataset of Atoms of Confusion in the Android Open Source Project</title><source>DataCite</source><creator>Tabosa, Davi ; Viana de Carvalho, Windson ; Rocha, Lincoln ; Pinheiro, Oton</creator><creatorcontrib>Tabosa, Davi ; Viana de Carvalho, Windson ; Rocha, Lincoln ; Pinheiro, Oton</creatorcontrib><description>This is a dataset cataloging the presence of Atoms of Confusion in the Android Open Source Project, alongside metricsof object-oriented software development.
Schema
ac_reports
id INTEGER The primary key project_name VARCHAR Name of the project/repository in the AOSPline INTEGER NOT NULL Line where the AC was foundsnippet VARCHAR NOT NULL The excerpt of code that represents the Atom of Confusionclass_name VARCHAR Name of the class where the AC was foundac VARCHAR NOT NULL Type of Atom of Confusionpath VARCHAR Path to the file in the AOSP superproject"commit" VARCHAR SHA of the commit of the file in the repositoryloc VARCHAR Number of lines of code in the file
files
path VARCHAR The path of the file
loc INTEGER Lines of code
project_name VARCHAR Name of the project/repository in the AOSP
projects
name VARCHAR The name of the project/repository in the AOSP
classes
id INTEGER The primary key
file_path VARCHAR Path to the file in the AOSP superproject
name VARCHAR Name of the class
type VARCHAR The type of class (e.g. interface, anonymous...)
cbo INTEGER From CK: Coupling between objects, number of dependencies a class has.
"cboModified" INTEGER From CK: Coupling between objects, number of dependencies a class has. (References from other classes to this class + references from this class to other classes)
fanin INTEGER From CK: number of classes that reference this particular class.
fanout INTEGER From CK: the number of classes referenced by this class
wmc INTEGER From CK: Weight Method Class | McCabe's complexity | Cyclomatic Complexity
dit INTEGER From CK: Depth Inheritance Tree
noc INTEGER From CK: Number of Children
rfc INTEGER From CK: Response for Class
lcom INTEGER From CK: Lack of Cohesion of Methods
lcom_normalized DOUBLE From CK: Refers to the LCOM* metric that computes Lack of Cohesion of Methods between 0 and 1.
tcc DOUBLE From CK: Tight Class Cohesion
lcc DOUBLE From CK: Loose Class Cohesion
"totalMethodsQty" INTEGER From CK: Number of methods (constructors are included)
"staticMethodsQty" INTEGER From CK: Number of static methods
"publicMethodsQty" INTEGER From CK: Number of public methods
"privateMethodsQty" INTEGER From CK: Number of private methods
"protectedMethodsQty" INTEGER From CK: Number of protected methods
"defaultMethodsQty" INTEGER From CK: Number of default methods
"visibleMethodsQty" INTEGER From CK: Number of visible methods
"abstractMethodsQty" INTEGER From CK: Number of abstract methods
"finalMethodsQty" INTEGER From CK: Number of final methods
"synchronizedMethodsQty" INTEGER From CK: Number of synchronized methods
"totalFieldsQty" INTEGER From CK: Number of fields
"staticFieldsQty" INTEGER From CK: Number of static fields
"publicFieldsQty" INTEGER From CK: Number of public fields
"privateFieldsQty" INTEGER From CK: Number of private fields
"protectedFieldsQty" INTEGER From CK: Number of protected fields
"defaultFieldsQty" INTEGER From CK: Number of default fields
"finalFieldsQty" INTEGER From CK: Number of final fields
"synchronizedFieldsQty" INTEGER From CK: Number of synchronized fields
nosi INTEGER From CK: Number of static invocations
loc INTEGER From CK: Lines of code
"returnQty" INTEGER From CK: Number of return statements
"loopQty" INTEGER From CK: Number of repetition structures (while, for)
"comparisonsQty" INTEGER From CK: Number of comparisons, e.g. ==, !=
"tryCatchQty" INTEGER From CK: Number of try...catch statements
"parenthesizedExpsQty" INTEGER From CK: Number of expressions inside parenthesis.
"stringLiteralsQty" INTEGER From CK: Number of string literals. Repeated strings are counted as well.
"numbersQty" INTEGER From CK: Number of numbers, e.g. ints, floats, doubles
"assignmentsQty" INTEGER From CK: Number of assignments, usage of the = operator.
"mathOperationsQty" INTEGER From CK: Number of math operations.
"variablesQty" INTEGER From CK: Number of variables
"maxNestedBlocksQty" INTEGER From CK: Number of the highest nested block in the class.
"anonymousClassesQty" INTEGER From CK: Number of anonymous classes
"innerClassesQty" INTEGER From CK: Number of inner classes
"lambdasQty" INTEGER From CK: Number of lambdas
"uniqueWordsQty" INTEGER From CK: Number of unique words in the source file
modifiers INTEGER From CK: Number of modifiers in class/methods (usage of "public", "static", "abstract"...)
"logStatementsQty" INTEGER, From CK: Number of log statements.
methods
id_ INTEGER NOT NULL The primary key
file_path VARCHAR NOT NULL Path to the file in the AOSP superproject
class_id INTEGER NOT NULL ID of the class where this method is
name VARCHAR NOT NULL The name of the method
constructor BOOLEAN NOT NULL From CK: True if method is a constructor
line INTEGER From CK: Line where this method is located
cbo INTEGER From CK: Coupling between objects, number of dependencies a class has.
"cboModified" INTEGER From CK: Coupling between objects, number of dependencies a class has. (References from other classes to this class + references from this class to other classes)
fanin INTEGER From CK: number of classes that reference this particular class.
fanout INTEGER From CK: the number of classes referenced by this class
wmc INTEGER From CK: Weight Method Class | McCabe's complexity | Cyclomatic Complexity
rfc INTEGER From CK: Response for Class
loc INTEGER From CK: Lines of code
"returnQty" INTEGER From CK: Number of return statements
"variablesQty" INTEGER From CK: Number of variables
"parametersQty" INTEGER From CK: Number of parameters
"methodsInvokedQty" INTEGER From CK: all methods invoked
"methodsInvokedLocalQty" INTEGER From CK: methods invoked locally
"methodsInvokedIndirectLocalQty" INTEGER From CK: number of indirect local invocations
"loopQty" INTEGER From CK: Number of repetition structures (while, for)
"comparisonsQty" INTEGER From CK: Number of comparisons, e.g. ==, !=
"tryCatchQty" INTEGER From CK: Number of try...catch statements
"parenthesizedExpsQty" INTEGER From CK: Number of expressions inside parenthesis.
"stringLiteralsQty" INTEGER From CK: Number of string literals. Repeated strings are counted as well.
"numbersQty" INTEGER From CK: Number of numbers, e.g. ints, floats, doubles
"assignmentsQty" INTEGER From CK: Number of assignments, usage of the = operator.
"mathOperationsQty" INTEGER From CK: Number of math operations.
"maxNestedBlocksQty" INTEGER From CK: Number of the highest nested block in the class.
"anonymousClassesQty" INTEGER From CK: Number of anonymous classes
"innerClassesQty" INTEGER From CK: Number of inner classes
"lambdasQty" INTEGER From CK: Number of lambdas
"uniqueWordsQty" INTEGER From CK: Number of unique words in the source file
modifiers INTEGER From CK: Number of modifiers in class/methods (usage of "public", "static", "abstract"...)
"logStatementsQty" INTEGER, From CK: Number of log statements.
"hasJavaDoc" BOOLEAN From CK: True if method has a JavaDoc</description><identifier>DOI: 10.5281/zenodo.10268006</identifier><language>eng</language><publisher>Zenodo</publisher><creationdate>2023</creationdate><oa>free_for_read</oa><woscitedreferencessubscribed>false</woscitedreferencessubscribed><orcidid>0009-0002-9244-2449 ; 0000-0002-8627-0823 ; 0000-0001-5402-8744</orcidid></display><links><openurl>$$Topenurl_article</openurl><openurlfulltext>$$Topenurlfull_article</openurlfulltext><thumbnail>$$Tsyndetics_thumb_exl</thumbnail><link.rule.ids>776,1888</link.rule.ids><linktorsrc>$$Uhttps://commons.datacite.org/doi.org/10.5281/zenodo.10268006$$EView_record_in_DataCite.org$$FView_record_in_$$GDataCite.org$$Hfree_for_read</linktorsrc></links><search><creatorcontrib>Tabosa, Davi</creatorcontrib><creatorcontrib>Viana de Carvalho, Windson</creatorcontrib><creatorcontrib>Rocha, Lincoln</creatorcontrib><creatorcontrib>Pinheiro, Oton</creatorcontrib><title>A Dataset of Atoms of Confusion in the Android Open Source Project</title><description>This is a dataset cataloging the presence of Atoms of Confusion in the Android Open Source Project, alongside metricsof object-oriented software development.
Schema
ac_reports
id INTEGER The primary key project_name VARCHAR Name of the project/repository in the AOSPline INTEGER NOT NULL Line where the AC was foundsnippet VARCHAR NOT NULL The excerpt of code that represents the Atom of Confusionclass_name VARCHAR Name of the class where the AC was foundac VARCHAR NOT NULL Type of Atom of Confusionpath VARCHAR Path to the file in the AOSP superproject"commit" VARCHAR SHA of the commit of the file in the repositoryloc VARCHAR Number of lines of code in the file
files
path VARCHAR The path of the file
loc INTEGER Lines of code
project_name VARCHAR Name of the project/repository in the AOSP
projects
name VARCHAR The name of the project/repository in the AOSP
classes
id INTEGER The primary key
file_path VARCHAR Path to the file in the AOSP superproject
name VARCHAR Name of the class
type VARCHAR The type of class (e.g. interface, anonymous...)
cbo INTEGER From CK: Coupling between objects, number of dependencies a class has.
"cboModified" INTEGER From CK: Coupling between objects, number of dependencies a class has. (References from other classes to this class + references from this class to other classes)
fanin INTEGER From CK: number of classes that reference this particular class.
fanout INTEGER From CK: the number of classes referenced by this class
wmc INTEGER From CK: Weight Method Class | McCabe's complexity | Cyclomatic Complexity
dit INTEGER From CK: Depth Inheritance Tree
noc INTEGER From CK: Number of Children
rfc INTEGER From CK: Response for Class
lcom INTEGER From CK: Lack of Cohesion of Methods
lcom_normalized DOUBLE From CK: Refers to the LCOM* metric that computes Lack of Cohesion of Methods between 0 and 1.
tcc DOUBLE From CK: Tight Class Cohesion
lcc DOUBLE From CK: Loose Class Cohesion
"totalMethodsQty" INTEGER From CK: Number of methods (constructors are included)
"staticMethodsQty" INTEGER From CK: Number of static methods
"publicMethodsQty" INTEGER From CK: Number of public methods
"privateMethodsQty" INTEGER From CK: Number of private methods
"protectedMethodsQty" INTEGER From CK: Number of protected methods
"defaultMethodsQty" INTEGER From CK: Number of default methods
"visibleMethodsQty" INTEGER From CK: Number of visible methods
"abstractMethodsQty" INTEGER From CK: Number of abstract methods
"finalMethodsQty" INTEGER From CK: Number of final methods
"synchronizedMethodsQty" INTEGER From CK: Number of synchronized methods
"totalFieldsQty" INTEGER From CK: Number of fields
"staticFieldsQty" INTEGER From CK: Number of static fields
"publicFieldsQty" INTEGER From CK: Number of public fields
"privateFieldsQty" INTEGER From CK: Number of private fields
"protectedFieldsQty" INTEGER From CK: Number of protected fields
"defaultFieldsQty" INTEGER From CK: Number of default fields
"finalFieldsQty" INTEGER From CK: Number of final fields
"synchronizedFieldsQty" INTEGER From CK: Number of synchronized fields
nosi INTEGER From CK: Number of static invocations
loc INTEGER From CK: Lines of code
"returnQty" INTEGER From CK: Number of return statements
"loopQty" INTEGER From CK: Number of repetition structures (while, for)
"comparisonsQty" INTEGER From CK: Number of comparisons, e.g. ==, !=
"tryCatchQty" INTEGER From CK: Number of try...catch statements
"parenthesizedExpsQty" INTEGER From CK: Number of expressions inside parenthesis.
"stringLiteralsQty" INTEGER From CK: Number of string literals. Repeated strings are counted as well.
"numbersQty" INTEGER From CK: Number of numbers, e.g. ints, floats, doubles
"assignmentsQty" INTEGER From CK: Number of assignments, usage of the = operator.
"mathOperationsQty" INTEGER From CK: Number of math operations.
"variablesQty" INTEGER From CK: Number of variables
"maxNestedBlocksQty" INTEGER From CK: Number of the highest nested block in the class.
"anonymousClassesQty" INTEGER From CK: Number of anonymous classes
"innerClassesQty" INTEGER From CK: Number of inner classes
"lambdasQty" INTEGER From CK: Number of lambdas
"uniqueWordsQty" INTEGER From CK: Number of unique words in the source file
modifiers INTEGER From CK: Number of modifiers in class/methods (usage of "public", "static", "abstract"...)
"logStatementsQty" INTEGER, From CK: Number of log statements.
methods
id_ INTEGER NOT NULL The primary key
file_path VARCHAR NOT NULL Path to the file in the AOSP superproject
class_id INTEGER NOT NULL ID of the class where this method is
name VARCHAR NOT NULL The name of the method
constructor BOOLEAN NOT NULL From CK: True if method is a constructor
line INTEGER From CK: Line where this method is located
cbo INTEGER From CK: Coupling between objects, number of dependencies a class has.
"cboModified" INTEGER From CK: Coupling between objects, number of dependencies a class has. (References from other classes to this class + references from this class to other classes)
fanin INTEGER From CK: number of classes that reference this particular class.
fanout INTEGER From CK: the number of classes referenced by this class
wmc INTEGER From CK: Weight Method Class | McCabe's complexity | Cyclomatic Complexity
rfc INTEGER From CK: Response for Class
loc INTEGER From CK: Lines of code
"returnQty" INTEGER From CK: Number of return statements
"variablesQty" INTEGER From CK: Number of variables
"parametersQty" INTEGER From CK: Number of parameters
"methodsInvokedQty" INTEGER From CK: all methods invoked
"methodsInvokedLocalQty" INTEGER From CK: methods invoked locally
"methodsInvokedIndirectLocalQty" INTEGER From CK: number of indirect local invocations
"loopQty" INTEGER From CK: Number of repetition structures (while, for)
"comparisonsQty" INTEGER From CK: Number of comparisons, e.g. ==, !=
"tryCatchQty" INTEGER From CK: Number of try...catch statements
"parenthesizedExpsQty" INTEGER From CK: Number of expressions inside parenthesis.
"stringLiteralsQty" INTEGER From CK: Number of string literals. Repeated strings are counted as well.
"numbersQty" INTEGER From CK: Number of numbers, e.g. ints, floats, doubles
"assignmentsQty" INTEGER From CK: Number of assignments, usage of the = operator.
"mathOperationsQty" INTEGER From CK: Number of math operations.
"maxNestedBlocksQty" INTEGER From CK: Number of the highest nested block in the class.
"anonymousClassesQty" INTEGER From CK: Number of anonymous classes
"innerClassesQty" INTEGER From CK: Number of inner classes
"lambdasQty" INTEGER From CK: Number of lambdas
"uniqueWordsQty" INTEGER From CK: Number of unique words in the source file
modifiers INTEGER From CK: Number of modifiers in class/methods (usage of "public", "static", "abstract"...)
"logStatementsQty" INTEGER, From CK: Number of log statements.
"hasJavaDoc" BOOLEAN From CK: True if method has a JavaDoc</description><fulltext>true</fulltext><rsrctype>dataset</rsrctype><creationdate>2023</creationdate><recordtype>dataset</recordtype><sourceid>PQ8</sourceid><recordid>eNo1z71OwzAUBWAvDKgws_oF0t7r2I49hvArVSoS3S1j3whXrV0l7gBPD1VhOmc6Oh9jdwhLJQyuvimXWJYIQhsAfc3ue_7gq5-p8jLyvpbDfC5DyeNpTiXzlHn9JN7nOJUU-eZImb-X0xSIv01lR6HesKvR72e6_csF2z49boeXZr15fh36dRMN6saDDgaD7LTowKK3aHXQqDqvDBoRJQkRrIxSWavoQ8ToSckWPHQigDHtgq0us_H3b0iV3HFKBz99OQR3xrkLzv3j2h-s7kdc</recordid><startdate>20231205</startdate><enddate>20231205</enddate><creator>Tabosa, Davi</creator><creator>Viana de Carvalho, Windson</creator><creator>Rocha, Lincoln</creator><creator>Pinheiro, Oton</creator><general>Zenodo</general><scope>DYCCY</scope><scope>PQ8</scope><orcidid>https://orcid.org/0009-0002-9244-2449</orcidid><orcidid>https://orcid.org/0000-0002-8627-0823</orcidid><orcidid>https://orcid.org/0000-0001-5402-8744</orcidid></search><sort><creationdate>20231205</creationdate><title>A Dataset of Atoms of Confusion in the Android Open Source Project</title><author>Tabosa, Davi ; Viana de Carvalho, Windson ; Rocha, Lincoln ; Pinheiro, Oton</author></sort><facets><frbrtype>5</frbrtype><frbrgroupid>cdi_FETCH-LOGICAL-d816-a06c81c47627091a9196c6157a58182d4e22c94d45995eb2ddae5430a072c0883</frbrgroupid><rsrctype>datasets</rsrctype><prefilter>datasets</prefilter><language>eng</language><creationdate>2023</creationdate><toplevel>online_resources</toplevel><creatorcontrib>Tabosa, Davi</creatorcontrib><creatorcontrib>Viana de Carvalho, Windson</creatorcontrib><creatorcontrib>Rocha, Lincoln</creatorcontrib><creatorcontrib>Pinheiro, Oton</creatorcontrib><collection>DataCite (Open Access)</collection><collection>DataCite</collection></facets><delivery><delcategory>Remote Search Resource</delcategory><fulltext>fulltext_linktorsrc</fulltext></delivery><addata><au>Tabosa, Davi</au><au>Viana de Carvalho, Windson</au><au>Rocha, Lincoln</au><au>Pinheiro, Oton</au><format>book</format><genre>unknown</genre><ristype>DATA</ristype><title>A Dataset of Atoms of Confusion in the Android Open Source Project</title><date>2023-12-05</date><risdate>2023</risdate><abstract>This is a dataset cataloging the presence of Atoms of Confusion in the Android Open Source Project, alongside metricsof object-oriented software development.
Schema
ac_reports
id INTEGER The primary key project_name VARCHAR Name of the project/repository in the AOSPline INTEGER NOT NULL Line where the AC was foundsnippet VARCHAR NOT NULL The excerpt of code that represents the Atom of Confusionclass_name VARCHAR Name of the class where the AC was foundac VARCHAR NOT NULL Type of Atom of Confusionpath VARCHAR Path to the file in the AOSP superproject"commit" VARCHAR SHA of the commit of the file in the repositoryloc VARCHAR Number of lines of code in the file
files
path VARCHAR The path of the file
loc INTEGER Lines of code
project_name VARCHAR Name of the project/repository in the AOSP
projects
name VARCHAR The name of the project/repository in the AOSP
classes
id INTEGER The primary key
file_path VARCHAR Path to the file in the AOSP superproject
name VARCHAR Name of the class
type VARCHAR The type of class (e.g. interface, anonymous...)
cbo INTEGER From CK: Coupling between objects, number of dependencies a class has.
"cboModified" INTEGER From CK: Coupling between objects, number of dependencies a class has. (References from other classes to this class + references from this class to other classes)
fanin INTEGER From CK: number of classes that reference this particular class.
fanout INTEGER From CK: the number of classes referenced by this class
wmc INTEGER From CK: Weight Method Class | McCabe's complexity | Cyclomatic Complexity
dit INTEGER From CK: Depth Inheritance Tree
noc INTEGER From CK: Number of Children
rfc INTEGER From CK: Response for Class
lcom INTEGER From CK: Lack of Cohesion of Methods
lcom_normalized DOUBLE From CK: Refers to the LCOM* metric that computes Lack of Cohesion of Methods between 0 and 1.
tcc DOUBLE From CK: Tight Class Cohesion
lcc DOUBLE From CK: Loose Class Cohesion
"totalMethodsQty" INTEGER From CK: Number of methods (constructors are included)
"staticMethodsQty" INTEGER From CK: Number of static methods
"publicMethodsQty" INTEGER From CK: Number of public methods
"privateMethodsQty" INTEGER From CK: Number of private methods
"protectedMethodsQty" INTEGER From CK: Number of protected methods
"defaultMethodsQty" INTEGER From CK: Number of default methods
"visibleMethodsQty" INTEGER From CK: Number of visible methods
"abstractMethodsQty" INTEGER From CK: Number of abstract methods
"finalMethodsQty" INTEGER From CK: Number of final methods
"synchronizedMethodsQty" INTEGER From CK: Number of synchronized methods
"totalFieldsQty" INTEGER From CK: Number of fields
"staticFieldsQty" INTEGER From CK: Number of static fields
"publicFieldsQty" INTEGER From CK: Number of public fields
"privateFieldsQty" INTEGER From CK: Number of private fields
"protectedFieldsQty" INTEGER From CK: Number of protected fields
"defaultFieldsQty" INTEGER From CK: Number of default fields
"finalFieldsQty" INTEGER From CK: Number of final fields
"synchronizedFieldsQty" INTEGER From CK: Number of synchronized fields
nosi INTEGER From CK: Number of static invocations
loc INTEGER From CK: Lines of code
"returnQty" INTEGER From CK: Number of return statements
"loopQty" INTEGER From CK: Number of repetition structures (while, for)
"comparisonsQty" INTEGER From CK: Number of comparisons, e.g. ==, !=
"tryCatchQty" INTEGER From CK: Number of try...catch statements
"parenthesizedExpsQty" INTEGER From CK: Number of expressions inside parenthesis.
"stringLiteralsQty" INTEGER From CK: Number of string literals. Repeated strings are counted as well.
"numbersQty" INTEGER From CK: Number of numbers, e.g. ints, floats, doubles
"assignmentsQty" INTEGER From CK: Number of assignments, usage of the = operator.
"mathOperationsQty" INTEGER From CK: Number of math operations.
"variablesQty" INTEGER From CK: Number of variables
"maxNestedBlocksQty" INTEGER From CK: Number of the highest nested block in the class.
"anonymousClassesQty" INTEGER From CK: Number of anonymous classes
"innerClassesQty" INTEGER From CK: Number of inner classes
"lambdasQty" INTEGER From CK: Number of lambdas
"uniqueWordsQty" INTEGER From CK: Number of unique words in the source file
modifiers INTEGER From CK: Number of modifiers in class/methods (usage of "public", "static", "abstract"...)
"logStatementsQty" INTEGER, From CK: Number of log statements.
methods
id_ INTEGER NOT NULL The primary key
file_path VARCHAR NOT NULL Path to the file in the AOSP superproject
class_id INTEGER NOT NULL ID of the class where this method is
name VARCHAR NOT NULL The name of the method
constructor BOOLEAN NOT NULL From CK: True if method is a constructor
line INTEGER From CK: Line where this method is located
cbo INTEGER From CK: Coupling between objects, number of dependencies a class has.
"cboModified" INTEGER From CK: Coupling between objects, number of dependencies a class has. (References from other classes to this class + references from this class to other classes)
fanin INTEGER From CK: number of classes that reference this particular class.
fanout INTEGER From CK: the number of classes referenced by this class
wmc INTEGER From CK: Weight Method Class | McCabe's complexity | Cyclomatic Complexity
rfc INTEGER From CK: Response for Class
loc INTEGER From CK: Lines of code
"returnQty" INTEGER From CK: Number of return statements
"variablesQty" INTEGER From CK: Number of variables
"parametersQty" INTEGER From CK: Number of parameters
"methodsInvokedQty" INTEGER From CK: all methods invoked
"methodsInvokedLocalQty" INTEGER From CK: methods invoked locally
"methodsInvokedIndirectLocalQty" INTEGER From CK: number of indirect local invocations
"loopQty" INTEGER From CK: Number of repetition structures (while, for)
"comparisonsQty" INTEGER From CK: Number of comparisons, e.g. ==, !=
"tryCatchQty" INTEGER From CK: Number of try...catch statements
"parenthesizedExpsQty" INTEGER From CK: Number of expressions inside parenthesis.
"stringLiteralsQty" INTEGER From CK: Number of string literals. Repeated strings are counted as well.
"numbersQty" INTEGER From CK: Number of numbers, e.g. ints, floats, doubles
"assignmentsQty" INTEGER From CK: Number of assignments, usage of the = operator.
"mathOperationsQty" INTEGER From CK: Number of math operations.
"maxNestedBlocksQty" INTEGER From CK: Number of the highest nested block in the class.
"anonymousClassesQty" INTEGER From CK: Number of anonymous classes
"innerClassesQty" INTEGER From CK: Number of inner classes
"lambdasQty" INTEGER From CK: Number of lambdas
"uniqueWordsQty" INTEGER From CK: Number of unique words in the source file
modifiers INTEGER From CK: Number of modifiers in class/methods (usage of "public", "static", "abstract"...)
"logStatementsQty" INTEGER, From CK: Number of log statements.
"hasJavaDoc" BOOLEAN From CK: True if method has a JavaDoc</abstract><pub>Zenodo</pub><doi>10.5281/zenodo.10268006</doi><orcidid>https://orcid.org/0009-0002-9244-2449</orcidid><orcidid>https://orcid.org/0000-0002-8627-0823</orcidid><orcidid>https://orcid.org/0000-0001-5402-8744</orcidid><oa>free_for_read</oa></addata></record> |
fulltext | fulltext_linktorsrc |
identifier | DOI: 10.5281/zenodo.10268006 |
ispartof | |
issn | |
language | eng |
recordid | cdi_datacite_primary_10_5281_zenodo_10268006 |
source | DataCite |
title | A Dataset of Atoms of Confusion in the Android Open Source Project |
url | https://sfx.bib-bvb.de/sfx_tum?ctx_ver=Z39.88-2004&ctx_enc=info:ofi/enc:UTF-8&ctx_tim=2025-02-05T08%3A08%3A31IST&url_ver=Z39.88-2004&url_ctx_fmt=infofi/fmt:kev:mtx:ctx&rfr_id=info:sid/primo.exlibrisgroup.com:primo3-Article-datacite_PQ8&rft_val_fmt=info:ofi/fmt:kev:mtx:book&rft.genre=unknown&rft.au=Tabosa,%20Davi&rft.date=2023-12-05&rft_id=info:doi/10.5281/zenodo.10268006&rft_dat=%3Cdatacite_PQ8%3E10_5281_zenodo_10268006%3C/datacite_PQ8%3E%3Curl%3E%3C/url%3E&disable_directlink=true&sfx.directlink=off&sfx.report_link=0&rft_id=info:oai/&rft_id=info:pmid/&rfr_iscdi=true |