index
:
sonar-scanner-cli.git
avi/SCANCLI-148-support-non-latin-chars-in-props
avi/add-releasability-workflow
feature/eg/SCANCLI-118-run-its-macos
jh/SCANCLI-162_update_jre
jh/cirrus_add_junit
jh/fix_fips
jh/fix_slack_channel
jh/hardening
jh/next_iteration
jh/prepare_release
lp/rebranding
master
pierre/SCANCLI-152-remove-burgr-env-variables
Scanner CLI for SonarQube and SonarCloud: https://github.com/SonarSource/sonar-scanner-cli
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
it
/
projects
/
bad-source-dirs
/
src
/
Hello.java
blob: 1291f408ed8d23ec9e40c76acf26ab64e70494b4 (
plain
)
1
2
3
4
5
6
7
public
class
Hello
{
public
void
hello
()
{
int
i
=
356
;
if
(
true
)
i
=
5658
;
}
}