Advertisement
evilbloodydemon

Untitled

Sep 19th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.69 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building kotlin-stdlib 0.1-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ kotlin-stdlib ---
  8. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  9. [INFO] skip non existing resourceDirectory g:\_websrc\_java\kotlin\libraries\stdlib\src\main\resources
  10. [INFO]
  11. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ kotlin-stdlib ---
  12. [INFO] Nothing to compile - all classes are up to date
  13. [INFO]
  14. [INFO] --- kotlin-maven-plugin:0.1-SNAPSHOT:compile (compile) @ kotlin-stdlib ---
  15. [INFO] Kotlin Compiler version @snapshot@
  16. [INFO] Compiling Kotlin sources from [g:\_websrc\_java\kotlin\libraries\stdlib\src]
  17. [INFO] Classpath: g:\_websrc\_java\kotlin\libraries\stdlib\src;C:\Users\Igor\.m2\repository\org\jetbrains\kotlin\kotlin-runtime\0.1-SNAPSHOT\kotlin-runtime-0.1-SNAPSHOT.jar
  18. [INFO] Classes directory is g:\_websrc\_java\kotlin\libraries\stdlib\target\classes
  19. [INFO] Using kotlin annotations from C:\Users\Igor\.m2\repository\org\jetbrains\kotlin\kotlin-jdk-annotations\0.1-SNAPSHOT\kotlin-jdk-annotations-0.1-SNAPSHOT.jar
  20. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\generated\_BooleanArrays.kt: (365, 28) Condition 'element == null' is always 'false'
  21. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\generated\_ByteArrays.kt: (365, 28) Condition 'element == null' is always 'false'
  22. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\generated\_CharArrays.kt: (365, 28) Condition 'element == null' is always 'false'
  23. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\generated\_Collections.kt: (68, 12) Unchecked cast: jet.Collection<T?> to jet.Collection<T>
  24. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\generated\_DoubleArrays.kt: (365, 28) Condition 'element == null' is always 'false'
  25. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\generated\_FloatArrays.kt: (365, 28) Condition 'element == null' is always 'false'
  26. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\generated\_IntArrays.kt: (365, 28) Condition 'element == null' is always 'false'
  27. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\generated\_LongArrays.kt: (365, 28) Condition 'element == null' is always 'false'
  28. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\generated\_ShortArrays.kt: (365, 28) Condition 'element == null' is always 'false'
  29. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\Annotations.kt: (8, 12) Unchecked cast: jet.Any to java.lang.Class<out T>
  30. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\Annotations.kt: (8, 57) This class shouldn't be used in Kotlin. Use jet.Any instead.
  31. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\ArraysJVM.kt: (88, 112) This cast can never succeed
  32. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\ArraysJVM.kt: (100, 113) No cast needed
  33. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\ImmutableArrayList.kt: (35, 29) The corresponding parameter in the supertype 'AbstractList' is named 'p0'. This may cause problems when calling this function with named arguments.
  34. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\ImmutableArrayList.kt: (39, 33) The corresponding parameter in the supertype 'AbstractList' is named 'p0'. This may cause problems when calling this function with named arguments.
  35. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\ImmutableArrayList.kt: (39, 49) The corresponding parameter in the supertype 'AbstractList' is named 'p1'. This may cause problems when calling this function with named arguments.
  36. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\ImmutableArrayList.kt: (50, 20) Unchecked cast: kotlin.ImmutableArrayList<jet.Any?> to jet.MutableList<T>
  37. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\ImmutableArrayList.kt: (72, 20) Unchecked cast: kotlin.ImmutableArrayList<jet.Any?> to jet.List<T>
  38. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\ImmutableArrayList.kt: (75, 49) This cast can never succeed
  39. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\IteratorsJVM.kt: (13, 25) Unchecked cast: T to R
  40. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (4, 8) This class shouldn't be used in Kotlin. Use jet.Any instead.
  41. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (9, 13) Unchecked cast: java.lang.Class<out jet.Any?> to java.lang.Class<T>
  42. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (9, 22) This class shouldn't be used in Kotlin. Use jet.Any instead.
  43. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (11, 80) This cast can never succeed
  44. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (18, 81) This class shouldn't be used in Kotlin. Use jet.Any instead.
  45. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (24, 78) This cast can never succeed
  46. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (30, 75) This cast can never succeed
  47. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (36, 76) This cast can never succeed
  48. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (42, 75) This cast can never succeed
  49. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (48, 74) This cast can never succeed
  50. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (54, 76) This cast can never succeed
  51. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (60, 75) This cast can never succeed
  52. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JLangJVM.kt: (66, 77) This cast can never succeed
  53. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JUtil.kt: (28, 62) No cast needed, use ':' instead
  54. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JUtil.kt: (41, 62) No cast needed
  55. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JUtil.kt: (66, 26) 'T' has a nullable upper bound. This means that a value of this type may be null. Using 'T?' is likely to mislead the reader
  56. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JUtil.kt: (75, 25) 'T' has a nullable upper bound. This means that a value of this type may be null. Using 'T?' is likely to mislead the reader
  57. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JUtil.kt: (94, 25) 'T' has a nullable upper bound. This means that a value of this type may be null. Using 'T?' is likely to mislead the reader
  58. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\JUtilJVM.kt: (114, 35) Unchecked cast: jet.Set<jet.Any?> to jet.Set<T>
  59. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\Lists.kt: (80, 12) Unchecked cast: jet.List<T?> to jet.List<T>
  60. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\Maps.kt: (17, 63) 'V' has a nullable upper bound. This means that a value of this type may be null. Using 'V?' is likely to mislead the reader
  61. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\Maps.kt: (21, 59) No cast needed
  62. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\OrderingJVM.kt: (33, 13) Unchecked cast: T? to jet.Comparable<jet.Any?>
  63. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\OrderingJVM.kt: (50, 33) The corresponding parameter in the supertype 'Comparator' is named 'p0'. This may cause problems when calling this function with named arguments.
  64. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\OrderingJVM.kt: (50, 40) The corresponding parameter in the supertype 'Comparator' is named 'p1'. This may cause problems when calling this function with named arguments.
  65. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\OrderingJVM.kt: (54, 32) The corresponding parameter in the supertype 'Comparator' is named 'p0'. This may cause problems when calling this function with named arguments.
  66. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\OrderingJVM.kt: (71, 33) The corresponding parameter in the supertype 'Comparator' is named 'p0'. This may cause problems when calling this function with named arguments.
  67. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\OrderingJVM.kt: (71, 39) The corresponding parameter in the supertype 'Comparator' is named 'p1'. This may cause problems when calling this function with named arguments.
  68. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\OrderingJVM.kt: (78, 32) The corresponding parameter in the supertype 'Comparator' is named 'p0'. This may cause problems when calling this function with named arguments.
  69. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\Preconditions.kt: (36, 46) 'T' has a nullable upper bound. This means that a value of this type may be null. Using 'T?' is likely to mislead the reader
  70. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\Preconditions.kt: (73, 44) 'T' has a nullable upper bound. This means that a value of this type may be null. Using 'T?' is likely to mislead the reader
  71. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StandardJVM.kt: (29, 23) This class shouldn't be used in Kotlin. Use jet.Throwable instead.
  72. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StandardJVM.kt: (37, 23) This class shouldn't be used in Kotlin. Use jet.Throwable instead.
  73. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (10, 68) This class shouldn't be used in Kotlin. Use jet.String instead.
  74. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (12, 65) This class shouldn't be used in Kotlin. Use jet.String instead.
  75. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (14, 87) This class shouldn't be used in Kotlin. Use jet.String instead.
  76. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (16, 54) This class shouldn't be used in Kotlin. Use jet.String instead.
  77. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (18, 65) This class shouldn't be used in Kotlin. Use jet.String instead.
  78. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (20, 82) This class shouldn't be used in Kotlin. Use jet.String instead.
  79. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (22, 85) This class shouldn't be used in Kotlin. Use jet.String instead.
  80. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (24, 94) This class shouldn't be used in Kotlin. Use jet.String instead.
  81. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (26, 53) This class shouldn't be used in Kotlin. Use jet.String instead.
  82. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (28, 60) This class shouldn't be used in Kotlin. Use jet.String instead.
  83. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (30, 60) This class shouldn't be used in Kotlin. Use jet.String instead.
  84. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (32, 52) This class shouldn't be used in Kotlin. Use jet.String instead.
  85. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (34, 60) This class shouldn't be used in Kotlin. Use jet.String instead.
  86. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (36, 63) This class shouldn't be used in Kotlin. Use jet.String instead.
  87. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (42, 75) This class shouldn't be used in Kotlin. Use jet.String instead.
  88. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (44, 70) This class shouldn't be used in Kotlin. Use jet.String instead.
  89. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (46, 74) This class shouldn't be used in Kotlin. Use jet.String instead.
  90. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (48, 90) This class shouldn't be used in Kotlin. Use jet.String instead.
  91. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (50, 74) This class shouldn't be used in Kotlin. Use jet.String instead.
  92. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (52, 88) This class shouldn't be used in Kotlin. Use jet.String instead.
  93. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (54, 68) This class shouldn't be used in Kotlin. Use jet.String instead.
  94. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (56, 75) This class shouldn't be used in Kotlin. Use jet.String instead.
  95. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (58, 72) This class shouldn't be used in Kotlin. Use jet.String instead.
  96. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (60, 66) This class shouldn't be used in Kotlin. Use jet.String instead.
  97. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (82, 97) This class shouldn't be used in Kotlin. Use jet.String instead.
  98. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (84, 64) This class shouldn't be used in Kotlin. Use jet.String instead.
  99. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (86, 88) This class shouldn't be used in Kotlin. Use jet.String instead.
  100. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (88, 68) This class shouldn't be used in Kotlin. Use jet.String instead.
  101. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (90, 72) This class shouldn't be used in Kotlin. Use jet.String instead.
  102. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (92, 92) This class shouldn't be used in Kotlin. Use jet.String instead.
  103. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (94, 77) This class shouldn't be used in Kotlin. Use jet.String instead.
  104. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (96, 67) This class shouldn't be used in Kotlin. Use jet.String instead.
  105. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (98, 80) This class shouldn't be used in Kotlin. Use jet.String instead.
  106. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (100, 80) This class shouldn't be used in Kotlin. Use jet.String instead.
  107. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (102, 77) This class shouldn't be used in Kotlin. Use jet.String instead.
  108. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (104, 80) This class shouldn't be used in Kotlin. Use jet.String instead.
  109. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (106, 116) This class shouldn't be used in Kotlin. Use jet.String instead.
  110. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (108, 62) This class shouldn't be used in Kotlin. Use jet.String instead.
  111. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (110, 79) This class shouldn't be used in Kotlin. Use jet.String instead.
  112. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (112, 55) This class shouldn't be used in Kotlin. Use jet.String instead.
  113. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (114, 57) This class shouldn't be used in Kotlin. Use jet.String instead.
  114. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (116, 83) This class shouldn't be used in Kotlin. Use jet.String instead.
  115. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (118, 86) This class shouldn't be used in Kotlin. Use jet.String instead.
  116. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (120, 71) This class shouldn't be used in Kotlin. Use jet.String instead.
  117. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (122, 98) This class shouldn't be used in Kotlin. Use jet.String instead.
  118. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (124, 140) This class shouldn't be used in Kotlin. Use jet.String instead.
  119. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (126, 118) This class shouldn't be used in Kotlin. Use jet.String instead.
  120. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (128, 105) This class shouldn't be used in Kotlin. Use jet.String instead.
  121. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (130, 98) This class shouldn't be used in Kotlin. Use jet.String instead.
  122. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (132, 85) This class shouldn't be used in Kotlin. Use jet.String instead.
  123. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (134, 85) This class shouldn't be used in Kotlin. Use jet.String instead.
  124. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (137, 70) This class shouldn't be used in Kotlin. Use jet.CharSequence instead.
  125. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (141, 95) This class shouldn't be used in Kotlin. Use jet.CharSequence instead.
  126. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (145, 64) This class shouldn't be used in Kotlin. Use jet.CharSequence instead.
  127. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (147, 58) This class shouldn't be used in Kotlin. Use jet.CharSequence instead.
  128. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (150, 112) This class shouldn't be used in Kotlin. Use jet.String instead.
  129. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\StringsJVM.kt: (151, 80) This class shouldn't be used in Kotlin. Use jet.String instead.
  130. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\Tuples.kt: (23, 25) The corresponding parameter in the supertype 'Serializable' is named 'p0'. This may cause problems when calling this function with named arguments.
  131. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\Tuples.kt: (50, 25) The corresponding parameter in the supertype 'Serializable' is named 'p0'. This may cause problems when calling this function with named arguments.
  132. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\beans\Listeners.kt: (14, 40) The corresponding parameter in the supertype 'PropertyChangeListener' is named 'p0'. This may cause problems when calling this function with named arguments.
  133. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\beans\Listeners.kt: (15, 13) Condition 'e != null' is always 'true'
  134. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\dom\Dom.kt: (221, 22) The corresponding parameter in the supertype 'AbstractList' is named 'p0'. This may cause problems when calling this function with named arguments.
  135. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\dom\Dom.kt: (234, 22) The corresponding parameter in the supertype 'AbstractList' is named 'p0'. This may cause problems when calling this function with named arguments.
  136. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\dom\DomEvents.kt: (15, 37) The corresponding parameter in the supertype 'EventListener' is named 'p0'. This may cause problems when calling this function with named arguments.
  137. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\dom\DomJVM.kt: (36, 24) Unnecessary non-null assertion (!!) on a non-null receiver of type org.w3c.dom.NodeList
  138. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\io\Files.kt: (223, 29) The corresponding parameter in the supertype 'FileFilter' is named 'p0'. This may cause problems when calling this function with named arguments.
  139. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\io\JIO.kt: (16, 62) Unnecessary non-null assertion (!!) on a non-null receiver of type java.nio.charset.Charset
  140. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\io\JIO.kt: (114, 30) The corresponding parameter in the supertype 'InputStream' is named 'p0'. This may cause problems when calling this function with named arguments.
  141. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\io\JIO.kt: (122, 30) The corresponding parameter in the supertype 'InputStream' is named 'p0'. This may cause problems when calling this function with named arguments.
  142. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\io\JIO.kt: (126, 30) The corresponding parameter in the supertype 'InputStream' is named 'p0'. This may cause problems when calling this function with named arguments.
  143. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\io\JIO.kt: (138, 30) The corresponding parameter in the supertype 'InputStream' is named 'p0'. This may cause problems when calling this function with named arguments.
  144. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\io\JIO.kt: (138, 44) The corresponding parameter in the supertype 'InputStream' is named 'p1'. This may cause problems when calling this function with named arguments.
  145. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\io\JIO.kt: (138, 54) The corresponding parameter in the supertype 'InputStream' is named 'p2'. This may cause problems when calling this function with named arguments.
  146. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\Delegation.kt: (84, 16) Unchecked cast: jet.Any? to T
  147. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\Delegation.kt: (95, 20) Unchecked cast: jet.Any? to T
  148. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\Delegation.kt: (101, 17) Unchecked cast: jet.Any? to T
  149. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\Delegation.kt: (129, 16) Unchecked cast: jet.Any? to V
  150. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\Properties.kt: (45, 63) 'T' has a nullable upper bound. This means that a value of this type may be null. Using 'T?' is likely to mislead the reader
  151. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\Properties.kt: (45, 77) 'T' has a nullable upper bound. This means that a value of this type may be null. Using 'T?' is likely to mislead the reader
  152. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\Properties.kt: (71, 33) Parameter 'fn' is never used
  153. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\Properties.kt: (76, 33) Parameter 'name' is never used
  154. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\Properties.kt: (76, 47) Parameter 'fn' is never used
  155. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\Delegation.kt: (8, 20) Parameter 'thisRef' is never used
  156. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\Delegation.kt: (12, 20) Parameter 'thisRef' is never used
  157. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\Delegation.kt: (12, 35) Parameter 'desc' is never used
  158. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\Delegation.kt: (20, 20) Parameter 'thisRef' is never used
  159. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\Delegation.kt: (20, 35) Parameter 'desc' is never used
  160. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\Delegation.kt: (24, 20) Parameter 'thisRef' is never used
  161. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\Delegation.kt: (24, 35) Parameter 'desc' is never used
  162. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\Delegation.kt: (34, 20) Parameter 'thisRef' is never used
  163. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\Delegation.kt: (34, 35) Parameter 'desc' is never used
  164. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\Delegation.kt: (38, 20) Parameter 'thisRef' is never used
  165. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\Delegation.kt: (60, 16) Unchecked cast: jet.Any? to V
  166. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\Delegation.kt: (67, 19) Unchecked cast: jet.Map<out jet.Any?, jet.Any?> to jet.MutableMap<jet.Any?, jet.Any?>
  167. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\properties\delegation\lazy\LazyValues.kt: (10, 47) Unchecked cast: jet.Any to T
  168. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\support\AbstractIterator.kt: (22, 29) 'T' has a nullable upper bound. This means that a value of this type may be null. Using 'T?' is likely to mislead the reader
  169. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\template\Templates.kt: (98, 32) The corresponding parameter in the supertype 'Formatter' is named 'buffer'. This may cause problems when calling this function with named arguments.
  170. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\template\Templates.kt: (126, 78) Unnecessary non-null assertion (!!) on a non-null receiver of type java.text.NumberFormat
  171. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\template\Templates.kt: (128, 120) Unnecessary non-null assertion (!!) on a non-null receiver of type java.text.DateFormat
  172. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\template\Templates.kt: (141, 16) Elvis operator (?:) always returns the left operand of non-nullable type jet.String
  173. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\template\Templates.kt: (145, 16) Elvis operator (?:) always returns the left operand of non-nullable type jet.String
  174. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\template\Templates.kt: (164, 32) The corresponding parameter in the supertype 'LocaleFormatter' is named 'out'. This may cause problems when calling this function with named arguments.
  175. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\test\Test.kt: (42, 46) 'T' has a nullable upper bound. This means that a value of this type may be null. Using 'T?' is likely to mislead the reader
  176. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\test\Test.kt: (48, 49) 'T' has a nullable upper bound. This means that a value of this type may be null. Using 'T?' is likely to mislead the reader
  177. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\test\TestJVM.kt: (24, 42) This class shouldn't be used in Kotlin. Use jet.Throwable instead.
  178. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\src\kotlin\test\TestJVM.kt: (35, 21) Condition 'a != null' is always 'true'
  179. [INFO]
  180. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ kotlin-stdlib ---
  181. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  182. [INFO] skip non existing resourceDirectory g:\_websrc\_java\kotlin\libraries\stdlib\src\test\resources
  183. [INFO]
  184. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ kotlin-stdlib ---
  185. [INFO] Nothing to compile - all classes are up to date
  186. [INFO]
  187. [INFO] --- kotlin-maven-plugin:0.1-SNAPSHOT:test-compile (test-compile) @ kotlin-stdlib ---
  188. [INFO] Kotlin Compiler version @snapshot@
  189. [INFO] Compiling Kotlin sources from [g:\_websrc\_java\kotlin\libraries\stdlib\test]
  190. [INFO] Classpath: g:\_websrc\_java\kotlin\libraries\stdlib\test;g:\_websrc\_java\kotlin\libraries\stdlib\target\classes;C:\Users\Igor\.m2\repository\org\jetbrains\kotlin\kotlin-runtime\0.1-SNAPSHOT\kotlin-runtime-0.1-SNAPSHOT.jar;C:\Users\Igor\.m2\repository\junit\junit\4.10\junit-4.10.jar;C:\Users\Igor\.m2\repository\org\hamcrest\hamcrest-core\1.1\hamcrest-core-1.1.jar
  191. [INFO] Classes directory is g:\_websrc\_java\kotlin\libraries\stdlib\target\test-classes
  192. [INFO] Using kotlin annotations from C:\Users\Igor\.m2\repository\org\jetbrains\kotlin\kotlin-jdk-annotations\0.1-SNAPSHOT\kotlin-jdk-annotations-0.1-SNAPSHOT.jar
  193. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\AnnotationsTest.kt: (13, 1) This class shouldn't be used in Kotlin. Use jet.deprecated instead.
  194. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\AnnotationsTest.kt: (19, 71) Unnecessary non-null assertion (!!) on a non-null receiver of type jet.Array<out jet.Annotation>
  195. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\AnnotationsTest.kt: (25, 35) Unnecessary non-null assertion (!!) on a non-null receiver of type jet.Annotation
  196. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\AnnotationsTest.kt: (28, 36) This class shouldn't be used in Kotlin. Use jet.deprecated instead.
  197. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\CollectionApiCheck.kt: (15, 41) 'T' has a nullable upper bound. This means that a value of this type may be null. Using 'T?' is likely to mislead the reader
  198. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\CollectionTest.kt: (35, 13) Variable 'text' is never used
  199. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\CompareTest.kt: (52, 34) The corresponding parameter in the supertype 'Comparator' is named 'p0'. This may cause problems when calling this function with named arguments.
  200. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\CompareTest.kt: (52, 44) The corresponding parameter in the supertype 'Comparator' is named 'p1'. This may cause problems when calling this function with named arguments.
  201. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\CompareTest.kt: (55, 33) The corresponding parameter in the supertype 'Comparator' is named 'p0'. This may cause problems when calling this function with named arguments.
  202. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\MapTest.kt: (157, 60) Unnecessary non-null assertion (!!) on a non-null receiver of type jet.MutableSet<jet.String>
  203. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\MapTest.kt: (166, 63) Unnecessary non-null assertion (!!) on a non-null receiver of type jet.MutableSet<jet.String>
  204. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\MapTest.kt: (176, 72) Unnecessary non-null assertion (!!) on a non-null receiver of type jet.MutableSet<jet.String>
  205. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\StringJVMTest.kt: (294, 71) Unnecessary non-null assertion (!!) on a non-null receiver of type java.nio.charset.Charset
  206. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\Test.kt: (14, 27) 'T' has a nullable upper bound. This means that a value of this type may be null. Using 'T?' is likely to mislead the reader
  207. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\Test.kt: (124, 40) This class shouldn't be used in Kotlin. Use jet.Throwable instead.
  208. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\TuplesTest.kt: (29, 26) This class shouldn't be used in Kotlin. Use jet.Any instead.
  209. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\TuplesTest.kt: (73, 26) This class shouldn't be used in Kotlin. Use jet.Any instead.
  210. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\concurrent\SerialFunAndTupleTest.kt: (12, 32) This class shouldn't be used in Kotlin. Use jet.Any instead.
  211. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\concurrent\SerialFunAndTupleTest.kt: (28, 19) Unchecked cast: jet.Any? to () -> jet.String
  212. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\concurrent\SerialFunAndTupleTest.kt: (46, 19) Unchecked cast: jet.Any? to jet.Int.(jet.Int) -> jet.String
  213. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\iterators\IteratorsJVMTest.kt: (12, 51) Unnecessary non-null assertion (!!) on a non-null receiver of type jet.String
  214. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\language\RangeTest.kt: (3, 8) This class shouldn't be used in Kotlin. Use jet.Double instead.
  215. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\language\RangeTest.kt: (4, 8) This class shouldn't be used in Kotlin. Use jet.Float instead.
  216. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\properties\delegation\MapDelegationTest.kt: (203, 65) The corresponding parameter in the supertype 'MapVal' is named 'desc'. This may cause problems when calling this function with named arguments.
  217. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\properties\delegation\MapDelegationTest.kt: (210, 65) The corresponding parameter in the supertype 'MapVar' is named 'desc'. This may cause problems when calling this function with named arguments.
  218. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\properties\delegation\lazy\LazyValuesTest.kt: (41, 9) The expression is unused
  219. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\properties\delegation\lazy\LazyValuesTest.kt: (55, 9) The expression is unused
  220. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\properties\delegation\lazy\LazyValuesTest.kt: (56, 9) The expression is unused
  221. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\properties\delegation\lazy\LazyValuesTest.kt: (78, 9) The expression is unused
  222. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\properties\delegation\lazy\LazyValuesTest.kt: (92, 9) The expression is unused
  223. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\properties\delegation\lazy\LazyValuesTest.kt: (93, 9) The expression is unused
  224. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\properties\delegation\lazy\LazyValuesTest.kt: (115, 9) The expression is unused
  225. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\properties\delegation\lazy\LazyValuesTest.kt: (129, 9) The expression is unused
  226. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\properties\delegation\lazy\LazyValuesTest.kt: (130, 9) The expression is unused
  227. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\regressions\Kt1619Test.kt: (12, 13) Variable 'list' is never used
  228. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\regressions\kt1172.kt: (7, 35) Parameter 'files' is never used
  229. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\regressions\kt1172.kt: (7, 43) This class shouldn't be used in Kotlin. Use jet.Any instead.
  230. [WARNING] g:\_websrc\_java\kotlin\libraries\stdlib\test\regressions\kt1172.kt: (12, 10) Parameter 'args' is never used
  231. [INFO]
  232. [INFO] >>> exec-maven-plugin:1.2.1:java (default-cli) @ kotlin-stdlib >>>
  233. [INFO]
  234. [INFO] <<< exec-maven-plugin:1.2.1:java (default-cli) @ kotlin-stdlib <<<
  235. [INFO]
  236. [INFO] --- exec-maven-plugin:1.2.1:java (default-cli) @ kotlin-stdlib ---
  237. [WARNING]
  238. java.lang.ClassNotFoundException: org.jetbrains.kotlin.tools.ToolsPackage
  239. at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
  240. at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  241. at java.security.AccessController.doPrivileged(Native Method)
  242. at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  243. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  244. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  245. at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:285)
  246. at java.lang.Thread.run(Thread.java:724)
  247. [INFO] ------------------------------------------------------------------------
  248. [INFO] BUILD FAILURE
  249. [INFO] ------------------------------------------------------------------------
  250. [INFO] Total time: 17.539s
  251. [INFO] Finished at: Thu Sep 19 14:10:33 MSK 2013
  252. [INFO] Final Memory: 51M/1067M
  253. [INFO] ------------------------------------------------------------------------
  254. [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java (default-cli) on project kotlin-stdlib: An exception occured while executing the Java class. org.jetbrains.kotlin.tools.ToolsPackage -> [Help 1]
  255. [ERROR]
  256. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  257. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  258. [ERROR]
  259. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  260. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement