Výsledky vyhledávání - API usage pattern mining
-
1
Accelerating API-Based Program Synthesis via API Usage Pattern Mining
ISSN: 2169-3536, 2169-3536Vydáno: Piscataway IEEE 2019Vydáno v IEEE access (2019)“… In certain scenarios, some API methods are frequently called together. The usage of these API methods always follows some usage patterns…”
Získat plný text
Journal Article -
2
FOCUS: A Recommender System for Mining API Function Calls and Usage Patterns
ISSN: 1558-1225Vydáno: IEEE 01.05.2019Vydáno v Proceedings / International Conference on Software Engineering (01.05.2019)“… We present a new tool, FOCUS, which mines open-source project repositories to recommend API method invocations and usage patterns by analyzing how APIs are used in projects similar to the current project…”
Získat plný text
Konferenční příspěvek -
3
Mining usage patterns for the Android API
ISSN: 2376-5992, 2376-5992Vydáno: San Diego PeerJ. Ltd 29.07.2015Vydáno v PeerJ. Computer science (29.07.2015)“… As part of our findings, we report that the Android API has many undocumented and non-trivial usage patterns, which can be inferred using association rule mining algorithms…”
Získat plný text
Journal Article -
4
Mining Complex Temporal API Usage Patterns: An Evolutionary Approach
Vydáno: IEEE 01.05.2017Vydáno v 2017 IEEE/ACM 39th International Conference on Software Engineering Companion (ICSE-C) (01.05.2017)“… Much existing work has provided different techniques to mine API usage patterns from client programs inorder to help developers on understanding and using existinglibraries…”
Získat plný text
Konferenční příspěvek -
5
API usage pattern recommendation for software development
ISSN: 0164-1212, 1873-1228Vydáno: Elsevier Inc 01.07.2017Vydáno v The Journal of systems and software (01.07.2017)“…•We propose an approach to improve the mining of less frequent API usage patterns…”
Získat plný text
Journal Article -
6
Mining usage patterns for the Android API
ISSN: 2167-9843Vydáno: San Diego PeerJ, Inc 14.05.2015Vydáno v PeerJ preprints (14.05.2015)“… As part of our findings, we report that the Android API has many undocumented and non-trivial usage patterns, which can be inferred using association rule mining algorithms…”
Získat plný text
Journal Article -
7
A cooperative approach for combining client-based and library-based API usage pattern mining
Vydáno: IEEE 01.05.2016Vydáno v 2016 IEEE 24th International Conference on Program Comprehension (ICPC) (01.05.2016)“… other. Much existing work has provided different techniques to mine API usage patterns based on client programs in order to help developers understanding and using existing libraries…”
Získat plný text
Konferenční příspěvek -
8
Mining Multi-level API Usage Patterns
ISSN: 1534-5351Vydáno: IEEE 01.03.2015Vydáno v Proceedings of the European Conference on Software Maintenance and Reengineering (01.03.2015)“… Despite this, co-usage relationships between API methods are often not documented. We propose a technique for mining Multi-Level API Usage Patterns (MLUP…”
Získat plný text
Konferenční příspěvek -
9
Mining succinct and high-coverage API usage patterns from source code
ISBN: 1479903450, 9781479903450ISSN: 2160-1852Vydáno: IEEE 01.05.2013Vydáno v 2013 10th IEEE Working Conference on Mining Software Repositories (01.05.2013)“…During software development, a developer often needs to discover specific usage patterns of Application Programming Interface (API) methods…”
Získat plný text
Konferenční příspěvek -
10
Are code examples on an online Q&A forum reliable?: a study of API misuse on stack overflow
ISBN: 9781450356381, 1450356389ISSN: 1558-1225Vydáno: New York, NY, USA ACM 27.05.2018Vydáno v 2018 IEEE/ACM 40th International Conference on Software Engineering (ICSE) (27.05.2018)“… To reduce manual assessment effort, we design ExampleCheck, an API usage mining framework that extracts patterns from over 380K Java repositories on GitHub and subsequently reports potential API…”
Získat plný text
Konferenční příspěvek -
11
Mining API Constraints from Library and Client to Detect API Misuses
ISSN: 2640-0715Vydáno: IEEE 01.12.2021Vydáno v Proceedings / Asia Pacific Software Engineering Conference (01.12.2021)“… However, as client code only illustrates a small portion of API usages, constraints mined from client code are typically incomplete…”
Získat plný text
Konferenční příspěvek -
12
Temporal analysis of API usage concepts
ISBN: 9781467310666, 1467310662ISSN: 0270-5257Vydáno: IEEE 01.06.2012Vydáno v 2012 34th International Conference on Software Engineering (ICSE) (01.06.2012)“… We propose Temporal API Usage Pattern Mining to detect API usage patterns in terms of their time of introduction into client programs…”
Získat plný text
Konferenční příspěvek -
13
WIPO PUBLISHES PATENT OF MICROSOFT FOR "API USAGE PATTERN MINING" (AMERICAN INVENTORS)
Vydáno: Washington, D.C HT Digital Streams Limited 02.08.2014Vydáno v US Fed News Service, Including US State News (02.08.2014)Získat plný text
Newsletter -
14
Identifying change patterns of API misuses from code changes
ISSN: 1674-733X, 1869-1919Vydáno: Beijing Science China Press 01.03.2021Vydáno v Science China. Information sciences (01.03.2021)“… Hence, various API mining techniques have been introduced to mine API usage patterns about the co-occurring of API calls or pre-conditions of API calls…”
Získat plný text
Journal Article -
15
API Usage Recommendation Via Multi-View Heterogeneous Graph Representation Learning
ISSN: 0098-5589, 1939-3520Vydáno: New York IEEE 01.05.2023Vydáno v IEEE transactions on software engineering (01.05.2023)“… Previous studies adopt statistical models or collaborative filtering methods to mine the implicit API usage patterns for recommendation…”
Získat plný text
Journal Article -
16
MACs: Mining API code snippets for code reuse
ISSN: 0957-4174, 1873-6793Vydáno: Elsevier Ltd 01.06.2011Vydáno v Expert systems with applications (01.06.2011)“… We apply data mining to source code projects to guide developers through related API usage patterns…”
Získat plný text
Journal Article -
17
FACER: An API usage-based code-example recommender for opportunistic reuse
ISSN: 1382-3256, 1573-7616Vydáno: New York Springer US 01.11.2021Vydáno v Empirical software engineering : an international journal (01.11.2021)“…’ textual information, call graphs, and Application Programming Interface (API) usages…”
Získat plný text
Journal Article -
18
API usage templates via structural generalization
ISSN: 0164-1212Vydáno: Elsevier Inc 01.04.2024Vydáno v The Journal of systems and software (01.04.2024)“…APIs matter in software development, but determining how to use them can be challenging. Developers often refer to a small set of API usage examples, analysing the information there to understand and adapt them to their own context…”
Získat plný text
Journal Article -
19
Exposing Library API Misuses Via Mutation Analysis
ISSN: 1558-1225Vydáno: IEEE 01.05.2019Vydáno v Proceedings / International Conference on Software Engineering (01.05.2019)“… Various static analysis tools have been proposed to detect library API misuses. They often involve mining frequent patterns from a large number of correct API usage examples, which can be hard to obtain in practice…”
Získat plný text
Konferenční příspěvek -
20
Detecting API usage obstacles: A study of iOS and Android developer questions
ISBN: 1479903450, 9781479903450ISSN: 2160-1852Vydáno: IEEE 01.05.2013Vydáno v 2013 10th IEEE Working Conference on Mining Software Repositories (01.05.2013)“… Previous research addresses this line of questions by mining API usage patterns to induce API usage templates, by conducting and compiling interviews of developers, and by inferring correlations among APIs…”
Získat plný text
Konferenční příspěvek

