https://github.com/se2p/static-line-counter
A small example task for the Software Testing class introducing the usage of ASM by counting lines per method statically
https://github.com/se2p/static-line-counter
Last synced: 24 days ago
JSON representation
A small example task for the Software Testing class introducing the usage of ASM by counting lines per method statically
- Host: GitHub
- URL: https://github.com/se2p/static-line-counter
- Owner: se2p
- Created: 2019-10-19T08:58:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T08:36:55.000Z (about 4 years ago)
- Last Synced: 2025-02-21T13:30:31.124Z (over 1 year ago)
- Language: Java
- Size: 60.5 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Static Line Counter
[](https://gitlab.infosun.fim.uni-passau.de/se2/teaching/software-testing/static-line-counter/commits/master)
[](https://gitlab.infosun.fim.uni-passau.de/se2/teaching/software-testing/static-line-counter/commits/master)
A very simple program that counts the lines per method in a class.
Used for introduction into the ASM library.