summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorVojin Jovanovic <vojin.jovanovic@epfl.ch>2012-03-23 15:53:45 +0100
committerVojin Jovanovic <vojin.jovanovic@epfl.ch>2012-03-23 16:11:39 +0100
commitcc66f378d09b5ab61c93152d5b9fda0f7dc9dfa8 (patch)
treed9a93f30f1a853e45139358864256738330e1b0d /src/compiler
parent479dd13148c380619d3e9156ef1913467decc05c (diff)
downloadscala-cc66f378d09b5ab61c93152d5b9fda0f7dc9dfa8.tar.gz
scala-cc66f378d09b5ab61c93152d5b9fda0f7dc9dfa8.tar.bz2
scala-cc66f378d09b5ab61c93152d5b9fda0f7dc9dfa8.zip
Changing URLs for svn and issue tracking.
Review by: @jsuereth
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/backend/jvm/GenJVM.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/scala/tools/nsc/backend/jvm/GenJVM.scala b/src/compiler/scala/tools/nsc/backend/jvm/GenJVM.scala
index 4c77cb7082..8e326c202a 100644
--- a/src/compiler/scala/tools/nsc/backend/jvm/GenJVM.scala
+++ b/src/compiler/scala/tools/nsc/backend/jvm/GenJVM.scala
@@ -739,7 +739,7 @@ abstract class GenJVM extends SubComponent with GenJVMUtil with GenAndroid with
clasz.cunit.warning(sym.pos,
"""|compiler bug: created invalid generic signature for %s in %s
|signature: %s
- |if this is reproducible, please report bug at http://lampsvn.epfl.ch/trac/scala
+ |if this is reproducible, please report bug at https://issues.scala-lang.org/
""".trim.stripMargin.format(sym, sym.owner.skipPackageObject.fullName, sig))
return
}
@@ -753,7 +753,7 @@ abstract class GenJVM extends SubComponent with GenJVMUtil with GenAndroid with
|original type: %s
|normalized type: %s
|erasure type: %s
- |if this is reproducible, please report bug at http://lampsvn.epfl.ch/trac/scala
+ |if this is reproducible, please report bug at https://issues.scala-lang.org/
""".trim.stripMargin.format(sym, sym.owner.skipPackageObject.fullName, sig, memberTpe, normalizedTpe, bytecodeTpe))
return
}