sbt/internal/util-interface/src/main/java/xsbti
Guillaume Martres 5e3a102606 xsbti.Position: Also add {start,end}{Line,Column}
Positions in the Language Server Protocol and Build Server Protocol are
line/column-based instead of offset-based, so this is more convenient.
Computing the line/column from the offset is possible but requires
reading the source file.
2018-08-14 02:04:55 +09:00
..
Logger.java Remove unnecessary F0, F1 and Maybe 2017-07-14 15:56:34 +02:00
Position.java xsbti.Position: Also add {start,end}{Line,Column} 2018-08-14 02:04:55 +09:00
Problem.java move modules around. 2015-08-20 00:59:57 -04:00
Severity.java move modules around. 2015-08-20 00:59:57 -04:00
T2.java Define T2 as an interface. 2015-12-16 15:54:23 -05:00