Aladdin - Scala Bugtracking
[#481] project: compiler priority: low category: bug
submitter assigned to status date submitted
Iulian Martin fixed 2005-11-09 12:32:44.0
subject repetitive field/methods for inherited modules
code
scalansc -check:jvm sources/scala/tools/nsc/Global.scala
what happened
[[consistency check at beginning of phase jvm]]
error: Repetitive field name: scala.tools.nsc.Global$analyzer.freeTypeParams$module
error: Repetitive field name: scala.tools.nsc.Global$analyzer.instantiateMap$module
error: Repetitive field name: scala.tools.nsc.Global$analyzer.freeTypeParams$module
error: Repetitive field name: scala.tools.nsc.Global$analyzer.instantiateMap$module
error: Repetitive field name: scala.tools.nsc.Global$analyzer.typerFactory$module
error: Repetitive field name: scala.tools.nsc.Global$analyzer.namerFactory$module
error: Repetitive field name: scala.tools.nsc.Global$analyzer.typerFactory$module
error: Repetitive field name: scala.tools.nsc.Global$analyzer.namerFactory$module
error: Repetitive method: scala.tools.nsc.Global$analyzer.freeTypeParams
error: Repetitive method: scala.tools.nsc.Global$analyzer.instantiateMap
error: Repetitive method: scala.tools.nsc.Global$analyzer.freeTypeParams
error: Repetitive method: scala.tools.nsc.Global$analyzer.instantiateMap
error: Repetitive method: scala.tools.nsc.Global$analyzer.typerFactory
error: Repetitive method: scala.tools.nsc.Global$analyzer.namerFactory
error: Repetitive method: scala.tools.nsc.Global$analyzer.typerFactory
error: Repetitive method: scala.tools.nsc.Global$analyzer.namerFactory
error: Repetitive field name: scala.tools.nsc.Global.posAssigner$module
error: Repetitive field name: scala.tools.nsc.Global.EmptyTree$module
error: Repetitive field name: scala.tools.nsc.Global.posAssigner$module
error: Repetitive field name: scala.tools.nsc.Global.EmptyTree$module
error: Repetitive method: scala.tools.nsc.Global.posAssigner
error: Repetitive method: scala.tools.nsc.Global.EmptyTree
error: Repetitive method: scala.tools.nsc.Global.posAssigner
error: Repetitive method: scala.tools.nsc.Global.EmptyTree
24 errors found
what expected
[back to overview]
Changes of this bug report
Iulian  edited on  2005-11-10 11:33:27.0
Martin  edited on  2005-11-11 13:39:33.0