processing/processing

syntax check displays confusing message

クローズ

#4,284 opened on 2016/02/10

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Java (1,540 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (6,431 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

have this (this comes from something slightly more elaborate) somewhere:

public class something
{
  public something()
  {
  }

  String thisandthat()
  {

  }
    return "string";
}

this will throw a "Found one too many { characters without a } to match it." message, which somehow just isn't quite right.

コントリビューターガイド