1.
System.Reflection-like API for access to .NET assemblies (DLL ...
@author Nikolay Mihaylov * @version 1.0 */ public interface ICustomAttributeProvider ... interface ICustomAttributeProvider.
2.
/scala-plugin/trunk/src/scala/tools/eclipse/debug ...
11, import org.eclipse.debug.core.{DebugException,DebugPlugin,IBreakpointManager} .... 101, val plugin = ScalaUIPlugin.plugin. 102, editorInput match { ...
3.
Changeset 17189 for scala-plugin/trunk/src/scala/tools/eclipse ...
Feb 24, 2009 ... scala-plugin/trunk/src/scala/tools/eclipse/Editor.scala (modified) (12 diffs) ... 157, val external = Editor.this.file.get.external ...
4.
#546 (Eclipse freezes completely when editing a file) – Scala
beforeEdit(Driver.scala:13) at lampion.eclipse.Editor. ... _g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk. ...
5.
#1451 (Unevaluated Future prevents program termination) – Scala
Changed 5 months ago by eengbrec. attachment UnevaluatedFutureTest.scala added. shows how an unevaluated future will delay/prevent program termination ...
6.
Changeset 6715 for scala-tool-support – Scala
removed 'mixin' keyword from support files. Location: scala-tool-support/trunk/src; Files:. 7 modified. context/Highlighters/Scala.chl (modified) (1 diff) ...
7.
#656 (NoSuchMethodError: java.lang.StringBuilder.append(B)) – Scala
String = 5a scala> (5: Short) + "a" java.lang.NoSuchMethodError: java.lang.StringBuilder.append(S)Ljava/lang/StringBuilder; at .<init>(<console>:5) at . ...
8.
#1097 (Cannot change java.util.logger.Formatters with scala(1 ...
scala -classpath classes SomeObject? does not behave the same as java -classpath xxx/lib/scala-library.jar:classes SomeObject? when you attempt to change a ...
9.
#921 (BigDecimal division fails with IllegalArgumentException when ...
There is no need to pass any arguments to java.math.BigDecimal?.divide, unless the intention was to have some sensible defaults for precision and rounding. ...
10.
#921 (BigDecimal division fails with IllegalArgumentException when ...
The scale used in scala.BigDecimal? is correct, but it should be supplied by java.math.BigDecimal?. The default RoundingMode? supplied is UNNECESSARY. ...