Let's not flip out on templated fields.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6140 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1054,7 +1054,7 @@ public class ActionScriptSource
|
|||||||
protected static Pattern JFIELD = Pattern.compile(
|
protected static Pattern JFIELD = Pattern.compile(
|
||||||
"\\s+(?:public|protected|private)" +
|
"\\s+(?:public|protected|private)" +
|
||||||
"(?:\\s+static|\\s+final|\\s+transient)*" +
|
"(?:\\s+static|\\s+final|\\s+transient)*" +
|
||||||
"\\s+(?:[a-zA-Z\\[\\]<>,]+)" + // type
|
"\\s+(?:[a-zA-Z\\[\\]<\\?>,]+)" + // type
|
||||||
"\\s+([_a-zA-Z]\\w*)(\\s+=.*|;)");
|
"\\s+([_a-zA-Z]\\w*)(\\s+=.*|;)");
|
||||||
|
|
||||||
protected static Pattern JCONSTRUCTOR = Pattern.compile(
|
protected static Pattern JCONSTRUCTOR = Pattern.compile(
|
||||||
|
|||||||
Reference in New Issue
Block a user