Search Results - java (source OR resource) code check*
-
1
An Implementation of Naming Rule Checking Function and its Applications to Java Programming Codes
ISSN: 2158-4001Published: IEEE 11.01.2025Published in 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…”
Get full text
Conference Proceeding -
2
Lightweight and modular resource leak checking (extended version)
ISSN: 1433-2779, 1433-2787Published: Berlin/Heidelberg Springer Berlin Heidelberg 01.04.2025Published in 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…”
Get full 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-2203Published: 26.12.2025Published in 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…”
Get full 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-2203Published: MDPI AG 17.01.2024Published in 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…”
Get full text
Journal Article -
5
A Java typestate checker supporting inheritance
ISSN: 0167-6423Published: Elsevier B.V 01.09.2022Published in 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…”
Get full text
Journal Article -
6
Instant and global consistency checking during collaborative engineering
ISSN: 1619-1366, 1619-1374Published: Berlin/Heidelberg Springer Berlin Heidelberg 01.12.2022Published in Software and systems modeling (01.12.2022)“…, consistency checking between UML models and the source code). Global…”
Get full text
Journal Article -
7
Statically Checking Web API Requests in JavaScript
ISSN: 1558-1225Published: IEEE 01.05.2017Published in 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…”
Get full text
Conference Proceeding -
8
A study and toolkit of CHECK-THEN-ACT idioms of Java concurrent collections
ISSN: 0960-0833, 1099-1689Published: Chichester Blackwell Publishing Ltd 01.06.2015Published in 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…”
Get full text
Journal Article -
9
Static Architecture-Conformance Checking: An Illustrative Overview
ISSN: 0740-7459, 1937-4194Published: Los Alamitos, CA IEEE 01.09.2010Published in 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…”
Get full text
Journal Article -
10
Efficient runtime metaprogramming services for Java
ISSN: 0164-1212, 1873-1228Published: Elsevier Inc 01.07.2019Published in 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…”
Get full 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-3520Published: New York IEEE 01.06.2014Published in 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…”
Get full text
Journal Article -
12
Verifying temporal specifications of Java programs
ISSN: 0963-9314, 1573-1367Published: New York Springer US 01.06.2020Published in 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…”
Get full text
Journal Article -
13
Styler: learning formatting conventions to repair Checkstyle violations
ISSN: 1382-3256, 1573-7616, 1573-7616Published: New York Springer US 01.11.2022Published in 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…”
Get full text
Journal Article -
14
Checking security compliance between models and code
ISSN: 1619-1366, 1619-1374, 1619-1374Published: Berlin/Heidelberg Springer Berlin Heidelberg 01.02.2023Published in 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…”
Get full text
Journal Article -
15
Understanding the implemented access control policy of Android system services with slicing and extended static checking
ISSN: 1615-5262, 1615-5270Published: Berlin/Heidelberg Springer Berlin Heidelberg 01.08.2015Published in 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…”
Get full text
Journal Article -
16
A Framework for Checking Regression Test Selection Tools
ISSN: 1558-1225Published: IEEE 01.05.2019Published in 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…”
Get full text
Conference Proceeding -
17
Static code analysis
ISSN: 0740-7459, 1937-4194Published: Los Alamitos IEEE 01.07.2006Published in 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…”
Get full text
Journal Article -
18
Automated refactoring to the Null Object design pattern
ISSN: 0950-5849, 1873-6025Published: Amsterdam Elsevier B.V 01.03.2015Published in 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…”
Get full text
Journal Article -
19
Specification and automatic checking of architecture constraints on object oriented programs
ISSN: 0950-5849, 1873-6025Published: Elsevier B.V 01.09.2018Published in 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…”
Get full text
Journal Article -
20
JCSI: A tool for checking secure information flow in Java Card applications
ISSN: 0164-1212, 1873-1228Published: New York Elsevier Inc 01.11.2012Published in 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…”
Get full text
Journal Article