Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Reusable Analysis
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
Reusable Analysis
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
7
artefact-eval
master
default
protected
modelica
scopetree
similarCfg
visibilityscopes
wip-reusable
7 results
Begin with the selected commit
Created with Raphaël 2.2.0
17
Feb
8
7
6
8
Jan
7
6
4
3
2
1
31
Dec
24
23
22
21
17
16
15
12
11
17
Oct
24
Jul
22
19
17
15
14
13
12
11
10
9
8
2
30
Jun
28
26
update README
artefact-eval
artefact-eval
Correct LICENSE; the GPL is required since JModelica is used
Add LICENSE; the GPL is required since JModelica is used
master
master
update gitignore
update README after test
update README
add DOI and change to british english
Fixing file and other issues with docker image.
Add measured results.
Add authors and license.
Begin with docker artefact.
update jastadd to 2.3.4
update gradle to 5.6.4
Merge branch 'modelica'
rename ScopeTree to RootScope, this fixes #1
modelica
modelica
cleanup
fix bug in inheritance linking
added test and example code
detect interface hiding, albeit only interface->class, not for sub-interfaces (but this is prohibited by java anyway and extendj collects all implemented superinterfaces automatically)
align names of mapping relations to types they refer to
treat all TypeDecls equally
test ant. this fails because interfaces are not treated properly (they may contain declarations, namely constants!)
fix refactoring bug. thanks, René!
add trivial test from SEI CERT Oracle Coding Standard for Java
fix CLI, add option --ast for scope4j
add inheritance support for modelica, prevent recursive scope analysis
Merge branch 'visibilityscopes' into modelica
Ignore gen-res
Replace jmodelica submodule with real files.
Fix CI by excluding drast submodule from build and test.
visibilityscopes
visibilityscopes
fix printing of null-valued (i.e., optional or empty list) relations
Added DrAst for scope4j.
Added ragdoc for scope4j.
Fixed inherited scopes.
Merge branch 'visibilityscopes' into modelica
added proper support for (multiple) inheritance, but broke visibility again, should be easily fixable.
fixed package check, adapted tests (please check!). test now always require (part of the) file name, ask me why!
initial version of modelica scope tree generation. inheritance not treated properly yet.
print only first line of relation target (which gets printed by toString())
Added test and analysis for protected.
Loading