@@ -8,6 +8,7 @@ Text => empty
8
8
Language => Scala
9
9
Symbols => 9 entries
10
10
Occurrences => 18 entries
11
+ Diagnostics => 2 entries
11
12
12
13
Symbols:
13
14
example/Access# => class Access extends Object { self: Access => +8 decls }
@@ -40,6 +41,10 @@ Occurrences:
40
41
[9:6..9:8): m7 <- example/Access#m7().
41
42
[9:11..9:14): ??? -> scala/Predef.`???`().
42
43
44
+ Diagnostics:
45
+ [3:14..3:16): [warning] unused private member
46
+ [4:20..4:22): [warning] unused private member
47
+
43
48
expect/Advanced.scala
44
49
---------------------
45
50
@@ -50,6 +55,7 @@ Text => empty
50
55
Language => Scala
51
56
Symbols => 61 entries
52
57
Occurrences => 138 entries
58
+ Diagnostics => 1 entries
53
59
Synthetics => 3 entries
54
60
55
61
Symbols:
@@ -255,6 +261,9 @@ Occurrences:
255
261
[53:37..53:38): x -> advanced/HKClass#foo().(x)
256
262
[53:39..53:47): toString -> scala/Tuple2#toString().
257
263
264
+ Diagnostics:
265
+ [40:12..40:15): [warning] unused local definition
266
+
258
267
Synthetics:
259
268
[27:12..27:16):s.s1 => reflectiveSelectable(*)
260
269
[29:12..29:16):s.s2 => reflectiveSelectable(*)
@@ -270,6 +279,7 @@ Text => empty
270
279
Language => Scala
271
280
Symbols => 23 entries
272
281
Occurrences => 52 entries
282
+ Diagnostics => 2 entries
273
283
274
284
Symbols:
275
285
annot/Alias. => final object Alias extends Object { self: Alias.type => +2 decls }
@@ -350,6 +360,10 @@ Occurrences:
350
360
[39:11..39:26): ClassAnnotation -> com/javacp/annot/ClassAnnotation#
351
361
[39:28..39:33): param -> scala/annotation/meta/param#
352
362
363
+ Diagnostics:
364
+ [7:67..7:68): [warning] unused explicit parameter
365
+ [21:33..21:34): [warning] unused explicit parameter
366
+
353
367
expect/Anonymous.scala
354
368
----------------------
355
369
@@ -360,6 +374,7 @@ Text => empty
360
374
Language => Scala
361
375
Symbols => 23 entries
362
376
Occurrences => 47 entries
377
+ Diagnostics => 1 entries
363
378
Synthetics => 2 entries
364
379
365
380
Symbols:
@@ -436,6 +451,9 @@ Occurrences:
436
451
[23:33..23:39): String -> scala/Predef.String#
437
452
[23:42..23:45): ??? -> scala/Predef.`???`().
438
453
454
+ Diagnostics:
455
+ [14:8..14:9): [warning] unused local definition
456
+
439
457
Synthetics:
440
458
[10:2..10:9):locally => *[Unit]
441
459
[13:2..13:9):locally => *[Unit]
@@ -474,6 +492,7 @@ Text => empty
474
492
Language => Scala
475
493
Symbols => 108 entries
476
494
Occurrences => 114 entries
495
+ Diagnostics => 4 entries
477
496
Synthetics => 2 entries
478
497
479
498
Symbols:
@@ -702,6 +721,12 @@ Occurrences:
702
721
[53:4..53:9): local -> local4
703
722
[53:10..53:11): + -> scala/Int#`+`(+4).
704
723
724
+ Diagnostics:
725
+ [18:9..18:10): [warning] unused explicit parameter
726
+ [20:27..20:28): [warning] unused explicit parameter
727
+ [22:27..22:28): [warning] unused explicit parameter
728
+ [24:10..24:11): [warning] unused explicit parameter
729
+
705
730
Synthetics:
706
731
[51:16..51:27):List(1).map => *[Int]
707
732
[51:16..51:20):List => *.apply[Int]
@@ -716,6 +741,7 @@ Text => empty
716
741
Language => Scala
717
742
Symbols => 3 entries
718
743
Occurrences => 6 entries
744
+ Diagnostics => 1 entries
719
745
720
746
Symbols:
721
747
_empty_/Deprecated. => final object Deprecated extends Object { self: Deprecated.type => +3 decls }
@@ -730,6 +756,9 @@ Occurrences:
730
756
[2:6..2:10): main <- _empty_/Deprecated.main().
731
757
[2:13..2:29): deprecatedMethod -> _empty_/Deprecated.deprecatedMethod().
732
758
759
+ Diagnostics:
760
+ [2:13..2:29): [warning] [33mmethod[0m [35mdeprecatedMethod[0m in [33mobject[0m [35mDeprecated[0m is deprecated
761
+
733
762
expect/Empty.scala
734
763
------------------
735
764
@@ -787,6 +816,7 @@ Text => empty
787
816
Language => Scala
788
817
Symbols => 30 entries
789
818
Occurrences => 46 entries
819
+ Diagnostics => 3 entries
790
820
791
821
Symbols:
792
822
endmarkers/Container# => class Container extends Object { self: Container => +5 decls }
@@ -868,6 +898,11 @@ Occurrences:
868
898
[64:14..64:20): String -> scala/Predef.String#
869
899
[67:4..67:14): endmarkers -> endmarkers/
870
900
901
+ Diagnostics:
902
+ [38:8..38:16): [warning] unused local definition
903
+ [42:8..42:16): [warning] unused local definition
904
+ [46:8..46:16): [warning] unused local definition
905
+
871
906
expect/EndMarkers2.scala
872
907
------------------------
873
908
@@ -947,6 +982,7 @@ Text => empty
947
982
Language => Scala
948
983
Symbols => 181 entries
949
984
Occurrences => 148 entries
985
+ Diagnostics => 2 entries
950
986
Synthetics => 6 entries
951
987
952
988
Symbols:
@@ -1282,6 +1318,10 @@ Occurrences:
1282
1318
[68:9..68:16): Neptune <- _empty_/Enums.Planet.Neptune.
1283
1319
[68:25..68:31): Planet -> _empty_/Enums.Planet#
1284
1320
1321
+ Diagnostics:
1322
+ [30:12..30:17): [warning] unused explicit parameter
1323
+ [48:13..48:13): [warning] `:` after symbolic operator is deprecated; use backticks around operator instead
1324
+
1285
1325
Synthetics:
1286
1326
[52:9..52:13):Refl => *.unapply[Option[B]]
1287
1327
[52:31..52:50):identity[Option[B]] => *[Function1[A, Option[B]]]
@@ -1334,6 +1374,7 @@ Text => empty
1334
1374
Language => Scala
1335
1375
Symbols => 5 entries
1336
1376
Occurrences => 23 entries
1377
+ Diagnostics => 1 entries
1337
1378
1338
1379
Symbols:
1339
1380
example/Example. => final object Example extends Object { self: Example.type => +3 decls }
@@ -1367,6 +1408,9 @@ Occurrences:
1367
1408
[9:24..9:32): classTag -> scala/reflect/package.classTag().
1368
1409
[9:33..9:36): Int -> scala/Int#
1369
1410
1411
+ Diagnostics:
1412
+ [2:24..2:30): [warning] unused import
1413
+
1370
1414
expect/Extension.scala
1371
1415
----------------------
1372
1416
@@ -1561,6 +1605,7 @@ Text => empty
1561
1605
Language => Scala
1562
1606
Symbols => 29 entries
1563
1607
Occurrences => 65 entries
1608
+ Diagnostics => 1 entries
1564
1609
Synthetics => 3 entries
1565
1610
1566
1611
Symbols:
@@ -1661,6 +1706,11 @@ Occurrences:
1661
1706
[26:57..26:58): A -> a/b/Givens.foo().(A)
1662
1707
[26:59..26:64): empty -> a/b/Givens.Monoid#empty().
1663
1708
1709
+ Diagnostics:
1710
+ [24:53..24:63): [warning] An inline given alias with a function value as right-hand side can significantly increase
1711
+ generated code size. You should either drop the `inline` or rewrite the given with an
1712
+ explicit `apply` method.
1713
+
1664
1714
Synthetics:
1665
1715
[12:17..12:25):sayHello => *[Int]
1666
1716
[13:19..13:29):sayGoodbye => *[Int]
@@ -1775,6 +1825,7 @@ Text => empty
1775
1825
Language => Scala
1776
1826
Symbols => 2 entries
1777
1827
Occurrences => 16 entries
1828
+ Diagnostics => 1 entries
1778
1829
1779
1830
Symbols:
1780
1831
_empty_/Imports$package. => final package object _empty_ extends Object { self: _empty_.type => +2 decls }
@@ -1798,6 +1849,9 @@ Occurrences:
1798
1849
[3:25..3:28): Int -> scala/Int#
1799
1850
[3:30..3:33): Int -> scala/Int#
1800
1851
1852
+ Diagnostics:
1853
+ [0:26..0:34): [warning] unused import
1854
+
1801
1855
expect/InstrumentTyper.scala
1802
1856
----------------------------
1803
1857
@@ -3522,6 +3576,7 @@ Text => empty
3522
3576
Language => Scala
3523
3577
Symbols => 22 entries
3524
3578
Occurrences => 44 entries
3579
+ Diagnostics => 3 entries
3525
3580
Synthetics => 11 entries
3526
3581
3527
3582
Symbols:
@@ -3594,6 +3649,11 @@ Occurrences:
3594
3649
[39:10..39:17): leftVar -> local3
3595
3650
[40:10..40:18): rightVar -> local4
3596
3651
3652
+ Diagnostics:
3653
+ [30:11..30:18): [warning] unset local variable
3654
+ [30:20..30:28): [warning] unset local variable
3655
+ [31:15..31:25): [warning] unset local variable
3656
+
3597
3657
Synthetics:
3598
3658
[5:6..5:10):Some => *.unapply[Int]
3599
3659
[6:4..6:8):Some => *.apply[Int]
@@ -3617,6 +3677,7 @@ Text => empty
3617
3677
Language => Scala
3618
3678
Symbols => 42 entries
3619
3679
Occurrences => 128 entries
3680
+ Diagnostics => 1 entries
3620
3681
3621
3682
Symbols:
3622
3683
example/ValUsages. => final object ValUsages extends Object { self: ValUsages.type => +2 decls }
@@ -3792,6 +3853,9 @@ Occurrences:
3792
3853
[49:2..49:3): v -> example/ValUsages.v.
3793
3854
[49:3..49:18): .explicitSetter -> example/Vals#`explicitSetter_=`().
3794
3855
3856
+ Diagnostics:
3857
+ [2:20..2:21): [warning] unused explicit parameter
3858
+
3795
3859
expect/Vararg.scala
3796
3860
-------------------
3797
3861
@@ -3833,6 +3897,7 @@ Text => empty
3833
3897
Language => Scala
3834
3898
Symbols => 8 entries
3835
3899
Occurrences => 18 entries
3900
+ Diagnostics => 1 entries
3836
3901
3837
3902
Symbols:
3838
3903
_empty_/Test_depmatch. => final object Test_depmatch extends Object { self: Test_depmatch.type => +4 decls }
@@ -3864,6 +3929,9 @@ Occurrences:
3864
3929
[6:19..6:20): U -> local0
3865
3930
[6:24..6:27): ??? -> scala/Predef.`???`().
3866
3931
3932
+ Diagnostics:
3933
+ [6:8..6:9): [warning] unused local definition
3934
+
3867
3935
expect/example-dir/FileInDir.scala
3868
3936
----------------------------------
3869
3937
@@ -4139,6 +4207,7 @@ Text => empty
4139
4207
Language => Scala
4140
4208
Symbols => 7 entries
4141
4209
Occurrences => 8 entries
4210
+ Diagnostics => 1 entries
4142
4211
4143
4212
Symbols:
4144
4213
i9727/Test# => class Test extends Object { self: Test => +2 decls }
@@ -4159,6 +4228,9 @@ Occurrences:
4159
4228
[4:4..4:5): b <- i9727/i9727$package.b.
4160
4229
[4:12..4:16): Test -> i9727/Test#
4161
4230
4231
+ Diagnostics:
4232
+ [2:11..2:12): [warning] unused explicit parameter
4233
+
4162
4234
expect/i9782.scala
4163
4235
------------------
4164
4236
@@ -4543,6 +4615,7 @@ Text => empty
4543
4615
Language => Scala
4544
4616
Symbols => 50 entries
4545
4617
Occurrences => 73 entries
4618
+ Diagnostics => 4 entries
4546
4619
Synthetics => 2 entries
4547
4620
4548
4621
Symbols:
@@ -4672,6 +4745,12 @@ Occurrences:
4672
4745
[25:27..25:28): t <- local1
4673
4746
[25:33..25:36): ??? -> scala/Predef.`???`().
4674
4747
4748
+ Diagnostics:
4749
+ [9:30..9:31): [warning] unused explicit parameter
4750
+ [9:36..9:37): [warning] unused explicit parameter
4751
+ [9:42..9:43): [warning] unused explicit parameter
4752
+ [21:11..21:12): [warning] unused explicit parameter
4753
+
4675
4754
Synthetics:
4676
4755
[23:6..23:10):List => *.unapplySeq[Nothing]
4677
4756
[24:19..24:23):List => *.unapplySeq[Nothing]
@@ -4686,6 +4765,7 @@ Text => empty
4686
4765
Language => Scala
4687
4766
Symbols => 143 entries
4688
4767
Occurrences => 228 entries
4768
+ Diagnostics => 1 entries
4689
4769
Synthetics => 1 entries
4690
4770
4691
4771
Symbols:
@@ -5063,6 +5143,9 @@ Occurrences:
5063
5143
[119:32..119:38): Option -> scala/Option#
5064
5144
[119:39..119:42): Int -> scala/Int#
5065
5145
5146
+ Diagnostics:
5147
+ [5:13..5:14): [warning] unused explicit parameter
5148
+
5066
5149
Synthetics:
5067
5150
[68:20..68:24):@ann => *[Int]
5068
5151
0 commit comments