Sign in
apache
/
netbeans-jackpot30
/
refs/tags/netbeans-jackpot-13.0-vc3
/
.
/
cmdline
/
maven
/
tests
/
fail-on-warnings2
/
golden
blob: 91c448db1972231d9730458b253e3964b25438fb [
file
] [
log
] [
blame
]
$
{
basedir
}/
src
/
main
/
java
/
test
/
App
.
java
:
24
:
warning
:
[
Convert_to_Lambda_or_Member_Reference
]
This
anonymous inner
class
creation can be turned
into
a
lambda
expression
.
Runnable
r
=
new
Runnable
()
{
public
void
run
()
{
}
};
^
result
:
0