Výsledky vyhľadávania - java (source OR resource) code check*
-
1
An Implementation of Naming Rule Checking Function and its Applications to Java Programming Codes
ISSN: 2158-4001Vydavateľské údaje: IEEE 11.01.2025Vydané v Proceedings of IEEE International Symposium on Consumer Electronics (11.01.2025)“… In this paper, we consider four naming rules to write a readable code and implement the naming rule checking function to check whether the given code follows…”
Získať plný text
Konferenčný príspevok.. -
2
Lightweight and modular resource leak checking (extended version)
ISSN: 1433-2779, 1433-2787Vydavateľské údaje: Berlin/Heidelberg Springer Berlin Heidelberg 01.04.2025Vydané v International journal on software tools for technology transfer (01.04.2025)“… it. Resource leaks cause resource starvation, slowdowns, and crashes. Previous techniques to prevent resource leaks are either unsound, imprecise, inapplicable to existing code, slow, or a combination…”
Získať plný text
Journal Article -
3
A Threshold Selection Method in Code Plagiarism Checking Function for Code Writing Problem in Java Programming Learning Assistant System Considering AI-Generated Codes
ISSN: 2813-2203, 2813-2203Vydavateľské údaje: 26.12.2025Vydané v Analytics (Basel) (26.12.2025)“… The correctness of an answer code is validated by running it on JUnit. In previous works, we implemented a code plagiarism checking function that calculates the similarity score for each pair of answer codes based on the Levenshtein distance…”
Získať plný text
Journal Article -
4
Code Plagiarism Checking Function and Its Application for Code Writing Problem in Java Programming Learning Assistant System
ISSN: 2813-2203, 2813-2203Vydavateľské údaje: MDPI AG 17.01.2024Vydané v Analytics (17.01.2024)“…A web-based Java programming learning assistant system (JPLAS) has been developed for novice students to study Java programming by themselves while enhancing code reading and code writing skills…”
Získať plný text
Journal Article -
5
A Java typestate checker supporting inheritance
ISSN: 0167-6423Vydavateľské údaje: Elsevier B.V 01.09.2022Vydané v Science of computer programming (01.09.2022)“…), a tool that verifies Java source code with respect to typestates. A typestate defines the object's states, the methods that can be called in each state, and the states resulting from the calls…”
Získať plný text
Journal Article -
6
Instant and global consistency checking during collaborative engineering
ISSN: 1619-1366, 1619-1374Vydavateľské údaje: Berlin/Heidelberg Springer Berlin Heidelberg 01.12.2022Vydané v Software and systems modeling (01.12.2022)“…, consistency checking between UML models and the source code). Global…”
Získať plný text
Journal Article -
7
Statically Checking Web API Requests in JavaScript
ISSN: 1558-1225Vydavateľské údaje: IEEE 01.05.2017Vydané v Proceedings / International Conference on Software Engineering (01.05.2017)“… Traditional compile-time error checking, such as calling a non-existent method in Java, are not available for checking whether such requests comply with the requirements of a web API…”
Získať plný text
Konferenčný príspevok.. -
8
A study and toolkit of CHECK-THEN-ACT idioms of Java concurrent collections
ISSN: 0960-0833, 1099-1689Vydavateľské údaje: Chichester Blackwell Publishing Ltd 01.06.2015Vydané v Software testing, verification & reliability (01.06.2015)“…) concurrent collections. We analyze 28 widely used open‐source Java projects (comprising 6.4 million lines of code…”
Získať plný text
Journal Article -
9
Static Architecture-Conformance Checking: An Illustrative Overview
ISSN: 0740-7459, 1937-4194Vydavateľské údaje: Los Alamitos, CA IEEE 01.09.2010Vydané v IEEE software (01.09.2010)“…: dependency-structure matrices, source code query languages, and reflexion models. To highlight the similarities and differences between these three techniques…”
Získať plný text
Journal Article -
10
Efficient runtime metaprogramming services for Java
ISSN: 0164-1212, 1873-1228Vydavateľské údaje: Elsevier Inc 01.07.2019Vydané v The Journal of systems and software (01.07.2019)“…•JMPLib consumes fewer memory resources than the rest of implementations for the JVM. The Java programming language and platform provide many optimizations to execute statically typed code efficiently…”
Získať plný text
Journal Article -
11
Static Analysis for Extracting Permission Checks of a Large Scale Framework: The Challenges and Solutions for Analyzing Android
ISSN: 0098-5589, 1939-3520Vydavateľské údaje: New York IEEE 01.06.2014Vydané v IEEE transactions on software engineering (01.06.2014)“…A common security architecture is based on the protection of certain resources by permission checks (used e.g…”
Získať plný text
Journal Article -
12
Verifying temporal specifications of Java programs
ISSN: 0963-9314, 1573-1367Vydavateľské údaje: New York Springer US 01.06.2020Vydané v Software quality journal (01.06.2020)“…Many Java programs encode temporal behaviors in their source code, typically mixing three features provided by the Java language: (1…”
Získať plný text
Journal Article -
13
Styler: learning formatting conventions to repair Checkstyle violations
ISSN: 1382-3256, 1573-7616, 1573-7616Vydavateľské údaje: New York Springer US 01.11.2022Vydané v Empirical software engineering : an international journal (01.11.2022)“… To do so, the source code of a project should be checked against the formatting conventions (or rules…”
Získať plný text
Journal Article -
14
Checking security compliance between models and code
ISSN: 1619-1366, 1619-1374, 1619-1374Vydavateľské údaje: Berlin/Heidelberg Springer Berlin Heidelberg 01.02.2023Vydané v Software and systems modeling (01.02.2023)“… Assuring this compliance manually is labor intensive and can be error-prone. This work introduces the first semi-automatic technique for secure data flow compliance checks between design models and code…”
Získať plný text
Journal Article -
15
Understanding the implemented access control policy of Android system services with slicing and extended static checking
ISSN: 1615-5262, 1615-5270Vydavateľské údaje: Berlin/Heidelberg Springer Berlin Heidelberg 01.08.2015Vydané v International journal of information security (01.08.2015)“… Since the Android source code is publicly available, the security community has the chance to assess the security mechanisms of Android…”
Získať plný text
Journal Article -
16
A Framework for Checking Regression Test Selection Tools
ISSN: 1558-1225Vydavateľské údaje: IEEE 01.05.2019Vydané v Proceedings / International Conference on Software Engineering (01.05.2019)“…Regression test selection (RTS) reduces regression testing costs by re-running only tests that can change behavior due to code changes…”
Získať plný text
Konferenčný príspevok.. -
17
Static code analysis
ISSN: 0740-7459, 1937-4194Vydavateľské údaje: Los Alamitos IEEE 01.07.2006Vydané v IEEE software (01.07.2006)“… (when it's tested). We use FindBugs, a popular open source static code checker for Java. Static code checkers in Java come in two flavors…”
Získať plný text
Journal Article -
18
Automated refactoring to the Null Object design pattern
ISSN: 0950-5849, 1873-6025Vydavateľské údaje: Amsterdam Elsevier B.V 01.03.2015Vydané v Information and software technology (01.03.2015)“…•We introduce an algorithm for automated discovery of refactoring opportunities.•We specify refactoring preconditions and the source code transformation procedure…”
Získať plný text
Journal Article -
19
Specification and automatic checking of architecture constraints on object oriented programs
ISSN: 0950-5849, 1873-6025Vydavateľské údaje: Elsevier B.V 01.09.2018Vydané v Information and software technology (01.09.2018)“… These constraints can be specified with predicate languages like OCL at design time and checked on design artifacts. Objective…”
Získať plný text
Journal Article -
20
JCSI: A tool for checking secure information flow in Java Card applications
ISSN: 0164-1212, 1873-1228Vydavateľské údaje: New York Elsevier Inc 01.11.2012Vydané v The Journal of systems and software (01.11.2012)“… ► The tool is downloadable from www.eecs.qmul.ac.uk/~masci/JCSI. This paper describes a tool for checking secure information flow in Java Card applications…”
Získať plný text
Journal Article