File tree Expand file tree Collapse file tree
java/ql/test/kotlin/library-tests/trap Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ | long_string.kt:12:31:12:1048605 | long_string.kt:12:31:12:1048605 | 1048575 | ABBBB...BBBBC | StringLiteral |
2+ | long_string.kt:13:31:13:1048606 | long_string.kt:13:31:13:1048606 | 1048576 | ABBBB...BBBCD | StringLiteral |
3+ | long_string.kt:14:31:14:1048607 | long_string.kt:14:31:14:1048607 | 1048576 | ABBBB...BBBCD | StringLiteral |
4+ | long_string.kt:15:31:15:1048608 | long_string.kt:15:31:15:1048608 | 1048576 | ABBBB...BBBCD | StringLiteral |
Original file line number Diff line number Diff line change 1+ import java
2+
3+ from Literal l , int len
4+ where len = l .getValue ( ) .length ( )
5+ select l .getLocation ( ) ,
6+ len ,
7+ l .getValue ( ) .prefix ( 5 ) + "..." + l .getValue ( ) .suffix ( len - 5 ) ,
8+ l .getPrimaryQlClasses ( )
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments