Created
November 14, 2018 14:59
-
-
Save Yanpas/229a5f22bae6f274661d4b36b96b9697 to your computer and use it in GitHub Desktop.
java ls with editing compl
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Result: { | |
"isIncomplete": false, | |
"items": [ | |
{ | |
"label": "args : String[]", | |
"kind": 6, | |
"sortText": "999999641", | |
"insertText": "args", | |
"data": { | |
"pid": "0", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "s : Path", | |
"kind": 6, | |
"sortText": "999999097", | |
"insertText": "s", | |
"data": { | |
"pid": "1", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "somevar : int", | |
"kind": 5, | |
"detail": "Foo", | |
"sortText": "999999162", | |
"insertText": "somevar", | |
"data": { | |
"decl_signature": "Laaaa.Foo;", | |
"name": "somevar", | |
"pid": "2", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "someva2 : int", | |
"kind": 5, | |
"detail": "Foo", | |
"sortText": "999999162", | |
"insertText": "someva2", | |
"data": { | |
"decl_signature": "Laaaa.Foo;", | |
"name": "someva2", | |
"pid": "3", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertTrue(String message, boolean condition) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertTrue", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;Z)V", | |
"name": "assertTrue", | |
"pid": "4", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertTrue(boolean condition) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertTrue", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Z)V", | |
"name": "assertTrue", | |
"pid": "5", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertThat(String arg0, T arg1, Matcher<T> arg2) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertThat", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "<T:Ljava.lang.Object;>(Ljava.lang.String;TT;Lorg.hamcrest.Matcher<TT;>;)V", | |
"name": "assertThat", | |
"pid": "6", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertThat(T actual, Matcher<T> matcher) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertThat", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "<T:Ljava.lang.Object;>(TT;Lorg.hamcrest.Matcher<TT;>;)V", | |
"name": "assertThat", | |
"pid": "7", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertSame(String message, Object expected, Object actual) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertSame", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;Ljava.lang.Object;Ljava.lang.Object;)V", | |
"name": "assertSame", | |
"pid": "8", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertSame(Object expected, Object actual) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertSame", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.Object;Ljava.lang.Object;)V", | |
"name": "assertSame", | |
"pid": "9", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertNull(String message, Object object) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertNull", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;Ljava.lang.Object;)V", | |
"name": "assertNull", | |
"pid": "10", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertNull(Object object) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertNull", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.Object;)V", | |
"name": "assertNull", | |
"pid": "11", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertNotSame(String message, Object unexpected, Object actual) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertNotSame", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;Ljava.lang.Object;Ljava.lang.Object;)V", | |
"name": "assertNotSame", | |
"pid": "12", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertNotSame(Object unexpected, Object actual) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertNotSame", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.Object;Ljava.lang.Object;)V", | |
"name": "assertNotSame", | |
"pid": "13", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertNotNull(String message, Object object) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertNotNull", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;Ljava.lang.Object;)V", | |
"name": "assertNotNull", | |
"pid": "14", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertNotNull(Object object) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertNotNull", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.Object;)V", | |
"name": "assertNotNull", | |
"pid": "15", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertFalse(String message, boolean condition) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertFalse", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;Z)V", | |
"name": "assertFalse", | |
"pid": "16", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertFalse(boolean condition) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertFalse", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Z)V", | |
"name": "assertFalse", | |
"pid": "17", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertEquals(String message, double expected, double actual, double delta) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;DDD)V", | |
"name": "assertEquals", | |
"pid": "18", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertEquals(String message, Object[] expecteds, Object[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.Object;)V", | |
"name": "assertEquals", | |
"pid": "19", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertEquals(double expected, double actual, double delta) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(DDD)V", | |
"name": "assertEquals", | |
"pid": "20", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertEquals(String message, double expected, double actual) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;DD)V", | |
"name": "assertEquals", | |
"pid": "21", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertEquals(String message, long expected, long actual) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;JJ)V", | |
"name": "assertEquals", | |
"pid": "22", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertEquals(String arg0, Object arg1, Object arg2) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;Ljava.lang.Object;Ljava.lang.Object;)V", | |
"name": "assertEquals", | |
"pid": "23", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertEquals(Object[] expecteds, Object[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "([Ljava.lang.Object;[Ljava.lang.Object;)V", | |
"name": "assertEquals", | |
"pid": "24", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertEquals(double expected, double actual) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(DD)V", | |
"name": "assertEquals", | |
"pid": "25", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertEquals(long expected, long actual) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(JJ)V", | |
"name": "assertEquals", | |
"pid": "26", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertEquals(Object expected, Object actual) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.Object;Ljava.lang.Object;)V", | |
"name": "assertEquals", | |
"pid": "27", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(String message, float[] expecteds, float[] actuals, float delta) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;[F[FF)V", | |
"name": "assertArrayEquals", | |
"pid": "28", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(String message, double[] expecteds, double[] actuals, double delta) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;[D[DD)V", | |
"name": "assertArrayEquals", | |
"pid": "29", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(float[] expecteds, float[] actuals, float delta) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "([F[FF)V", | |
"name": "assertArrayEquals", | |
"pid": "30", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(double[] expecteds, double[] actuals, double delta) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "([D[DD)V", | |
"name": "assertArrayEquals", | |
"pid": "31", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(String message, long[] expecteds, long[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;[J[J)V", | |
"name": "assertArrayEquals", | |
"pid": "32", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(String message, int[] expecteds, int[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;[I[I)V", | |
"name": "assertArrayEquals", | |
"pid": "33", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(String message, short[] expecteds, short[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;[S[S)V", | |
"name": "assertArrayEquals", | |
"pid": "34", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(String message, char[] expecteds, char[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;[C[C)V", | |
"name": "assertArrayEquals", | |
"pid": "35", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(String message, byte[] expecteds, byte[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;[B[B)V", | |
"name": "assertArrayEquals", | |
"pid": "36", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(String message, Object[] expecteds, Object[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "(Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.Object;)V", | |
"name": "assertArrayEquals", | |
"pid": "37", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(long[] expecteds, long[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "([J[J)V", | |
"name": "assertArrayEquals", | |
"pid": "38", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(int[] expecteds, int[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "([I[I)V", | |
"name": "assertArrayEquals", | |
"pid": "39", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(short[] expecteds, short[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "([S[S)V", | |
"name": "assertArrayEquals", | |
"pid": "40", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(char[] expecteds, char[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "([C[C)V", | |
"name": "assertArrayEquals", | |
"pid": "41", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(byte[] expecteds, byte[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "([B[B)V", | |
"name": "assertArrayEquals", | |
"pid": "42", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assertArrayEquals(Object[] expecteds, Object[] actuals) : void", | |
"kind": 3, | |
"detail": "org.junit.Assert", | |
"sortText": "999999691", | |
"insertText": "assertArrayEquals", | |
"data": { | |
"decl_signature": "Lorg.junit.Assert;", | |
"signature": "([Ljava.lang.Object;[Ljava.lang.Object;)V", | |
"name": "assertArrayEquals", | |
"pid": "43", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assumeTrue(boolean b) : void", | |
"kind": 3, | |
"detail": "org.junit.Assume", | |
"sortText": "999999691", | |
"insertText": "assumeTrue", | |
"data": { | |
"decl_signature": "Lorg.junit.Assume;", | |
"signature": "(Z)V", | |
"name": "assumeTrue", | |
"pid": "44", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assumeThat(T actual, Matcher<T> matcher) : void", | |
"kind": 3, | |
"detail": "org.junit.Assume", | |
"sortText": "999999691", | |
"insertText": "assumeThat", | |
"data": { | |
"decl_signature": "Lorg.junit.Assume;", | |
"signature": "<T:Ljava.lang.Object;>(TT;Lorg.hamcrest.Matcher<TT;>;)V", | |
"name": "assumeThat", | |
"pid": "45", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assumeNotNull(Object... objects) : void", | |
"kind": 3, | |
"detail": "org.junit.Assume", | |
"sortText": "999999691", | |
"insertText": "assumeNotNull", | |
"data": { | |
"decl_signature": "Lorg.junit.Assume;", | |
"signature": "([Ljava.lang.Object;)V", | |
"name": "assumeNotNull", | |
"pid": "46", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "assumeNoException(Throwable t) : void", | |
"kind": 3, | |
"detail": "org.junit.Assume", | |
"sortText": "999999691", | |
"insertText": "assumeNoException", | |
"data": { | |
"decl_signature": "Lorg.junit.Assume;", | |
"signature": "(Ljava.lang.Throwable;)V", | |
"name": "assumeNoException", | |
"pid": "47", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "RETURNS_SMART_NULLS : Answer<java.lang.Object>", | |
"kind": 5, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999690", | |
"insertText": "RETURNS_SMART_NULLS", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"name": "RETURNS_SMART_NULLS", | |
"pid": "48", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "RETURNS_MOCKS : Answer<java.lang.Object>", | |
"kind": 5, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999690", | |
"insertText": "RETURNS_MOCKS", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"name": "RETURNS_MOCKS", | |
"pid": "49", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "RETURNS_DEFAULTS : Answer<java.lang.Object>", | |
"kind": 5, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999690", | |
"insertText": "RETURNS_DEFAULTS", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"name": "RETURNS_DEFAULTS", | |
"pid": "50", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "RETURNS_DEEP_STUBS : Answer<java.lang.Object>", | |
"kind": 5, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999690", | |
"insertText": "RETURNS_DEEP_STUBS", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"name": "RETURNS_DEEP_STUBS", | |
"pid": "51", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "CALLS_REAL_METHODS : Answer<java.lang.Object>", | |
"kind": 5, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999690", | |
"insertText": "CALLS_REAL_METHODS", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"name": "CALLS_REAL_METHODS", | |
"pid": "52", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "withSettings() : MockSettings", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999691", | |
"insertText": "withSettings", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "()Lorg.mockito.MockSettings;", | |
"name": "withSettings", | |
"pid": "53", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "verifyZeroInteractions(Object... mocks) : void", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999691", | |
"insertText": "verifyZeroInteractions", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "([Ljava.lang.Object;)V", | |
"name": "verifyZeroInteractions", | |
"pid": "54", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "verifyNoMoreInteractions(Object... mocks) : void", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999691", | |
"insertText": "verifyNoMoreInteractions", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "([Ljava.lang.Object;)V", | |
"name": "verifyNoMoreInteractions", | |
"pid": "55", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "validateMockitoUsage() : void", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999691", | |
"insertText": "validateMockitoUsage", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "()V", | |
"name": "validateMockitoUsage", | |
"pid": "56", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "times(int wantedNumberOfInvocations) : VerificationMode", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999691", | |
"insertText": "times", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "(I)Lorg.mockito.verification.VerificationMode;", | |
"name": "times", | |
"pid": "57", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "stubVoid(T mock) : VoidMethodStubbable<T>", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999211", | |
"insertText": "stubVoid", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "<T:Ljava.lang.Object;>(TT;)Lorg.mockito.stubbing.VoidMethodStubbable<TT;>;", | |
"name": "stubVoid", | |
"pid": "58", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "stub(T methodCall) : DeprecatedOngoingStubbing<T>", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999211", | |
"insertText": "stub", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "<T:Ljava.lang.Object;>(TT;)Lorg.mockito.stubbing.DeprecatedOngoingStubbing<TT;>;", | |
"name": "stub", | |
"pid": "59", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "spy(T object) : T", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999211", | |
"insertText": "spy", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "<T:Ljava.lang.Object;>(TT;)TT;", | |
"name": "spy", | |
"pid": "60", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "reset(T... mocks) : void", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999691", | |
"insertText": "reset", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "<T:Ljava.lang.Object;>([TT;)V", | |
"name": "reset", | |
"pid": "61", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "doAnswer(Answer answer) : Stubber", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999691", | |
"insertText": "doAnswer", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "(Lorg.mockito.stubbing.Answer;)Lorg.mockito.stubbing.Stubber;", | |
"name": "doAnswer", | |
"pid": "62", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "atMost(int maxNumberOfInvocations) : VerificationMode", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999691", | |
"insertText": "atMost", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "(I)Lorg.mockito.verification.VerificationMode;", | |
"name": "atMost", | |
"pid": "63", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "atLeastOnce() : VerificationMode", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999691", | |
"insertText": "atLeastOnce", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "()Lorg.mockito.verification.VerificationMode;", | |
"name": "atLeastOnce", | |
"pid": "64", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "atLeast(int minNumberOfInvocations) : VerificationMode", | |
"kind": 3, | |
"detail": "org.mockito.Mockito", | |
"sortText": "999999691", | |
"insertText": "atLeast", | |
"data": { | |
"decl_signature": "Lorg.mockito.Mockito;", | |
"signature": "(I)Lorg.mockito.verification.VerificationMode;", | |
"name": "atLeast", | |
"pid": "65", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "RETURNS_SMART_NULLS : Answers", | |
"kind": 5, | |
"detail": "org.mockito.Answers", | |
"sortText": "999999690", | |
"insertText": "RETURNS_SMART_NULLS", | |
"data": { | |
"decl_signature": "Lorg.mockito.Answers;", | |
"name": "RETURNS_SMART_NULLS", | |
"pid": "66", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "RETURNS_MOCKS : Answers", | |
"kind": 5, | |
"detail": "org.mockito.Answers", | |
"sortText": "999999690", | |
"insertText": "RETURNS_MOCKS", | |
"data": { | |
"decl_signature": "Lorg.mockito.Answers;", | |
"name": "RETURNS_MOCKS", | |
"pid": "67", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "RETURNS_DEFAULTS : Answers", | |
"kind": 5, | |
"detail": "org.mockito.Answers", | |
"sortText": "999999690", | |
"insertText": "RETURNS_DEFAULTS", | |
"data": { | |
"decl_signature": "Lorg.mockito.Answers;", | |
"name": "RETURNS_DEFAULTS", | |
"pid": "68", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "RETURNS_DEEP_STUBS : Answers", | |
"kind": 5, | |
"detail": "org.mockito.Answers", | |
"sortText": "999999690", | |
"insertText": "RETURNS_DEEP_STUBS", | |
"data": { | |
"decl_signature": "Lorg.mockito.Answers;", | |
"name": "RETURNS_DEEP_STUBS", | |
"pid": "69", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "CALLS_REAL_METHODS : Answers", | |
"kind": 5, | |
"detail": "org.mockito.Answers", | |
"sortText": "999999690", | |
"insertText": "CALLS_REAL_METHODS", | |
"data": { | |
"decl_signature": "Lorg.mockito.Answers;", | |
"name": "CALLS_REAL_METHODS", | |
"pid": "70", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "values() : Answers[]", | |
"kind": 3, | |
"detail": "org.mockito.Answers", | |
"sortText": "999999691", | |
"insertText": "values", | |
"data": { | |
"decl_signature": "Lorg.mockito.Answers;", | |
"signature": "()[Lorg.mockito.Answers;", | |
"name": "values", | |
"pid": "71", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "short", | |
"kind": 14, | |
"sortText": "999999213", | |
"data": { | |
"pid": "72", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpiderProxy - ru.mail.go.webbase.proxy", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpiderProxy", | |
"insertText": "SpiderProxy", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.proxy.SpiderProxy;", | |
"pid": "73", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeConfig - ru.mail.go.silicone.config", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeConfig", | |
"insertText": "SiliconeConfig", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.SiliconeConfig;", | |
"pid": "74", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapParserTest - ru.mail.go.webbase.parsing.sitemap.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapParserTest", | |
"insertText": "SitemapParserTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.parsing.sitemap.test.SitemapParserTest;", | |
"pid": "75", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcesWebStats - cosmo.pb.CosmoData.UserData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcesWebStats", | |
"insertText": "SourcesWebStats", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$SourcesWebStats;", | |
"pid": "76", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Session - ru.mail.go.webbase.SputnikRanker.TransitionData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Session", | |
"insertText": "Session", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.TransitionData$Session;", | |
"pid": "77", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteLinkOrBuilder - ru.mail.go.snippetdata.parser.PartnerSnippetData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteLinkOrBuilder", | |
"insertText": "SiteLinkOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.snippetdata.parser.PartnerSnippetData$SiteLinkOrBuilder;", | |
"pid": "78", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Source - ru.mail.go.webbase.logsParsers.CalcUserSourceWebStatisticsJob.CosmoUrlsMapper.JsonLog", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Source", | |
"insertText": "Source", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.CalcUserSourceWebStatisticsJob$CosmoUrlsMapper$JsonLog$Source;", | |
"pid": "79", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDumpReducer - ru.mail.go.webbase.fetcher.fixes.DumpBadStubsSites", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDumpReducer", | |
"insertText": "SplitDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.DumpBadStubsSites$SplitDumpReducer;", | |
"pid": "80", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDumpReducer - ru.mail.go.webbase.fetcher.dump.delta.QddbDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDumpReducer", | |
"insertText": "SplitDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.delta.QddbDumper$SplitDumpReducer;", | |
"pid": "81", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubstYamlLemmatizer - ru.mail.go.webbase.serp.synonyms.util", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubstYamlLemmatizer", | |
"insertText": "SubstYamlLemmatizer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.util.SubstYamlLemmatizer;", | |
"pid": "82", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteRegionIntersectorReducer - ru.mail.go.webbase.geo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteRegionIntersectorReducer", | |
"insertText": "SiteRegionIntersectorReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.geo.SiteRegionIntersectorReducer;", | |
"pid": "83", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpelledMiddleConverter - ru.mail.go.webbase.serp.synonyms.postprocessing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpelledMiddleConverter", | |
"insertText": "SpelledMiddleConverter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.postprocessing.SpelledMiddleConverter;", | |
"pid": "84", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StoneInfo - ru.mail.go.webbase.disposableTasks.ExperimentalMarker.MarkupReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StoneInfo", | |
"insertText": "StoneInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.ExperimentalMarker$MarkupReducer$StoneInfo;", | |
"pid": "85", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocialGroupNumzoneGenerator - ru.mail.go.webbase.linkgraph.numzones.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocialGroupNumzoneGenerator", | |
"insertText": "SocialGroupNumzoneGenerator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.numzones.utils.SocialGroupNumzoneGenerator;", | |
"pid": "86", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StarterLogMapper - ru.mail.go.webbase.target.PandaoLogParser", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StarterLogMapper", | |
"insertText": "StarterLogMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.PandaoLogParser$StarterLogMapper;", | |
"pid": "87", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SampleUrlsJob - ru.mail.go.webbase.quota.experiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SampleUrlsJob", | |
"insertText": "SampleUrlsJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SampleUrlsJob;", | |
"pid": "88", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SandboxSpaceUsage - ru.mail.go.webbase.stats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SandboxSpaceUsage", | |
"insertText": "SandboxSpaceUsage", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.SandboxSpaceUsage;", | |
"pid": "89", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.ContentDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.ContentDumper$ScanMapper;", | |
"pid": "90", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SamplePicker - ru.mail.go.webbase.quota.analyze.SamplizerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SamplePicker", | |
"insertText": "SamplePicker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SamplizerJob$SamplePicker;", | |
"pid": "91", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsParserTest - ru.mail.go.webbase.fetcher.fastbase.parsing.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsParserTest", | |
"insertText": "SitemapsParserTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.parsing.test.SitemapsParserTest;", | |
"pid": "92", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulingProgressDumper - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulingProgressDumper", | |
"insertText": "SchedulingProgressDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SchedulingProgressDumper;", | |
"pid": "93", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuperFeatureDumpJob - ru.mail.go.webbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuperFeatureDumpJob", | |
"insertText": "SuperFeatureDumpJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.SuperFeatureDumpJob;", | |
"pid": "94", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconDocParserInfo - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconDocParserInfo", | |
"insertText": "SiliconDocParserInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconDocParserInfo;", | |
"pid": "95", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATUS_TYPE - ru.mail.go.webbase.tables.FBUrlsTable.HISTORY_CF", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATUS_TYPE", | |
"insertText": "STATUS_TYPE", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.FBUrlsTable$HISTORY_CF$STATUS_TYPE;", | |
"pid": "96", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SorterJobTest - ru.mail.go.webbase.stat.engine.counter.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SorterJobTest", | |
"insertText": "SorterJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.test.SorterJobTest;", | |
"pid": "97", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsMapper - ru.mail.go.webbase.utils.DumpSessions", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsMapper", | |
"insertText": "SessionsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.DumpSessions$SessionsMapper;", | |
"pid": "98", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceFilesUtilsTest - ru.mail.go.webbase.markov.hadoop.utils.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceFilesUtilsTest", | |
"insertText": "SequenceFilesUtilsTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.markov.hadoop.utils.tests.SequenceFilesUtilsTest;", | |
"pid": "99", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamScanCounterJobTest - ru.mail.go.webbase.linkgraph.quota.progsearch.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamScanCounterJobTest", | |
"insertText": "SpamScanCounterJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.quota.progsearch.test.SpamScanCounterJobTest;", | |
"pid": "100", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapDeleteJob - ru.mail.go.webbase.video", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapDeleteJob", | |
"insertText": "SitemapDeleteJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.SitemapDeleteJob;", | |
"pid": "101", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SCHEDULER - ru.mail.go.webbase.stats.SchedulerStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SCHEDULER", | |
"insertText": "SCHEDULER", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.SchedulerStats$SCHEDULER;", | |
"pid": "102", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsContainerClass - ru.mail.go.webbase.clickrank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsContainerClass", | |
"insertText": "SessionsContainerClass", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionsContainerClass;", | |
"pid": "103", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SPC_CORRECTION - ru.mail.go.webbase.interleaving.QueryLogSampler.SpellcheckerCorrectionResult", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SPC_CORRECTION", | |
"insertText": "SPC_CORRECTION", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.QueryLogSampler$SpellcheckerCorrectionResult$SPC_CORRECTION;", | |
"pid": "104", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpectrumResult - ru.mail.go.webbase.stat.engine.counter.Counter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpectrumResult", | |
"insertText": "SpectrumResult", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.Counter$SpectrumResult;", | |
"pid": "105", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiExtracterJob - ru.mail.go.webbase.quota.images", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiExtracterJob", | |
"insertText": "SekiteiExtracterJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.images.SekiteiExtracterJob;", | |
"pid": "106", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "stateTypes - ru.mail.go.webbase.sekitei.SekiteiBlobs.StatusInfo", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "stateTypes", | |
"insertText": "stateTypes", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$StatusInfo$stateTypes;", | |
"pid": "107", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Serializer - ru.mail.go.qsubst.proxy", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Serializer", | |
"insertText": "Serializer", | |
"data": { | |
"decl_signature": "Lru.mail.go.qsubst.proxy.Serializer;", | |
"pid": "108", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubLogic - ru.mail.go.webbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubLogic", | |
"insertText": "StubLogic", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.StubLogic;", | |
"pid": "109", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMapper - ru.mail.go.webbase.china.CalcChinaSocDemStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMapper", | |
"insertText": "SimpleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.CalcChinaSocDemStat$SimpleMapper;", | |
"pid": "110", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SenderGiftMapper - ru.mail.go.webbase.gifts.CalcGiftsJaccard", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SenderGiftMapper", | |
"insertText": "SenderGiftMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcGiftsJaccard$SenderGiftMapper;", | |
"pid": "111", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconDocTaggerInfo - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconDocTaggerInfo", | |
"insertText": "SiliconDocTaggerInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconDocTaggerInfo;", | |
"pid": "112", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDumpReducer - ru.mail.go.webbase.fetcher.dump.hashed.SitesDataDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDumpReducer", | |
"insertText": "SplitDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.hashed.SitesDataDumper$SplitDumpReducer;", | |
"pid": "113", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjDumpDbCopy - ru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjDumpDbCopy", | |
"insertText": "SubjDumpDbCopy", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob$SubjDumpDbCopy;", | |
"pid": "114", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikLogsReader - ru.mail.go.webbase.disposableTasks.lowRatedBadQueriesTask.DumpQueriesByUrlsFromSputnik", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikLogsReader", | |
"insertText": "SputnikLogsReader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.lowRatedBadQueriesTask.DumpQueriesByUrlsFromSputnik$SputnikLogsReader;", | |
"pid": "115", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpParserTest - ru.mail.go.webbase.LogReaders.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpParserTest", | |
"insertText": "SerpParserTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.LogReaders.test.SerpParserTest;", | |
"pid": "116", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fastbase.utils.FBQueriesStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.utils.FBQueriesStatJob$ScanMapper;", | |
"pid": "117", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StoneFeeds - ru.mail.go.webbase.quota.utils.QuotaQualityExaminerForMarker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StoneFeeds", | |
"insertText": "StoneFeeds", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.utils.QuotaQualityExaminerForMarker$StoneFeeds;", | |
"pid": "118", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SESSIONS_STORAGE_CF - ru.mail.go.webbase.tables.QueriesTable", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SESSIONS_STORAGE_CF", | |
"insertText": "SESSIONS_STORAGE_CF", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.QueriesTable$SESSIONS_STORAGE_CF;", | |
"pid": "119", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SkippedLoopbackConfiguration - ru.mail.go.webbase.fetcher.fastbase.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SkippedLoopbackConfiguration", | |
"insertText": "SkippedLoopbackConfiguration", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.parsing.SkippedLoopbackConfiguration;", | |
"pid": "120", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerWNF - ru.mail.go.webbase.imaging", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerWNF", | |
"insertText": "SchedulerWNF", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.SchedulerWNF;", | |
"pid": "121", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StrRanksWritable - ru.mail.go.webbase.linkgraph.translate.TranslateUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StrRanksWritable", | |
"insertText": "StrRanksWritable", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.translate.TranslateUtils$StrRanksWritable;", | |
"pid": "122", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sex - ru.mail.go.webbase.blobs.ClickrankBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sex", | |
"insertText": "Sex", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ClickrankBlobs$Sex;", | |
"pid": "123", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetsExtractorHandlerTest - ru.mail.go.webbase.serp.synonyms.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetsExtractorHandlerTest", | |
"insertText": "SnippetsExtractorHandlerTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.tests.SnippetsExtractorHandlerTest;", | |
"pid": "124", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SNAPSHOT_CF - ru.mail.go.webbase.tables.WebPageTable", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SNAPSHOT_CF", | |
"insertText": "SNAPSHOT_CF", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.WebPageTable$SNAPSHOT_CF;", | |
"pid": "125", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleDatasetAggregatorExecutor - ru.mail.go.webbase.stat.mrutils.helpers.processor.MapperFunc", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleDatasetAggregatorExecutor", | |
"insertText": "SimpleDatasetAggregatorExecutor", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.mrutils.helpers.processor.MapperFunc$SimpleDatasetAggregatorExecutor;", | |
"pid": "126", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "search_resultOrBuilder - gogo.sr.SearchResultDefs", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "search_resultOrBuilder", | |
"insertText": "search_resultOrBuilder", | |
"data": { | |
"decl_signature": "Lgogo.sr.SearchResultDefs$search_resultOrBuilder;", | |
"pid": "127", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowMapper - ru.mail.go.doall.ok", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowMapper", | |
"insertText": "ShowMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.ok.ShowMapper;", | |
"pid": "128", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanNavCr - ru.mail.go.webbase.exporters", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanNavCr", | |
"insertText": "ScanNavCr", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.exporters.ScanNavCr;", | |
"pid": "129", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpInfo - ru.mail.go.webbase.LogReaders", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpInfo", | |
"insertText": "SerpInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.LogReaders.SerpInfo;", | |
"pid": "130", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiManager - ru.mail.go.webbase.quota.essr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiManager", | |
"insertText": "SekiteiManager", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.SekiteiManager;", | |
"pid": "131", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiStatReducer - ru.mail.go.webbase.quota.experiment.CalcSekiteiStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiStatReducer", | |
"insertText": "SekiteiStatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.CalcSekiteiStatJob$SekiteiStatReducer;", | |
"pid": "132", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StorageCatalogDecoder - ru.mail.go.plain_index.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StorageCatalogDecoder", | |
"insertText": "StorageCatalogDecoder", | |
"data": { | |
"decl_signature": "Lru.mail.go.plain_index.utils.StorageCatalogDecoder;", | |
"pid": "133", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SescrapedLogJSON - ru.mail.go.webbase.SputnikRanker.SescrapedSessionUploadJob.SessionsMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SescrapedLogJSON", | |
"insertText": "SescrapedLogJSON", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SescrapedSessionUploadJob$SessionsMapper$SescrapedLogJSON;", | |
"pid": "134", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeParsedBody - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeParsedBody", | |
"insertText": "SiliconeParsedBody", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeParsedBody;", | |
"pid": "135", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Source - ru.mail.go.webbase.stat.tasks.srch29402.PartnersSearchJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Source", | |
"insertText": "Source", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.tasks.srch29402.PartnersSearchJob$Source;", | |
"pid": "136", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpiderDocumentMaker - ru.mail.go.webbase.fetcher.dump.test.DumpTestHelpers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpiderDocumentMaker", | |
"insertText": "SpiderDocumentMaker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.test.DumpTestHelpers$SpiderDocumentMaker;", | |
"pid": "137", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggQueryResultOrBuilder - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggQueryResultOrBuilder", | |
"insertText": "SuggQueryResultOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggQueryResultOrBuilder;", | |
"pid": "138", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteDislikeOrBuilder - cosmo.pb.CosmoUserEvents.UserEvents", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteDislikeOrBuilder", | |
"insertText": "SiteDislikeOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoUserEvents$UserEvents$SiteDislikeOrBuilder;", | |
"pid": "139", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerManagerTest - ru.mail.go.webbase.fetcher.batch.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerManagerTest", | |
"insertText": "SchedulerManagerTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.test.SchedulerManagerTest;", | |
"pid": "140", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteTypeSpecificSourcePayload - ru.mail.go.silicone.config.CosmoSitesConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteTypeSpecificSourcePayload", | |
"insertText": "SiteTypeSpecificSourcePayload", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.CosmoSitesConfig$SiteTypeSpecificSourcePayload;", | |
"pid": "141", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkLogsMapper - ru.mail.go.webbase.target.GetUsersImplicitQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkLogsMapper", | |
"insertText": "SpkLogsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.GetUsersImplicitQueries$SpkLogsMapper;", | |
"pid": "142", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchemeHostKeyMaker - ru.mail.go.webbase.utils.blacklist.SiteSetMask", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchemeHostKeyMaker", | |
"insertText": "SchemeHostKeyMaker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.blacklist.SiteSetMask$SchemeHostKeyMaker;", | |
"pid": "143", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeTestCase - ru.mail.go.silicone", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeTestCase", | |
"insertText": "SiliconeTestCase", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.SiliconeTestCase;", | |
"pid": "144", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeParser - ru.mail.go.silicone.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeParser", | |
"insertText": "SiliconeParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.parsing.SiliconeParser;", | |
"pid": "145", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjParsedPrepareMRJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjParsedPrepareMRJob", | |
"insertText": "SubjParsedPrepareMRJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjParsedPrepareMRJob;", | |
"pid": "146", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceHostsMerge - ru.mail.go.webbase.fastbase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceHostsMerge", | |
"insertText": "SourceHostsMerge", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.SourceHostsMerge;", | |
"pid": "147", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapperWS - ru.mail.go.webbase.quota.experiment.SekiteiExperimentalMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapperWS", | |
"insertText": "SekiteiMapperWS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SekiteiExperimentalMRJob$SekiteiMapperWS;", | |
"pid": "148", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Selector - ru.mail.go.silicone.config.LayerConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Selector", | |
"insertText": "Selector", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.LayerConfig$Selector;", | |
"pid": "149", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteInfo - ru.mail.go.silicone.config.AdmgoStepanConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteInfo", | |
"insertText": "SiteInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.AdmgoStepanConfig$SiteInfo;", | |
"pid": "150", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SendListMapper - ru.mail.go.webbase.fastbase.urlFilter.deadVideoBan.DeadVideoBanWorker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SendListMapper", | |
"insertText": "SendListMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.deadVideoBan.DeadVideoBanWorker$SendListMapper;", | |
"pid": "151", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubDomainMapper - ru.mail.go.webbase.disposableTasks.SubDomainCleanJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubDomainMapper", | |
"insertText": "SubDomainMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.SubDomainCleanJob$SubDomainMapper;", | |
"pid": "152", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulersPack - ru.mail.go.webbase.fetcher.batch.test.BatchGeneratorTestHelpers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulersPack", | |
"insertText": "SchedulersPack", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.test.BatchGeneratorTestHelpers$SchedulersPack;", | |
"pid": "153", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerializeGroupingComparator - ru.mail.go.sugg.indexer.DumpRaw", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerializeGroupingComparator", | |
"insertText": "SerializeGroupingComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.DumpRaw$SerializeGroupingComparator;", | |
"pid": "154", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapDeleteJobTest - ru.mail.go.webbase.video.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapDeleteJobTest", | |
"insertText": "SitemapDeleteJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.test.SitemapDeleteJobTest;", | |
"pid": "155", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiInfo - ru.mail.go.webbase.quota.navig.NavigDetectorJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiInfo", | |
"insertText": "SekiteiInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.navig.NavigDetectorJob$SekiteiInfo;", | |
"pid": "156", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiContainer - ru.mail.go.webbase.quota.components.SchedulerUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiContainer", | |
"insertText": "SekiteiContainer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.SchedulerUtils$SekiteiContainer;", | |
"pid": "157", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchSourcesBeforeJob - ru.mail.go.webbase.stat.mrutils.helpers.processor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchSourcesBeforeJob", | |
"insertText": "SearchSourcesBeforeJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.mrutils.helpers.processor.SearchSourcesBeforeJob;", | |
"pid": "158", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMergeKVsMRJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMergeKVsMRJob", | |
"insertText": "SubjMergeKVsMRJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeKVsMRJob;", | |
"pid": "159", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShippingOrBuilder - china_search.blobs.ChinaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShippingOrBuilder", | |
"insertText": "ShippingOrBuilder", | |
"data": { | |
"decl_signature": "Lchina_search.blobs.ChinaBlobs$ShippingOrBuilder;", | |
"pid": "160", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StreamCommentRemovalFilter - ru.mail.go.webbase.parsing.sitemap.SitemapParser", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StreamCommentRemovalFilter", | |
"insertText": "StreamCommentRemovalFilter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.parsing.sitemap.SitemapParser$StreamCommentRemovalFilter;", | |
"pid": "161", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceStatsListOrBuilder - ru.mail.go.webbase.blobs.TapeLogd", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceStatsListOrBuilder", | |
"insertText": "SourceStatsListOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.TapeLogd$SourceStatsListOrBuilder;", | |
"pid": "162", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SizeInfoItemOrBuilder - china_search.blobs.ChinaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SizeInfoItemOrBuilder", | |
"insertText": "SizeInfoItemOrBuilder", | |
"data": { | |
"decl_signature": "Lchina_search.blobs.ChinaBlobs$SizeInfoItemOrBuilder;", | |
"pid": "163", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsLinkPrepareTest - ru.mail.go.webbase.fetcher.fastbase.prepare.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsLinkPrepareTest", | |
"insertText": "SitemapsLinkPrepareTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.prepare.test.SitemapsLinkPrepareTest;", | |
"pid": "164", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchDeletedIndexedUrls - ru.mail.go.webbase.fetcher.fixes", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchDeletedIndexedUrls", | |
"insertText": "SearchDeletedIndexedUrls", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.SearchDeletedIndexedUrls;", | |
"pid": "165", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitThumbnailsJobMapper - ru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitThumbnailsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitThumbnailsJobMapper", | |
"insertText": "SplitThumbnailsJobMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitThumbnailsJob$SplitThumbnailsJobMapper;", | |
"pid": "166", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesDataSplitter - ru.mail.go.webbase.fetcher.dump.hashed.split", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesDataSplitter", | |
"insertText": "SitesDataSplitter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.hashed.split.SitesDataSplitter;", | |
"pid": "167", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcePopularityUtils - ru.mail.go.webbase.mediametrics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcePopularityUtils", | |
"insertText": "SourcePopularityUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mediametrics.SourcePopularityUtils;", | |
"pid": "168", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SEInfo - ru.mail.go.webbase.SputnikRanker.SEUrl", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SEInfo", | |
"insertText": "SEInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SEUrl$SEInfo;", | |
"pid": "169", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsDumperTest - ru.mail.go.webbase.fetcher.fastbase.dump.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsDumperTest", | |
"insertText": "SitemapsDumperTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.dump.test.SitemapsDumperTest;", | |
"pid": "170", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segment_e - ru.mail.go.webbase.sekitei.SekiteiExpBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segment_e", | |
"insertText": "Segment_e", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiExpBlobs$Segment_e;", | |
"pid": "171", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcePrepareJobTest - ru.mail.go.webbase.fastbase.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcePrepareJobTest", | |
"insertText": "SourcePrepareJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.test.SourcePrepareJobTest;", | |
"pid": "172", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmpUrlComparator - ru.mail.go.webbase.fetcher.fastbase.smphist.SmpCompactJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmpUrlComparator", | |
"insertText": "SmpUrlComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.smphist.SmpCompactJob$SmpUrlComparator;", | |
"pid": "173", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sessionizer2Job - ru.mail.go.webbase.ivcr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sessionizer2Job", | |
"insertText": "Sessionizer2Job", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ivcr.Sessionizer2Job;", | |
"pid": "174", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortComparator - ru.mail.go.webbase.fetcher.utils.DumpTitles", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortComparator", | |
"insertText": "SortComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.utils.DumpTitles$SortComparator;", | |
"pid": "175", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SendListMapper - ru.mail.go.webbase.fastbase.urlFilter.Nfb", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SendListMapper", | |
"insertText": "SendListMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.Nfb$SendListMapper;", | |
"pid": "176", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMarkovHierarchicalClusteringTest - ru.mail.go.webbase.markov.clustering.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMarkovHierarchicalClusteringTest", | |
"insertText": "SimpleMarkovHierarchicalClusteringTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.markov.clustering.tests.SimpleMarkovHierarchicalClusteringTest;", | |
"pid": "177", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionMapper - ru.mail.go.webbase.gifts.CalcRedLinkCtr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionMapper", | |
"insertText": "SessionMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcRedLinkCtr$SessionMapper;", | |
"pid": "178", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SandboxReason - ru.mail.go.webbase.tables.WebSiteTable.DETAIL_CF", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SandboxReason", | |
"insertText": "SandboxReason", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.WebSiteTable$DETAIL_CF$SandboxReason;", | |
"pid": "179", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATUS - ru.mail.go.webbase.linkgraph.stub.StubGenerateFullJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATUS", | |
"insertText": "STATUS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.StubGenerateFullJob$STATUS;", | |
"pid": "180", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleImageScheduler - ru.mail.go.webbase.quota.images", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleImageScheduler", | |
"insertText": "SimpleImageScheduler", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.images.SimpleImageScheduler;", | |
"pid": "181", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SampleDomainsMapper - ru.mail.go.webbase.quota.experiment.SampleDomainsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SampleDomainsMapper", | |
"insertText": "SampleDomainsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SampleDomainsJob$SampleDomainsMapper;", | |
"pid": "182", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkLogsDumpMapper - ru.mail.go.webbase.target.GetUsersImplicitExplicitQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkLogsDumpMapper", | |
"insertText": "SpkLogsDumpMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.GetUsersImplicitExplicitQueries$SpkLogsDumpMapper;", | |
"pid": "183", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StorageMapper - ru.mail.go.webbase.fastbase.FBQDDBAggregator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StorageMapper", | |
"insertText": "StorageMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.FBQDDBAggregator$StorageMapper;", | |
"pid": "184", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeParsedBodyOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeParsedBodyOrBuilder", | |
"insertText": "SiliconeParsedBodyOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeParsedBodyOrBuilder;", | |
"pid": "185", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemObject - ru.mail.go.webbase.cosmo.ctrs.TapelogdLogsSplitter.SocDemMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemObject", | |
"insertText": "SocDemObject", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.ctrs.TapelogdLogsSplitter$SocDemMapper$SocDemObject;", | |
"pid": "186", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchOrBuilder - ru.mail.go.webbase.likemore.LikemoreMetricsProto.SearchListMetricResult", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchOrBuilder", | |
"insertText": "SearchOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.likemore.LikemoreMetricsProto$SearchListMetricResult$SearchOrBuilder;", | |
"pid": "187", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeqGrepJob - ru.mail.go.doall.jinn.aggregates.products", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeqGrepJob", | |
"insertText": "SeqGrepJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.jinn.aggregates.products.SeqGrepJob;", | |
"pid": "188", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubsWNF - ru.mail.go.webbase.linkgraph.stub", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubsWNF", | |
"insertText": "StubsWNF", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.StubsWNF;", | |
"pid": "189", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteCheckerTest - ru.mail.go.webbase.sitechecker.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteCheckerTest", | |
"insertText": "SiteCheckerTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sitechecker.test.SiteCheckerTest;", | |
"pid": "190", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StabilityTests - ru.mail.go.webbase.stat.engine.counter.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StabilityTests", | |
"insertText": "StabilityTests", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.test.StabilityTests;", | |
"pid": "191", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.FirstmeetScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.FirstmeetScannerJob$SASJMapper;", | |
"pid": "192", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowsMapper - ru.mail.go.webbase.gifts.CalcConvByDays", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowsMapper", | |
"insertText": "ShowsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcConvByDays$ShowsMapper;", | |
"pid": "193", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMergeBindMRJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMergeBindMRJob", | |
"insertText": "SubjMergeBindMRJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob;", | |
"pid": "194", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsReducer - ru.mail.go.webbase.logsParsers.CalcUserSourceWebStatisticsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsReducer", | |
"insertText": "StatsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.CalcUserSourceWebStatisticsJob$StatsReducer;", | |
"pid": "195", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.stats.CompareIndexUrls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CompareIndexUrls$ScanMapper;", | |
"pid": "196", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchSessionsAndClicksMapper - ru.mail.go.webbase.youla.MergeSearchSessionsWithClicksJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchSessionsAndClicksMapper", | |
"insertText": "SearchSessionsAndClicksMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.MergeSearchSessionsWithClicksJob$SearchSessionsAndClicksMapper;", | |
"pid": "197", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteStatsBlobs - ru.mail.go.webbase.blobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteStatsBlobs", | |
"insertText": "SiteStatsBlobs", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiteStatsBlobs;", | |
"pid": "198", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StarterMapper - ru.mail.go.webbase.youla.FlushedClicksCounter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StarterMapper", | |
"insertText": "StarterMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.FlushedClicksCounter$StarterMapper;", | |
"pid": "199", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteLinks - ru.mail.go.snippetdata.parser.PartnerSnippetData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteLinks", | |
"insertText": "SiteLinks", | |
"data": { | |
"decl_signature": "Lru.mail.go.snippetdata.parser.PartnerSnippetData$SiteLinks;", | |
"pid": "200", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamMapper - ru.mail.go.webbase.spam.SpamGraphCalcJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamMapper", | |
"insertText": "SpamMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.SpamGraphCalcJob$SpamMapper;", | |
"pid": "201", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsMetaInfo - ru.mail.go.webbase.ranking.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsMetaInfo", | |
"insertText": "SessionsMetaInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.utils.SessionsMetaInfo;", | |
"pid": "202", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SANDBOXLIST - ru.mail.go.webbase.fetcher.WhiteListCheck.SandboxListDomainMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SANDBOXLIST", | |
"insertText": "SANDBOXLIST", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.WhiteListCheck$SandboxListDomainMapper$SANDBOXLIST;", | |
"pid": "203", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMapper - ru.mail.go.webbase.disposableTasks.GetServiceCentersUrls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMapper", | |
"insertText": "SimpleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.GetServiceCentersUrls$SimpleMapper;", | |
"pid": "204", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StarterLogsParser - ru.mail.go.webbase.youla", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StarterLogsParser", | |
"insertText": "StarterLogsParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.StarterLogsParser;", | |
"pid": "205", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamInfoDump - ru.mail.go.webbase.spam", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamInfoDump", | |
"insertText": "SpamInfoDump", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.SpamInfoDump;", | |
"pid": "206", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondaryPriorityUpdate - ru.mail.go.webbase.fetcher.fastbase.prepare.exporters", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondaryPriorityUpdate", | |
"insertText": "SecondaryPriorityUpdate", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.prepare.exporters.SecondaryPriorityUpdate;", | |
"pid": "207", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SetWPIIFlagForUrlsJob - ru.mail.go.webbase.lingvo.experiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SetWPIIFlagForUrlsJob", | |
"insertText": "SetWPIIFlagForUrlsJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SetWPIIFlagForUrlsJob;", | |
"pid": "208", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SSJMapper - ru.mail.go.webbase.quota.analyze.MarkerOutputSeqScanner", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SSJMapper", | |
"insertText": "SSJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.MarkerOutputSeqScanner$SSJMapper;", | |
"pid": "209", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleReducer - ru.mail.go.webbase.webmaster.analyzer.SimpleRegionStatistics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleReducer", | |
"insertText": "SimpleReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.webmaster.analyzer.SimpleRegionStatistics$SimpleReducer;", | |
"pid": "210", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sex - ru.mail.go.recommender.bki.BKIBlobs.Profile", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sex", | |
"insertText": "Sex", | |
"data": { | |
"decl_signature": "Lru.mail.go.recommender.bki.BKIBlobs$Profile$Sex;", | |
"pid": "211", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikLogsReadMapper - ru.mail.go.webbase.ban.DeadStubsThresholdDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikLogsReadMapper", | |
"insertText": "SputnikLogsReadMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ban.DeadStubsThresholdDumper$SputnikLogsReadMapper;", | |
"pid": "212", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerAnalyzeLauncher - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerAnalyzeLauncher", | |
"insertText": "SchedulerAnalyzeLauncher", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SchedulerAnalyzeLauncher;", | |
"pid": "213", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmpHistory - ru.mail.go.webbase.blobs.SmpHistBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmpHistory", | |
"insertText": "SmpHistory", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SmpHistBlobs$SmpHistory;", | |
"pid": "214", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkLogsMapper - ru.mail.go.webbase.fastbase.spkParsing.ProcessSpkLogs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkLogsMapper", | |
"insertText": "SpkLogsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.spkParsing.ProcessSpkLogs$SpkLogsMapper;", | |
"pid": "215", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentInfo - ru.mail.go.webbase.fastbase.behavioralFB.CheckSegmentation", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentInfo", | |
"insertText": "SegmentInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.behavioralFB.CheckSegmentation$SegmentInfo;", | |
"pid": "216", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SMapper - ru.mail.go.webbase.fetcher.dump.utils.QddbDumpMarkersComparator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SMapper", | |
"insertText": "SMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.utils.QddbDumpMarkersComparator$SMapper;", | |
"pid": "217", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsDumper - ru.mail.go.webbase.navbase.multimodel", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsDumper", | |
"insertText": "SessionsDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.navbase.multimodel.SessionsDumper;", | |
"pid": "218", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubsBanlistsGenerator - ru.mail.go.webbase.quota.essr.scanners", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubsBanlistsGenerator", | |
"insertText": "StubsBanlistsGenerator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.scanners.StubsBanlistsGenerator;", | |
"pid": "219", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SendListMapper - ru.mail.go.webbase.fastbase.urlFilter.BanWorker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SendListMapper", | |
"insertText": "SendListMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.BanWorker$SendListMapper;", | |
"pid": "220", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionSplitter - ru.mail.go.webbase.clickrank.utils.sessions", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionSplitter", | |
"insertText": "SessionSplitter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.sessions.SessionSplitter;", | |
"pid": "221", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteUrlDump - ru.mail.go.webbase.webmaster.dump", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteUrlDump", | |
"insertText": "SiteUrlDump", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.webmaster.dump.SiteUrlDump;", | |
"pid": "222", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerializeMapper - ru.mail.go.sugg.indexer.DumpRaw", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerializeMapper", | |
"insertText": "SerializeMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.DumpRaw$SerializeMapper;", | |
"pid": "223", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeVideoVimeoOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeVideoVimeoOrBuilder", | |
"insertText": "SiliconeVideoVimeoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeVideoVimeoOrBuilder;", | |
"pid": "224", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjectBuilder - ru.mail.go.webbase.fetcher.subj.SubjMergeMailRu", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjectBuilder", | |
"insertText": "SubjectBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeMailRu$SubjectBuilder;", | |
"pid": "225", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjParsedStatsMRJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjParsedStatsMRJob", | |
"insertText": "SubjParsedStatsMRJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjParsedStatsMRJob;", | |
"pid": "226", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Statistic - ru.mail.go.webbase.logsParsers.HomerData.HomerStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Statistic", | |
"insertText": "Statistic", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.HomerData$HomerStat$Statistic;", | |
"pid": "227", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubDomainStatJob - ru.mail.go.webbase.disposableTasks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubDomainStatJob", | |
"insertText": "SubDomainStatJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.SubDomainStatJob;", | |
"pid": "228", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMarkerMapper - ru.mail.go.webbase.fetcher.subj.SubjMarkerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMarkerMapper", | |
"insertText": "SubjMarkerMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMarkerJob$SubjMarkerMapper;", | |
"pid": "229", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpClick - ru.mail.go.webbase.serpSession.statistics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpClick", | |
"insertText": "SerpClick", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.statistics.SerpClick;", | |
"pid": "230", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteStubInfoOrBuilder - ru.mail.go.webbase.blobs.QuotaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteStubInfoOrBuilder", | |
"insertText": "SiteStubInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.QuotaBlobs$SiteStubInfoOrBuilder;", | |
"pid": "231", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionSplitterAbstract - ru.mail.go.webbase.clickrank.utils.sessions", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionSplitterAbstract", | |
"insertText": "SessionSplitterAbstract", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.sessions.SessionSplitterAbstract;", | |
"pid": "232", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteLanguageArrayOrBuilder - ru.mail.go.webbase.blobs.DocParserBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteLanguageArrayOrBuilder", | |
"insertText": "SiteLanguageArrayOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DocParserBlobs$SiteLanguageArrayOrBuilder;", | |
"pid": "233", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubGenerateScanJob - ru.mail.go.webbase.linkgraph.stub", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubGenerateScanJob", | |
"insertText": "StubGenerateScanJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.StubGenerateScanJob;", | |
"pid": "234", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondaryDictionaryGeneratorJob - ru.mail.go.webbase.serp.synonyms", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondaryDictionaryGeneratorJob", | |
"insertText": "SecondaryDictionaryGeneratorJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.SecondaryDictionaryGeneratorJob;", | |
"pid": "235", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "snippet_text_item - gogo.sr.SearchResultDefs", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "snippet_text_item", | |
"insertText": "snippet_text_item", | |
"data": { | |
"decl_signature": "Lgogo.sr.SearchResultDefs$snippet_text_item;", | |
"pid": "236", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SEUrlCache - ru.mail.go.webbase.fastbase.spkParsing.SpkLogsRestoreClicks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SEUrlCache", | |
"insertText": "SEUrlCache", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.spkParsing.SpkLogsRestoreClicks$SEUrlCache;", | |
"pid": "237", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatType - ru.mail.go.webbase.fetcher.subj.SubjInspectJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatType", | |
"insertText": "StatType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjInspectJob$StatType;", | |
"pid": "238", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATUS - ru.mail.go.webbase.stats.StatUrlsByScheduler.InnerMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATUS", | |
"insertText": "STATUS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.StatUrlsByScheduler$InnerMapper$STATUS;", | |
"pid": "239", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeProtoBuilder - ru.mail.go.silicone.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeProtoBuilder", | |
"insertText": "SiliconeProtoBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.parsing.SiliconeProtoBuilder;", | |
"pid": "240", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpecialListFilter - ru.mail.go.webbase.sekitei.SekiteiMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpecialListFilter", | |
"insertText": "SpecialListFilter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiMRJob$SpecialListFilter;", | |
"pid": "241", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SDReducer - ru.mail.go.webbase.serp.synonyms.SecondaryDictionaryGeneratorJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SDReducer", | |
"insertText": "SDReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.SecondaryDictionaryGeneratorJob$SDReducer;", | |
"pid": "242", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetsExtractorJobTest - ru.mail.go.webbase.serp.synonyms.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetsExtractorJobTest", | |
"insertText": "SnippetsExtractorJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.tests.SnippetsExtractorJobTest;", | |
"pid": "243", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.ContentScannerJobOneRegion", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.ContentScannerJobOneRegion$SASJMapper;", | |
"pid": "244", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Smotrelka - ru.mail.go.webbase.smotrelka", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Smotrelka", | |
"insertText": "Smotrelka", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.smotrelka.Smotrelka;", | |
"pid": "245", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stage - ru.mail.go.webbase.imaging.dataflow.ImageDataflow", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stage", | |
"insertText": "Stage", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.dataflow.ImageDataflow$Stage;", | |
"pid": "246", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetDataMain - ru.mail.go.snippetdata.parser.PartnerSnippetData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetDataMain", | |
"insertText": "SnippetDataMain", | |
"data": { | |
"decl_signature": "Lru.mail.go.snippetdata.parser.PartnerSnippetData$SnippetDataMain;", | |
"pid": "247", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggQueryIdComparator - ru.mail.go.sugg.SuggProcessLogs.SuggProcessLogsReduce.Record", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggQueryIdComparator", | |
"insertText": "SuggQueryIdComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.SuggProcessLogs$SuggProcessLogsReduce$Record$SuggQueryIdComparator;", | |
"pid": "248", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatOrBuilder - cosmo.pb.CosmoData.DocumentData.DocumentMutualStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatOrBuilder", | |
"insertText": "StatOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$DocumentData$DocumentMutualStat$StatOrBuilder;", | |
"pid": "249", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceInfoComparator - ru.mail.go.webbase.fastbase.FBParsedDataConstructor.ParsedDataReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceInfoComparator", | |
"insertText": "SourceInfoComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.FBParsedDataConstructor$ParsedDataReducer$SourceInfoComparator;", | |
"pid": "250", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceDocumentContent - ru.mail.go.webbase.lingvo.snippets.rich.bahroma.BahromaDbContent", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceDocumentContent", | |
"insertText": "SourceDocumentContent", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.snippets.rich.bahroma.BahromaDbContent$SourceDocumentContent;", | |
"pid": "251", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeYoutubeVideoDataOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeYoutubeVideoDataOrBuilder", | |
"insertText": "SiliconeYoutubeVideoDataOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeYoutubeVideoDataOrBuilder;", | |
"pid": "252", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringGroupsYaml - ru.mail.go.webbase.stat.util", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringGroupsYaml", | |
"insertText": "StringGroupsYaml", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.util.StringGroupsYaml;", | |
"pid": "253", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionBuilder - ru.mail.go.webbase.SputnikRanker.KnowledgeGraph", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionBuilder", | |
"insertText": "SessionBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.KnowledgeGraph$SessionBuilder;", | |
"pid": "254", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsMapper - ru.mail.go.webbase.clickrank.utils.UrlSessionStatsUploader", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsMapper", | |
"insertText": "SessionsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.UrlSessionStatsUploader$SessionsMapper;", | |
"pid": "255", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StaticRanker - ru.mail.go.webbase.staticrank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StaticRanker", | |
"insertText": "StaticRanker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.staticrank.StaticRanker;", | |
"pid": "256", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segment_m - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segment_m", | |
"insertText": "Segment_m", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Segment_m;", | |
"pid": "257", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnapHashTable - ru.mail.go.webbase.tables", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnapHashTable", | |
"insertText": "SnapHashTable", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.SnapHashTable;", | |
"pid": "258", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SFMapper - ru.mail.go.webbase.quota.essr.scanners.StubsFilterScanner", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SFMapper", | |
"insertText": "SFMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.scanners.StubsFilterScanner$SFMapper;", | |
"pid": "259", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggSiteResultOrBuilder - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggSiteResultOrBuilder", | |
"insertText": "SuggSiteResultOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggSiteResultOrBuilder;", | |
"pid": "260", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowedDocuments - ru.mail.go.webbase.interleaving.InterleavingSerpProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowedDocuments", | |
"insertText": "ShowedDocuments", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.InterleavingSerpProto$ShowedDocuments;", | |
"pid": "261", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamGraphUtils - ru.mail.go.webbase.spam", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamGraphUtils", | |
"insertText": "SpamGraphUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.SpamGraphUtils;", | |
"pid": "262", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StateDurationGetJob - ru.mail.go.webbase.ban", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StateDurationGetJob", | |
"insertText": "StateDurationGetJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ban.StateDurationGetJob;", | |
"pid": "263", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.SputnikRanker.InnerForumsDetector", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.InnerForumsDetector$SekiteiMapper;", | |
"pid": "264", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerializeSortingComparator - ru.mail.go.sugg.indexer.Serialize", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerializeSortingComparator", | |
"insertText": "SerializeSortingComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.Serialize$SerializeSortingComparator;", | |
"pid": "265", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleTopologyBuilder - ru.mail.go.webbase.stat.realtime.trident.topology", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleTopologyBuilder", | |
"insertText": "SimpleTopologyBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.realtime.trident.topology.SimpleTopologyBuilder;", | |
"pid": "266", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SNAP_CF - ru.mail.go.webbase.tables.SnapHashTable", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SNAP_CF", | |
"insertText": "SNAP_CF", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.SnapHashTable$SNAP_CF;", | |
"pid": "267", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatFeatsExtractor - ru.mail.go.webbase.qclass", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatFeatsExtractor", | |
"insertText": "StatFeatsExtractor", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.qclass.StatFeatsExtractor;", | |
"pid": "268", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconFetchedDoc - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconFetchedDoc", | |
"insertText": "SiliconFetchedDoc", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconFetchedDoc;", | |
"pid": "269", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesTableStats - ru.mail.go.webbase.stats.common", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesTableStats", | |
"insertText": "SitesTableStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.common.SitesTableStats;", | |
"pid": "270", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubInfo - ru.mail.go.webbase.quota.experiment.GetStubsThresholds", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubInfo", | |
"insertText": "StubInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.GetStubsThresholds$StubInfo;", | |
"pid": "271", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SelectFromIndex - ru.mail.go.webbase.imaging.fixes", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SelectFromIndex", | |
"insertText": "SelectFromIndex", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.fixes.SelectFromIndex;", | |
"pid": "272", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemMapper - ru.mail.go.webbase.youla.PushFeaturesMerger", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemMapper", | |
"insertText": "SocDemMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.PushFeaturesMerger$SocDemMapper;", | |
"pid": "273", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SendListMapper - ru.mail.go.webbase.fastbase.urlFilter.Bfb", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SendListMapper", | |
"insertText": "SendListMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.Bfb$SendListMapper;", | |
"pid": "274", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.SchedulerAppenderJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SchedulerAppenderJob$SASJMapper;", | |
"pid": "275", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesStatTable - ru.mail.go.webbase.tables", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesStatTable", | |
"insertText": "SitesStatTable", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.SitesStatTable;", | |
"pid": "276", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondComparatorLargerFirst - ru.mail.go.webbase.mr.keys.LongLongKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondComparatorLargerFirst", | |
"insertText": "SecondComparatorLargerFirst", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.LongLongKey$SecondComparatorLargerFirst;", | |
"pid": "277", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamSputnikLogExporter - ru.mail.go.oozie.elog.spam", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamSputnikLogExporter", | |
"insertText": "SpamSputnikLogExporter", | |
"data": { | |
"decl_signature": "Lru.mail.go.oozie.elog.spam.SpamSputnikLogExporter;", | |
"pid": "278", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleIntComparator - ru.mail.go.webbase.fetcher.batch.TextPTSKeys", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleIntComparator", | |
"insertText": "SimpleIntComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.TextPTSKeys$SimpleIntComparator;", | |
"pid": "279", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsSortComparator - ru.mail.go.webbase.stats.CollectSiteStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsSortComparator", | |
"insertText": "StatsSortComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CollectSiteStats$StatsSortComparator;", | |
"pid": "280", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesDataDumper - ru.mail.go.webbase.fetcher.dump.hashed", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesDataDumper", | |
"insertText": "SitesDataDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.hashed.SitesDataDumper;", | |
"pid": "281", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnapFeaturesCheckCase - ru.mail.go.webbase.wni.cases", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnapFeaturesCheckCase", | |
"insertText": "SnapFeaturesCheckCase", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.wni.cases.SnapFeaturesCheckCase;", | |
"pid": "282", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowsBannersMapper - ru.mail.go.webbase.gifts.CalcShowsMoneyStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowsBannersMapper", | |
"insertText": "ShowsBannersMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcShowsMoneyStat$ShowsBannersMapper;", | |
"pid": "283", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionMapper - ru.mail.go.doall.SessionDatasetJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionMapper", | |
"insertText": "SessionMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.SessionDatasetJob$SessionMapper;", | |
"pid": "284", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sink - ru.mail.go.webbase.wui", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sink", | |
"insertText": "Sink", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.wui.Sink;", | |
"pid": "285", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamMIDataMatrix - ru.mail.go.webbase.blobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamMIDataMatrix", | |
"insertText": "SpamMIDataMatrix", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SpamMIDataMatrix;", | |
"pid": "286", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondaryDictionaryGeneratorJobTest - ru.mail.go.webbase.serp.synonyms.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondaryDictionaryGeneratorJobTest", | |
"insertText": "SecondaryDictionaryGeneratorJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.tests.SecondaryDictionaryGeneratorJobTest;", | |
"pid": "287", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamLogExporter - ru.mail.go.oozie.elog.spam", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamLogExporter", | |
"insertText": "SpamLogExporter", | |
"data": { | |
"decl_signature": "Lru.mail.go.oozie.elog.spam.SpamLogExporter;", | |
"pid": "288", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Spectre - ru.mail.go.webbase.serpSession.statistics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Spectre", | |
"insertText": "Spectre", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.statistics.Spectre;", | |
"pid": "289", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentQuotaInfo - ru.mail.go.webbase.quota.components.CustomQuoter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentQuotaInfo", | |
"insertText": "SegmentQuotaInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.CustomQuoter$SegmentQuotaInfo;", | |
"pid": "290", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapType - ru.mail.go.webbase.blobs.QuotaBlobs.QuotaInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapType", | |
"insertText": "SitemapType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.QuotaBlobs$QuotaInfo$SitemapType;", | |
"pid": "291", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsBatchCreator - ru.mail.go.webbase.fetcher.fastbase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsBatchCreator", | |
"insertText": "SitemapsBatchCreator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.SitemapsBatchCreator;", | |
"pid": "292", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sources - ru.mail.go.doall.jinn.aggregates.products.EventsReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sources", | |
"insertText": "Sources", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.jinn.aggregates.products.EventsReducer$Sources;", | |
"pid": "293", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SaleReducer - ru.mail.go.webbase.gifts.CalcConvByDays", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SaleReducer", | |
"insertText": "SaleReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcConvByDays$SaleReducer;", | |
"pid": "294", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteInfoOrBuilder - ru.mail.go.webbase.blobs.StatsBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteInfoOrBuilder", | |
"insertText": "SiteInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.StatsBlobs$SiteInfoOrBuilder;", | |
"pid": "295", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StaticUrlFilter - ru.mail.go.webbase.utils.blacklist", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StaticUrlFilter", | |
"insertText": "StaticUrlFilter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.blacklist.StaticUrlFilter;", | |
"pid": "296", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsContainerOrBuilder - ru.mail.go.webbase.clickrank.SessionsContainerClass", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsContainerOrBuilder", | |
"insertText": "SessionsContainerOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionsContainerClass$SessionsContainerOrBuilder;", | |
"pid": "297", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubsLogicScan - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubsLogicScan", | |
"insertText": "StubsLogicScan", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.StubsLogicScan;", | |
"pid": "298", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpecDuplicates - ru.mail.go.webbase.duplicates", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpecDuplicates", | |
"insertText": "SpecDuplicates", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.duplicates.SpecDuplicates;", | |
"pid": "299", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Serialize - ru.mail.go.sugg.indexer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Serialize", | |
"insertText": "Serialize", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.Serialize;", | |
"pid": "300", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Source - ru.mail.go.webbase.stat.util.SearchSourcesDictionary.Dictionary", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Source", | |
"insertText": "Source", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.util.SearchSourcesDictionary$Dictionary$Source;", | |
"pid": "301", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerializeReducer - ru.mail.go.sugg.indexer.Serialize", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerializeReducer", | |
"insertText": "SerializeReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.Serialize$SerializeReducer;", | |
"pid": "302", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsContainerIterator - ru.mail.go.webbase.ranking.iterators", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsContainerIterator", | |
"insertText": "SessionsContainerIterator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.iterators.SessionsContainerIterator;", | |
"pid": "303", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StateTypePluginImpl - ru.mail.go.webbase.fetcher.plugin.StateTypePlugin", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StateTypePluginImpl", | |
"insertText": "StateTypePluginImpl", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.plugin.StateTypePlugin$StateTypePluginImpl;", | |
"pid": "304", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitFunctions - ru.mail.go.webbase.stat.engine.counter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitFunctions", | |
"insertText": "SplitFunctions", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.SplitFunctions;", | |
"pid": "305", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiExtracterJobTest - ru.mail.go.webbase.quota.images.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiExtracterJobTest", | |
"insertText": "SekiteiExtracterJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.images.test.SekiteiExtracterJobTest;", | |
"pid": "306", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteGoodStones - ru.mail.go.webbase.quota.experiment.ExperimentalStoneIndexerJob.GoodStonesCollection", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteGoodStones", | |
"insertText": "SiteGoodStones", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.ExperimentalStoneIndexerJob$GoodStonesCollection$SiteGoodStones;", | |
"pid": "307", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesStatPlugins - ru.mail.go.webbase.stats.aggregate", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesStatPlugins", | |
"insertText": "SitesStatPlugins", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.aggregate.SitesStatPlugins;", | |
"pid": "308", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "spam_t - ru.mail.go.webbase.blobs.DocParserBlobs.Features", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "spam_t", | |
"insertText": "spam_t", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DocParserBlobs$Features$spam_t;", | |
"pid": "309", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondThirdBytesComparator - ru.mail.go.webbase.mr.keys.BytesBytesBytesBytesKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondThirdBytesComparator", | |
"insertText": "SecondThirdBytesComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.BytesBytesBytesBytesKey$SecondThirdBytesComparator;", | |
"pid": "310", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionCountReducer - ru.mail.go.webbase.metrics.DwellTimeMetricConstructor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionCountReducer", | |
"insertText": "SessionCountReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.metrics.DwellTimeMetricConstructor$SessionCountReducer;", | |
"pid": "311", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubWrapper - ru.mail.go.webbase.fetcher.dump", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubWrapper", | |
"insertText": "StubWrapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.StubWrapper;", | |
"pid": "312", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapperWS - ru.mail.go.webbase.sekitei.SekiteiMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapperWS", | |
"insertText": "SekiteiMapperWS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiMRJob$SekiteiMapperWS;", | |
"pid": "313", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATE - ru.mail.go.webbase.stats.aip.MarkerContainer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATE", | |
"insertText": "STATE", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.aip.MarkerContainer$STATE;", | |
"pid": "314", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShareDataMapper - ru.mail.go.webbase.liker.KabargaLikesAggregator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShareDataMapper", | |
"insertText": "ShareDataMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.liker.KabargaLikesAggregator$ShareDataMapper;", | |
"pid": "315", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimilarSites - cosmo.pb.CosmoData.UserData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimilarSites", | |
"insertText": "SimilarSites", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$SimilarSites;", | |
"pid": "316", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SQTable - ru.mail.go.webbase.tables", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SQTable", | |
"insertText": "SQTable", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.SQTable;", | |
"pid": "317", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScheduledDumpWnfJob - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScheduledDumpWnfJob", | |
"insertText": "ScheduledDumpWnfJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.ScheduledDumpWnfJob;", | |
"pid": "318", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconFetchUrlOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconFetchUrlOrBuilder", | |
"insertText": "SiliconFetchUrlOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconFetchUrlOrBuilder;", | |
"pid": "319", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Source - gogo.storage.ChopperData.ChopperSources", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Source", | |
"insertText": "Source", | |
"data": { | |
"decl_signature": "Lgogo.storage.ChopperData$ChopperSources$Source;", | |
"pid": "320", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggResults - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggResults", | |
"insertText": "SuggResults", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggResults;", | |
"pid": "321", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsReducer - ru.mail.go.webbase.logsParsers.ReduceUserSourceWebStatisticsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsReducer", | |
"insertText": "StatsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.ReduceUserSourceWebStatisticsJob$StatsReducer;", | |
"pid": "322", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatPartitioner - ru.mail.go.webbase.stats.CollectSiteStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatPartitioner", | |
"insertText": "StatPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CollectSiteStats$StatPartitioner;", | |
"pid": "323", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SkippedLoopbackPlugin - ru.mail.go.webbase.fetcher.fastbase.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SkippedLoopbackPlugin", | |
"insertText": "SkippedLoopbackPlugin", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.parsing.SkippedLoopbackPlugin;", | |
"pid": "324", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SelectTopUrlsTest - ru.mail.go.webbase.fastbase.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SelectTopUrlsTest", | |
"insertText": "SelectTopUrlsTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.test.SelectTopUrlsTest;", | |
"pid": "325", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleIntersectReducer - ru.mail.go.webbase.disposableTasks.FastIndexIntersection", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleIntersectReducer", | |
"insertText": "SimpleIntersectReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.FastIndexIntersection$SimpleIntersectReducer;", | |
"pid": "326", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpiderQLinkMonitor - ru.mail.go.webbase.linkgraph.monitoring", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpiderQLinkMonitor", | |
"insertText": "SpiderQLinkMonitor", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.monitoring.SpiderQLinkMonitor;", | |
"pid": "327", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchSessionsAndClicksReducer - ru.mail.go.webbase.youla.MergeSearchSessionsWithClicksJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchSessionsAndClicksReducer", | |
"insertText": "SearchSessionsAndClicksReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.MergeSearchSessionsWithClicksJob$SearchSessionsAndClicksReducer;", | |
"pid": "328", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StepanPxtLogRecord - ru.mail.go.webbase.logsParsers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StepanPxtLogRecord", | |
"insertText": "StepanPxtLogRecord", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.StepanPxtLogRecord;", | |
"pid": "329", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamRankMapper - spam.graphics.hadoop.DumpPageSpamRank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamRankMapper", | |
"insertText": "SpamRankMapper", | |
"data": { | |
"decl_signature": "Lspam.graphics.hadoop.DumpPageSpamRank$SpamRankMapper;", | |
"pid": "330", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulingWNF - ru.mail.go.webbase.quota.utils.WNFInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulingWNF", | |
"insertText": "SchedulingWNF", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.utils.WNFInfo$SchedulingWNF;", | |
"pid": "331", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortingPrioritySizeIntComparator - ru.mail.go.webbase.fetcher.batch.TextPTSKeys", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortingPrioritySizeIntComparator", | |
"insertText": "SortingPrioritySizeIntComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.TextPTSKeys$SortingPrioritySizeIntComparator;", | |
"pid": "332", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionOrBuilder - ru.mail.go.webbase.SputnikRanker.TransitionData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionOrBuilder", | |
"insertText": "SessionOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.TransitionData$SessionOrBuilder;", | |
"pid": "333", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatReducer - ru.mail.go.webbase.quota.experiment.PrepareAccessorDataJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatReducer", | |
"insertText": "StatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.PrepareAccessorDataJob$StatReducer;", | |
"pid": "334", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeNewsStoriesData - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeNewsStoriesData", | |
"insertText": "SiliconeNewsStoriesData", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeNewsStoriesData;", | |
"pid": "335", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikLogsMapper - ru.mail.go.webbase.mediametrics.HitsExtractorJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikLogsMapper", | |
"insertText": "SputnikLogsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mediametrics.HitsExtractorJob$SputnikLogsMapper;", | |
"pid": "336", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondaryDictionaryMiddleConverterTest - ru.mail.go.webbase.serp.synonyms.postprocessing.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondaryDictionaryMiddleConverterTest", | |
"insertText": "SecondaryDictionaryMiddleConverterTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.postprocessing.tests.SecondaryDictionaryMiddleConverterTest;", | |
"pid": "337", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SampleSet - ru.mail.go.webbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SampleSet", | |
"insertText": "SampleSet", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.SampleSet;", | |
"pid": "338", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Subjects - ru.mail.go.webbase.fetcher.subj.SubjParsedStatsMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Subjects", | |
"insertText": "Subjects", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjParsedStatsMRJob$Subjects;", | |
"pid": "339", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteIntersector - ru.mail.go.webbase.geo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteIntersector", | |
"insertText": "SiteIntersector", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.geo.SiteIntersector;", | |
"pid": "340", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamUpload_Mapper - ru.mail.go.webbase.spam.SpamInfoUpload", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamUpload_Mapper", | |
"insertText": "SpamUpload_Mapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.SpamInfoUpload$SpamUpload_Mapper;", | |
"pid": "341", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SelectedFeature - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SelectedFeature", | |
"insertText": "SelectedFeature", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$SelectedFeature;", | |
"pid": "342", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stat - cosmo.pb.CosmoData.SourceData.SourceLocationStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stat", | |
"insertText": "Stat", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourceLocationStat$Stat;", | |
"pid": "343", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitterTest - ru.mail.go.webbase.browserank.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitterTest", | |
"insertText": "SplitterTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.browserank.tests.SplitterTest;", | |
"pid": "344", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjContext - ru.mail.go.webbase.blobs.DocParserBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjContext", | |
"insertText": "SubjContext", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DocParserBlobs$SubjContext;", | |
"pid": "345", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SQBatchesQueryFilter - ru.mail.go.webbase.fastbase.utils.FastbaseToSqSample", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SQBatchesQueryFilter", | |
"insertText": "SQBatchesQueryFilter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.utils.FastbaseToSqSample$SQBatchesQueryFilter;", | |
"pid": "346", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpreadMapper - ru.mail.go.webbase.fetcher.fixes.DumpRedirectsWithMark", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpreadMapper", | |
"insertText": "SpreadMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.DumpRedirectsWithMark$SpreadMapper;", | |
"pid": "347", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcePrepareStatsWrapper - ru.mail.go.webbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcePrepareStatsWrapper", | |
"insertText": "SourcePrepareStatsWrapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.SourcePrepareStatsWrapper;", | |
"pid": "348", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatReducer - ru.mail.go.webbase.quota.experiment.CalcMetricsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatReducer", | |
"insertText": "StatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.CalcMetricsJob$StatReducer;", | |
"pid": "349", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StorageMapper - ru.mail.go.webbase.mediametrics.SocDemExporterJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StorageMapper", | |
"insertText": "StorageMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mediametrics.SocDemExporterJob$StorageMapper;", | |
"pid": "350", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjectType - ru.mail.go.webbase.fetcher.subj.SubjMergeDBJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjectType", | |
"insertText": "SubjectType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeDBJob$SubjectType;", | |
"pid": "351", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SystelemLogs - ru.mail.go.doall.distribution", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SystelemLogs", | |
"insertText": "SystelemLogs", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.distribution.SystelemLogs;", | |
"pid": "352", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei_sOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei_sOrBuilder", | |
"insertText": "Sekitei_sOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Sekitei_sOrBuilder;", | |
"pid": "353", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.scanners.UrlsRedirectsScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.scanners.UrlsRedirectsScannerJob$SASJMapper;", | |
"pid": "354", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamGraphCalcJob - ru.mail.go.webbase.spam", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamGraphCalcJob", | |
"insertText": "SpamGraphCalcJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.SpamGraphCalcJob;", | |
"pid": "355", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.RootStubWpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.RootStubWpJob$SASJMapper;", | |
"pid": "356", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesMergeReducer - ru.mail.go.webbase.afisha.OnlineCinemaHbaseRecallJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesMergeReducer", | |
"insertText": "SitesMergeReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.afisha.OnlineCinemaHbaseRecallJob$SitesMergeReducer;", | |
"pid": "357", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "State - ru.mail.go.webbase.fetcher.dump.DumpDataWrapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "State", | |
"insertText": "State", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.DumpDataWrapper$State;", | |
"pid": "358", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SaveReducer - ru.mail.go.webbase.stats.logs.LogLoader", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SaveReducer", | |
"insertText": "SaveReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.logs.LogLoader$SaveReducer;", | |
"pid": "359", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei_rOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei_rOrBuilder", | |
"insertText": "Sekitei_rOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Sekitei_rOrBuilder;", | |
"pid": "360", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusToWebmaster - ru.mail.go.webbase.fetcher.fastbase.load", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusToWebmaster", | |
"insertText": "StatusToWebmaster", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.load.StatusToWebmaster;", | |
"pid": "361", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmallTextIntersectorJob - ru.mail.go.webbase.quota.essr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmallTextIntersectorJob", | |
"insertText": "SmallTextIntersectorJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.SmallTextIntersectorJob;", | |
"pid": "362", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShoppingQueryRegexParser - ru.mail.go.webbase.fastbase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShoppingQueryRegexParser", | |
"insertText": "ShoppingQueryRegexParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.ShoppingQueryRegexParser;", | |
"pid": "363", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsReducerStats - ru.mail.go.webbase.clickrank.SessionsUnion", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsReducerStats", | |
"insertText": "SessionsReducerStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionsUnion$SessionsReducerStats;", | |
"pid": "364", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjDiagnosisMapper - ru.mail.go.webbase.fetcher.subj.SubjDiagnosisJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjDiagnosisMapper", | |
"insertText": "SubjDiagnosisMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjDiagnosisJob$SubjDiagnosisMapper;", | |
"pid": "365", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggInfo - ru.mail.go.webbase.clickrank.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggInfo", | |
"insertText": "SuggInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.SuggInfo;", | |
"pid": "366", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuperSessionOrBuilder - ru.mail.go.webbase.userhistory.UserHistory", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuperSessionOrBuilder", | |
"insertText": "SuperSessionOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.userhistory.UserHistory$SuperSessionOrBuilder;", | |
"pid": "367", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusParser - ru.mail.go.webbase.stat.util.logparser.config.UpstreamLogParser", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusParser", | |
"insertText": "StatusParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.util.logparser.config.UpstreamLogParser$StatusParser;", | |
"pid": "368", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScannerBase - ru.mail.go.webbase.quota.essr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScannerBase", | |
"insertText": "ScannerBase", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.ScannerBase;", | |
"pid": "369", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteInfo - ru.mail.go.webbase.blobs.StatsBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteInfo", | |
"insertText": "SiteInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.StatsBlobs$SiteInfo;", | |
"pid": "370", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Status - ru.mail.go.webbase.ivcr_common.LogParser.ParseResult", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Status", | |
"insertText": "Status", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ivcr_common.LogParser$ParseResult$Status;", | |
"pid": "371", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamDump_Mapper - ru.mail.go.webbase.spam.SpamInfoDump", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamDump_Mapper", | |
"insertText": "SpamDump_Mapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.SpamInfoDump$SpamDump_Mapper;", | |
"pid": "372", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerMetric - ru.mail.go.webbase.imaging", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerMetric", | |
"insertText": "SchedulerMetric", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.SchedulerMetric;", | |
"pid": "373", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconFetchedDocOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconFetchedDocOrBuilder", | |
"insertText": "SiliconFetchedDocOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconFetchedDocOrBuilder;", | |
"pid": "374", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceResolver - ru.mail.go.webbase.cosmo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceResolver", | |
"insertText": "SourceResolver", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.SourceResolver;", | |
"pid": "375", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetReducer - ru.mail.go.webbase.disposableTasks.GetSnippetsForFBL", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetReducer", | |
"insertText": "SnippetReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.GetSnippetsForFBL$SnippetReducer;", | |
"pid": "376", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMapper - ru.mail.go.webbase.disposableTasks.GenRusDict", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMapper", | |
"insertText": "SplitMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.GenRusDict$SplitMapper;", | |
"pid": "377", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei", | |
"insertText": "Sekitei", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Sekitei;", | |
"pid": "378", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceVisit - cosmo.pb.CosmoData.UserData.SourcesWebStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceVisit", | |
"insertText": "SourceVisit", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$SourcesWebStats$SourceVisit;", | |
"pid": "379", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SetHostsIP - ru.mail.go.webbase.fetcher.fixes", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SetHostsIP", | |
"insertText": "SetHostsIP", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.SetHostsIP;", | |
"pid": "380", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SizeComparator - ru.mail.go.webbase.fetcher.logs.LogSiteChecker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SizeComparator", | |
"insertText": "SizeComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.logs.LogSiteChecker$SizeComparator;", | |
"pid": "381", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SFSJMapper - ru.mail.go.webbase.quota.analyze.SamFeaturesScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SFSJMapper", | |
"insertText": "SFSJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SamFeaturesScannerJob$SFSJMapper;", | |
"pid": "382", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StdUrlCountGetter - ru.mail.go.webbase.webmaster.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StdUrlCountGetter", | |
"insertText": "StdUrlCountGetter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.webmaster.utils.StdUrlCountGetter;", | |
"pid": "383", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikMapper - ru.mail.go.webbase.fastbase.behavioralFB.CollectUrlTitles", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikMapper", | |
"insertText": "SputnikMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.behavioralFB.CollectUrlTitles$SputnikMapper;", | |
"pid": "384", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StepanPxtLogsMapper - ru.mail.go.webbase.cosmo.ctrs.StepanPxtLogsSplitter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StepanPxtLogsMapper", | |
"insertText": "StepanPxtLogsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.ctrs.StepanPxtLogsSplitter$StepanPxtLogsMapper;", | |
"pid": "385", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SignalsAndContentPriorityModel - ru.mail.go.webbase.quota.components.priority", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SignalsAndContentPriorityModel", | |
"insertText": "SignalsAndContentPriorityModel", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.priority.SignalsAndContentPriorityModel;", | |
"pid": "386", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsReducer - ru.mail.go.webbase.fetcher.fixes.SearchDeletedIndexedUrls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsReducer", | |
"insertText": "StatsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.SearchDeletedIndexedUrls$StatsReducer;", | |
"pid": "387", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiReducer - ru.mail.go.webbase.quota.experiment.SampleUrlsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiReducer", | |
"insertText": "SekiteiReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SampleUrlsJob$SekiteiReducer;", | |
"pid": "388", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMapperOutContent - ru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMapperOutContent", | |
"insertText": "SplitMapperOutContent", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob$SplitMapperOutContent;", | |
"pid": "389", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Session - ru.mail.go.webbase.clickrank.SessionsContainerClass", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Session", | |
"insertText": "Session", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionsContainerClass$Session;", | |
"pid": "390", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapParser - ru.mail.go.webbase.parsing.sitemap", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapParser", | |
"insertText": "SitemapParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.parsing.sitemap.SitemapParser;", | |
"pid": "391", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkMapper - ru.mail.go.webbase.fastbase.FBQDDBAggregator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkMapper", | |
"insertText": "SpkMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.FBQDDBAggregator$SpkMapper;", | |
"pid": "392", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteParserConfig - ru.mail.go.silicone.config.CosmoSitesConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteParserConfig", | |
"insertText": "SiteParserConfig", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.CosmoSitesConfig$SiteParserConfig;", | |
"pid": "393", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stat - cosmo.pb.CosmoData.DocumentData.DocumentMutualStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stat", | |
"insertText": "Stat", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$DocumentData$DocumentMutualStat$Stat;", | |
"pid": "394", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentGroupTop - ru.mail.go.webbase.utils.FukushimaSekiteiSegmentation", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentGroupTop", | |
"insertText": "SegmentGroupTop", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.FukushimaSekiteiSegmentation$SegmentGroupTop;", | |
"pid": "395", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitCamelCaseUrlJobDumpReducer - ru.mail.go.webbase.lingvo.experiment.SplitCamelCaseUrlTokensJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitCamelCaseUrlJobDumpReducer", | |
"insertText": "SplitCamelCaseUrlJobDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SplitCamelCaseUrlTokensJob$SplitCamelCaseUrlJobDumpReducer;", | |
"pid": "396", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiExperimentalMRJob - ru.mail.go.webbase.quota.experiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiExperimentalMRJob", | |
"insertText": "SekiteiExperimentalMRJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SekiteiExperimentalMRJob;", | |
"pid": "397", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SendListMapper - ru.mail.go.webbase.fastbase.urlFilter.Sfb", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SendListMapper", | |
"insertText": "SendListMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.Sfb$SendListMapper;", | |
"pid": "398", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggNavigOrBuilder - ru.mail.go.webbase.interleaving.InterleavingSerpProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggNavigOrBuilder", | |
"insertText": "SuggNavigOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.InterleavingSerpProto$SuggNavigOrBuilder;", | |
"pid": "399", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionCount - ru.mail.go.webbase.users.features", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionCount", | |
"insertText": "SessionCount", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.users.features.SessionCount;", | |
"pid": "400", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetDataMainOrBuilder - ru.mail.go.snippetdata.parser.PartnerSnippetData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetDataMainOrBuilder", | |
"insertText": "SnippetDataMainOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.snippetdata.parser.PartnerSnippetData$SnippetDataMainOrBuilder;", | |
"pid": "401", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiStatContainer - ru.mail.go.webbase.quota.components.SchedulerUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiStatContainer", | |
"insertText": "SekiteiStatContainer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.SchedulerUtils$SekiteiStatContainer;", | |
"pid": "402", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeNewsTagData - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeNewsTagData", | |
"insertText": "SiliconeNewsTagData", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeNewsTagData;", | |
"pid": "403", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StarterMapper - ru.mail.go.webbase.youla.InterestsFlusher", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StarterMapper", | |
"insertText": "StarterMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.InterestsFlusher$StarterMapper;", | |
"pid": "404", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StreamMeters - ru.mail.go.webbase.stat.realtime.TechnicalMetrics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StreamMeters", | |
"insertText": "StreamMeters", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.realtime.TechnicalMetrics$StreamMeters;", | |
"pid": "405", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SkippedLoopbackChecker - ru.mail.go.webbase.fetcher.fastbase.parsing.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SkippedLoopbackChecker", | |
"insertText": "SkippedLoopbackChecker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.parsing.test.SkippedLoopbackChecker;", | |
"pid": "406", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjCleanKVsJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjCleanKVsJob", | |
"insertText": "SubjCleanKVsJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjCleanKVsJob;", | |
"pid": "407", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "states - ru.mail.go.webbase.fetcher.batch.BatchGeneratorStageIpLimit.IPLimitMapper", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "states", | |
"insertText": "states", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.BatchGeneratorStageIpLimit$IPLimitMapper$states;", | |
"pid": "408", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondComparator - ru.mail.go.webbase.mr.keys.LongLongKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondComparator", | |
"insertText": "SecondComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.LongLongKey$SecondComparator;", | |
"pid": "409", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.fixes.MarkFreshNotModified", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.MarkFreshNotModified$ScanMapper;", | |
"pid": "410", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScheduledCheckCase - ru.mail.go.webbase.wni.cases", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScheduledCheckCase", | |
"insertText": "ScheduledCheckCase", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.wni.cases.ScheduledCheckCase;", | |
"pid": "411", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteInfoReducer - ru.mail.go.webbase.linkgraph.make2.MakeTLinks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteInfoReducer", | |
"insertText": "SiteInfoReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.make2.MakeTLinks$SiteInfoReducer;", | |
"pid": "412", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stat - ru.mail.go.sugg.indexer.Serialize.SerializeReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stat", | |
"insertText": "Stat", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.Serialize$SerializeReducer$Stat;", | |
"pid": "413", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatisticHolder - ru.mail.go.webbase.ranking.statistics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatisticHolder", | |
"insertText": "StatisticHolder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.statistics.StatisticHolder;", | |
"pid": "414", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpSimilarOrBuilder - ru.mail.go.webbase.parsing.img.ImageDefs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpSimilarOrBuilder", | |
"insertText": "SerpSimilarOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.parsing.img.ImageDefs$SerpSimilarOrBuilder;", | |
"pid": "415", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StdDistributionRankMapper - ru.mail.go.webbase.clustering.MergeRanksUrlsQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StdDistributionRankMapper", | |
"insertText": "StdDistributionRankMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clustering.MergeRanksUrlsQueries$StdDistributionRankMapper;", | |
"pid": "416", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatPerDayJob - ru.mail.go.webbase.stat.tasks.srch3786", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatPerDayJob", | |
"insertText": "StatPerDayJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.tasks.srch3786.StatPerDayJob;", | |
"pid": "417", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StoryClusterId - cosmo.pb.CosmoData.DocumentData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StoryClusterId", | |
"insertText": "StoryClusterId", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$DocumentData$StoryClusterId;", | |
"pid": "418", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapLinkTimestampGroupComparator - ru.mail.go.webbase.fetcher.fastbase.filter.SitemapsLinksDiffFilter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapLinkTimestampGroupComparator", | |
"insertText": "SitemapLinkTimestampGroupComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.filter.SitemapsLinksDiffFilter$SitemapLinkTimestampGroupComparator;", | |
"pid": "419", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatReducer - ru.mail.go.webbase.disposableTasks.CalcUserMap", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatReducer", | |
"insertText": "StatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.CalcUserMap$StatReducer;", | |
"pid": "420", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteRanker - ru.mail.go.webbase.fetcher.blobfish", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteRanker", | |
"insertText": "SiteRanker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.blobfish.SiteRanker;", | |
"pid": "421", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StepanPxtLogsSplitter - ru.mail.go.webbase.cosmo.ctrs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StepanPxtLogsSplitter", | |
"insertText": "StepanPxtLogsSplitter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.ctrs.StepanPxtLogsSplitter;", | |
"pid": "422", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnapHashCopyTool - ru.mail.go.webbase.tables.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnapHashCopyTool", | |
"insertText": "SnapHashCopyTool", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.utils.SnapHashCopyTool;", | |
"pid": "423", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitLiruByMinutes - ru.mail.go.webbase.disposableTasks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitLiruByMinutes", | |
"insertText": "SplitLiruByMinutes", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.SplitLiruByMinutes;", | |
"pid": "424", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceOrBuilder - cosmo.pb.CosmoResult", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceOrBuilder", | |
"insertText": "SourceOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoResult$SourceOrBuilder;", | |
"pid": "425", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.UrlsScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.UrlsScannerJob$SASJMapper;", | |
"pid": "426", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceDataOrBuilder - cosmo.pb.CosmoData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceDataOrBuilder", | |
"insertText": "SourceDataOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceDataOrBuilder;", | |
"pid": "427", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsUpload - ru.mail.go.webbase.clickrank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsUpload", | |
"insertText": "SessionsUpload", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionsUpload;", | |
"pid": "428", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggNavig - ru.mail.go.webbase.interleaving.InterleavingSerpProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggNavig", | |
"insertText": "SuggNavig", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.InterleavingSerpProto$SuggNavig;", | |
"pid": "429", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsMapperStats - ru.mail.go.webbase.exporters.Sessions2WMUrlStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsMapperStats", | |
"insertText": "SessionsMapperStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.exporters.Sessions2WMUrlStats$SessionsMapperStats;", | |
"pid": "430", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpPattern - ru.mail.go.webbase.LogReaders.RegexpSerpParser", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpPattern", | |
"insertText": "SerpPattern", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.LogReaders.RegexpSerpParser$SerpPattern;", | |
"pid": "431", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconSourceIdOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconSourceIdOrBuilder", | |
"insertText": "SiliconSourceIdOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconSourceIdOrBuilder;", | |
"pid": "432", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SSSFullComparator - ru.mail.go.webbase.mr.keys.IntIntIntKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SSSFullComparator", | |
"insertText": "SSSFullComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.IntIntIntKey$SSSFullComparator;", | |
"pid": "433", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchEngine - ru.mail.go.webbase.stat.adhoc.countslices.utils.LiruUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchEngine", | |
"insertText": "SearchEngine", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.adhoc.countslices.utils.LiruUtils$SearchEngine;", | |
"pid": "434", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeImagePostIDOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeImagePostIDOrBuilder", | |
"insertText": "SiliconeImagePostIDOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeImagePostIDOrBuilder;", | |
"pid": "435", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StartPartitioner - ru.mail.go.graphReco.utils.ResultKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StartPartitioner", | |
"insertText": "StartPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.graphReco.utils.ResultKey$StartPartitioner;", | |
"pid": "436", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringToLong - ru.mail.go.webbase.stat.queries.QueriesWordCountJob.ExportReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringToLong", | |
"insertText": "StringToLong", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.queries.QueriesWordCountJob$ExportReducer$StringToLong;", | |
"pid": "437", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ServerActionsMapper - ru.mail.go.webbase.liker.SputnikFilterJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ServerActionsMapper", | |
"insertText": "ServerActionsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.liker.SputnikFilterJob$ServerActionsMapper;", | |
"pid": "438", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segment_mOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segment_mOrBuilder", | |
"insertText": "Segment_mOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Segment_mOrBuilder;", | |
"pid": "439", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubLogicDebug - ru.mail.go.webbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubLogicDebug", | |
"insertText": "StubLogicDebug", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.StubLogicDebug;", | |
"pid": "440", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitHandlerType - ru.mail.go.webbase.fastbase.urlFilter.UrlFilterUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitHandlerType", | |
"insertText": "SplitHandlerType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.UrlFilterUtils$SplitHandlerType;", | |
"pid": "441", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerWNFMetaInfo - ru.mail.go.webbase.quota.utils.SchedulerWNFHandler", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerWNFMetaInfo", | |
"insertText": "SchedulerWNFMetaInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.utils.SchedulerWNFHandler$SchedulerWNFMetaInfo;", | |
"pid": "442", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionReducer - ru.mail.go.webbase.clickrank.SessionMetricsCalculator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionReducer", | |
"insertText": "SessionReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionMetricsCalculator$SessionReducer;", | |
"pid": "443", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjExtractKVsMRJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjExtractKVsMRJob", | |
"insertText": "SubjExtractKVsMRJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjExtractKVsMRJob;", | |
"pid": "444", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceFilesToJson - ru.mail.go.webbase.lingvo.experiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceFilesToJson", | |
"insertText": "SequenceFilesToJson", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SequenceFilesToJson;", | |
"pid": "445", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.StubsLogicScan", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.StubsLogicScan$SASJMapper;", | |
"pid": "446", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikLastVisitMapper - ru.mail.go.webbase.disposableTasks.OlderUrlsLastVisitDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikLastVisitMapper", | |
"insertText": "SputnikLastVisitMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.OlderUrlsLastVisitDumper$SputnikLastVisitMapper;", | |
"pid": "447", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Schema - ru.mail.go.webbase.tables.PageRecord", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Schema", | |
"insertText": "Schema", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.PageRecord$Schema;", | |
"pid": "448", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Session - ru.mail.go.doall.doall.session.SessionReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Session", | |
"insertText": "Session", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.doall.session.SessionReducer$Session;", | |
"pid": "449", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.scanners.HydraProgressJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.scanners.HydraProgressJob$SASJMapper;", | |
"pid": "450", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikReader - ru.mail.go.webbase.readers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikReader", | |
"insertText": "SputnikReader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.readers.SputnikReader;", | |
"pid": "451", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SFQMapper - ru.mail.go.webbase.quota.essr.scanners.SerpsForQid", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SFQMapper", | |
"insertText": "SFQMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.scanners.SerpsForQid$SFQMapper;", | |
"pid": "452", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowInfoStorage - ru.mail.go.webbase.video.series.show_info", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowInfoStorage", | |
"insertText": "ShowInfoStorage", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.series.show_info.ShowInfoStorage;", | |
"pid": "453", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segment_lOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segment_lOrBuilder", | |
"insertText": "Segment_lOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Segment_lOrBuilder;", | |
"pid": "454", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanRowsTool - ru.mail.go.webbase.tables", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanRowsTool", | |
"insertText": "ScanRowsTool", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.ScanRowsTool;", | |
"pid": "455", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SEX - ru.mail.go.webbase.video.common.Persons", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SEX", | |
"insertText": "SEX", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.common.Persons$SEX;", | |
"pid": "456", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubGenerateNewFullJob - ru.mail.go.webbase.linkgraph.stub", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubGenerateNewFullJob", | |
"insertText": "StubGenerateNewFullJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.StubGenerateNewFullJob;", | |
"pid": "457", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatReducer - ru.mail.go.webbase.ranking.ZraJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatReducer", | |
"insertText": "StatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.ZraJob$StatReducer;", | |
"pid": "458", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulersStatsTest - ru.mail.go.webbase.stats.common.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulersStatsTest", | |
"insertText": "SchedulersStatsTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.common.test.SchedulersStatsTest;", | |
"pid": "459", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteLangReaderConverter - ru.mail.go.webbase.linkgraph.numzones.ExtraInfoMakers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteLangReaderConverter", | |
"insertText": "SiteLangReaderConverter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.numzones.ExtraInfoMakers$SiteLangReaderConverter;", | |
"pid": "460", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShinglesPack - ru.mail.go.webbase.fetcher.utils.DuplicatesUtil", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShinglesPack", | |
"insertText": "ShinglesPack", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.utils.DuplicatesUtil$ShinglesPack;", | |
"pid": "461", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpItemOrBuilder - ru.mail.go.webbase.blobs.ClickrankBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpItemOrBuilder", | |
"insertText": "SerpItemOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ClickrankBlobs$SerpItemOrBuilder;", | |
"pid": "462", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapPlugin - ru.mail.go.webbase.fetcher.plugin", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapPlugin", | |
"insertText": "SitemapPlugin", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.plugin.SitemapPlugin;", | |
"pid": "463", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcePrepareInfo - ru.mail.go.webbase.blobs.ExtractedUrlsBlob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcePrepareInfo", | |
"insertText": "SourcePrepareInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ExtractedUrlsBlob$SourcePrepareInfo;", | |
"pid": "464", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsParsing - ru.mail.go.webbase.fetcher.fastbase.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsParsing", | |
"insertText": "SitemapsParsing", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.parsing.SitemapsParsing;", | |
"pid": "465", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatFeatsGetter - ru.mail.go.webbase.qclass", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatFeatsGetter", | |
"insertText": "StatFeatsGetter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.qclass.StatFeatsGetter;", | |
"pid": "466", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceInfoOrBuilder - cosmo.pb.CosmoData.SourceData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceInfoOrBuilder", | |
"insertText": "SourceInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourceInfoOrBuilder;", | |
"pid": "467", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeBodyPartOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeBodyPartOrBuilder", | |
"insertText": "SiliconeBodyPartOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeBodyPartOrBuilder;", | |
"pid": "468", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StateTypePlugin - ru.mail.go.webbase.fetcher.plugin", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StateTypePlugin", | |
"insertText": "StateTypePlugin", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.plugin.StateTypePlugin;", | |
"pid": "469", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeriesInfo - ru.mail.go.webbase.video", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeriesInfo", | |
"insertText": "SeriesInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.SeriesInfo;", | |
"pid": "470", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATUS - ru.mail.go.webbase.stats.ForeignIndexUrlsCount.InnerMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATUS", | |
"insertText": "STATUS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.ForeignIndexUrlsCount$InnerMapper$STATUS;", | |
"pid": "471", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkMapper - ru.mail.go.webbase.fastbase.spkParsing.SpkLogsRestoreClicks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkMapper", | |
"insertText": "SpkMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.spkParsing.SpkLogsRestoreClicks$SpkMapper;", | |
"pid": "472", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceConfig - ru.mail.go.silicone.config.SiliconeConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceConfig", | |
"insertText": "SourceConfig", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.SiliconeConfig$SourceConfig;", | |
"pid": "473", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StartComparator - ru.mail.go.videoGraphRecommender.utils.ResultKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StartComparator", | |
"insertText": "StartComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.videoGraphRecommender.utils.ResultKey$StartComparator;", | |
"pid": "474", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segment_iOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segment_iOrBuilder", | |
"insertText": "Segment_iOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Segment_iOrBuilder;", | |
"pid": "475", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionReducer - ru.mail.go.webbase.fastbase.spkParsing.SpkLogsRestoreClicks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionReducer", | |
"insertText": "SessionReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.spkParsing.SpkLogsRestoreClicks$SessionReducer;", | |
"pid": "476", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpOrBuilder - ru.mail.go.webbase.interleaving.InterleavingSerpProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpOrBuilder", | |
"insertText": "SerpOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.InterleavingSerpProto$SerpOrBuilder;", | |
"pid": "477", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitCamelCaseUrlJobUploadReducer - ru.mail.go.webbase.lingvo.experiment.SplitCamelCaseUrlTokensJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitCamelCaseUrlJobUploadReducer", | |
"insertText": "SplitCamelCaseUrlJobUploadReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SplitCamelCaseUrlTokensJob$SplitCamelCaseUrlJobUploadReducer;", | |
"pid": "478", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeriesExtractorTest - ru.mail.go.webbase.video", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeriesExtractorTest", | |
"insertText": "SeriesExtractorTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.SeriesExtractorTest;", | |
"pid": "479", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SJMapper - ru.mail.go.webbase.quota.analyze.SamplizerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SJMapper", | |
"insertText": "SJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SamplizerJob$SJMapper;", | |
"pid": "480", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerReducer - ru.mail.go.webbase.quota.images.SimpleImageScheduler", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerReducer", | |
"insertText": "SchedulerReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.images.SimpleImageScheduler$SchedulerReducer;", | |
"pid": "481", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteChecker - ru.mail.go.webbase.sitechecker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteChecker", | |
"insertText": "SiteChecker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sitechecker.SiteChecker;", | |
"pid": "482", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusFailedStats - ru.mail.go.webbase.stats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusFailedStats", | |
"insertText": "StatusFailedStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.StatusFailedStats;", | |
"pid": "483", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteStats - ru.mail.go.webbase.stats.CommonStatsBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteStats", | |
"insertText": "SiteStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CommonStatsBlobs$SiteStats;", | |
"pid": "484", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortReducer - ru.mail.go.webbase.disposableTasks.TestYoutubeQuotaInc", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortReducer", | |
"insertText": "SortReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.TestYoutubeQuotaInc$SortReducer;", | |
"pid": "485", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDumpReducer - ru.mail.go.webbase.fetcher.dump.hashed.ContentHashDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDumpReducer", | |
"insertText": "SplitDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.hashed.ContentHashDumper$SplitDumpReducer;", | |
"pid": "486", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerAppenderJob - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerAppenderJob", | |
"insertText": "SchedulerAppenderJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SchedulerAppenderJob;", | |
"pid": "487", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocIdsRecord - ru.mail.go.webbase.liker.LikerUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocIdsRecord", | |
"insertText": "SocIdsRecord", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.liker.LikerUtils$SocIdsRecord;", | |
"pid": "488", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitUsersByGivingLog - ru.mail.go.webbase.gifts", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitUsersByGivingLog", | |
"insertText": "SplitUsersByGivingLog", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.SplitUsersByGivingLog;", | |
"pid": "489", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemFromHBaseToSeqJob - ru.mail.go.webbase.cosmo.vk", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemFromHBaseToSeqJob", | |
"insertText": "SocDemFromHBaseToSeqJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.vk.SocDemFromHBaseToSeqJob;", | |
"pid": "490", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpectrumCollector - ru.mail.go.webbase.stat.engine.counter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpectrumCollector", | |
"insertText": "SpectrumCollector", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.SpectrumCollector;", | |
"pid": "491", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StoneFeed - ru.mail.go.webbase.quota.utils.QuotaQualityExaminerForMarker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StoneFeed", | |
"insertText": "StoneFeed", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.utils.QuotaQualityExaminerForMarker$StoneFeed;", | |
"pid": "492", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnapPartitioningJobReducer - ru.mail.go.youla", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnapPartitioningJobReducer", | |
"insertText": "SnapPartitioningJobReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.youla.SnapPartitioningJobReducer;", | |
"pid": "493", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringOrNoneField - ru.mail.go.doall.youla.YoulaBaseAggregator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringOrNoneField", | |
"insertText": "StringOrNoneField", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.youla.YoulaBaseAggregator$StringOrNoneField;", | |
"pid": "494", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SetHostLimit - ru.mail.go.webbase.fetcher", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SetHostLimit", | |
"insertText": "SetHostLimit", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.SetHostLimit;", | |
"pid": "495", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortUrlsByUserRankMapper - ru.mail.go.webbase.lingvo.experiment.SortUrlsByUserRank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortUrlsByUserRankMapper", | |
"insertText": "SortUrlsByUserRankMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SortUrlsByUserRank$SortUrlsByUserRankMapper;", | |
"pid": "496", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteFeedBack - ru.mail.go.webbase.clickrank.utils.UserFeedbackModelProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteFeedBack", | |
"insertText": "SiteFeedBack", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.UserFeedbackModelProto$SiteFeedBack;", | |
"pid": "497", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerManager - ru.mail.go.webbase.fetcher.batch", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerManager", | |
"insertText": "SchedulerManager", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.SchedulerManager;", | |
"pid": "498", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StorageForClicksWithTimestamps - ru.mail.go.webbase.clickrank.LogsParserJob.ReducerImpl", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StorageForClicksWithTimestamps", | |
"insertText": "StorageForClicksWithTimestamps", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.LogsParserJob$ReducerImpl$StorageForClicksWithTimestamps;", | |
"pid": "499", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubGenerateNewFullJobTest - ru.mail.go.webbase.linkgraph.stub.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubGenerateNewFullJobTest", | |
"insertText": "StubGenerateNewFullJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.test.StubGenerateNewFullJobTest;", | |
"pid": "500", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceGeo - cosmo.pb.CosmoData.SourceData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceGeo", | |
"insertText": "SourceGeo", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourceGeo;", | |
"pid": "501", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMapper - ru.mail.go.webbase.gifts.SplitUsersByModel", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMapper", | |
"insertText": "SplitMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.SplitUsersByModel$SplitMapper;", | |
"pid": "502", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpQuery - ru.mail.go.webbase.SputnikRanker.SessionUpload", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpQuery", | |
"insertText": "SerpQuery", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SessionUpload$SerpQuery;", | |
"pid": "503", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "snippet_text_itemOrBuilder - gogo.sr.SearchResultDefs", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "snippet_text_itemOrBuilder", | |
"insertText": "snippet_text_itemOrBuilder", | |
"data": { | |
"decl_signature": "Lgogo.sr.SearchResultDefs$snippet_text_itemOrBuilder;", | |
"pid": "504", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceSimilarity - cosmo.pb.CosmoData.SourceData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceSimilarity", | |
"insertText": "SourceSimilarity", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourceSimilarity;", | |
"pid": "505", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SescrapedSessionUploadJob - ru.mail.go.webbase.SputnikRanker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SescrapedSessionUploadJob", | |
"insertText": "SescrapedSessionUploadJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SescrapedSessionUploadJob;", | |
"pid": "506", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatReducer - ru.mail.go.webbase.quota.essr.components.madriw.MadriwRanksBounder", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatReducer", | |
"insertText": "StatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.components.madriw.MadriwRanksBounder$StatReducer;", | |
"pid": "507", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerOrBuilder - ru.mail.go.webbase.blobs.BatchingUrl.UrlData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerOrBuilder", | |
"insertText": "SchedulerOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.BatchingUrl$UrlData$SchedulerOrBuilder;", | |
"pid": "508", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpLogMapper - ru.mail.go.webbase.serpSession.SessionBuilder", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpLogMapper", | |
"insertText": "SerpLogMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.SessionBuilder$SerpLogMapper;", | |
"pid": "509", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitFunctionsTest - ru.mail.go.webbase.stat.engine.counter.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitFunctionsTest", | |
"insertText": "SplitFunctionsTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.test.SplitFunctionsTest;", | |
"pid": "510", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SaveSekitei - ru.mail.go.webbase.sekitei", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SaveSekitei", | |
"insertText": "SaveSekitei", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SaveSekitei;", | |
"pid": "511", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StateInBaseCheckCase - ru.mail.go.webbase.wni.cases", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StateInBaseCheckCase", | |
"insertText": "StateInBaseCheckCase", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.wni.cases.StateInBaseCheckCase;", | |
"pid": "512", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusMergeConfBase - ru.mail.go.webbase.fetcher.merger.statuses", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusMergeConfBase", | |
"insertText": "StatusMergeConfBase", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.merger.statuses.StatusMergeConfBase;", | |
"pid": "513", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggSiteResult - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggSiteResult", | |
"insertText": "SuggSiteResult", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggSiteResult;", | |
"pid": "514", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubDocOrBuilder - ru.mail.go.webbase.blobs.DocParserBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubDocOrBuilder", | |
"insertText": "StubDocOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DocParserBlobs$StubDocOrBuilder;", | |
"pid": "515", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceType - cosmo.pb.CosmoData.SourceData.SourceInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceType", | |
"insertText": "SourceType", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourceInfo$SourceType;", | |
"pid": "516", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteRanksOrTextValue - ru.mail.go.webbase.linkgraph.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteRanksOrTextValue", | |
"insertText": "SiteRanksOrTextValue", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.utils.SiteRanksOrTextValue;", | |
"pid": "517", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMergeRanksReducer - ru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMergeRanksReducer", | |
"insertText": "SubjMergeRanksReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob$SubjMergeRanksReducer;", | |
"pid": "518", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SSLSFullComparator - ru.mail.go.webbase.mr.keys.BytesIntIntIntKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SSLSFullComparator", | |
"insertText": "SSLSFullComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.BytesIntIntIntKey$SSLSFullComparator;", | |
"pid": "519", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SetRobotsRequired - ru.mail.go.webbase.fetcher.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SetRobotsRequired", | |
"insertText": "SetRobotsRequired", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.utils.SetRobotsRequired;", | |
"pid": "520", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteInfo - ru.mail.go.webbase.blobs.WebmasterDSBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteInfo", | |
"insertText": "SiteInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.WebmasterDSBlobs$SiteInfo;", | |
"pid": "521", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StorageEvent - cosmo.pb.CosmoData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StorageEvent", | |
"insertText": "StorageEvent", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$StorageEvent;", | |
"pid": "522", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchSessionsTest - ru.mail.go.webbase.stat.realtime.session", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchSessionsTest", | |
"insertText": "SearchSessionsTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.realtime.session.SearchSessionsTest;", | |
"pid": "523", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconImageOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconImageOrBuilder", | |
"insertText": "SiliconImageOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconImageOrBuilder;", | |
"pid": "524", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Str1Str2Comparator - ru.mail.go.webbase.mr.StrStrIntKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Str1Str2Comparator", | |
"insertText": "Str1Str2Comparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.StrStrIntKey$Str1Str2Comparator;", | |
"pid": "525", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SESwitchAnalysisJob - ru.mail.go.webbase.stat.tasks.srch3786", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SESwitchAnalysisJob", | |
"insertText": "SESwitchAnalysisJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.tasks.srch3786.SESwitchAnalysisJob;", | |
"pid": "526", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceNoEmptyFileOutputFormat - ru.mail.go.webbase.mr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceNoEmptyFileOutputFormat", | |
"insertText": "SequenceNoEmptyFileOutputFormat", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.SequenceNoEmptyFileOutputFormat;", | |
"pid": "527", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SystelemLogDateExtractor - ru.mail.go.webbase.stat.mt.LogDateExtractor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SystelemLogDateExtractor", | |
"insertText": "SystelemLogDateExtractor", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.mt.LogDateExtractor$SystelemLogDateExtractor;", | |
"pid": "528", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetSelectProc - ru.mail.go.webbase.quicklinks.QuickLinkProcessor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetSelectProc", | |
"insertText": "SnippetSelectProc", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quicklinks.QuickLinkProcessor$SnippetSelectProc;", | |
"pid": "529", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleReducer - ru.mail.go.webbase.target.MergeInputJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleReducer", | |
"insertText": "SimpleReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.MergeInputJob$SimpleReducer;", | |
"pid": "530", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondaryToTransl - ru.mail.go.webbase.serp.synonyms.postprocessing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondaryToTransl", | |
"insertText": "SecondaryToTransl", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.postprocessing.SecondaryToTransl;", | |
"pid": "531", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShortLimitReader - ru.mail.go.webbase.linkgraph.numzones.ExtraInfoMakers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShortLimitReader", | |
"insertText": "ShortLimitReader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.numzones.ExtraInfoMakers$ShortLimitReader;", | |
"pid": "532", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerChecker - ru.mail.go.webbase.fetcher.clean.checker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerChecker", | |
"insertText": "SchedulerChecker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.clean.checker.SchedulerChecker;", | |
"pid": "533", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteToDomain - spam.services", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteToDomain", | |
"insertText": "SiteToDomain", | |
"data": { | |
"decl_signature": "Lspam.services.SiteToDomain;", | |
"pid": "534", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemFeaOrBuilder - cosmo.pb.CosmoData.UserData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemFeaOrBuilder", | |
"insertText": "SocDemFeaOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$SocDemFeaOrBuilder;", | |
"pid": "535", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchInUrlData - ru.mail.go.webbase.quota.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchInUrlData", | |
"insertText": "SearchInUrlData", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.utils.SearchInUrlData;", | |
"pid": "536", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SUBSYSTEM - ru.mail.go.webbase.exporters.QInformerNavigExport", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SUBSYSTEM", | |
"insertText": "SUBSYSTEM", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.exporters.QInformerNavigExport$SUBSYSTEM;", | |
"pid": "537", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimilarSitesOrBuilder - cosmo.pb.CosmoData.UserData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimilarSitesOrBuilder", | |
"insertText": "SimilarSitesOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$SimilarSitesOrBuilder;", | |
"pid": "538", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcesConfig - ru.mail.go.silicone.config.CosmoSitesConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcesConfig", | |
"insertText": "SourcesConfig", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.CosmoSitesConfig$SourcesConfig;", | |
"pid": "539", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapReducer - ru.mail.go.webbase.quota.experiment.SitemapStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapReducer", | |
"insertText": "SitemapReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SitemapStatJob$SitemapReducer;", | |
"pid": "540", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceParsingError - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceParsingError", | |
"insertText": "SourceParsingError", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SourceParsingError;", | |
"pid": "541", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsMapper - ru.mail.go.webbase.duplicates.StatsDuplicates", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsMapper", | |
"insertText": "StatsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.duplicates.StatsDuplicates$StatsMapper;", | |
"pid": "542", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmallSkipSmallLargeComparator - ru.mail.go.webbase.mr.keys.BytesBytesIntIntKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmallSkipSmallLargeComparator", | |
"insertText": "SmallSkipSmallLargeComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.BytesBytesIntIntKey$SmallSkipSmallLargeComparator;", | |
"pid": "543", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShortestRedirectComparator - ru.mail.go.webbase.linkgraph.redirector.RedirectorUploader.UploadRedirectorReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShortestRedirectComparator", | |
"insertText": "ShortestRedirectComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.redirector.RedirectorUploader$UploadRedirectorReducer$ShortestRedirectComparator;", | |
"pid": "544", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowNameExtractor - ru.mail.go.webbase.video.series.show_info", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowNameExtractor", | |
"insertText": "ShowNameExtractor", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.series.show_info.ShowNameExtractor;", | |
"pid": "545", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SMapper - ru.mail.go.webbase.fetcher.dump.fixes.DiffIndexes", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SMapper", | |
"insertText": "SMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.fixes.DiffIndexes$SMapper;", | |
"pid": "546", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetSession - ru.mail.go.webbase.SputnikRanker.TransitionData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetSession", | |
"insertText": "SnippetSession", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.TransitionData$SnippetSession;", | |
"pid": "547", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatOrBuilder - cosmo.pb.CosmoData.SourceData.SourceLocationStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatOrBuilder", | |
"insertText": "StatOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourceLocationStat$StatOrBuilder;", | |
"pid": "548", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei_i - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei_i", | |
"insertText": "Sekitei_i", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Sekitei_i;", | |
"pid": "549", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiQuotaDataOrBuilder - ru.mail.go.webbase.blobs.WebmasterBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiQuotaDataOrBuilder", | |
"insertText": "SekiteiQuotaDataOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.WebmasterBlobs$SekiteiQuotaDataOrBuilder;", | |
"pid": "550", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsReducer - ru.mail.go.webbase.stats.CollectSiteStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsReducer", | |
"insertText": "StatsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CollectSiteStats$StatsReducer;", | |
"pid": "551", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionMapper - ru.mail.go.webbase.ranking.stonesKPD.CalcUrlStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionMapper", | |
"insertText": "SessionMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.stonesKPD.CalcUrlStat$SessionMapper;", | |
"pid": "552", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapperWP - ru.mail.go.webbase.quota.experiment.SekiteiExperimentalMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapperWP", | |
"insertText": "SekiteiMapperWP", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SekiteiExperimentalMRJob$SekiteiMapperWP;", | |
"pid": "553", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDumpReducer - ru.mail.go.webbase.fetcher.dump.SitesDataDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDumpReducer", | |
"insertText": "SplitDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.SitesDataDumper$SplitDumpReducer;", | |
"pid": "554", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.fixes.CollectNotDumpedLegacyStubs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.CollectNotDumpedLegacyStubs$ScanMapper;", | |
"pid": "555", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceFile - ru.mail.go.hadoop", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceFile", | |
"insertText": "SequenceFile", | |
"data": { | |
"decl_signature": "Lru.mail.go.hadoop.SequenceFile;", | |
"pid": "556", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitReducer - ru.mail.go.webbase.fetcher.blobfish.dump.DumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitReducer", | |
"insertText": "SplitReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.blobfish.dump.DumpJob$SplitReducer;", | |
"pid": "557", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Source - ru.mail.go.webbase.imaging.fixes.bfd.JoinUrls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Source", | |
"insertText": "Source", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.fixes.bfd.JoinUrls$Source;", | |
"pid": "558", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleDocEventStat - ru.mail.go.webbase.cosmo.ctrs.SrcUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleDocEventStat", | |
"insertText": "SimpleDocEventStat", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.ctrs.SrcUtils$SimpleDocEventStat;", | |
"pid": "559", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SrcStatAggregatorJob - ru.mail.go.webbase.cosmo.ctrs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SrcStatAggregatorJob", | |
"insertText": "SrcStatAggregatorJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.ctrs.SrcStatAggregatorJob;", | |
"pid": "560", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerInfo - ru.mail.go.webbase.fetcher.SchedulerInfoManager", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerInfo", | |
"insertText": "SchedulerInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.SchedulerInfoManager$SchedulerInfo;", | |
"pid": "561", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeCategory - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeCategory", | |
"insertText": "SiliconeCategory", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeCategory;", | |
"pid": "562", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsReducer - ru.mail.go.webbase.viewers.GeoStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsReducer", | |
"insertText": "StatsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.viewers.GeoStats$StatsReducer;", | |
"pid": "563", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SorterJob - ru.mail.go.webbase.stat.trends", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SorterJob", | |
"insertText": "SorterJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.trends.SorterJob;", | |
"pid": "564", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionUpload - ru.mail.go.webbase.SputnikRanker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionUpload", | |
"insertText": "SessionUpload", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SessionUpload;", | |
"pid": "565", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Str1Str2RankComparator - ru.mail.go.webbase.mr.StrStrIntKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Str1Str2RankComparator", | |
"insertText": "Str1Str2RankComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.StrStrIntKey$Str1Str2RankComparator;", | |
"pid": "566", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetsExtractorJobNoLemTest - ru.mail.go.webbase.serp.synonyms.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetsExtractorJobNoLemTest", | |
"insertText": "SnippetsExtractorJobNoLemTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.tests.SnippetsExtractorJobNoLemTest;", | |
"pid": "567", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikMapper - ru.mail.go.webbase.browserank.SputnikLogsUploadJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikMapper", | |
"insertText": "SputnikMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.browserank.SputnikLogsUploadJob$SputnikMapper;", | |
"pid": "568", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchSourcesDictionaryTest - ru.mail.go.webbase.stat.util.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchSourcesDictionaryTest", | |
"insertText": "SearchSourcesDictionaryTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.util.test.SearchSourcesDictionaryTest;", | |
"pid": "569", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.viewers.DumpFbQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.viewers.DumpFbQueries$ScanMapper;", | |
"pid": "570", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATUS - ru.mail.go.webbase.stats.StatUrlsByScheduler.InnerReducerPhase1", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATUS", | |
"insertText": "STATUS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.StatUrlsByScheduler$InnerReducerPhase1$STATUS;", | |
"pid": "571", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubMapper - ru.mail.go.webbase.mr.test.MultipleDumpInputFormatTest", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubMapper", | |
"insertText": "StubMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.test.MultipleDumpInputFormatTest$StubMapper;", | |
"pid": "572", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SqDataOrBuilder - china_search.blobs.ChinaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SqDataOrBuilder", | |
"insertText": "SqDataOrBuilder", | |
"data": { | |
"decl_signature": "Lchina_search.blobs.ChinaBlobs$SqDataOrBuilder;", | |
"pid": "573", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikLogsUploadJob - ru.mail.go.webbase.browserank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikLogsUploadJob", | |
"insertText": "SputnikLogsUploadJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.browserank.SputnikLogsUploadJob;", | |
"pid": "574", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpcFixOrBuilder - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpcFixOrBuilder", | |
"insertText": "SpcFixOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SpcFixOrBuilder;", | |
"pid": "575", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerTotalStats - ru.mail.go.webbase.stats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerTotalStats", | |
"insertText": "SchedulerTotalStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.SchedulerTotalStats;", | |
"pid": "576", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggJobDataOrBuilder - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggJobDataOrBuilder", | |
"insertText": "SuggJobDataOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggJobDataOrBuilder;", | |
"pid": "577", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceStatsList - ru.mail.go.webbase.blobs.TapeLogd", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceStatsList", | |
"insertText": "SourceStatsList", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.TapeLogd$SourceStatsList;", | |
"pid": "578", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleTotalUrlsGetter - ru.mail.go.webbase.quota.essr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleTotalUrlsGetter", | |
"insertText": "SimpleTotalUrlsGetter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.SimpleTotalUrlsGetter;", | |
"pid": "579", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Skip - ru.mail.go.webbase.mr.keys.SortDirections", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Skip", | |
"insertText": "Skip", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.SortDirections$Skip;", | |
"pid": "580", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatWrapper - ru.mail.go.webbase.logsParsers.RecomanCtrCalculationAndUploadJob.RecomanLogRecordsReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatWrapper", | |
"insertText": "StatWrapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.RecomanCtrCalculationAndUploadJob$RecomanLogRecordsReducer$StatWrapper;", | |
"pid": "581", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceInfo - ru.mail.go.webbase.blobs.ExtractedUrlsBlob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceInfo", | |
"insertText": "SourceInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ExtractedUrlsBlob$SourceInfo;", | |
"pid": "582", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SEPattern - ru.mail.go.webbase.SputnikRanker.SEUrl", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SEPattern", | |
"insertText": "SEPattern", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SEUrl$SEPattern;", | |
"pid": "583", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetOrBuilder - ru.mail.go.webbase.SputnikRanker.TransitionData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetOrBuilder", | |
"insertText": "SnippetOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.TransitionData$SnippetOrBuilder;", | |
"pid": "584", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanDarkStatus - ru.mail.go.webbase.disposableTasks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanDarkStatus", | |
"insertText": "ScanDarkStatus", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.ScanDarkStatus;", | |
"pid": "585", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapLinkTimestampComparator - ru.mail.go.webbase.fetcher.fastbase.filter.SitemapsLinksDiffFilter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapLinkTimestampComparator", | |
"insertText": "SitemapLinkTimestampComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.filter.SitemapsLinksDiffFilter$SitemapLinkTimestampComparator;", | |
"pid": "586", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringPair - ru.mail.go.webbase.stat.loyalty.util", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringPair", | |
"insertText": "StringPair", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.loyalty.util.StringPair;", | |
"pid": "587", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchTeasersRedirectJob - ru.mail.go.webbase.linkgraph.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchTeasersRedirectJob", | |
"insertText": "SearchTeasersRedirectJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.utils.SearchTeasersRedirectJob;", | |
"pid": "588", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "search_result - gogo.sr.SearchResultDefs", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "search_result", | |
"insertText": "search_result", | |
"data": { | |
"decl_signature": "Lgogo.sr.SearchResultDefs$search_result;", | |
"pid": "589", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringArray - ru.mail.go.webbase.blobs.SubjSchema", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringArray", | |
"insertText": "StringArray", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SubjSchema$StringArray;", | |
"pid": "590", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconePostParserTest - ru.mail.go.silicone.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconePostParserTest", | |
"insertText": "SiliconePostParserTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.parsing.SiliconePostParserTest;", | |
"pid": "591", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteDislike - cosmo.pb.CosmoUserEvents.UserEvents", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteDislike", | |
"insertText": "SiteDislike", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoUserEvents$UserEvents$SiteDislike;", | |
"pid": "592", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteSpamReader - ru.mail.go.webbase.linkgraph.numzones.ExtraInfoMakers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteSpamReader", | |
"insertText": "SiteSpamReader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.numzones.ExtraInfoMakers$SiteSpamReader;", | |
"pid": "593", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchListMetricTaskOrBuilder - ru.mail.go.webbase.likemore.LikemoreMetricsProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchListMetricTaskOrBuilder", | |
"insertText": "SearchListMetricTaskOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.likemore.LikemoreMetricsProto$SearchListMetricTaskOrBuilder;", | |
"pid": "594", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteUrlsDumper - ru.mail.go.webbase.fetcher.rank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteUrlsDumper", | |
"insertText": "SiteUrlsDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.rank.SiteUrlsDumper;", | |
"pid": "595", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcesInfoOrBuilder - ru.mail.go.webbase.blobs.ExtractedUrlsBlob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcesInfoOrBuilder", | |
"insertText": "SourcesInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ExtractedUrlsBlob$SourcesInfoOrBuilder;", | |
"pid": "596", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubRouteConfig - ru.mail.go.webbase.fetcher.plugin.configuration.MapPluginBaseConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubRouteConfig", | |
"insertText": "SubRouteConfig", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.plugin.configuration.MapPluginBaseConfig$SubRouteConfig;", | |
"pid": "597", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetData - ru.mail.go.snippetdata.parser.PartnerSnippetData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetData", | |
"insertText": "SnippetData", | |
"data": { | |
"decl_signature": "Lru.mail.go.snippetdata.parser.PartnerSnippetData$SnippetData;", | |
"pid": "598", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.blobfish.dump.DumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.blobfish.dump.DumpJob$ScanMapper;", | |
"pid": "599", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "state_t - ns_mailru_spider.UrlContext.url_context", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "state_t", | |
"insertText": "state_t", | |
"data": { | |
"decl_signature": "Lns_mailru_spider.UrlContext$url_context$state_t;", | |
"pid": "600", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteAppearance - ru.mail.go.webbase.ranking", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteAppearance", | |
"insertText": "SiteAppearance", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.SiteAppearance;", | |
"pid": "601", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamGraphTest - ru.mail.go.webbase.spam.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamGraphTest", | |
"insertText": "SpamGraphTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.test.SpamGraphTest;", | |
"pid": "602", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpellcheckOrBuilder - ru.mail.go.webbase.serp.QSpellchecker.QDDBSpc", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpellcheckOrBuilder", | |
"insertText": "SpellcheckOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.QSpellchecker$QDDBSpc$SpellcheckOrBuilder;", | |
"pid": "603", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeCountersChecker - ru.mail.go.silicone.counters", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeCountersChecker", | |
"insertText": "SiliconeCountersChecker", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.counters.SiliconeCountersChecker;", | |
"pid": "604", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimilarSite - cosmo.pb.CosmoData.UserData.SimilarSites", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimilarSite", | |
"insertText": "SimilarSite", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$SimilarSites$SimilarSite;", | |
"pid": "605", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SelectedFeature_eOrBuilder - ru.mail.go.webbase.sekitei.SekiteiExpBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SelectedFeature_eOrBuilder", | |
"insertText": "SelectedFeature_eOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiExpBlobs$SelectedFeature_eOrBuilder;", | |
"pid": "606", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleRankReducer - ru.mail.go.webbase.china.GetGendalfTail", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleRankReducer", | |
"insertText": "SimpleRankReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.GetGendalfTail$SimpleRankReducer;", | |
"pid": "607", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchemaParser - ru.mail.go.webbase.video.experiment.parser", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchemaParser", | |
"insertText": "SchemaParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.experiment.parser.SchemaParser;", | |
"pid": "608", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjParsedCompareMRJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjParsedCompareMRJob", | |
"insertText": "SubjParsedCompareMRJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjParsedCompareMRJob;", | |
"pid": "609", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.stats.CheckThreadsCD", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CheckThreadsCD$ScanMapper;", | |
"pid": "610", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanSchedulerForBannedUrlsTest - ru.mail.go.webbase.fastbase.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanSchedulerForBannedUrlsTest", | |
"insertText": "ScanSchedulerForBannedUrlsTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.test.ScanSchedulerForBannedUrlsTest;", | |
"pid": "611", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearcherType - ru.mail.go.webbase.logsParsers.HomerLogsParserJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearcherType", | |
"insertText": "SearcherType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.HomerLogsParserJob$SearcherType;", | |
"pid": "612", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetsReducer - ru.mail.go.webbase.serp.synonyms.SnippetsExtractorJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetsReducer", | |
"insertText": "SnippetsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.SnippetsExtractorJob$SnippetsReducer;", | |
"pid": "613", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.quota.experiment.CalcSekiteiStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.CalcSekiteiStatJob$SekiteiMapper;", | |
"pid": "614", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StateTypes - ru.mail.go.webbase.SupportSystem.ClusterInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StateTypes", | |
"insertText": "StateTypes", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SupportSystem$ClusterInfo$StateTypes;", | |
"pid": "615", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceFileViewer - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceFileViewer", | |
"insertText": "SequenceFileViewer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SequenceFileViewer;", | |
"pid": "616", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SfbUrlsMapperSplitAExt - ru.mail.go.webbase.fastbase.FBUrlsPriority", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SfbUrlsMapperSplitAExt", | |
"insertText": "SfbUrlsMapperSplitAExt", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.FBUrlsPriority$SfbUrlsMapperSplitAExt;", | |
"pid": "617", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubsMapper - ru.mail.go.webbase.disposableTasks.DumpFormerStubs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubsMapper", | |
"insertText": "StubsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.DumpFormerStubs$StubsMapper;", | |
"pid": "618", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SERP_ACTIONS_CF - ru.mail.go.webbase.tables.VkMusicUserActionsTable", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SERP_ACTIONS_CF", | |
"insertText": "SERP_ACTIONS_CF", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.VkMusicUserActionsTable$SERP_ACTIONS_CF;", | |
"pid": "619", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatMapper - ru.mail.go.webbase.fetcher.clean.ClearBadHosts", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatMapper", | |
"insertText": "StatMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.clean.ClearBadHosts$StatMapper;", | |
"pid": "620", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsDumper - ru.mail.go.webbase.interleaving", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsDumper", | |
"insertText": "SessionsDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.SessionsDumper;", | |
"pid": "621", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapParsingUtils - ru.mail.go.webbase.parsing.sitemap", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapParsingUtils", | |
"insertText": "SitemapParsingUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.parsing.sitemap.SitemapParsingUtils;", | |
"pid": "622", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.SitesScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SitesScannerJob$SASJMapper;", | |
"pid": "623", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionBuilderTest - ru.mail.go.webbase.stat.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionBuilderTest", | |
"insertText": "SessionBuilderTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.test.SessionBuilderTest;", | |
"pid": "624", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteListMapper - ru.mail.go.webbase.stats.CollectSiteStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteListMapper", | |
"insertText": "SiteListMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CollectSiteStats$SiteListMapper;", | |
"pid": "625", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SEUrlTest - ru.mail.go.webbase.SputnikRanker.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SEUrlTest", | |
"insertText": "SEUrlTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.tests.SEUrlTest;", | |
"pid": "626", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiSegmentation - ru.mail.go.webbase.sekitei", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiSegmentation", | |
"insertText": "SekiteiSegmentation", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiSegmentation;", | |
"pid": "627", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SUBSYSTEM - ru.mail.go.sugg.QInformerSuggNavigsExport", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SUBSYSTEM", | |
"insertText": "SUBSYSTEM", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.QInformerSuggNavigsExport$SUBSYSTEM;", | |
"pid": "628", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionBuilder - ru.mail.go.webbase.stat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionBuilder", | |
"insertText": "SessionBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.SessionBuilder;", | |
"pid": "629", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SFQMapper - ru.mail.go.webbase.quota.essr.SerpsForQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SFQMapper", | |
"insertText": "SFQMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.SerpsForQueries$SFQMapper;", | |
"pid": "630", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.UrlsScannerJobVkRedirects", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.UrlsScannerJobVkRedirects$SASJMapper;", | |
"pid": "631", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsReducer - ru.mail.go.webbase.logsParsers.CalcUserSourceRecoStatistics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsReducer", | |
"insertText": "StatsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.CalcUserSourceRecoStatistics$StatsReducer;", | |
"pid": "632", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SRMapper - ru.mail.go.webbase.quota.essr.scanners.SelfRedirectsScanner", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SRMapper", | |
"insertText": "SRMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.scanners.SelfRedirectsScanner$SRMapper;", | |
"pid": "633", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulingProgressScannerJob - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulingProgressScannerJob", | |
"insertText": "SchedulingProgressScannerJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SchedulingProgressScannerJob;", | |
"pid": "634", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentDescriptor - ru.mail.go.hadoop.SequenceFile.Sorter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentDescriptor", | |
"insertText": "SegmentDescriptor", | |
"data": { | |
"decl_signature": "Lru.mail.go.hadoop.SequenceFile$Sorter$SegmentDescriptor;", | |
"pid": "635", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SSAReducer - ru.mail.go.webbase.stat.tasks.srch3786.SESwitchAnalysisJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SSAReducer", | |
"insertText": "SSAReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.tasks.srch3786.SESwitchAnalysisJob$SSAReducer;", | |
"pid": "636", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteStatContainer - ru.mail.go.webbase.ranking.stonesKPD.CalcStonesKPD", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteStatContainer", | |
"insertText": "SiteStatContainer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.stonesKPD.CalcStonesKPD$SiteStatContainer;", | |
"pid": "637", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.imaging.dataflow.IndexLimiterJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.dataflow.IndexLimiterJob$SekiteiMapper;", | |
"pid": "638", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMapper - ru.mail.go.webbase.fetcher.dump.hashed.SitesDataPartitioner", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMapper", | |
"insertText": "SplitMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.hashed.SitesDataPartitioner$SplitMapper;", | |
"pid": "639", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjConvKVtoDBMapper - ru.mail.go.webbase.fetcher.subj.SubjMergeConvMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjConvKVtoDBMapper", | |
"insertText": "SubjConvKVtoDBMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeConvMRJob$SubjConvKVtoDBMapper;", | |
"pid": "640", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Splitter - ru.mail.go.doall.youla.YoulaBaseAggregator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Splitter", | |
"insertText": "Splitter", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.youla.YoulaBaseAggregator$Splitter;", | |
"pid": "641", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDumpReducer - ru.mail.go.webbase.fetcher.dump.QddbResplitter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDumpReducer", | |
"insertText": "SplitDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.QddbResplitter$SplitDumpReducer;", | |
"pid": "642", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesDataDumper - ru.mail.go.webbase.fetcher.dump", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesDataDumper", | |
"insertText": "SitesDataDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.SitesDataDumper;", | |
"pid": "643", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.quota.experiment.modelCrawlRank.GetStonesWithInversions", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.modelCrawlRank.GetStonesWithInversions$SekiteiMapper;", | |
"pid": "644", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMode - ru.mail.go.webbase.utils.MicroBaseSplitter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMode", | |
"insertText": "SplitMode", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.MicroBaseSplitter$SplitMode;", | |
"pid": "645", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconePostParser - ru.mail.go.silicone.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconePostParser", | |
"insertText": "SiliconePostParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.parsing.SiliconePostParser;", | |
"pid": "646", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SfbUrlsMapperSplitBExt - ru.mail.go.webbase.fastbase.FBUrlsPriority", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SfbUrlsMapperSplitBExt", | |
"insertText": "SfbUrlsMapperSplitBExt", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.FBUrlsPriority$SfbUrlsMapperSplitBExt;", | |
"pid": "647", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteMapper - ru.mail.go.webbase.exporters.RankExporter2", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteMapper", | |
"insertText": "SiteMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.exporters.RankExporter2$SiteMapper;", | |
"pid": "648", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "snippet_itemOrBuilder - gogo.sr.SearchResultDefs", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "snippet_itemOrBuilder", | |
"insertText": "snippet_itemOrBuilder", | |
"data": { | |
"decl_signature": "Lgogo.sr.SearchResultDefs$snippet_itemOrBuilder;", | |
"pid": "649", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentGroupSingle - ru.mail.go.webbase.utils.FukushimaSekiteiSegmentation", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentGroupSingle", | |
"insertText": "SegmentGroupSingle", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.FukushimaSekiteiSegmentation$SegmentGroupSingle;", | |
"pid": "650", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Status - ru.mail.go.webbase.ivcr.SerpParser.ParseResult", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Status", | |
"insertText": "Status", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ivcr.SerpParser$ParseResult$Status;", | |
"pid": "651", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusMergerTest - ru.mail.go.webbase.fetcher.merger.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusMergerTest", | |
"insertText": "StatusMergerTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.merger.test.StatusMergerTest;", | |
"pid": "652", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SFCalculator - ru.mail.go.webbase.ranking.calculators", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SFCalculator", | |
"insertText": "SFCalculator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.calculators.SFCalculator;", | |
"pid": "653", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortComparator - ru.mail.go.webbase.duplicates.CanonicalDuplicates", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortComparator", | |
"insertText": "SortComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.duplicates.CanonicalDuplicates$SortComparator;", | |
"pid": "654", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StepanPxtLogsSplitterTest - ru.mail.go.webbase.cosmo.ctrs.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StepanPxtLogsSplitterTest", | |
"insertText": "StepanPxtLogsSplitterTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.ctrs.test.StepanPxtLogsSplitterTest;", | |
"pid": "655", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SFMapper - ru.mail.go.webbase.quota.essr.scanners.StubsBanlistsGenerator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SFMapper", | |
"insertText": "SFMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.scanners.StubsBanlistsGenerator$SFMapper;", | |
"pid": "656", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowsMapper - ru.mail.go.webbase.gifts.MergeUserInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowsMapper", | |
"insertText": "ShowsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.MergeUserInfo$ShowsMapper;", | |
"pid": "657", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetsExtractorJob - ru.mail.go.webbase.serp.synonyms", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetsExtractorJob", | |
"insertText": "SnippetsExtractorJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.SnippetsExtractorJob;", | |
"pid": "658", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SRRanker - ru.mail.go.webbase.ranking", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SRRanker", | |
"insertText": "SRRanker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.SRRanker;", | |
"pid": "659", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Source - ru.mail.go.webbase.uc.Record", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Source", | |
"insertText": "Source", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.uc.Record$Source;", | |
"pid": "660", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimilarProduct - china_search.blobs.ChinaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimilarProduct", | |
"insertText": "SimilarProduct", | |
"data": { | |
"decl_signature": "Lchina_search.blobs.ChinaBlobs$SimilarProduct;", | |
"pid": "661", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceInfoOrBuilder - ru.mail.go.webbase.blobs.ExtractedUrlsBlob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceInfoOrBuilder", | |
"insertText": "SourceInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ExtractedUrlsBlob$SourceInfoOrBuilder;", | |
"pid": "662", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stage2Reducer - ru.mail.go.webbase.gifts.UserPresenceInSale", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stage2Reducer", | |
"insertText": "Stage2Reducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.UserPresenceInSale$Stage2Reducer;", | |
"pid": "663", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Session - ru.mail.go.webbase.stat.RenegadeJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Session", | |
"insertText": "Session", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.RenegadeJob.Session;", | |
"pid": "664", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScheduledUrlImportanceOrBuilder - ru.mail.go.webbase.blobs.QuotaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScheduledUrlImportanceOrBuilder", | |
"insertText": "ScheduledUrlImportanceOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.QuotaBlobs$ScheduledUrlImportanceOrBuilder;", | |
"pid": "665", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.SuperIndexScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SuperIndexScannerJob$SASJMapper;", | |
"pid": "666", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StepanPixelMetaInfo - cosmo.pb.StepanPixelMetaInfoProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StepanPixelMetaInfo", | |
"insertText": "StepanPixelMetaInfo", | |
"data": { | |
"decl_signature": "Lcosmo.pb.StepanPixelMetaInfoProto$StepanPixelMetaInfo;", | |
"pid": "667", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.scanners.CanonicalsScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.scanners.CanonicalsScannerJob$SASJMapper;", | |
"pid": "668", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmallFilesExtractor - ru.mail.go.webbase.content_dumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmallFilesExtractor", | |
"insertText": "SmallFilesExtractor", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.content_dumper.SmallFilesExtractor;", | |
"pid": "669", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteDump - ru.mail.go.webbase.webmaster.dump", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteDump", | |
"insertText": "SiteDump", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.webmaster.dump.SiteDump;", | |
"pid": "670", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatisticOrBuilder - ru.mail.go.webbase.serp.QSpellchecker.QDDBSpc", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatisticOrBuilder", | |
"insertText": "StatisticOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.QSpellchecker$QDDBSpc$StatisticOrBuilder;", | |
"pid": "671", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stats - ru.mail.go.webbase.people.hadoop.ranks.LoadJobUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stats", | |
"insertText": "Stats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.people.hadoop.ranks.LoadJobUtils$Stats;", | |
"pid": "672", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsMapper - ru.mail.go.webbase.clickrank.utils.UniformSessionUrlStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsMapper", | |
"insertText": "SessionsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.UniformSessionUrlStats$SessionsMapper;", | |
"pid": "673", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SizeIntComparator - ru.mail.go.webbase.fetcher.batch.TextPTSKeys", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SizeIntComparator", | |
"insertText": "SizeIntComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.TextPTSKeys$SizeIntComparator;", | |
"pid": "674", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteTypeSelector - ru.mail.go.webbase.quota.components", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteTypeSelector", | |
"insertText": "SiteTypeSelector", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.SiteTypeSelector;", | |
"pid": "675", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SfbUrlsMapperSplitCExt - ru.mail.go.webbase.fastbase.FBUrlsPriority", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SfbUrlsMapperSplitCExt", | |
"insertText": "SfbUrlsMapperSplitCExt", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.FBUrlsPriority$SfbUrlsMapperSplitCExt;", | |
"pid": "676", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesDataDumper - ru.mail.go.webbase.fetcher.dump.resplit", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesDataDumper", | |
"insertText": "SitesDataDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.resplit.SitesDataDumper;", | |
"pid": "677", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondMetricMapper - ru.mail.go.webbase.quota.experiment.CalcMetricsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondMetricMapper", | |
"insertText": "SecondMetricMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.CalcMetricsJob$SecondMetricMapper;", | |
"pid": "678", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Schedulers - ru.mail.go.webbase.stats.SchedulerTotalStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Schedulers", | |
"insertText": "Schedulers", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.SchedulerTotalStats$Schedulers;", | |
"pid": "679", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.fixes.DumpFetchedButNotIndexed", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.DumpFetchedButNotIndexed$ScanMapper;", | |
"pid": "680", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SFBSortReducer - ru.mail.go.webbase.fastbase.SourcePrepareJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SFBSortReducer", | |
"insertText": "SFBSortReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.SourcePrepareJob$SFBSortReducer;", | |
"pid": "681", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmpCompactJob - ru.mail.go.webbase.fetcher.fastbase.smphist", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmpCompactJob", | |
"insertText": "SmpCompactJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.smphist.SmpCompactJob;", | |
"pid": "682", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SamplesMapper - ru.mail.go.webbase.quota.experiment.MergeSamplesJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SamplesMapper", | |
"insertText": "SamplesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.MergeSamplesJob$SamplesMapper;", | |
"pid": "683", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikMapper - ru.mail.go.webbase.fastbase.urlFilter.CommonUrlSource", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikMapper", | |
"insertText": "SputnikMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.CommonUrlSource$SputnikMapper;", | |
"pid": "684", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerializeSortingComparator - ru.mail.go.sugg.indexer.DumpRaw", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerializeSortingComparator", | |
"insertText": "SerializeSortingComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.DumpRaw$SerializeSortingComparator;", | |
"pid": "685", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpSession - ru.mail.go.webbase.clickrank.utils.sessions", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpSession", | |
"insertText": "SerpSession", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.sessions.SerpSession;", | |
"pid": "686", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeVideoVimeo - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeVideoVimeo", | |
"insertText": "SiliconeVideoVimeo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeVideoVimeo;", | |
"pid": "687", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsDumper - ru.mail.go.webbase.fetcher.fastbase.dump", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsDumper", | |
"insertText": "SitemapsDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.dump.SitemapsDumper;", | |
"pid": "688", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesTableMapper - spam.graphics.hadoop.GetSpamIpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesTableMapper", | |
"insertText": "SitesTableMapper", | |
"data": { | |
"decl_signature": "Lspam.graphics.hadoop.GetSpamIpJob$SitesTableMapper;", | |
"pid": "689", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SandboxMapper - ru.mail.go.webbase.quota.experiment.CheckSandboxLossJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SandboxMapper", | |
"insertText": "SandboxMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.CheckSandboxLossJob$SandboxMapper;", | |
"pid": "690", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionMapper - ru.mail.go.webbase.gifts.CalcRedLinkConversion", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionMapper", | |
"insertText": "SessionMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcRedLinkConversion$SessionMapper;", | |
"pid": "691", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SetGoldenMarkers - ru.mail.go.webbase.fetcher.dump.delta", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SetGoldenMarkers", | |
"insertText": "SetGoldenMarkers", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.delta.SetGoldenMarkers;", | |
"pid": "692", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Searchers - ru.mail.go.webbase.stat.util.SearchSourcesDictionary", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Searchers", | |
"insertText": "Searchers", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.util.SearchSourcesDictionary$Searchers;", | |
"pid": "693", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionReducer - ru.mail.go.webbase.disposableTasks.CalcOKUsersStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionReducer", | |
"insertText": "SessionReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.CalcOKUsersStat$SessionReducer;", | |
"pid": "694", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SupporterRunner - ru.mail.go.webbase.supporter.experiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SupporterRunner", | |
"insertText": "SupporterRunner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.supporter.experiment.SupporterRunner;", | |
"pid": "695", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sr - ru.mail.go.webbase.serp.QInformer.QInfo.Statistic", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sr", | |
"insertText": "Sr", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.QInformer$QInfo$Statistic$Sr;", | |
"pid": "696", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteLanguageArray - ru.mail.go.webbase.blobs.DocParserBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteLanguageArray", | |
"insertText": "SiteLanguageArray", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DocParserBlobs$SiteLanguageArray;", | |
"pid": "697", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsProcessStats - ru.mail.go.webbase.exporters.Sessions2WMUrlStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsProcessStats", | |
"insertText": "SessionsProcessStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.exporters.Sessions2WMUrlStats$SessionsProcessStats;", | |
"pid": "698", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmallSkipSmallLargeComparator - ru.mail.go.webbase.mr.keys.BytesBytesBytesIntKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmallSkipSmallLargeComparator", | |
"insertText": "SmallSkipSmallLargeComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.BytesBytesBytesIntKey$SmallSkipSmallLargeComparator;", | |
"pid": "699", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SOCIAL_TYPE - ru.mail.go.webbase.tables.WebPageTableII.FLAGS_CF", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SOCIAL_TYPE", | |
"insertText": "SOCIAL_TYPE", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.WebPageTableII$FLAGS_CF$SOCIAL_TYPE;", | |
"pid": "700", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SqData - china_search.blobs.ChinaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SqData", | |
"insertText": "SqData", | |
"data": { | |
"decl_signature": "Lchina_search.blobs.ChinaBlobs$SqData;", | |
"pid": "701", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleDatasetAggregator - ru.mail.go.webbase.stat.engine.counter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleDatasetAggregator", | |
"insertText": "SimpleDatasetAggregator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.SimpleDatasetAggregator;", | |
"pid": "702", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchActivityMapper - ru.mail.go.webbase.target.CalcUserSearchActivityAndBannersJaccard", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchActivityMapper", | |
"insertText": "SearchActivityMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.CalcUserSearchActivityAndBannersJaccard$SearchActivityMapper;", | |
"pid": "703", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapLinkTimestamp - ru.mail.go.webbase.fetcher.fastbase.filter.SitemapsLinksDiffFilter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapLinkTimestamp", | |
"insertText": "SitemapLinkTimestamp", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.filter.SitemapsLinksDiffFilter$SitemapLinkTimestamp;", | |
"pid": "704", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionProcessing - ru.mail.go.webbase.markov.logic", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionProcessing", | |
"insertText": "SessionProcessing", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.markov.logic.SessionProcessing;", | |
"pid": "705", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Snippet - ru.mail.go.webbase.SputnikRanker.TransitionData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Snippet", | |
"insertText": "Snippet", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.TransitionData$Snippet;", | |
"pid": "706", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondMetricMapper - ru.mail.go.webbase.quota.experiment.PrepareAccessorDataJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondMetricMapper", | |
"insertText": "SecondMetricMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.PrepareAccessorDataJob$SecondMetricMapper;", | |
"pid": "707", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatisticsProcessor - ru.mail.go.webbase.fetcher.subj.SubjInspectJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatisticsProcessor", | |
"insertText": "StatisticsProcessor", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjInspectJob$StatisticsProcessor;", | |
"pid": "708", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubstitutionsTrie - ru.mail.go.translitunify.interpreter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubstitutionsTrie", | |
"insertText": "SubstitutionsTrie", | |
"data": { | |
"decl_signature": "Lru.mail.go.translitunify.interpreter.SubstitutionsTrie;", | |
"pid": "709", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjDumpPlainWoURLs - ru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjDumpPlainWoURLs", | |
"insertText": "SubjDumpPlainWoURLs", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob$SubjDumpPlainWoURLs;", | |
"pid": "710", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceParsingErrorList - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceParsingErrorList", | |
"insertText": "SourceParsingErrorList", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SourceParsingErrorList;", | |
"pid": "711", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubstitutionConditions - ru.mail.go.translitunify.interpreter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubstitutionConditions", | |
"insertText": "SubstitutionConditions", | |
"data": { | |
"decl_signature": "Lru.mail.go.translitunify.interpreter.SubstitutionConditions;", | |
"pid": "712", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceNewPopularityWorker - ru.mail.go.webbase.mediametrics.SourcePopularityUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceNewPopularityWorker", | |
"insertText": "SourceNewPopularityWorker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mediametrics.SourcePopularityUtils$SourceNewPopularityWorker;", | |
"pid": "713", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjExtractJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjExtractJob", | |
"insertText": "SubjExtractJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjExtractJob;", | |
"pid": "714", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "statisticOrBuilder - gogo.sr.SearchResultDefs", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "statisticOrBuilder", | |
"insertText": "statisticOrBuilder", | |
"data": { | |
"decl_signature": "Lgogo.sr.SearchResultDefs$statisticOrBuilder;", | |
"pid": "715", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteUrl - geo.service.tools", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteUrl", | |
"insertText": "SiteUrl", | |
"data": { | |
"decl_signature": "Lgeo.service.tools.SiteUrl;", | |
"pid": "716", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stats - ru.mail.go.webbase.imaging.ToolbarUrlsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stats", | |
"insertText": "Stats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.ToolbarUrlsJob$Stats;", | |
"pid": "717", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitReducer - ru.mail.go.webbase.china.CheckSplits", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitReducer", | |
"insertText": "SplitReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.CheckSplits$SplitReducer;", | |
"pid": "718", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondPriceInfoOrBuilder - ru.mail.go.webbase.TargetProto.TargetMsg.RTB_Banner", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondPriceInfoOrBuilder", | |
"insertText": "SecondPriceInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.TargetProto$TargetMsg$RTB_Banner$SecondPriceInfoOrBuilder;", | |
"pid": "719", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDumpReducer - ru.mail.go.webbase.fetcher.dump.ContentHashDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDumpReducer", | |
"insertText": "SplitDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.ContentHashDumper$SplitDumpReducer;", | |
"pid": "720", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATS - ru.mail.go.webbase.clickrank.utils.GetQueryDocInfo.QDClicksMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATS", | |
"insertText": "STATS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.GetQueryDocInfo$QDClicksMapper$STATS;", | |
"pid": "721", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StackExchangeUploader - ru.mail.go.webbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StackExchangeUploader", | |
"insertText": "StackExchangeUploader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.StackExchangeUploader;", | |
"pid": "722", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SilverBaseJob - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SilverBaseJob", | |
"insertText": "SilverBaseJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SilverBaseJob;", | |
"pid": "723", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjContextOrBuilder - ru.mail.go.webbase.blobs.DocParserBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjContextOrBuilder", | |
"insertText": "SubjContextOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DocParserBlobs$SubjContextOrBuilder;", | |
"pid": "724", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei_r - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei_r", | |
"insertText": "Sekitei_r", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Sekitei_r;", | |
"pid": "725", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsReducer - ru.mail.go.webbase.fetcher.logs.LogSiteChecker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsReducer", | |
"insertText": "StatsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.logs.LogSiteChecker$StatsReducer;", | |
"pid": "726", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggWnfEntryOrBuilder - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggWnfEntryOrBuilder", | |
"insertText": "SuggWnfEntryOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggWnfEntryOrBuilder;", | |
"pid": "727", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondUrlsMapper - ru.mail.go.webbase.quota.experiment.PrepareAccessorDataJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondUrlsMapper", | |
"insertText": "SecondUrlsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.PrepareAccessorDataJob$SecondUrlsMapper;", | |
"pid": "728", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusesComparator - ru.mail.go.webbase.fastbase.urlFilter.UrlFilterUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusesComparator", | |
"insertText": "StatusesComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.UrlFilterUtils$StatusesComparator;", | |
"pid": "729", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionDatasetJob - ru.mail.go.doall", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionDatasetJob", | |
"insertText": "SessionDatasetJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.SessionDatasetJob;", | |
"pid": "730", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondDomenSessionsJobTest - ru.mail.go.webbase.browserank.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondDomenSessionsJobTest", | |
"insertText": "SecondDomenSessionsJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.browserank.tests.SecondDomenSessionsJobTest;", | |
"pid": "731", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjDumpBindingsMapper - ru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjDumpBindingsMapper", | |
"insertText": "SubjDumpBindingsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob$SubjDumpBindingsMapper;", | |
"pid": "732", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortComporator - ru.mail.go.webbase.utils.QueryClickGraphGenerator.TextWithTime", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortComporator", | |
"insertText": "SortComporator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.QueryClickGraphGenerator$TextWithTime$SortComporator;", | |
"pid": "733", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitUsersToTen - ru.mail.go.webbase.gifts", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitUsersToTen", | |
"insertText": "SplitUsersToTen", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.SplitUsersToTen;", | |
"pid": "734", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SendListMapper - ru.mail.go.webbase.fastbase.behavioralFB.GetNewUniqUrlsFromLogs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SendListMapper", | |
"insertText": "SendListMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.behavioralFB.GetNewUniqUrlsFromLogs$SendListMapper;", | |
"pid": "735", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SqInfoOrBuilder - ru.mail.go.webbase.blobs.WebmasterBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SqInfoOrBuilder", | |
"insertText": "SqInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.WebmasterBlobs$SqInfoOrBuilder;", | |
"pid": "736", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerFlags - ru.mail.go.webbase.fetcher.CrawlerUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerFlags", | |
"insertText": "SchedulerFlags", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.CrawlerUtils$SchedulerFlags;", | |
"pid": "737", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiDiscoveryParser - ru.mail.go.silicone.parsing.discovery", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiDiscoveryParser", | |
"insertText": "SekiteiDiscoveryParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.parsing.discovery.SekiteiDiscoveryParser;", | |
"pid": "738", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SescrapedDateParser - ru.mail.go.webbase.utils.PrepareFrontendLogs.ParseLogsMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SescrapedDateParser", | |
"insertText": "SescrapedDateParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.PrepareFrontendLogs$ParseLogsMapper$SescrapedDateParser;", | |
"pid": "739", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortedUrlsMatcher - ru.mail.go.webbase.utils.blacklist", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortedUrlsMatcher", | |
"insertText": "SortedUrlsMatcher", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.blacklist.SortedUrlsMatcher;", | |
"pid": "740", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.scanners.UrlsMarkedScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.scanners.UrlsMarkedScannerJob$SASJMapper;", | |
"pid": "741", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnapPartitioningJobSystemTest - ru.mail.go.youla", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnapPartitioningJobSystemTest", | |
"insertText": "SnapPartitioningJobSystemTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.youla.SnapPartitioningJobSystemTest;", | |
"pid": "742", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SwitchFetchers - ru.mail.go.webbase.fetcher.batch", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SwitchFetchers", | |
"insertText": "SwitchFetchers", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.SwitchFetchers;", | |
"pid": "743", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceVisitOrBuilder - cosmo.pb.CosmoData.UserData.SourcesWebStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceVisitOrBuilder", | |
"insertText": "SourceVisitOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$SourcesWebStats$SourceVisitOrBuilder;", | |
"pid": "744", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiUtil - ru.mail.go.webbase.fetcher.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiUtil", | |
"insertText": "SekiteiUtil", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.utils.SekiteiUtil;", | |
"pid": "745", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamEntropyCounter - ru.mail.go.webbase.spam.SpamGraphUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamEntropyCounter", | |
"insertText": "SpamEntropyCounter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.SpamGraphUtils$SpamEntropyCounter;", | |
"pid": "746", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsBlobs - ru.mail.go.webbase.blobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsBlobs", | |
"insertText": "StatsBlobs", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.StatsBlobs;", | |
"pid": "747", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsMapper - ru.mail.go.webbase.SputnikRanker.SescrapedSessionUploadJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsMapper", | |
"insertText": "SessionsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SescrapedSessionUploadJob$SessionsMapper;", | |
"pid": "748", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SaleReducer - ru.mail.go.webbase.gifts.CalcHourlyConvStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SaleReducer", | |
"insertText": "SaleReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcHourlyConvStat$SaleReducer;", | |
"pid": "749", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondaryTextReader - ru.mail.go.webbase.serp.synonyms.postprocessing.SecondaryDictionaryMiddleConverter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondaryTextReader", | |
"insertText": "SecondaryTextReader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.postprocessing.SecondaryDictionaryMiddleConverter$SecondaryTextReader;", | |
"pid": "750", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeqFileReader - ru.mail.go.hadoop", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeqFileReader", | |
"insertText": "SeqFileReader", | |
"data": { | |
"decl_signature": "Lru.mail.go.hadoop.SeqFileReader;", | |
"pid": "751", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Snap - ru.mail.go.webbase.blobs.BlobfishBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Snap", | |
"insertText": "Snap", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.BlobfishBlobs$Snap;", | |
"pid": "752", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowsMapper - ru.mail.go.webbase.gifts.CalcGiftsStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowsMapper", | |
"insertText": "ShowsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcGiftsStat$ShowsMapper;", | |
"pid": "753", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "source_type - gogo.fetcher.FetcherIndexMarker.UrlMarker", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "source_type", | |
"insertText": "source_type", | |
"data": { | |
"decl_signature": "Lgogo.fetcher.FetcherIndexMarker$UrlMarker$source_type;", | |
"pid": "754", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcePrepareJobUnitTest - ru.mail.go.webbase.fastbase.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcePrepareJobUnitTest", | |
"insertText": "SourcePrepareJobUnitTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.test.SourcePrepareJobUnitTest;", | |
"pid": "755", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SixthMetricMapper - ru.mail.go.webbase.quota.experiment.PrepareAccessorDataJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SixthMetricMapper", | |
"insertText": "SixthMetricMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.PrepareAccessorDataJob$SixthMetricMapper;", | |
"pid": "756", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SenderReducer - ru.mail.go.webbase.gifts.CalcGiftsJaccard", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SenderReducer", | |
"insertText": "SenderReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcGiftsJaccard$SenderReducer;", | |
"pid": "757", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulingAnalyzeUtils - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulingAnalyzeUtils", | |
"insertText": "SchedulingAnalyzeUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SchedulingAnalyzeUtils;", | |
"pid": "758", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "statistic - gogo.sr.SearchResultDefs", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "statistic", | |
"insertText": "statistic", | |
"data": { | |
"decl_signature": "Lgogo.sr.SearchResultDefs$statistic;", | |
"pid": "759", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "State - ru.mail.go.webbase.fetcher.dump.hashed.DumpDataWrapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "State", | |
"insertText": "State", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.hashed.DumpDataWrapper$State;", | |
"pid": "760", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceNoEmptyFileOutputFormatTest - ru.mail.go.webbase.mr.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceNoEmptyFileOutputFormatTest", | |
"insertText": "SequenceNoEmptyFileOutputFormatTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.test.SequenceNoEmptyFileOutputFormatTest;", | |
"pid": "761", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatisticFabric - ru.mail.go.webbase.linkgraph.export", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatisticFabric", | |
"insertText": "StatisticFabric", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.export.StatisticFabric;", | |
"pid": "762", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkMapper - ru.mail.go.webbase.disposableTasks.RestoreImgSrchSession", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkMapper", | |
"insertText": "SpkMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.RestoreImgSrchSession$SpkMapper;", | |
"pid": "763", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkMap - ru.mail.go.webbase.browserank.TelemeterUrlsUserRankForPeriod", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkMap", | |
"insertText": "SpkMap", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.browserank.TelemeterUrlsUserRankForPeriod$SpkMap;", | |
"pid": "764", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StorageAggregatorReducer - ru.mail.go.webbase.browserank.VkUserRankAggregator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StorageAggregatorReducer", | |
"insertText": "StorageAggregatorReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.browserank.VkUserRankAggregator$StorageAggregatorReducer;", | |
"pid": "765", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeCountersSender - ru.mail.go.silicone.counters", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeCountersSender", | |
"insertText": "SiliconeCountersSender", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.counters.SiliconeCountersSender;", | |
"pid": "766", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceSelectionJob - ru.mail.go.doall.jinn.aggregates.products", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceSelectionJob", | |
"insertText": "SourceSelectionJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.jinn.aggregates.products.SourceSelectionJob;", | |
"pid": "767", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteRegionIntersector - ru.mail.go.webbase.geo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteRegionIntersector", | |
"insertText": "SiteRegionIntersector", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.geo.SiteRegionIntersector;", | |
"pid": "768", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondaryRecord - ru.mail.go.webbase.serp.synonyms.postprocessing.SecondaryDictionaryMiddleConverter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondaryRecord", | |
"insertText": "SecondaryRecord", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.postprocessing.SecondaryDictionaryMiddleConverter$SecondaryRecord;", | |
"pid": "769", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SetPornPredictedFlagJob - ru.mail.go.webbase.video.porn_detection", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SetPornPredictedFlagJob", | |
"insertText": "SetPornPredictedFlagJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.porn_detection.SetPornPredictedFlagJob;", | |
"pid": "770", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortMapper - ru.mail.go.webbase.china.CalcChinaProductUniqSocDemStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortMapper", | |
"insertText": "SortMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.CalcChinaProductUniqSocDemStat$SortMapper;", | |
"pid": "771", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearcherType - ru.mail.go.webbase.stat.util.SearchSourcesDictionary", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearcherType", | |
"insertText": "SearcherType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.util.SearchSourcesDictionary$SearcherType;", | |
"pid": "772", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeVideoYoutube - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeVideoYoutube", | |
"insertText": "SiliconeVideoYoutube", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeVideoYoutube;", | |
"pid": "773", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnapPartitioningJob - ru.mail.go.youla", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnapPartitioningJob", | |
"insertText": "SnapPartitioningJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.youla.SnapPartitioningJob;", | |
"pid": "774", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Status - ru.mail.go.webbase.blobs.Video", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Status", | |
"insertText": "Status", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.Video$Status;", | |
"pid": "775", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleReducer - ru.mail.go.webbase.fastbase.newsUrl.AggregateInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleReducer", | |
"insertText": "SimpleReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.newsUrl.AggregateInfo$SimpleReducer;", | |
"pid": "776", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SamplizerJob - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SamplizerJob", | |
"insertText": "SamplizerJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SamplizerJob;", | |
"pid": "777", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMerger - ru.mail.go.webbase.disposableTasks.GetServiceCentersUrls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMerger", | |
"insertText": "SimpleMerger", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.GetServiceCentersUrls$SimpleMerger;", | |
"pid": "778", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortReducer - ru.mail.go.webbase.china.GetGendalfTail", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortReducer", | |
"insertText": "SortReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.GetGendalfTail$SortReducer;", | |
"pid": "779", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamUpload_Reducer - ru.mail.go.webbase.spam.LinkGraph", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamUpload_Reducer", | |
"insertText": "SpamUpload_Reducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.LinkGraph$SpamUpload_Reducer;", | |
"pid": "780", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemToCategories - ru.mail.go.webbase.china", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemToCategories", | |
"insertText": "SocDemToCategories", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.SocDemToCategories;", | |
"pid": "781", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteLink - ru.mail.go.snippetdata.parser.PartnerSnippetData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteLink", | |
"insertText": "SiteLink", | |
"data": { | |
"decl_signature": "Lru.mail.go.snippetdata.parser.PartnerSnippetData$SiteLink;", | |
"pid": "782", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceFileUtils - ru.mail.go.webbase.stat.mrutils.helpers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceFileUtils", | |
"insertText": "SequenceFileUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.mrutils.helpers.SequenceFileUtils;", | |
"pid": "783", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulersMark - ru.mail.go.webbase.stats.CommonStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulersMark", | |
"insertText": "SchedulersMark", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CommonStats$SchedulersMark;", | |
"pid": "784", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SMTStats - ru.mail.go.webbase.stats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SMTStats", | |
"insertText": "SMTStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.SMTStats;", | |
"pid": "785", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortKGrams - ru.mail.go.qsubst", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortKGrams", | |
"insertText": "SortKGrams", | |
"data": { | |
"decl_signature": "Lru.mail.go.qsubst.SortKGrams;", | |
"pid": "786", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulingMapper - ru.mail.go.webbase.quota.UniversalScheduler", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulingMapper", | |
"insertText": "SchedulingMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.UniversalScheduler$SchedulingMapper;", | |
"pid": "787", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionInfo - ru.mail.go.webbase.ivcr_common.RanksBuilderImpl", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionInfo", | |
"insertText": "SessionInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ivcr_common.RanksBuilderImpl$SessionInfo;", | |
"pid": "788", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeAuthorOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeAuthorOrBuilder", | |
"insertText": "SiliconeAuthorOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeAuthorOrBuilder;", | |
"pid": "789", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiRankers - ru.mail.go.webbase.quota.components", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiRankers", | |
"insertText": "SekiteiRankers", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.SekiteiRankers;", | |
"pid": "790", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SampleMetaDescription - ru.mail.go.webbase.lingvo.experiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SampleMetaDescription", | |
"insertText": "SampleMetaDescription", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SampleMetaDescription;", | |
"pid": "791", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjRestoreMRJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjRestoreMRJob", | |
"insertText": "SubjRestoreMRJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjRestoreMRJob;", | |
"pid": "792", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleProf - ru.mail.go.webbase.navbase.NavUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleProf", | |
"insertText": "SimpleProf", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.navbase.NavUtils$SimpleProf;", | |
"pid": "793", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerializePartitioner - ru.mail.go.sugg.indexer.Serialize", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerializePartitioner", | |
"insertText": "SerializePartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.Serialize$SerializePartitioner;", | |
"pid": "794", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpParserTest - ru.mail.go.webbase.ivcr.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpParserTest", | |
"insertText": "SerpParserTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ivcr.test.SerpParserTest;", | |
"pid": "795", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapMapper - ru.mail.go.webbase.fastbase.urlFilter.CommonUrlSource", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapMapper", | |
"insertText": "SitemapMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.CommonUrlSource$SitemapMapper;", | |
"pid": "796", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitSequenceFileInputFormat - ru.mail.go.webbase.imaging.dataflow", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitSequenceFileInputFormat", | |
"insertText": "SplitSequenceFileInputFormat", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.dataflow.SplitSequenceFileInputFormat;", | |
"pid": "797", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiQuotaData - ru.mail.go.webbase.blobs.WebmasterBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiQuotaData", | |
"insertText": "SekiteiQuotaData", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.WebmasterBlobs$SekiteiQuotaData;", | |
"pid": "798", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemFromHBaseMapper - ru.mail.go.webbase.youla.DumpUserSocDem", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemFromHBaseMapper", | |
"insertText": "SocDemFromHBaseMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.DumpUserSocDem$SocDemFromHBaseMapper;", | |
"pid": "799", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeNewsTagsDataOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeNewsTagsDataOrBuilder", | |
"insertText": "SiliconeNewsTagsDataOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeNewsTagsDataOrBuilder;", | |
"pid": "800", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocNet - ru.mail.go.bki.ImageBki", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocNet", | |
"insertText": "SocNet", | |
"data": { | |
"decl_signature": "Lru.mail.go.bki.ImageBki$SocNet;", | |
"pid": "801", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentStat - ru.mail.go.webbase.quota.experiment.CalcSekiteiStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentStat", | |
"insertText": "SegmentStat", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.CalcSekiteiStatJob$SegmentStat;", | |
"pid": "802", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortedUrlsMatcherTest - ru.mail.go.webbase.utils.blacklist.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortedUrlsMatcherTest", | |
"insertText": "SortedUrlsMatcherTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.blacklist.test.SortedUrlsMatcherTest;", | |
"pid": "803", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.UrlsScannerJobOneRegion", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.UrlsScannerJobOneRegion$SASJMapper;", | |
"pid": "804", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondarySortComparator - ru.mail.go.webbase.qddb2.duplicates.LongWritableWithSecondarySort", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondarySortComparator", | |
"insertText": "SecondarySortComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.qddb2.duplicates.LongWritableWithSecondarySort$SecondarySortComparator;", | |
"pid": "805", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikLogsReader - ru.mail.go.webbase.fastbase.newsUrl.AggregateInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikLogsReader", | |
"insertText": "SputnikLogsReader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.newsUrl.AggregateInfo$SputnikLogsReader;", | |
"pid": "806", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiReducer - ru.mail.go.webbase.quota.experiment.SekiteiExperimentalMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiReducer", | |
"insertText": "SekiteiReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SekiteiExperimentalMRJob$SekiteiReducer;", | |
"pid": "807", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteTitleMapper - ru.mail.go.webbase.utils.UserFilmClicks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteTitleMapper", | |
"insertText": "SiteTitleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.UserFilmClicks$SiteTitleMapper;", | |
"pid": "808", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikLogsCleanerJob - ru.mail.go.webbase.SputnikRanker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikLogsCleanerJob", | |
"insertText": "SputnikLogsCleanerJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SputnikLogsCleanerJob;", | |
"pid": "809", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitHtmlDataJobPartitioner - ru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitHtmlDataJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitHtmlDataJobPartitioner", | |
"insertText": "SplitHtmlDataJobPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitHtmlDataJob$SplitHtmlDataJobPartitioner;", | |
"pid": "810", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SaveReducer - ru.mail.go.webbase.fetcher.dump.BadContent", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SaveReducer", | |
"insertText": "SaveReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.BadContent$SaveReducer;", | |
"pid": "811", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerWNF - ru.mail.go.webbase.quota.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerWNF", | |
"insertText": "SchedulerWNF", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.utils.SchedulerWNF;", | |
"pid": "812", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SFMapper - ru.mail.go.webbase.quota.essr.scanners.MarkupsIntersectorScanner", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SFMapper", | |
"insertText": "SFMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.scanners.MarkupsIntersectorScanner$SFMapper;", | |
"pid": "813", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceStat - ru.mail.go.webbase.logsParsers.CalcUserSourceRecoStatistics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceStat", | |
"insertText": "SourceStat", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.CalcUserSourceRecoStatistics$SourceStat;", | |
"pid": "814", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcesInfo - ru.mail.go.webbase.blobs.ExtractedUrlsBlob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcesInfo", | |
"insertText": "SourcesInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ExtractedUrlsBlob$SourcesInfo;", | |
"pid": "815", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMergeConvMRJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMergeConvMRJob", | |
"insertText": "SubjMergeConvMRJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeConvMRJob;", | |
"pid": "816", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmotrelkaTest - ru.mail.go.webbase.smotrelka", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmotrelkaTest", | |
"insertText": "SmotrelkaTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.smotrelka.SmotrelkaTest;", | |
"pid": "817", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDumpReducer - ru.mail.go.webbase.fetcher.dump.delta.WebSitesDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDumpReducer", | |
"insertText": "SplitDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.delta.WebSitesDumper$SplitDumpReducer;", | |
"pid": "818", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubDoc - ru.mail.go.webbase.blobs.DocParserBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubDoc", | |
"insertText": "StubDoc", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DocParserBlobs$StubDoc;", | |
"pid": "819", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionMapper - ru.mail.go.webbase.utils.CalculateQueryStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionMapper", | |
"insertText": "SessionMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.CalculateQueryStats$SessionMapper;", | |
"pid": "820", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteFilterJob - ru.mail.go.webbase.fetcher.blobfish.urlfilter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteFilterJob", | |
"insertText": "SiteFilterJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.blobfish.urlfilter.SiteFilterJob;", | |
"pid": "821", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceEventStat - cosmo.pb.CosmoData.SourceData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceEventStat", | |
"insertText": "SourceEventStat", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourceEventStat;", | |
"pid": "822", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeVkParserTest - ru.mail.go.silicone.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeVkParserTest", | |
"insertText": "SiliconeVkParserTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.parsing.SiliconeVkParserTest;", | |
"pid": "823", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpsForQueries - ru.mail.go.webbase.quota.essr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpsForQueries", | |
"insertText": "SerpsForQueries", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.SerpsForQueries;", | |
"pid": "824", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteMask - ru.mail.go.webbase.utils.blacklist", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteMask", | |
"insertText": "SiteMask", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.blacklist.SiteMask;", | |
"pid": "825", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpiderProxyParserSingleton - ru.mail.go.boilerpiped", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpiderProxyParserSingleton", | |
"insertText": "SpiderProxyParserSingleton", | |
"data": { | |
"decl_signature": "Lru.mail.go.boilerpiped.SpiderProxyParserSingleton;", | |
"pid": "826", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Status - ru.mail.go.silicone.config.CosmoSitesConfig.SourceConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Status", | |
"insertText": "Status", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.CosmoSitesConfig$SourceConfig$Status;", | |
"pid": "827", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchEngine - ru.mail.go.webbase.SputnikRanker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchEngine", | |
"insertText": "SearchEngine", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SearchEngine;", | |
"pid": "828", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsReducer - ru.mail.go.webbase.clickrank.utils.UrlSessionStatsUploader", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsReducer", | |
"insertText": "SessionsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.UrlSessionStatsUploader$SessionsReducer;", | |
"pid": "829", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondTextPartitioner - ru.mail.go.webbase.stat.mrutils.TextIntPair", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondTextPartitioner", | |
"insertText": "SecondTextPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.mrutils.TextIntPair$SecondTextPartitioner;", | |
"pid": "830", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sessionizer1Job - ru.mail.go.webbase.ivcr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sessionizer1Job", | |
"insertText": "Sessionizer1Job", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ivcr.Sessionizer1Job;", | |
"pid": "831", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemEventStat - cosmo.pb.CosmoData.DocumentData.DocumentEventStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemEventStat", | |
"insertText": "SocDemEventStat", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$DocumentData$DocumentEventStat$SocDemEventStat;", | |
"pid": "832", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatisticOrBuilder - ru.mail.go.webbase.logsParsers.HomerData.HomerStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatisticOrBuilder", | |
"insertText": "StatisticOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.HomerData$HomerStat$StatisticOrBuilder;", | |
"pid": "833", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsLinksDiffFilter - ru.mail.go.webbase.fetcher.fastbase.filter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsLinksDiffFilter", | |
"insertText": "SitemapsLinksDiffFilter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.filter.SitemapsLinksDiffFilter;", | |
"pid": "834", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATUS_COLUMN - ru.mail.go.webbase.fastbase.utils.CleanFbUrls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATUS_COLUMN", | |
"insertText": "STATUS_COLUMN", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.utils.CleanFbUrls$STATUS_COLUMN;", | |
"pid": "835", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.dump.LostStubsDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.LostStubsDumper$ScanMapper;", | |
"pid": "836", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMapper - ru.mail.go.webbase.fetcher.dump.utils.DumpResplitter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMapper", | |
"insertText": "SplitMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.utils.DumpResplitter$SplitMapper;", | |
"pid": "837", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SQUploader - ru.mail.go.webbase.webmaster.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SQUploader", | |
"insertText": "SQUploader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.webmaster.utils.SQUploader;", | |
"pid": "838", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SDMapper - ru.mail.go.webbase.serp.synonyms.SecondaryDictionaryGeneratorJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SDMapper", | |
"insertText": "SDMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.SecondaryDictionaryGeneratorJob$SDMapper;", | |
"pid": "839", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SorterJob - ru.mail.go.webbase.stat.engine.counter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SorterJob", | |
"insertText": "SorterJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.SorterJob;", | |
"pid": "840", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleDatasetAggregatorFn - ru.mail.go.webbase.stat.realtime.trident", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleDatasetAggregatorFn", | |
"insertText": "SimpleDatasetAggregatorFn", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.realtime.trident.SimpleDatasetAggregatorFn;", | |
"pid": "841", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stage1Reducer - ru.mail.go.webbase.gifts.UserPresenceInSale", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stage1Reducer", | |
"insertText": "Stage1Reducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.UserPresenceInSale$Stage1Reducer;", | |
"pid": "842", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StdDistributionRankMapper - ru.mail.go.webbase.clustering.CalculateSitesStatisticsAvgRank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StdDistributionRankMapper", | |
"insertText": "StdDistributionRankMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clustering.CalculateSitesStatisticsAvgRank$StdDistributionRankMapper;", | |
"pid": "843", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Supporter - ru.mail.go.webbase.supporter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Supporter", | |
"insertText": "Supporter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.supporter.Supporter;", | |
"pid": "844", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpecialSitesHandler - ru.mail.go.webbase.fastbase.behavioralFB", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpecialSitesHandler", | |
"insertText": "SpecialSitesHandler", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.behavioralFB.SpecialSitesHandler;", | |
"pid": "845", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShortColumn - ru.mail.go.webbase.tables.ColumnDescriptor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShortColumn", | |
"insertText": "ShortColumn", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.ColumnDescriptor$ShortColumn;", | |
"pid": "846", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATUS - ru.mail.go.webbase.linkgraph.stub.StubGenerateNewFullJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATUS", | |
"insertText": "STATUS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.StubGenerateNewFullJob$STATUS;", | |
"pid": "847", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SelectUrlsFromWPJob - ru.mail.go.webbase.quota.images", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SelectUrlsFromWPJob", | |
"insertText": "SelectUrlsFromWPJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.images.SelectUrlsFromWPJob;", | |
"pid": "848", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StorageMapper - ru.mail.go.webbase.browserank.VkUserRankAggregator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StorageMapper", | |
"insertText": "StorageMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.browserank.VkUserRankAggregator$StorageMapper;", | |
"pid": "849", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceOrBuilder - gogo.storage.ChopperData.ChopperSources", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceOrBuilder", | |
"insertText": "SourceOrBuilder", | |
"data": { | |
"decl_signature": "Lgogo.storage.ChopperData$ChopperSources$SourceOrBuilder;", | |
"pid": "850", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SetHostThreadsNum - ru.mail.go.webbase.fetcher.fixes", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SetHostThreadsNum", | |
"insertText": "SetHostThreadsNum", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.SetHostThreadsNum;", | |
"pid": "851", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsReducer - ru.mail.go.webbase.fetcher.blobfish.metrics.CollectSiteStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsReducer", | |
"insertText": "StatsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.blobfish.metrics.CollectSiteStats$StatsReducer;", | |
"pid": "852", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsMapperStats - ru.mail.go.webbase.clickrank.SessionsUnion", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsMapperStats", | |
"insertText": "SessionsMapperStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionsUnion$SessionsMapperStats;", | |
"pid": "853", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkLogsRestoreClicks - ru.mail.go.webbase.fastbase.spkParsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkLogsRestoreClicks", | |
"insertText": "SpkLogsRestoreClicks", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.spkParsing.SpkLogsRestoreClicks;", | |
"pid": "854", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortQueriesMapper - ru.mail.go.webbase.disposableTasks.GetNewFreqQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortQueriesMapper", | |
"insertText": "SortQueriesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.GetNewFreqQueries$SortQueriesMapper;", | |
"pid": "855", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMarkerMapper - ru.mail.go.webbase.fetcher.utils.GetURLsList", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMarkerMapper", | |
"insertText": "SubjMarkerMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.utils.GetURLsList$SubjMarkerMapper;", | |
"pid": "856", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsResultProcessor - ru.mail.go.webbase.qclass.StatFeatsExtractor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsResultProcessor", | |
"insertText": "SessionsResultProcessor", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.qclass.StatFeatsExtractor$SessionsResultProcessor;", | |
"pid": "857", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitBkiImagesJobPartitioner - ru.mail.go.webbase.bki.SplitBkiImagesJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitBkiImagesJobPartitioner", | |
"insertText": "SplitBkiImagesJobPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.bki.SplitBkiImagesJob$SplitBkiImagesJobPartitioner;", | |
"pid": "858", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerEng - ru.mail.go.webbase.stat.hadoopHelper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerEng", | |
"insertText": "SerEng", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.hadoopHelper.SerEng;", | |
"pid": "859", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SelectForeignPages - ru.mail.go.webbase.imaging.fixes", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SelectForeignPages", | |
"insertText": "SelectForeignPages", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.fixes.SelectForeignPages;", | |
"pid": "860", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDailyLogs - ru.mail.go.webbase.disposableTasks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDailyLogs", | |
"insertText": "SplitDailyLogs", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.SplitDailyLogs;", | |
"pid": "861", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sorter - ru.mail.go.webbase.stat.engine.counter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sorter", | |
"insertText": "Sorter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.Sorter;", | |
"pid": "862", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SamplesMapper - ru.mail.go.webbase.quota.experiment.modelCrawlRank.DumpTrainingSet2", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SamplesMapper", | |
"insertText": "SamplesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.modelCrawlRank.DumpTrainingSet2$SamplesMapper;", | |
"pid": "863", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.TemporaryUrlsFilter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.TemporaryUrlsFilter$ScanMapper;", | |
"pid": "864", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggResultsOrBuilder - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggResultsOrBuilder", | |
"insertText": "SuggResultsOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggResultsOrBuilder;", | |
"pid": "865", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StartPosComparator - ru.mail.go.plain_index.utils.DocInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StartPosComparator", | |
"insertText": "StartPosComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.plain_index.utils.DocInfo$StartPosComparator;", | |
"pid": "866", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkLogsAllTitlesMapper - ru.mail.go.webbase.target.GetUsersImplicitExplicitQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkLogsAllTitlesMapper", | |
"insertText": "SpkLogsAllTitlesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.GetUsersImplicitExplicitQueries$SpkLogsAllTitlesMapper;", | |
"pid": "867", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggProcessLogs - ru.mail.go.sugg", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggProcessLogs", | |
"insertText": "SuggProcessLogs", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.SuggProcessLogs;", | |
"pid": "868", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsBatchingTest - ru.mail.go.webbase.fetcher.fastbase.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsBatchingTest", | |
"insertText": "SitemapsBatchingTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.test.SitemapsBatchingTest;", | |
"pid": "869", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggMobileAutocompResult - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggMobileAutocompResult", | |
"insertText": "SuggMobileAutocompResult", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggMobileAutocompResult;", | |
"pid": "870", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SSLFullComparator - ru.mail.go.webbase.mr.keys.BytesIntIntKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SSLFullComparator", | |
"insertText": "SSLFullComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.BytesIntIntKey$SSLFullComparator;", | |
"pid": "871", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMarkerJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMarkerJob", | |
"insertText": "SubjMarkerJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMarkerJob;", | |
"pid": "872", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SexAndAge - ru.mail.go.webbase.youla.DumpUserSocDem.SocDemFromHBaseMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SexAndAge", | |
"insertText": "SexAndAge", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.DumpUserSocDem$SocDemFromHBaseMapper$SexAndAge;", | |
"pid": "873", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsSpellcheckerIterator - ru.mail.go.webbase.ranking.iterators", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsSpellcheckerIterator", | |
"insertText": "SessionsSpellcheckerIterator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.iterators.SessionsSpellcheckerIterator;", | |
"pid": "874", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SaveScheduledUrlsJobTest - ru.mail.go.webbase.quota.images.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SaveScheduledUrlsJobTest", | |
"insertText": "SaveScheduledUrlsJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.images.test.SaveScheduledUrlsJobTest;", | |
"pid": "875", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SurnameDumbStemmer - ru.mail.go.webbase.nbki.LabelFriendsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SurnameDumbStemmer", | |
"insertText": "SurnameDumbStemmer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.nbki.LabelFriendsJob$SurnameDumbStemmer;", | |
"pid": "876", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitterKey - ru.mail.go.webbase.linkgraph.export.MicrobaseTools", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitterKey", | |
"insertText": "SplitterKey", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.export.MicrobaseTools$SplitterKey;", | |
"pid": "877", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StorageMapper - ru.mail.go.webbase.fastbase.FBQLinkConstructor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StorageMapper", | |
"insertText": "StorageMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.FBQLinkConstructor$StorageMapper;", | |
"pid": "878", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMarkovHierarchicalClustering - ru.mail.go.webbase.markov.clustering", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMarkovHierarchicalClustering", | |
"insertText": "SimpleMarkovHierarchicalClustering", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.markov.clustering.SimpleMarkovHierarchicalClustering;", | |
"pid": "879", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SQLPersistence - ru.mail.go.webbase.stat.realtime.trident", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SQLPersistence", | |
"insertText": "SQLPersistence", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.realtime.trident.SQLPersistence;", | |
"pid": "880", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StorageEventOrBuilder - cosmo.pb.CosmoData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StorageEventOrBuilder", | |
"insertText": "StorageEventOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$StorageEventOrBuilder;", | |
"pid": "881", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMapper - ru.mail.go.webbase.fastbase.RealtimeLogsUrlExporter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMapper", | |
"insertText": "SimpleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.RealtimeLogsUrlExporter$SimpleMapper;", | |
"pid": "882", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleRegionStatistics - ru.mail.go.webbase.webmaster.analyzer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleRegionStatistics", | |
"insertText": "SimpleRegionStatistics", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.webmaster.analyzer.SimpleRegionStatistics;", | |
"pid": "883", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitHtmlDataJob - ru.mail.go.webbase.lingvo.snippets.rich.bahroma", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitHtmlDataJob", | |
"insertText": "SplitHtmlDataJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitHtmlDataJob;", | |
"pid": "884", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATS - ru.mail.go.webbase.utils.UserRetentionStats.StatLogMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATS", | |
"insertText": "STATS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.UserRetentionStats$StatLogMapper$STATS;", | |
"pid": "885", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiReducer - ru.mail.go.webbase.quota.experiment.SekiteiFeaturesDumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiReducer", | |
"insertText": "SekiteiReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SekiteiFeaturesDumpJob$SekiteiReducer;", | |
"pid": "886", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.utils.CheckUrlsInIndex", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.utils.CheckUrlsInIndex$ScanMapper;", | |
"pid": "887", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMapper - ru.mail.go.webbase.fetcher.dump.hashed.ContentHashPartitioner", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMapper", | |
"insertText": "SplitMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.hashed.ContentHashPartitioner$SplitMapper;", | |
"pid": "888", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SamFeaturesScannerJob - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SamFeaturesScannerJob", | |
"insertText": "SamFeaturesScannerJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SamFeaturesScannerJob;", | |
"pid": "889", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeNewsStoryData - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeNewsStoryData", | |
"insertText": "SiliconeNewsStoryData", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeNewsStoryData;", | |
"pid": "890", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATE - ru.mail.go.webbase.daemon.Daemon", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATE", | |
"insertText": "STATE", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.daemon.Daemon$STATE;", | |
"pid": "891", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SPAM_CF - ru.mail.go.webbase.tables.WebSiteTable", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SPAM_CF", | |
"insertText": "SPAM_CF", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.WebSiteTable$SPAM_CF;", | |
"pid": "892", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowsBannersMapper - ru.mail.go.webbase.gifts.GetUsersSalesStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowsBannersMapper", | |
"insertText": "ShowsBannersMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.GetUsersSalesStat$ShowsBannersMapper;", | |
"pid": "893", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Slices - ru.mail.go.webbase.fastbase.utils.FbUrlsStatsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Slices", | |
"insertText": "Slices", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.utils.FbUrlsStatsJob$Slices;", | |
"pid": "894", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeriesExtractor - ru.mail.go.webbase.video", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeriesExtractor", | |
"insertText": "SeriesExtractor", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.SeriesExtractor;", | |
"pid": "895", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsDumperTest - ru.mail.go.webbase.interleaving.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsDumperTest", | |
"insertText": "SessionsDumperTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.tests.SessionsDumperTest;", | |
"pid": "896", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StoneFeed - ru.mail.go.webbase.quota.utils.QuotaQualityExaminer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StoneFeed", | |
"insertText": "StoneFeed", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.utils.QuotaQualityExaminer$StoneFeed;", | |
"pid": "897", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringArrayOrBuilder - ru.mail.go.webbase.blobs.SubjSchema", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringArrayOrBuilder", | |
"insertText": "StringArrayOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SubjSchema$StringArrayOrBuilder;", | |
"pid": "898", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetMapper - ru.mail.go.webbase.disposableTasks.GetSnippetsForFBL", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetMapper", | |
"insertText": "SnippetMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.GetSnippetsForFBL$SnippetMapper;", | |
"pid": "899", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Session - ru.mail.go.webbase.rb.Mytracker.MytrackerMessage.Event", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Session", | |
"insertText": "Session", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.rb.Mytracker$MytrackerMessage$Event$Session;", | |
"pid": "900", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpsMapper - ru.mail.go.webbase.quota.experiment.PrepareRedownloadFeaturesJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpsMapper", | |
"insertText": "SerpsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.PrepareRedownloadFeaturesJob$SerpsMapper;", | |
"pid": "901", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceFileReader - ru.mail.go.webbase.stat.operaunique.io", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceFileReader", | |
"insertText": "SequenceFileReader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.operaunique.io.SequenceFileReader;", | |
"pid": "902", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondKeyPartitionerBase - ru.mail.go.webbase.mr.keys.CompositeKeyBase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondKeyPartitionerBase", | |
"insertText": "SecondKeyPartitionerBase", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.CompositeKeyBase$SecondKeyPartitionerBase;", | |
"pid": "903", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowsBannersMapper - ru.mail.go.webbase.gifts.CalcHourlyConvStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowsBannersMapper", | |
"insertText": "ShowsBannersMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcHourlyConvStat$ShowsBannersMapper;", | |
"pid": "904", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeNewsTagsData - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeNewsTagsData", | |
"insertText": "SiliconeNewsTagsData", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeNewsTagsData;", | |
"pid": "905", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatMapper - ru.mail.go.webbase.fetcher.fixes.FixBadChunked", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatMapper", | |
"insertText": "StatMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.FixBadChunked$StatMapper;", | |
"pid": "906", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceDocumentUrls - ru.mail.go.webbase.lingvo.snippets.rich.bahroma.BahromaDbContent", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceDocumentUrls", | |
"insertText": "SourceDocumentUrls", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.snippets.rich.bahroma.BahromaDbContent$SourceDocumentUrls;", | |
"pid": "907", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondaryToSeq - ru.mail.go.webbase.serp.synonyms.postprocessing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondaryToSeq", | |
"insertText": "SecondaryToSeq", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.postprocessing.SecondaryToSeq;", | |
"pid": "908", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Str1HashPartitioner - ru.mail.go.webbase.mr.StrStrIntKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Str1HashPartitioner", | |
"insertText": "Str1HashPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.StrStrIntKey$Str1HashPartitioner;", | |
"pid": "909", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "spider_document_detail - gogo.storage.ContentStorage", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "spider_document_detail", | |
"insertText": "spider_document_detail", | |
"data": { | |
"decl_signature": "Lgogo.storage.ContentStorage$spider_document_detail;", | |
"pid": "910", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceStatsOrBuilder - cosmo.pb.CosmoData.UserData.Stats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceStatsOrBuilder", | |
"insertText": "SourceStatsOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$Stats$SourceStatsOrBuilder;", | |
"pid": "911", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Str1RankStr2Comparator - ru.mail.go.webbase.mr.StrStrIntKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Str1RankStr2Comparator", | |
"insertText": "Str1RankStr2Comparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.StrStrIntKey$Str1RankStr2Comparator;", | |
"pid": "912", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Session - ru.mail.go.webbase.stat.realtime.session", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Session", | |
"insertText": "Session", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.realtime.session.Session;", | |
"pid": "913", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitFlags - ru.mail.go.webbase.blobs.FetchList", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitFlags", | |
"insertText": "SplitFlags", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.FetchList$SplitFlags;", | |
"pid": "914", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikLogsMapper - ru.mail.go.webbase.liker.VidMatcherJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikLogsMapper", | |
"insertText": "SputnikLogsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.liker.VidMatcherJob$SputnikLogsMapper;", | |
"pid": "915", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceFreshPopularityCalculatorJob - ru.mail.go.webbase.mediametrics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceFreshPopularityCalculatorJob", | |
"insertText": "SourceFreshPopularityCalculatorJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mediametrics.SourceFreshPopularityCalculatorJob;", | |
"pid": "916", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerInfoManager - ru.mail.go.webbase.fetcher", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerInfoManager", | |
"insertText": "SchedulerInfoManager", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.SchedulerInfoManager;", | |
"pid": "917", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamDump_Mapper - ru.mail.go.webbase.spam.LinkGraph", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamDump_Mapper", | |
"insertText": "SpamDump_Mapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.LinkGraph$SpamDump_Mapper;", | |
"pid": "918", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.dump.hashed.ContentHashDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.hashed.ContentHashDumper$ScanMapper;", | |
"pid": "919", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StdUrlMapper - ru.mail.go.webbase.clustering.QueriesDocumentsDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StdUrlMapper", | |
"insertText": "StdUrlMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clustering.QueriesDocumentsDumper$StdUrlMapper;", | |
"pid": "920", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "snippetProblemTypes - ru.mail.go.webbase.SupportSystem.StubQuestions", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "snippetProblemTypes", | |
"insertText": "snippetProblemTypes", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SupportSystem$StubQuestions$snippetProblemTypes;", | |
"pid": "921", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeqDumper - ru.mail.go.webbase.quota.images.test.BigImageSchedulerTest", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeqDumper", | |
"insertText": "SeqDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.images.test.BigImageSchedulerTest$SeqDumper;", | |
"pid": "922", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleProductMapper - ru.mail.go.webbase.china.CheckSplits", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleProductMapper", | |
"insertText": "SimpleProductMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.CheckSplits$SimpleProductMapper;", | |
"pid": "923", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconDocParserInfoDigest - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconDocParserInfoDigest", | |
"insertText": "SiliconDocParserInfoDigest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconDocParserInfoDigest;", | |
"pid": "924", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceUrlsMapper - ru.mail.go.webbase.quota.experiment.CalcMetricsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceUrlsMapper", | |
"insertText": "SequenceUrlsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.CalcMetricsJob$SequenceUrlsMapper;", | |
"pid": "925", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.fukushima.FukushimaSekiteiLoader", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fukushima.FukushimaSekiteiLoader$SekiteiMapper;", | |
"pid": "926", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Source - ru.mail.go.webbase.liker.LikerUtils.CosmoUrls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Source", | |
"insertText": "Source", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.liker.LikerUtils$CosmoUrls$Source;", | |
"pid": "927", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SE - ru.mail.go.webbase.stat.Records", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SE", | |
"insertText": "SE", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.Records$SE;", | |
"pid": "928", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SPUTNIK_ACCESS - ru.mail.go.doall.doall", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SPUTNIK_ACCESS", | |
"insertText": "SPUTNIK_ACCESS", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.doall.SPUTNIK_ACCESS;", | |
"pid": "929", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionBuilder - ru.mail.go.webbase.serpSession", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionBuilder", | |
"insertText": "SessionBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.SessionBuilder;", | |
"pid": "930", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubGenerateJob - ru.mail.go.webbase.linkgraph.stub", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubGenerateJob", | |
"insertText": "StubGenerateJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.StubGenerateJob;", | |
"pid": "931", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemExporterJob - ru.mail.go.webbase.mediametrics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemExporterJob", | |
"insertText": "SocDemExporterJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mediametrics.SocDemExporterJob;", | |
"pid": "932", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsMapper - ru.mail.go.webbase.viewers.GeoStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsMapper", | |
"insertText": "StatsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.viewers.GeoStats$StatsMapper;", | |
"pid": "933", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortReducer - ru.mail.go.webbase.gifts.GetTopRegions", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortReducer", | |
"insertText": "SortReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.GetTopRegions$SortReducer;", | |
"pid": "934", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "State - ru.mail.go.webbase.stat.engine.counter.Counter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "State", | |
"insertText": "State", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.Counter$State;", | |
"pid": "935", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubDomainMapper - ru.mail.go.webbase.disposableTasks.SubDomainStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubDomainMapper", | |
"insertText": "SubDomainMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.SubDomainStatJob$SubDomainMapper;", | |
"pid": "936", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapBaseMapper - ru.mail.go.webbase.fastbase.utils.PutFlagsToWebpagesII", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapBaseMapper", | |
"insertText": "SitemapBaseMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.utils.PutFlagsToWebpagesII$SitemapBaseMapper;", | |
"pid": "937", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimhashTest - ru.mail.go.webbase.video.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimhashTest", | |
"insertText": "SimhashTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.test.SimhashTest;", | |
"pid": "938", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapUrl - ru.mail.go.webbase.parsing.sitemap", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapUrl", | |
"insertText": "SitemapUrl", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.parsing.sitemap.SitemapUrl;", | |
"pid": "939", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sumratio - ru.mail.go.webbase.stat.engine.counter.metricaggregator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sumratio", | |
"insertText": "Sumratio", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.metricaggregator.Sumratio;", | |
"pid": "940", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsUnionMapper - ru.mail.go.webbase.clickrank.SessionsUnion", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsUnionMapper", | |
"insertText": "SessionsUnionMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionsUnion$SessionsUnionMapper;", | |
"pid": "941", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortUrlsByUserRank - ru.mail.go.webbase.lingvo.experiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortUrlsByUserRank", | |
"insertText": "SortUrlsByUserRank", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SortUrlsByUserRank;", | |
"pid": "942", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjExtractKVsMapper - ru.mail.go.webbase.fetcher.subj.SubjExtractKVsMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjExtractKVsMapper", | |
"insertText": "SubjExtractKVsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjExtractKVsMRJob$SubjExtractKVsMapper;", | |
"pid": "943", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionBuildMode - ru.mail.go.webbase.ivcr_common.LogParser", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionBuildMode", | |
"insertText": "SessionBuildMode", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ivcr_common.LogParser$SessionBuildMode;", | |
"pid": "944", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatReducer - ru.mail.go.webbase.disposableTasks.SubDomainStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatReducer", | |
"insertText": "StatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.SubDomainStatJob$StatReducer;", | |
"pid": "945", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjExtractJobMapper - ru.mail.go.webbase.fetcher.subj.SubjExtractJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjExtractJobMapper", | |
"insertText": "SubjExtractJobMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjExtractJob$SubjExtractJobMapper;", | |
"pid": "946", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sessions2QuerySessionsMapper - ru.mail.go.webbase.disposableTasks.lowRatedBadQueriesTask.DumpLowRatedSessions", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sessions2QuerySessionsMapper", | |
"insertText": "Sessions2QuerySessionsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.lowRatedBadQueriesTask.DumpLowRatedSessions$Sessions2QuerySessionsMapper;", | |
"pid": "947", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpTester - ru.mail.go.webbase.LogReaders.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpTester", | |
"insertText": "SerpTester", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.LogReaders.test.SerpTester;", | |
"pid": "948", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitePresenceStats - ru.mail.go.webbase.stats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitePresenceStats", | |
"insertText": "SitePresenceStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.SitePresenceStats;", | |
"pid": "949", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionMapper - ru.mail.go.webbase.vk_music.ivcr.SessionizerVkMusicJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionMapper", | |
"insertText": "SessionMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.vk_music.ivcr.SessionizerVkMusicJob$SessionMapper;", | |
"pid": "950", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringGroupsYamlTest - ru.mail.go.webbase.stat.util.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringGroupsYamlTest", | |
"insertText": "StringGroupsYamlTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.util.test.StringGroupsYamlTest;", | |
"pid": "951", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjRestoreJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjRestoreJob", | |
"insertText": "SubjRestoreJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjRestoreJob;", | |
"pid": "952", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetsExtractorHandlerNoLem - ru.mail.go.webbase.serp.synonyms", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetsExtractorHandlerNoLem", | |
"insertText": "SnippetsExtractorHandlerNoLem", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.SnippetsExtractorHandlerNoLem;", | |
"pid": "953", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleDatasetAggregatorTools - ru.mail.go.webbase.stat.engine.counter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleDatasetAggregatorTools", | |
"insertText": "SimpleDatasetAggregatorTools", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.SimpleDatasetAggregatorTools;", | |
"pid": "954", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeventhMetricMapper - ru.mail.go.webbase.quota.experiment.PrepareAccessorDataJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeventhMetricMapper", | |
"insertText": "SeventhMetricMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.PrepareAccessorDataJob$SeventhMetricMapper;", | |
"pid": "955", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SEInfo - ru.mail.go.webbase.stat.tasks.srch3786.SESwitchAnalysisJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SEInfo", | |
"insertText": "SEInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.tasks.srch3786.SESwitchAnalysisJob$SEInfo;", | |
"pid": "956", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShingleUtilsTest - ru.mail.go.webbase.duplicates.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShingleUtilsTest", | |
"insertText": "ShingleUtilsTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.duplicates.test.ShingleUtilsTest;", | |
"pid": "957", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceParsingErrorListOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceParsingErrorListOrBuilder", | |
"insertText": "SourceParsingErrorListOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SourceParsingErrorListOrBuilder;", | |
"pid": "958", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SOURCE - ru.mail.go.webbase.exporters.QDDBSpcExport", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SOURCE", | |
"insertText": "SOURCE", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.exporters.QDDBSpcExport$SOURCE;", | |
"pid": "959", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiStat - ru.mail.go.webbase.quota.experiment.CalcSekiteiStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiStat", | |
"insertText": "SekiteiStat", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.CalcSekiteiStatJob$SekiteiStat;", | |
"pid": "960", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatFeatsScanner - ru.mail.go.webbase.qclass", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatFeatsScanner", | |
"insertText": "StatFeatsScanner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.qclass.StatFeatsScanner;", | |
"pid": "961", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SyncReader - spam.services", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SyncReader", | |
"insertText": "SyncReader", | |
"data": { | |
"decl_signature": "Lspam.services.SyncReader;", | |
"pid": "962", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiBlobs - ru.mail.go.webbase.sekitei", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiBlobs", | |
"insertText": "SekiteiBlobs", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs;", | |
"pid": "963", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SEUrl - ru.mail.go.webbase.SputnikRanker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SEUrl", | |
"insertText": "SEUrl", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SEUrl;", | |
"pid": "964", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteToIp - spam.services", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteToIp", | |
"insertText": "SiteToIp", | |
"data": { | |
"decl_signature": "Lspam.services.SiteToIp;", | |
"pid": "965", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearcherType - ru.mail.go.webbase.logsParsers.HomerData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearcherType", | |
"insertText": "SearcherType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.HomerData$SearcherType;", | |
"pid": "966", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StarterMapper - ru.mail.go.webbase.youla.StarterLogsParser", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StarterMapper", | |
"insertText": "StarterMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.StarterLogsParser$StarterMapper;", | |
"pid": "967", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubDomainCleanJob - ru.mail.go.webbase.disposableTasks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubDomainCleanJob", | |
"insertText": "SubDomainCleanJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.SubDomainCleanJob;", | |
"pid": "968", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetInfo - ru.mail.go.webbase.LogReaders.SerpInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetInfo", | |
"insertText": "SnippetInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.LogReaders.SerpInfo$SnippetInfo;", | |
"pid": "969", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionBuilderTest - ru.mail.go.webbase.serpSession.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionBuilderTest", | |
"insertText": "SessionBuilderTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.tests.SessionBuilderTest;", | |
"pid": "970", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei_l - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei_l", | |
"insertText": "Sekitei_l", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Sekitei_l;", | |
"pid": "971", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StdDistributionRankMapper - ru.mail.go.webbase.clustering.QueriesDocumentsDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StdDistributionRankMapper", | |
"insertText": "StdDistributionRankMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clustering.QueriesDocumentsDumper$StdDistributionRankMapper;", | |
"pid": "972", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SqInfo - ru.mail.go.webbase.blobs.WebmasterBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SqInfo", | |
"insertText": "SqInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.WebmasterBlobs$SqInfo;", | |
"pid": "973", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerializeFullRowFromTable - ru.mail.go.webbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerializeFullRowFromTable", | |
"insertText": "SerializeFullRowFromTable", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.SerializeFullRowFromTable;", | |
"pid": "974", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjInspectJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjInspectJob", | |
"insertText": "SubjInspectJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjInspectJob;", | |
"pid": "975", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpSimilar - ru.mail.go.webbase.parsing.img.ImageDefs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpSimilar", | |
"insertText": "SerpSimilar", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.parsing.img.ImageDefs$SerpSimilar;", | |
"pid": "976", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcePopularityWorker - ru.mail.go.webbase.mediametrics.SourcePopularityUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcePopularityWorker", | |
"insertText": "SourcePopularityWorker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mediametrics.SourcePopularityUtils$SourcePopularityWorker;", | |
"pid": "977", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatLogMapper - ru.mail.go.webbase.utils.UserRetentionStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatLogMapper", | |
"insertText": "StatLogMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.UserRetentionStats$StatLogMapper;", | |
"pid": "978", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StepanPxtLogParser - ru.mail.go.webbase.logsParsers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StepanPxtLogParser", | |
"insertText": "StepanPxtLogParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.StepanPxtLogParser;", | |
"pid": "979", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjInspectMapper - ru.mail.go.webbase.fetcher.subj.SubjInspectJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjInspectMapper", | |
"insertText": "SubjInspectMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjInspectJob$SubjInspectMapper;", | |
"pid": "980", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceFilesToJsonMapper - ru.mail.go.webbase.lingvo.experiment.SequenceFilesToJson", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceFilesToJsonMapper", | |
"insertText": "SequenceFilesToJsonMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SequenceFilesToJson$SequenceFilesToJsonMapper;", | |
"pid": "981", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StreamDefinition - ru.mail.go.webbase.stat.realtime.trident.topology.SimpleTopologyBuilder", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StreamDefinition", | |
"insertText": "StreamDefinition", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.realtime.trident.topology.SimpleTopologyBuilder$StreamDefinition;", | |
"pid": "982", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segment_i - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segment_i", | |
"insertText": "Segment_i", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Segment_i;", | |
"pid": "983", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiTest - ru.mail.go.webbase.sekitei.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiTest", | |
"insertText": "SekiteiTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.test.SekiteiTest;", | |
"pid": "984", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StructNode - ru.mail.go.webbase.uc", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StructNode", | |
"insertText": "StructNode", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.uc.StructNode;", | |
"pid": "985", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeBodyPart - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeBodyPart", | |
"insertText": "SiliconeBodyPart", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeBodyPart;", | |
"pid": "986", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjBindsCopy - ru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjBindsCopy", | |
"insertText": "SubjBindsCopy", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob$SubjBindsCopy;", | |
"pid": "987", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubInfo - ru.mail.go.webbase.blobs.QuotaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubInfo", | |
"insertText": "StubInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.QuotaBlobs$StubInfo;", | |
"pid": "988", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleIndexMapper - ru.mail.go.webbase.fastbase.utils.UrlDataExperiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleIndexMapper", | |
"insertText": "SimpleIndexMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.utils.UrlDataExperiment$SimpleIndexMapper;", | |
"pid": "989", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StaticUrlFilterTest - ru.mail.go.webbase.utils.blacklist.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StaticUrlFilterTest", | |
"insertText": "StaticUrlFilterTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.blacklist.test.StaticUrlFilterTest;", | |
"pid": "990", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapperWP - ru.mail.go.webbase.sekitei.SekiteiMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapperWP", | |
"insertText": "SekiteiMapperWP", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiMRJob$SekiteiMapperWP;", | |
"pid": "991", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei_mOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei_mOrBuilder", | |
"insertText": "Sekitei_mOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Sekitei_mOrBuilder;", | |
"pid": "992", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowsMapper - ru.mail.go.webbase.gifts.CalcHourlyConvStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowsMapper", | |
"insertText": "ShowsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcHourlyConvStat$ShowsMapper;", | |
"pid": "993", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjectTable - ru.mail.go.webbase.tables", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjectTable", | |
"insertText": "SubjectTable", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.SubjectTable;", | |
"pid": "994", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sender - ru.mail.go.webbase.utils.JobStats2OPSD", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sender", | |
"insertText": "Sender", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.JobStats2OPSD$Sender;", | |
"pid": "995", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMapper - spam.graphics.hadoop.GetSpamIpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMapper", | |
"insertText": "SimpleMapper", | |
"data": { | |
"decl_signature": "Lspam.graphics.hadoop.GetSpamIpJob$SimpleMapper;", | |
"pid": "996", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemReducer - ru.mail.go.webbase.cosmo.vk.PrepareSocDemForCosmoJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemReducer", | |
"insertText": "SocDemReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.vk.PrepareSocDemForCosmoJob$SocDemReducer;", | |
"pid": "997", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowsBannersMapper - ru.mail.go.webbase.gifts.MoneyByTime", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowsBannersMapper", | |
"insertText": "ShowsBannersMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.MoneyByTime$ShowsBannersMapper;", | |
"pid": "998", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsBlock - ru.mail.go.webbase.stats.CollectSiteStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsBlock", | |
"insertText": "StatsBlock", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CollectSiteStats$StatsBlock;", | |
"pid": "999", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeDiscoveryParser - ru.mail.go.silicone.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeDiscoveryParser", | |
"insertText": "SiliconeDiscoveryParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.parsing.SiliconeDiscoveryParser;", | |
"pid": "1000", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STAGE - china_search.blobs.ChinaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STAGE", | |
"insertText": "STAGE", | |
"data": { | |
"decl_signature": "Lchina_search.blobs.ChinaBlobs$STAGE;", | |
"pid": "1001", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei_lOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei_lOrBuilder", | |
"insertText": "Sekitei_lOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Sekitei_lOrBuilder;", | |
"pid": "1002", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjDiagnosisJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjDiagnosisJob", | |
"insertText": "SubjDiagnosisJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjDiagnosisJob;", | |
"pid": "1003", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikReader - ru.mail.search", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikReader", | |
"insertText": "SputnikReader", | |
"data": { | |
"decl_signature": "Lru.mail.search.SputnikReader;", | |
"pid": "1004", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikLogsMapper - ru.mail.go.webbase.utils.MrcuVidMapJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikLogsMapper", | |
"insertText": "SputnikLogsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.MrcuVidMapJob$SputnikLogsMapper;", | |
"pid": "1005", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmartphoneUsersMpopExportJob - ru.mail.go.webbase.stat.adhoc.mobile", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmartphoneUsersMpopExportJob", | |
"insertText": "SmartphoneUsersMpopExportJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.adhoc.mobile.SmartphoneUsersMpopExportJob;", | |
"pid": "1006", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Serp - ru.mail.go.webbase.interleaving.InterleavingSerpProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Serp", | |
"insertText": "Serp", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.InterleavingSerpProto$Serp;", | |
"pid": "1007", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeriesEpisodeOrBuilder - ru.mail.go.webbase.blobs.Video", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeriesEpisodeOrBuilder", | |
"insertText": "SeriesEpisodeOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.Video$SeriesEpisodeOrBuilder;", | |
"pid": "1008", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteGoodStones - ru.mail.go.webbase.quota.experiment.StonesInterleavingQuality.GoodStonesCollection", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteGoodStones", | |
"insertText": "SiteGoodStones", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.StonesInterleavingQuality$GoodStonesCollection$SiteGoodStones;", | |
"pid": "1009", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowsData - ru.mail.go.webbase.video.i_missed", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowsData", | |
"insertText": "ShowsData", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.i_missed.ShowsData;", | |
"pid": "1010", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusCheckReducer - ru.mail.go.webbase.sekitei.SekiteiStatusChecker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusCheckReducer", | |
"insertText": "StatusCheckReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiStatusChecker$StatusCheckReducer;", | |
"pid": "1011", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShingleScanMapper - ru.mail.go.webbase.fetcher.fixes.SetBannedInIndex", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShingleScanMapper", | |
"insertText": "ShingleScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.SetBannedInIndex$ShingleScanMapper;", | |
"pid": "1012", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatisticType - ru.mail.go.webbase.linkgraph.export.StatisticFabric", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatisticType", | |
"insertText": "StatisticType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.export.StatisticFabric$StatisticType;", | |
"pid": "1013", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATES - ru.mail.go.webbase.fetcher.fastbase.utils.CheckpointSamples", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATES", | |
"insertText": "STATES", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.utils.CheckpointSamples$STATES;", | |
"pid": "1014", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuperFeaturesCalculation - ru.mail.go.webbase.ranking.superfeatures", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuperFeaturesCalculation", | |
"insertText": "SuperFeaturesCalculation", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.superfeatures.SuperFeaturesCalculation;", | |
"pid": "1015", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMRJob - ru.mail.go.webbase.sekitei", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMRJob", | |
"insertText": "SekiteiMRJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiMRJob;", | |
"pid": "1016", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringMapConfig - ru.mail.go.webbase.stat.realtime", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringMapConfig", | |
"insertText": "StringMapConfig", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.realtime.StringMapConfig;", | |
"pid": "1017", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SUGG_SESS_CNT - ru.mail.go.webbase.clickrank.utils.UniformSessionBuilder", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SUGG_SESS_CNT", | |
"insertText": "SUGG_SESS_CNT", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.UniformSessionBuilder$SUGG_SESS_CNT;", | |
"pid": "1018", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceInfo - cosmo.pb.CosmoData.SourceData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceInfo", | |
"insertText": "SourceInfo", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourceInfo;", | |
"pid": "1019", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitThumbnailsJobReducer - ru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitThumbnailsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitThumbnailsJobReducer", | |
"insertText": "SplitThumbnailsJobReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitThumbnailsJob$SplitThumbnailsJobReducer;", | |
"pid": "1020", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsUnion - ru.mail.go.webbase.clickrank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsUnion", | |
"insertText": "SessionsUnion", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionsUnion;", | |
"pid": "1021", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowsMapper - ru.mail.go.webbase.gifts.RestoreGiftsShowsAndClicks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowsMapper", | |
"insertText": "ShowsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.RestoreGiftsShowsAndClicks$ShowsMapper;", | |
"pid": "1022", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowedDocumentOrBuilder - ru.mail.go.webbase.interleaving.InterleavingSerpProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowedDocumentOrBuilder", | |
"insertText": "ShowedDocumentOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.InterleavingSerpProto$ShowedDocumentOrBuilder;", | |
"pid": "1023", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei_iOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei_iOrBuilder", | |
"insertText": "Sekitei_iOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Sekitei_iOrBuilder;", | |
"pid": "1024", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanUrlMapper - ru.mail.go.webbase.advcnt.ExchangeStatsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanUrlMapper", | |
"insertText": "ScanUrlMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.advcnt.ExchangeStatsJob$ScanUrlMapper;", | |
"pid": "1025", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggResultStatOrBuilder - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggResultStatOrBuilder", | |
"insertText": "SuggResultStatOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggResultStatOrBuilder;", | |
"pid": "1026", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiOldMapper - ru.mail.go.webbase.sekitei.SekiteiMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiOldMapper", | |
"insertText": "SekiteiOldMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiMRJob$SekiteiOldMapper;", | |
"pid": "1027", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikStats - ru.mail.go.webbase.stats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikStats", | |
"insertText": "SputnikStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.SputnikStats;", | |
"pid": "1028", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeYoutubeVideoData - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeYoutubeVideoData", | |
"insertText": "SiliconeYoutubeVideoData", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeYoutubeVideoData;", | |
"pid": "1029", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggKey - ru.mail.go.webbase.clickrank.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggKey", | |
"insertText": "SuggKey", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.SuggKey;", | |
"pid": "1030", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimilarSiteOrBuilder - cosmo.pb.CosmoData.UserData.SimilarSites", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimilarSiteOrBuilder", | |
"insertText": "SimilarSiteOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$SimilarSites$SimilarSiteOrBuilder;", | |
"pid": "1031", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpsForQid - ru.mail.go.webbase.quota.essr.scanners", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpsForQid", | |
"insertText": "SerpsForQid", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.scanners.SerpsForQid;", | |
"pid": "1032", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segment - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segment", | |
"insertText": "Segment", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Segment;", | |
"pid": "1033", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchDuplicates - ru.mail.go.webbase.duplicates", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchDuplicates", | |
"insertText": "SearchDuplicates", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.duplicates.SearchDuplicates;", | |
"pid": "1034", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsParserTest - ru.mail.go.webbase.fetcher.fastbase.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsParserTest", | |
"insertText": "SitemapsParserTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.test.SitemapsParserTest;", | |
"pid": "1035", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamCheck - ru.mail.go.webbase.fetcher.checks.MarkersChecker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamCheck", | |
"insertText": "SpamCheck", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.checks.MarkersChecker$SpamCheck;", | |
"pid": "1036", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmotherPreparationJob - ru.mail.go.webbase.markov.hadoop.jobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmotherPreparationJob", | |
"insertText": "SmotherPreparationJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.markov.hadoop.jobs.SmotherPreparationJob;", | |
"pid": "1037", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei_eOrBuilder - ru.mail.go.webbase.sekitei.SekiteiExpBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei_eOrBuilder", | |
"insertText": "Sekitei_eOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiExpBlobs$Sekitei_eOrBuilder;", | |
"pid": "1038", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteDataOrBuilder - ru.mail.go.webbase.blobs.WebmasterBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteDataOrBuilder", | |
"insertText": "SiteDataOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.WebmasterBlobs$SiteDataOrBuilder;", | |
"pid": "1039", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesDataDumperTest - ru.mail.go.webbase.fetcher.dump.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesDataDumperTest", | |
"insertText": "SitesDataDumperTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.test.SitesDataDumperTest;", | |
"pid": "1040", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkLogsMapper - ru.mail.go.webbase.target.GetUsersImplicitQueriesWithClicks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkLogsMapper", | |
"insertText": "SpkLogsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.GetUsersImplicitQueriesWithClicks$SpkLogsMapper;", | |
"pid": "1041", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemEventStat - cosmo.pb.CosmoData.SourceData.SourceEventStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemEventStat", | |
"insertText": "SocDemEventStat", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourceEventStat$SocDemEventStat;", | |
"pid": "1042", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchUrlsInHBaseUtil - ru.mail.go.webbase.video.wnf", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchUrlsInHBaseUtil", | |
"insertText": "SearchUrlsInHBaseUtil", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.wnf.SearchUrlsInHBaseUtil;", | |
"pid": "1043", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikFilterActionsReducer - ru.mail.go.webbase.liker.SputnikFilterJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikFilterActionsReducer", | |
"insertText": "SputnikFilterActionsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.liker.SputnikFilterJob$SputnikFilterActionsReducer;", | |
"pid": "1044", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsLinksDiffFilterTest - ru.mail.go.webbase.fetcher.fastbase.filter.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsLinksDiffFilterTest", | |
"insertText": "SitemapsLinksDiffFilterTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.filter.test.SitemapsLinksDiffFilterTest;", | |
"pid": "1045", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SPCCalculator - ru.mail.go.webbase.ranking.calculators", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SPCCalculator", | |
"insertText": "SPCCalculator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.calculators.SPCCalculator;", | |
"pid": "1046", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SescrLog - ru.mail.go.webbase.SputnikRanker.SescrapedSessionUploadJob.FBLStatCalc", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SescrLog", | |
"insertText": "SescrLog", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SescrapedSessionUploadJob$FBLStatCalc$SescrLog;", | |
"pid": "1047", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDumpReducer - ru.mail.go.webbase.fetcher.dump.hashed.SitesDataPartitioner", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDumpReducer", | |
"insertText": "SplitDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.hashed.SitesDataPartitioner$SplitDumpReducer;", | |
"pid": "1048", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnapHash2WebpagesIITool - ru.mail.go.webbase.tables.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnapHash2WebpagesIITool", | |
"insertText": "SnapHash2WebpagesIITool", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.utils.SnapHash2WebpagesIITool;", | |
"pid": "1049", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapStatJob - ru.mail.go.webbase.quota.experiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapStatJob", | |
"insertText": "SitemapStatJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SitemapStatJob;", | |
"pid": "1050", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stat - ru.mail.go.sugg.indexer.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stat", | |
"insertText": "Stat", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.utils.Stat;", | |
"pid": "1051", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortReducer - ru.mail.go.webbase.china.CalcChinaProductUniqSocDemStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortReducer", | |
"insertText": "SortReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.CalcChinaProductUniqSocDemStat$SortReducer;", | |
"pid": "1052", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMergeKVsReducer - ru.mail.go.webbase.fetcher.subj.SubjMergeKVsMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMergeKVsReducer", | |
"insertText": "SubjMergeKVsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeKVsMRJob$SubjMergeKVsReducer;", | |
"pid": "1053", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceDataReader - ru.mail.go.webbase.stat.mrutils.jobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceDataReader", | |
"insertText": "SequenceDataReader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.mrutils.jobs.SequenceDataReader;", | |
"pid": "1054", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerializePartitioner - ru.mail.go.sugg.indexer.DumpRaw", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerializePartitioner", | |
"insertText": "SerializePartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.DumpRaw$SerializePartitioner;", | |
"pid": "1055", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceFileExporter - ru.mail.go.webbase.fetcher.export", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceFileExporter", | |
"insertText": "SequenceFileExporter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.export.SequenceFileExporter;", | |
"pid": "1056", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortComparator - ru.mail.go.webbase.mr.UrlAndFlagKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortComparator", | |
"insertText": "SortComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.UrlAndFlagKey$SortComparator;", | |
"pid": "1057", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionReducer - ru.mail.go.doall.SessionDatasetJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionReducer", | |
"insertText": "SessionReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.SessionDatasetJob$SessionReducer;", | |
"pid": "1058", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Statistic - ru.mail.go.webbase.serp.QInformer.QInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Statistic", | |
"insertText": "Statistic", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.QInformer$QInfo$Statistic;", | |
"pid": "1059", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggTotalFreq - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggTotalFreq", | |
"insertText": "SuggTotalFreq", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggTotalFreq;", | |
"pid": "1060", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StrRankArrWritable - ru.mail.go.webbase.linkgraph.translate.TranslateUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StrRankArrWritable", | |
"insertText": "StrRankArrWritable", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.translate.TranslateUtils$StrRankArrWritable;", | |
"pid": "1061", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpBatchCreatorTest - ru.mail.go.webbase.fetcher.fastbase.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpBatchCreatorTest", | |
"insertText": "SerpBatchCreatorTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.test.SerpBatchCreatorTest;", | |
"pid": "1062", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringColumn - ru.mail.go.webbase.tables.ColumnDescriptor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringColumn", | |
"insertText": "StringColumn", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.ColumnDescriptor$StringColumn;", | |
"pid": "1063", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetsMapper - ru.mail.go.webbase.serp.synonyms.SnippetsExtractorJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetsMapper", | |
"insertText": "SnippetsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.SnippetsExtractorJob$SnippetsMapper;", | |
"pid": "1064", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleDatasetAggregatorMapperBase - ru.mail.go.webbase.stat.engine.counter.SimpleDatasetAggregatorTools", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleDatasetAggregatorMapperBase", | |
"insertText": "SimpleDatasetAggregatorMapperBase", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.SimpleDatasetAggregatorTools$SimpleDatasetAggregatorMapperBase;", | |
"pid": "1065", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SETUP_MODE - ru.mail.go.webbase.geo.PagesFlagsSetuper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SETUP_MODE", | |
"insertText": "SETUP_MODE", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.geo.PagesFlagsSetuper$SETUP_MODE;", | |
"pid": "1066", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.logs.LogStatusBanJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.logs.LogStatusBanJob$ScanMapper;", | |
"pid": "1067", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteStubGenerateJob - ru.mail.go.webbase.linkgraph.stub", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteStubGenerateJob", | |
"insertText": "SiteStubGenerateJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.SiteStubGenerateJob;", | |
"pid": "1068", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteStatsOrBuilder - ru.mail.go.webbase.stats.CommonStatsBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteStatsOrBuilder", | |
"insertText": "SiteStatsOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CommonStatsBlobs$SiteStatsOrBuilder;", | |
"pid": "1069", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowedDocumentsOrBuilder - ru.mail.go.webbase.interleaving.InterleavingSerpProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowedDocumentsOrBuilder", | |
"insertText": "ShowedDocumentsOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.InterleavingSerpProto$ShowedDocumentsOrBuilder;", | |
"pid": "1070", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteLinks - ru.mail.go.webbase.uc.rtmpls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteLinks", | |
"insertText": "SiteLinks", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.uc.rtmpls.SiteLinks;", | |
"pid": "1071", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmallPeriodMap - ru.mail.go.webbase.trendQsAnalyzer.TrendQsAnalyzer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmallPeriodMap", | |
"insertText": "SmallPeriodMap", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.trendQsAnalyzer.TrendQsAnalyzer$SmallPeriodMap;", | |
"pid": "1072", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggMobileAutocompResultOrBuilder - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggMobileAutocompResultOrBuilder", | |
"insertText": "SuggMobileAutocompResultOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggMobileAutocompResultOrBuilder;", | |
"pid": "1073", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemToProdReducer - ru.mail.go.webbase.china.SocDemToCategories", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemToProdReducer", | |
"insertText": "SocDemToProdReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.SocDemToCategories$SocDemToProdReducer;", | |
"pid": "1074", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteQddbMergerTest - ru.mail.go.webbase.fetcher.dump.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteQddbMergerTest", | |
"insertText": "SiteQddbMergerTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.test.SiteQddbMergerTest;", | |
"pid": "1075", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcePopularityStat - cosmo.pb.CosmoData.SourceData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcePopularityStat", | |
"insertText": "SourcePopularityStat", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourcePopularityStat;", | |
"pid": "1076", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubPlugin - ru.mail.go.webbase.fetcher.plugin", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubPlugin", | |
"insertText": "StubPlugin", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.plugin.StubPlugin;", | |
"pid": "1077", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamInfoMapper - ru.mail.go.webbase.quota.experiment.GetSpamInfoJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamInfoMapper", | |
"insertText": "SpamInfoMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.GetSpamInfoJob$SpamInfoMapper;", | |
"pid": "1078", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SkippedLoopbackPluginImpl - ru.mail.go.webbase.fetcher.fastbase.parsing.SkippedLoopbackPlugin", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SkippedLoopbackPluginImpl", | |
"insertText": "SkippedLoopbackPluginImpl", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.parsing.SkippedLoopbackPlugin$SkippedLoopbackPluginImpl;", | |
"pid": "1079", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Selector - ru.mail.go.silicone.config.CosmoParserConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Selector", | |
"insertText": "Selector", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.CosmoParserConfig$Selector;", | |
"pid": "1080", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjCleanKVsMapper - ru.mail.go.webbase.fetcher.subj.SubjCleanKVsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjCleanKVsMapper", | |
"insertText": "SubjCleanKVsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjCleanKVsJob$SubjCleanKVsMapper;", | |
"pid": "1081", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteTypeResult - ru.mail.go.webbase.quota.components.SiteTypeSelector", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteTypeResult", | |
"insertText": "SiteTypeResult", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.SiteTypeSelector$SiteTypeResult;", | |
"pid": "1082", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsMapper - ru.mail.go.webbase.stats.CollectSiteStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsMapper", | |
"insertText": "StatsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CollectSiteStats$StatsMapper;", | |
"pid": "1083", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StoneIDReducer - ru.mail.go.webbase.quota.experiment.modelCrawlRank.AppendStoneID", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StoneIDReducer", | |
"insertText": "StoneIDReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.modelCrawlRank.AppendStoneID$StoneIDReducer;", | |
"pid": "1084", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SetWebMetaTableColumnVersionJob - ru.mail.go.webbase.video", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SetWebMetaTableColumnVersionJob", | |
"insertText": "SetWebMetaTableColumnVersionJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.SetWebMetaTableColumnVersionJob;", | |
"pid": "1085", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SelectorOrRegexpType - ru.mail.go.silicone.config.CosmoSitesConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SelectorOrRegexpType", | |
"insertText": "SelectorOrRegexpType", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.CosmoSitesConfig$SelectorOrRegexpType;", | |
"pid": "1086", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmpUrlTsComparator - ru.mail.go.webbase.fetcher.fastbase.smphist.SmpCompactJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmpUrlTsComparator", | |
"insertText": "SmpUrlTsComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.smphist.SmpCompactJob$SmpUrlTsComparator;", | |
"pid": "1087", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SOURCE - ru.mail.go.oscar.UserActivity.PresentFunnelStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SOURCE", | |
"insertText": "SOURCE", | |
"data": { | |
"decl_signature": "Lru.mail.go.oscar.UserActivity$PresentFunnelStat$SOURCE;", | |
"pid": "1088", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitCamelCaseUrlsJobDumpMapper - ru.mail.go.webbase.lingvo.experiment.SplitCamelCaseUrlTokensJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitCamelCaseUrlsJobDumpMapper", | |
"insertText": "SplitCamelCaseUrlsJobDumpMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SplitCamelCaseUrlTokensJob$SplitCamelCaseUrlsJobDumpMapper;", | |
"pid": "1089", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggWnfResult - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggWnfResult", | |
"insertText": "SuggWnfResult", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggWnfResult;", | |
"pid": "1090", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusOrBuilder - ru.mail.go.webbase.blobs.Video", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusOrBuilder", | |
"insertText": "StatusOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.Video$StatusOrBuilder;", | |
"pid": "1091", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconSourceMode - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconSourceMode", | |
"insertText": "SiliconSourceMode", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconSourceMode;", | |
"pid": "1092", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitReducerInContentOutProtobuf - ru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitReducerInContentOutProtobuf", | |
"insertText": "SplitReducerInContentOutProtobuf", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob$SplitReducerInContentOutProtobuf;", | |
"pid": "1093", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitThumbnailsJobPartitioner - ru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitThumbnailsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitThumbnailsJobPartitioner", | |
"insertText": "SplitThumbnailsJobPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitThumbnailsJob$SplitThumbnailsJobPartitioner;", | |
"pid": "1094", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Source - ru.mail.go.webbase.SputnikRanker.TransitionData.ImageBody", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Source", | |
"insertText": "Source", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.TransitionData$ImageBody$Source;", | |
"pid": "1095", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SaveScheduledUrlsJob - ru.mail.go.webbase.quota.images", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SaveScheduledUrlsJob", | |
"insertText": "SaveScheduledUrlsJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.images.SaveScheduledUrlsJob;", | |
"pid": "1096", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceError - ru.mail.go.silicone.report", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceError", | |
"insertText": "SourceError", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.report.SourceError;", | |
"pid": "1097", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SfbUrlsMapper - ru.mail.go.webbase.fastbase.FBUrlsPriority", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SfbUrlsMapper", | |
"insertText": "SfbUrlsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.FBUrlsPriority$SfbUrlsMapper;", | |
"pid": "1098", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesScannerJob - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesScannerJob", | |
"insertText": "SitesScannerJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SitesScannerJob;", | |
"pid": "1099", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SCAN - ru.mail.go.webbase.utils.QueryHashCollisions.HashMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SCAN", | |
"insertText": "SCAN", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.QueryHashCollisions$HashMapper$SCAN;", | |
"pid": "1100", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SetLinkgraphTimestamp - ru.mail.go.webbase.disposableTasks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SetLinkgraphTimestamp", | |
"insertText": "SetLinkgraphTimestamp", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.SetLinkgraphTimestamp;", | |
"pid": "1101", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatisticsFromSessionsJobTest - ru.mail.go.webbase.markov.hadoop.jobs.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatisticsFromSessionsJobTest", | |
"insertText": "StatisticsFromSessionsJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.markov.hadoop.jobs.tests.StatisticsFromSessionsJobTest;", | |
"pid": "1102", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeriesEpisode - ru.mail.go.webbase.blobs.Video", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeriesEpisode", | |
"insertText": "SeriesEpisode", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.Video$SeriesEpisode;", | |
"pid": "1103", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjDumpForBindMapper - ru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjDumpForBindMapper", | |
"insertText": "SubjDumpForBindMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob$SubjDumpForBindMapper;", | |
"pid": "1104", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcesListChecker - ru.mail.go.webbase.stats.aip", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcesListChecker", | |
"insertText": "SourcesListChecker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.aip.SourcesListChecker;", | |
"pid": "1105", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.fixes.CheckAndReloadFullUrls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.CheckAndReloadFullUrls$ScanMapper;", | |
"pid": "1106", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemFromHBaseMapper - ru.mail.go.webbase.mediametrics.SocDemExporterJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemFromHBaseMapper", | |
"insertText": "SocDemFromHBaseMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mediametrics.SocDemExporterJob$SocDemFromHBaseMapper;", | |
"pid": "1107", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondBytesComparator - ru.mail.go.webbase.mr.keys.BytesBytesBytesBytesKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondBytesComparator", | |
"insertText": "SecondBytesComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.BytesBytesBytesBytesKey$SecondBytesComparator;", | |
"pid": "1108", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkLogsMapper - ru.mail.go.webbase.target.GetUsersImplicitExplicitQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkLogsMapper", | |
"insertText": "SpkLogsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.GetUsersImplicitExplicitQueries$SpkLogsMapper;", | |
"pid": "1109", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitHtmlDataJobReducer - ru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitHtmlDataJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitHtmlDataJobReducer", | |
"insertText": "SplitHtmlDataJobReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitHtmlDataJob$SplitHtmlDataJobReducer;", | |
"pid": "1110", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMergerNullWritable - ru.mail.go.webbase.disposableTasks.GetServiceCentersUrls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMergerNullWritable", | |
"insertText": "SimpleMergerNullWritable", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.GetServiceCentersUrls$SimpleMergerNullWritable;", | |
"pid": "1111", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Statement - ru.mail.go.webbase.quota.analyze.SchedulerWnf3", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Statement", | |
"insertText": "Statement", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SchedulerWnf3$Statement;", | |
"pid": "1112", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SrcLocationStatAggregatorJob - ru.mail.go.webbase.cosmo.ctrs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SrcLocationStatAggregatorJob", | |
"insertText": "SrcLocationStatAggregatorJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.ctrs.SrcLocationStatAggregatorJob;", | |
"pid": "1113", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsReducer - ru.mail.go.webbase.clickrank.utils.UniformSessionUrlStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsReducer", | |
"insertText": "SessionsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.UniformSessionUrlStats$SessionsReducer;", | |
"pid": "1114", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Search - ru.mail.go.webbase.likemore.LikemoreMetricsProto.SearchListMetricResult", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Search", | |
"insertText": "Search", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.likemore.LikemoreMetricsProto$SearchListMetricResult$Search;", | |
"pid": "1115", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerRecord - ru.mail.go.webbase.fetcher.clean.checker.record", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerRecord", | |
"insertText": "SchedulerRecord", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.clean.checker.record.SchedulerRecord;", | |
"pid": "1116", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob$ScanMapper;", | |
"pid": "1117", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusCheckMapper - ru.mail.go.webbase.sekitei.SekiteiStatusChecker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusCheckMapper", | |
"insertText": "StatusCheckMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiStatusChecker$StatusCheckMapper;", | |
"pid": "1118", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sitemap - ru.mail.go.webbase.parsing.sitemap", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sitemap", | |
"insertText": "Sitemap", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.parsing.sitemap.Sitemap;", | |
"pid": "1119", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconDocTaggerHashInfo - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconDocTaggerHashInfo", | |
"insertText": "SiliconDocTaggerHashInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconDocTaggerHashInfo;", | |
"pid": "1120", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetImageSchedulerTest - ru.mail.go.webbase.quota.images.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetImageSchedulerTest", | |
"insertText": "SnippetImageSchedulerTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.images.test.SnippetImageSchedulerTest;", | |
"pid": "1121", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeenProductReducer - ru.mail.go.webbase.china.CheckSplits", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeenProductReducer", | |
"insertText": "SeenProductReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.CheckSplits$SeenProductReducer;", | |
"pid": "1122", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpBatchCreator - ru.mail.go.webbase.fetcher.fastbase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpBatchCreator", | |
"insertText": "SerpBatchCreator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.SerpBatchCreator;", | |
"pid": "1123", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeImagePostID - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeImagePostID", | |
"insertText": "SiliconeImagePostID", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeImagePostID;", | |
"pid": "1124", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentInfo - ru.mail.go.webbase.fastbase.behavioralFB.MergeKPDWithSekitei", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentInfo", | |
"insertText": "SegmentInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.behavioralFB.MergeKPDWithSekitei$SegmentInfo;", | |
"pid": "1125", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteStatsOrBuilder - ru.mail.go.webbase.blobs.SiteStatsBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteStatsOrBuilder", | |
"insertText": "SiteStatsOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiteStatsBlobs$SiteStatsOrBuilder;", | |
"pid": "1126", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowNameExtractorTest - ru.mail.go.webbase.video.series.show_info", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowNameExtractorTest", | |
"insertText": "ShowNameExtractorTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.series.show_info.ShowNameExtractorTest;", | |
"pid": "1127", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondTextPartitioner - ru.mail.go.webbase.stat.mrutils.TextLongPair", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondTextPartitioner", | |
"insertText": "SecondTextPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.mrutils.TextLongPair$SecondTextPartitioner;", | |
"pid": "1128", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionStorage - ru.mail.go.webbase.disposableTasks.CalcUserMap", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionStorage", | |
"insertText": "SessionStorage", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.CalcUserMap$SessionStorage;", | |
"pid": "1129", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StorageMapper - ru.mail.go.webbase.liker.experimental.CalculateAmigoLikerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StorageMapper", | |
"insertText": "StorageMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.liker.experimental.CalculateAmigoLikerJob$StorageMapper;", | |
"pid": "1130", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggWnfEntry - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggWnfEntry", | |
"insertText": "SuggWnfEntry", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggWnfEntry;", | |
"pid": "1131", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggJobData - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggJobData", | |
"insertText": "SuggJobData", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggJobData;", | |
"pid": "1132", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Statistics - ru.mail.go.webbase.logsParsers.CalcUserSourceStatistics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Statistics", | |
"insertText": "Statistics", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.CalcUserSourceStatistics$Statistics;", | |
"pid": "1133", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiOrBuilder", | |
"insertText": "SekiteiOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$SekiteiOrBuilder;", | |
"pid": "1134", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjCleanDBMapper - ru.mail.go.webbase.fetcher.subj.SubjCleanDBJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjCleanDBMapper", | |
"insertText": "SubjCleanDBMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjCleanDBJob$SubjCleanDBMapper;", | |
"pid": "1135", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SDWMapper - ru.mail.go.webbase.quota.analyze.ScheduledDumpWnfJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SDWMapper", | |
"insertText": "SDWMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.ScheduledDumpWnfJob$SDWMapper;", | |
"pid": "1136", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubBatchGenerator - ru.mail.go.webbase.fetcher.batch", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubBatchGenerator", | |
"insertText": "StubBatchGenerator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.StubBatchGenerator;", | |
"pid": "1137", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentInfo - ru.mail.go.webbase.fastbase.behavioralFB.GetSegmentsForQuotaIncreasing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentInfo", | |
"insertText": "SegmentInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.behavioralFB.GetSegmentsForQuotaIncreasing$SegmentInfo;", | |
"pid": "1138", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiReducer - ru.mail.go.webbase.sekitei.SekiteiMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiReducer", | |
"insertText": "SekiteiReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiMRJob$SekiteiReducer;", | |
"pid": "1139", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiLocalBuilder - ru.mail.go.webbase.fetcher.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiLocalBuilder", | |
"insertText": "SekiteiLocalBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.utils.SekiteiLocalBuilder;", | |
"pid": "1140", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteData - ru.mail.go.webbase.blobs.WebmasterBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteData", | |
"insertText": "SiteData", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.WebmasterBlobs$SiteData;", | |
"pid": "1141", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMergeDBJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMergeDBJob", | |
"insertText": "SubjMergeDBJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeDBJob;", | |
"pid": "1142", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SrOrBuilder - ru.mail.go.webbase.serp.QInformer.QInfo.Statistic", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SrOrBuilder", | |
"insertText": "SrOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.QInformer$QInfo$Statistic$SrOrBuilder;", | |
"pid": "1143", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleRankMapper - ru.mail.go.webbase.china.GetGendalfTail", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleRankMapper", | |
"insertText": "SimpleRankMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.GetGendalfTail$SimpleRankMapper;", | |
"pid": "1144", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMapper - ru.mail.go.webbase.gifts.PredictProb", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMapper", | |
"insertText": "SplitMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.PredictProb$SplitMapper;", | |
"pid": "1145", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggWnfResultOrBuilder - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggWnfResultOrBuilder", | |
"insertText": "SuggWnfResultOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggWnfResultOrBuilder;", | |
"pid": "1146", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchIdsCountReducer - ru.mail.go.webbase.youla.YoulaSearchIdsCountJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchIdsCountReducer", | |
"insertText": "SearchIdsCountReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.YoulaSearchIdsCountJob$SearchIdsCountReducer;", | |
"pid": "1147", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionViewer - ru.mail.go.webbase.viewers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionViewer", | |
"insertText": "SessionViewer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.viewers.SessionViewer;", | |
"pid": "1148", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StoresLoyaltyJob - ru.mail.go.webbase.stat.loyalty", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StoresLoyaltyJob", | |
"insertText": "StoresLoyaltyJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.loyalty.StoresLoyaltyJob;", | |
"pid": "1149", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMergeBindingsReducer - ru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMergeBindingsReducer", | |
"insertText": "SubjMergeBindingsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob$SubjMergeBindingsReducer;", | |
"pid": "1150", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteFeedBackOrBuilder - ru.mail.go.webbase.clickrank.utils.UserFeedbackModelProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteFeedBackOrBuilder", | |
"insertText": "SiteFeedBackOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.UserFeedbackModelProto$SiteFeedBackOrBuilder;", | |
"pid": "1151", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Str1Str2HashPartitioner - ru.mail.go.webbase.mr.StrStrIntKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Str1Str2HashPartitioner", | |
"insertText": "Str1Str2HashPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.StrStrIntKey$Str1Str2HashPartitioner;", | |
"pid": "1152", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiDumper - ru.mail.go.webbase.quota.images.test.BigImageSchedulerTest", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiDumper", | |
"insertText": "SekiteiDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.images.test.BigImageSchedulerTest$SekiteiDumper;", | |
"pid": "1153", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segment_r - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segment_r", | |
"insertText": "Segment_r", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Segment_r;", | |
"pid": "1154", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpaceUsage - ru.mail.go.webbase.stats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpaceUsage", | |
"insertText": "SpaceUsage", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.SpaceUsage;", | |
"pid": "1155", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SampleDomainsJob - ru.mail.go.webbase.quota.experiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SampleDomainsJob", | |
"insertText": "SampleDomainsJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SampleDomainsJob;", | |
"pid": "1156", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiFeaturesDumpJob - ru.mail.go.webbase.quota.experiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiFeaturesDumpJob", | |
"insertText": "SekiteiFeaturesDumpJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SekiteiFeaturesDumpJob;", | |
"pid": "1157", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiSampling - ru.mail.go.webbase.sekitei", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiSampling", | |
"insertText": "SekiteiSampling", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiSampling;", | |
"pid": "1158", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SEX_ENUM - ru.mail.go.webbase.tables.CosmoUsersTable", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SEX_ENUM", | |
"insertText": "SEX_ENUM", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.CosmoUsersTable$SEX_ENUM;", | |
"pid": "1159", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmpCompactJobUnitTest - ru.mail.go.webbase.fetcher.fastbase.smphist.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmpCompactJobUnitTest", | |
"insertText": "SmpCompactJobUnitTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.smphist.test.SmpCompactJobUnitTest;", | |
"pid": "1160", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulersStats - ru.mail.go.webbase.stats.common", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulersStats", | |
"insertText": "SchedulersStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.common.SchedulersStats;", | |
"pid": "1161", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SorterReducer - ru.mail.go.webbase.qscheduler.QueriesBatchSplitter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SorterReducer", | |
"insertText": "SorterReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.qscheduler.QueriesBatchSplitter$SorterReducer;", | |
"pid": "1162", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsMapper - ru.mail.go.webbase.fetcher.logs.LogSiteChecker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsMapper", | |
"insertText": "StatsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.logs.LogSiteChecker$StatsMapper;", | |
"pid": "1163", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.ds.utils.RobotsAfterCheck", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.ds.utils.RobotsAfterCheck$ScanMapper;", | |
"pid": "1164", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatReducer - ru.mail.go.webbase.fastbase.utils.FBQueriesStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatReducer", | |
"insertText": "StatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.utils.FBQueriesStatJob$StatReducer;", | |
"pid": "1165", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiDiscoveryParserTest - ru.mail.go.silicone.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiDiscoveryParserTest", | |
"insertText": "SekiteiDiscoveryParserTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.parsing.SekiteiDiscoveryParserTest;", | |
"pid": "1166", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjParsed - ru.mail.go.webbase.blobs.DocParserBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjParsed", | |
"insertText": "SubjParsed", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DocParserBlobs$SubjParsed;", | |
"pid": "1167", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconDocParserInfoOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconDocParserInfoOrBuilder", | |
"insertText": "SiliconDocParserInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconDocParserInfoOrBuilder;", | |
"pid": "1168", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusInfo - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusInfo", | |
"insertText": "StatusInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$StatusInfo;", | |
"pid": "1169", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggResultStat - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggResultStat", | |
"insertText": "SuggResultStat", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggResultStat;", | |
"pid": "1170", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatMapper - ru.mail.go.webbase.quota.experiment.GetQueriesStatTmJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatMapper", | |
"insertText": "StatMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.GetQueriesStatTmJob$StatMapper;", | |
"pid": "1171", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetsMapper - ru.mail.go.webbase.serp.synonyms.PhraseReformulatingDictionaryGeneratorJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetsMapper", | |
"insertText": "SnippetsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.PhraseReformulatingDictionaryGeneratorJob$SnippetsMapper;", | |
"pid": "1172", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcesWebStatsOrBuilder - cosmo.pb.CosmoData.UserData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcesWebStatsOrBuilder", | |
"insertText": "SourcesWebStatsOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$SourcesWebStatsOrBuilder;", | |
"pid": "1173", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SEType - ru.mail.go.webbase.SputnikRanker.SescrapedSessionUploadJob.SessionsMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SEType", | |
"insertText": "SEType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SescrapedSessionUploadJob$SessionsMapper$SEType;", | |
"pid": "1174", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringField - ru.mail.go.doall.utils.JsonLogsAggregator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringField", | |
"insertText": "StringField", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.utils.JsonLogsAggregator$StringField;", | |
"pid": "1175", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Spellcheck - ru.mail.go.webbase.serp.QSpellchecker.QDDBSpc", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Spellcheck", | |
"insertText": "Spellcheck", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.QSpellchecker$QDDBSpc$Spellcheck;", | |
"pid": "1176", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondTextPartitioner - ru.mail.go.webbase.stat.mrutils.TextDoublePair", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondTextPartitioner", | |
"insertText": "SecondTextPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.mrutils.TextDoublePair$SecondTextPartitioner;", | |
"pid": "1177", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceHostsMergeTest - ru.mail.go.webbase.fastbase.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceHostsMergeTest", | |
"insertText": "SourceHostsMergeTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.test.SourceHostsMergeTest;", | |
"pid": "1178", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Session - ru.mail.go.webbase.disposableTasks.CalcUserMap", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Session", | |
"insertText": "Session", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.CalcUserMap$Session;", | |
"pid": "1179", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmallerLargerComparator - ru.mail.go.webbase.stat.mrutils.TextBooleanPair", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmallerLargerComparator", | |
"insertText": "SmallerLargerComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.mrutils.TextBooleanPair$SmallerLargerComparator;", | |
"pid": "1180", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjTextDumpJob - ru.mail.go.webbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjTextDumpJob", | |
"insertText": "SubjTextDumpJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.SubjTextDumpJob;", | |
"pid": "1181", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapperOutContent - ru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapperOutContent", | |
"insertText": "ScanMapperOutContent", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob$ScanMapperOutContent;", | |
"pid": "1182", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeedGenerator - ru.mail.go.silicone.source", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeedGenerator", | |
"insertText": "SeedGenerator", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.source.SeedGenerator;", | |
"pid": "1183", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcePopularityAllJobTest - ru.mail.go.webbase.mediametrics.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcePopularityAllJobTest", | |
"insertText": "SourcePopularityAllJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mediametrics.test.SourcePopularityAllJobTest;", | |
"pid": "1184", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsUnionTest - ru.mail.go.webbase.clickrank.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsUnionTest", | |
"insertText": "SessionsUnionTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.tests.SessionsUnionTest;", | |
"pid": "1185", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteStatsReducer - ru.mail.go.webbase.stats.CommonStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteStatsReducer", | |
"insertText": "SiteStatsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CommonStats$SiteStatsReducer;", | |
"pid": "1186", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeqMapper - ru.mail.go.webbase.quota.essr.ScannerBase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeqMapper", | |
"insertText": "SeqMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.ScannerBase$SeqMapper;", | |
"pid": "1187", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpLogRecordOrBuilder - ru.mail.go.webbase.ranking.LogRecords", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpLogRecordOrBuilder", | |
"insertText": "SerpLogRecordOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.LogRecords$SerpLogRecordOrBuilder;", | |
"pid": "1188", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimilarProductOrBuilder - china_search.blobs.ChinaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimilarProductOrBuilder", | |
"insertText": "SimilarProductOrBuilder", | |
"data": { | |
"decl_signature": "Lchina_search.blobs.ChinaBlobs$SimilarProductOrBuilder;", | |
"pid": "1189", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerStats - ru.mail.go.webbase.stats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerStats", | |
"insertText": "SchedulerStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.SchedulerStats;", | |
"pid": "1190", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMergeDBsReducer - ru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMergeDBsReducer", | |
"insertText": "SubjMergeDBsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob$SubjMergeDBsReducer;", | |
"pid": "1191", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StepanPixelsMapper - ru.mail.go.webbase.logsParsers.GlueStepanClicksJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StepanPixelsMapper", | |
"insertText": "StepanPixelsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.GlueStepanClicksJob$StepanPixelsMapper;", | |
"pid": "1192", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMergeReason - ru.mail.go.webbase.userhistory.UserHistory.LogicalSession", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMergeReason", | |
"insertText": "SplitMergeReason", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.userhistory.UserHistory$LogicalSession$SplitMergeReason;", | |
"pid": "1193", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteStatsReducer - ru.mail.go.webbase.stats.CommonStats2", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteStatsReducer", | |
"insertText": "SiteStatsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CommonStats2$SiteStatsReducer;", | |
"pid": "1194", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sum - ru.mail.go.webbase.stats.aggregate.operator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sum", | |
"insertText": "Sum", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.aggregate.operator.Sum;", | |
"pid": "1195", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMapper - ru.mail.go.webbase.fetcher.dump.hashed.split.SitesDataSplitter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMapper", | |
"insertText": "SplitMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.hashed.split.SitesDataSplitter$SplitMapper;", | |
"pid": "1196", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggJobDataPrinter - ru.mail.go.webbase.clickrank.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggJobDataPrinter", | |
"insertText": "SuggJobDataPrinter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.SuggJobDataPrinter;", | |
"pid": "1197", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcePopularityCalculatorJob - ru.mail.go.webbase.mediametrics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcePopularityCalculatorJob", | |
"insertText": "SourcePopularityCalculatorJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mediametrics.SourcePopularityCalculatorJob;", | |
"pid": "1198", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjCreateBindingsReducer - ru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjCreateBindingsReducer", | |
"insertText": "SubjCreateBindingsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeBindMRJob$SubjCreateBindingsReducer;", | |
"pid": "1199", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceStatesMerger - ru.mail.go.webbase.markov.tools", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceStatesMerger", | |
"insertText": "SequenceStatesMerger", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.markov.tools.SequenceStatesMerger;", | |
"pid": "1200", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceType - ru.mail.go.webbase.interleaving.InterleavingSerpProto.Serp", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceType", | |
"insertText": "SourceType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.InterleavingSerpProto$Serp$SourceType;", | |
"pid": "1201", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceConfig - ru.mail.go.silicone.config.CosmoSitesConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceConfig", | |
"insertText": "SourceConfig", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.CosmoSitesConfig$SourceConfig;", | |
"pid": "1202", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.quota.experiment.SekiteiFeaturesDumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SekiteiFeaturesDumpJob$SekiteiMapper;", | |
"pid": "1203", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerUtils - ru.mail.go.webbase.quota.components", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerUtils", | |
"insertText": "SchedulerUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.SchedulerUtils;", | |
"pid": "1204", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitBkiImagesJob - ru.mail.go.webbase.bki", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitBkiImagesJob", | |
"insertText": "SplitBkiImagesJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.bki.SplitBkiImagesJob;", | |
"pid": "1205", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuperIndexScannerJob - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuperIndexScannerJob", | |
"insertText": "SuperIndexScannerJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SuperIndexScannerJob;", | |
"pid": "1206", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StackExchangeReaderConverter - ru.mail.go.webbase.linkgraph.numzones.ExtraInfoMakers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StackExchangeReaderConverter", | |
"insertText": "StackExchangeReaderConverter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.numzones.ExtraInfoMakers$StackExchangeReaderConverter;", | |
"pid": "1207", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SelectedFeatureOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SelectedFeatureOrBuilder", | |
"insertText": "SelectedFeatureOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$SelectedFeatureOrBuilder;", | |
"pid": "1208", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "State - ru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob.Dump", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "State", | |
"insertText": "State", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob$Dump$State;", | |
"pid": "1209", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.clickrank.utils.QueryFrequenciesJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.QueryFrequenciesJob$ScanMapper;", | |
"pid": "1210", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsDuplicates - ru.mail.go.webbase.duplicates", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsDuplicates", | |
"insertText": "StatsDuplicates", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.duplicates.StatsDuplicates;", | |
"pid": "1211", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteSetMask - ru.mail.go.webbase.utils.blacklist", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteSetMask", | |
"insertText": "SiteSetMask", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.blacklist.SiteSetMask;", | |
"pid": "1212", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpecBasesUrlFiles - ru.mail.go.webbase.utils.MicroBaseSplitter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpecBasesUrlFiles", | |
"insertText": "SpecBasesUrlFiles", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.MicroBaseSplitter$SpecBasesUrlFiles;", | |
"pid": "1213", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SANDBOX_REASON - ru.mail.go.webbase.tables.WebSiteTable.DETAIL_CF", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SANDBOX_REASON", | |
"insertText": "SANDBOX_REASON", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.WebSiteTable$DETAIL_CF$SANDBOX_REASON;", | |
"pid": "1214", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATS - ru.mail.go.webbase.fetcher.fastbase.parsing.FetchedSitemapPlugin.FetchedSitemapPluginImpl", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATS", | |
"insertText": "STATS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.parsing.FetchedSitemapPlugin$FetchedSitemapPluginImpl$STATS;", | |
"pid": "1215", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StrStrIntKey - ru.mail.go.webbase.mr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StrStrIntKey", | |
"insertText": "StrStrIntKey", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.StrStrIntKey;", | |
"pid": "1216", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleTotalUrlsScanner - ru.mail.go.webbase.quota.essr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleTotalUrlsScanner", | |
"insertText": "SimpleTotalUrlsScanner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.SimpleTotalUrlsScanner;", | |
"pid": "1217", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortComparator - ru.mail.go.webbase.mr.HostUrlRankKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortComparator", | |
"insertText": "SortComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.HostUrlRankKey$SortComparator;", | |
"pid": "1218", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceInfo - ru.mail.go.silicone.config.AdmgoStepanConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceInfo", | |
"insertText": "SourceInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.AdmgoStepanConfig$SourceInfo;", | |
"pid": "1219", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnapPartitioningJobMapper - ru.mail.go.youla", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnapPartitioningJobMapper", | |
"insertText": "SnapPartitioningJobMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.youla.SnapPartitioningJobMapper;", | |
"pid": "1220", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanSiteMapper - ru.mail.go.webbase.advcnt.ExchangeStatsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanSiteMapper", | |
"insertText": "ScanSiteMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.advcnt.ExchangeStatsJob$ScanSiteMapper;", | |
"pid": "1221", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubsMapper - ru.mail.go.webbase.fastbase.urlFilter.BanUrlSources", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubsMapper", | |
"insertText": "StubsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.BanUrlSources$StubsMapper;", | |
"pid": "1222", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SJConstants - ru.mail.go.webbase.duplicates", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SJConstants", | |
"insertText": "SJConstants", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.duplicates.SJConstants;", | |
"pid": "1223", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringArr - ru.mail.go.webbase.quicklinks.QuickLinkProcessor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringArr", | |
"insertText": "StringArr", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quicklinks.QuickLinkProcessor$StringArr;", | |
"pid": "1224", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMergeKVsMapper - ru.mail.go.webbase.fetcher.subj.SubjMergeKVsMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMergeKVsMapper", | |
"insertText": "SubjMergeKVsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeKVsMRJob$SubjMergeKVsMapper;", | |
"pid": "1225", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatReducer - ru.mail.go.webbase.utils.UserRetentionStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatReducer", | |
"insertText": "StatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.UserRetentionStats$StatReducer;", | |
"pid": "1226", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikFilterJob - ru.mail.go.webbase.liker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikFilterJob", | |
"insertText": "SputnikFilterJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.liker.SputnikFilterJob;", | |
"pid": "1227", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SNAP_CF - ru.mail.go.webbase.tables.WebPageTableII", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SNAP_CF", | |
"insertText": "SNAP_CF", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.WebPageTableII$SNAP_CF;", | |
"pid": "1228", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjDumpDBForMergeMapper - ru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjDumpDBForMergeMapper", | |
"insertText": "SubjDumpDBForMergeMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob$SubjDumpDBForMergeMapper;", | |
"pid": "1229", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceAndInputFiles - ru.mail.go.webbase.stat.mrutils.helpers.FileJobHelper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceAndInputFiles", | |
"insertText": "SequenceAndInputFiles", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.mrutils.helpers.FileJobHelper$SequenceAndInputFiles;", | |
"pid": "1230", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpUtils - ru.mail.go.webbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpUtils", | |
"insertText": "SerpUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.SerpUtils;", | |
"pid": "1231", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsDiffJob - ru.mail.go.webbase.SputnikRanker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsDiffJob", | |
"insertText": "SessionsDiffJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SessionsDiffJob;", | |
"pid": "1232", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpectrumUtilsTest - ru.mail.go.webbase.stat.engine.counter.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpectrumUtilsTest", | |
"insertText": "SpectrumUtilsTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.test.SpectrumUtilsTest;", | |
"pid": "1233", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsInfo - ru.mail.go.webbase.serpSession.agents.Agent", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsInfo", | |
"insertText": "StatsInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.agents.Agent$StatsInfo;", | |
"pid": "1234", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Source - ru.mail.go.snippet.featured.FeaturedSnippet", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Source", | |
"insertText": "Source", | |
"data": { | |
"decl_signature": "Lru.mail.go.snippet.featured.FeaturedSnippet$Source;", | |
"pid": "1235", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondaryDictionaryMiddleConverter - ru.mail.go.webbase.serp.synonyms.postprocessing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondaryDictionaryMiddleConverter", | |
"insertText": "SecondaryDictionaryMiddleConverter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.postprocessing.SecondaryDictionaryMiddleConverter;", | |
"pid": "1236", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusExportCheck - ru.mail.go.webbase.fetcher.fastbase.parsing.test.FetchListLoopbackChecker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusExportCheck", | |
"insertText": "StatusExportCheck", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.parsing.test.FetchListLoopbackChecker$StatusExportCheck;", | |
"pid": "1237", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetSessionOrBuilder - ru.mail.go.webbase.SputnikRanker.TransitionData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetSessionOrBuilder", | |
"insertText": "SnippetSessionOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.TransitionData$SnippetSessionOrBuilder;", | |
"pid": "1238", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerMarksGrep - ru.mail.go.webbase.fetcher.dump.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerMarksGrep", | |
"insertText": "SchedulerMarksGrep", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.utils.SchedulerMarksGrep;", | |
"pid": "1239", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiContainer - ru.mail.go.webbase.quota.experiment.CalcSekiteiStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiContainer", | |
"insertText": "SekiteiContainer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.CalcSekiteiStatJob$SekiteiContainer;", | |
"pid": "1240", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubGenerateFullJobTest - ru.mail.go.webbase.linkgraph.stub.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubGenerateFullJobTest", | |
"insertText": "StubGenerateFullJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.test.StubGenerateFullJobTest;", | |
"pid": "1241", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SelfRedirectsScanner - ru.mail.go.webbase.quota.essr.scanners", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SelfRedirectsScanner", | |
"insertText": "SelfRedirectsScanner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.scanners.SelfRedirectsScanner;", | |
"pid": "1242", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatTotalJobTest - ru.mail.go.webbase.cosmo.ctrs.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatTotalJobTest", | |
"insertText": "StatTotalJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.ctrs.test.StatTotalJobTest;", | |
"pid": "1243", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsMapper - ru.mail.go.webbase.disposableTasks.GetAllTimestamps", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsMapper", | |
"insertText": "SessionsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.GetAllTimestamps$SessionsMapper;", | |
"pid": "1244", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Session - ru.mail.go.webbase.blobs.ClickrankBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Session", | |
"insertText": "Session", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ClickrankBlobs$Session;", | |
"pid": "1245", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiDumper - ru.mail.go.webbase.sekitei.DumpSekiteiData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiDumper", | |
"insertText": "SekiteiDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.DumpSekiteiData$SekiteiDumper;", | |
"pid": "1246", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceSelectionGroupKey - ru.mail.go.doall.jinn.aggregates.products", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceSelectionGroupKey", | |
"insertText": "SourceSelectionGroupKey", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.jinn.aggregates.products.SourceSelectionGroupKey;", | |
"pid": "1247", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsUnionReducer - ru.mail.go.webbase.clickrank.SessionsUnion", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsUnionReducer", | |
"insertText": "SessionsUnionReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionsUnion$SessionsUnionReducer;", | |
"pid": "1248", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.quota.BigWebUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.BigWebUtils$SekiteiMapper;", | |
"pid": "1249", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMapper - ru.mail.go.webbase.fetcher.dump.resplit.DumpHashResplitter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMapper", | |
"insertText": "SplitMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.resplit.DumpHashResplitter$SplitMapper;", | |
"pid": "1250", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowedDocument - ru.mail.go.webbase.interleaving.InterleavingSerpProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowedDocument", | |
"insertText": "ShowedDocument", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.InterleavingSerpProto$ShowedDocument;", | |
"pid": "1251", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionMapper - ru.mail.go.webbase.utils.ExperimentsSessionsBuilder", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionMapper", | |
"insertText": "SessionMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.ExperimentsSessionsBuilder$SessionMapper;", | |
"pid": "1252", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsDumper - ru.mail.go.webbase.fetcher.fastbase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsDumper", | |
"insertText": "SitemapsDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.SitemapsDumper;", | |
"pid": "1253", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceStats - cosmo.pb.CosmoData.UserData.Stats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceStats", | |
"insertText": "SourceStats", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$Stats$SourceStats;", | |
"pid": "1254", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SescrapedTsMapper - ru.mail.go.webbase.disposableTasks.GetAllTimestamps", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SescrapedTsMapper", | |
"insertText": "SescrapedTsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.GetAllTimestamps$SescrapedTsMapper;", | |
"pid": "1255", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sitelink - ru.mail.go.webbase.uc.WebmasterImporter.Site", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sitelink", | |
"insertText": "Sitelink", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.uc.WebmasterImporter$Site$Sitelink;", | |
"pid": "1256", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortDirections - ru.mail.go.webbase.mr.keys", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortDirections", | |
"insertText": "SortDirections", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.SortDirections;", | |
"pid": "1257", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubQuestions - ru.mail.go.webbase.SupportSystem", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubQuestions", | |
"insertText": "StubQuestions", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SupportSystem$StubQuestions;", | |
"pid": "1258", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Site - ru.mail.go.webbase.uc.WebmasterImporter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Site", | |
"insertText": "Site", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.uc.WebmasterImporter$Site;", | |
"pid": "1259", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATUS - ru.mail.go.webbase.utils.StubLogic", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATUS", | |
"insertText": "STATUS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.StubLogic$STATUS;", | |
"pid": "1260", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteLinksOrBuilder - ru.mail.go.snippetdata.parser.PartnerSnippetData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteLinksOrBuilder", | |
"insertText": "SiteLinksOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.snippetdata.parser.PartnerSnippetData$SiteLinksOrBuilder;", | |
"pid": "1261", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeSpiderProxyParser - ru.mail.go.boilerpiped", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeSpiderProxyParser", | |
"insertText": "SiliconeSpiderProxyParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.boilerpiped.SiliconeSpiderProxyParser;", | |
"pid": "1262", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesMapper - ru.mail.go.webbase.fetcher.batch.BatchGeneratorStageHostLimit", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesMapper", | |
"insertText": "SitesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.BatchGeneratorStageHostLimit$SitesMapper;", | |
"pid": "1263", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SERPS_CF - ru.mail.go.webbase.tables.VkMusicUserActionsTable", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SERPS_CF", | |
"insertText": "SERPS_CF", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.VkMusicUserActionsTable$SERPS_CF;", | |
"pid": "1264", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SCHEDULERS_NUMBERS - ru.mail.go.webbase.fetcher.batch.SchedulerManager", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SCHEDULERS_NUMBERS", | |
"insertText": "SCHEDULERS_NUMBERS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.SchedulerManager$SCHEDULERS_NUMBERS;", | |
"pid": "1265", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Source - cosmo.pb.CosmoResult", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Source", | |
"insertText": "Source", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoResult$Source;", | |
"pid": "1266", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMapper - ru.mail.go.webbase.ranking.stonesKPD.CalcStonesKPD", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMapper", | |
"insertText": "SplitMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.stonesKPD.CalcStonesKPD$SplitMapper;", | |
"pid": "1267", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATS - ru.mail.go.webbase.fetcher.subj.SubjParsedStatsMRJob.HostStatsReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATS", | |
"insertText": "STATS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjParsedStatsMRJob$HostStatsReducer$STATS;", | |
"pid": "1268", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SITES - ru.mail.go.webbase.stats.CommonStats.InnerMapperSite", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SITES", | |
"insertText": "SITES", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CommonStats$InnerMapperSite$SITES;", | |
"pid": "1269", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitBkiImagesJobReducer - ru.mail.go.webbase.bki.SplitBkiImagesJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitBkiImagesJobReducer", | |
"insertText": "SplitBkiImagesJobReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.bki.SplitBkiImagesJob$SplitBkiImagesJobReducer;", | |
"pid": "1270", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondFirstKeyComparatorBase - ru.mail.go.webbase.mr.keys.CompositeKeyBase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondFirstKeyComparatorBase", | |
"insertText": "SecondFirstKeyComparatorBase", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.CompositeKeyBase$SecondFirstKeyComparatorBase;", | |
"pid": "1271", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei_s - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei_s", | |
"insertText": "Sekitei_s", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Sekitei_s;", | |
"pid": "1272", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapIndex - ru.mail.go.webbase.parsing.sitemap", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapIndex", | |
"insertText": "SitemapIndex", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.parsing.sitemap.SitemapIndex;", | |
"pid": "1273", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubGenerateFullJob - ru.mail.go.webbase.linkgraph.stub", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubGenerateFullJob", | |
"insertText": "StubGenerateFullJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.StubGenerateFullJob;", | |
"pid": "1274", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiSchedulers - ru.mail.go.webbase.quota.components", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiSchedulers", | |
"insertText": "SekiteiSchedulers", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.SekiteiSchedulers;", | |
"pid": "1275", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StrUtils - ru.mail.go.sugg.indexer.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StrUtils", | |
"insertText": "StrUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.utils.StrUtils;", | |
"pid": "1276", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SumReducer - ru.mail.go.webbase.fetcher.utils.CollectFBSources", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SumReducer", | |
"insertText": "SumReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.utils.CollectFBSources$SumReducer;", | |
"pid": "1277", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentRankStat - ru.mail.go.webbase.quota.components.SchedulerUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentRankStat", | |
"insertText": "SegmentRankStat", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.SchedulerUtils$SegmentRankStat;", | |
"pid": "1278", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShippingData - pandao_imgsearcher.pb.PandaoImgSearcherMetaData.ProductData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShippingData", | |
"insertText": "ShippingData", | |
"data": { | |
"decl_signature": "Lpandao_imgsearcher.pb.PandaoImgSearcherMetaData$ProductData$ShippingData;", | |
"pid": "1279", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiStatReducer - ru.mail.go.webbase.quota.SekiteiRankerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiStatReducer", | |
"insertText": "SekiteiStatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.SekiteiRankerJob$SekiteiStatReducer;", | |
"pid": "1280", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SESSIONS_STORAGE_CF - ru.mail.go.webbase.tables.UsersTable", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SESSIONS_STORAGE_CF", | |
"insertText": "SESSIONS_STORAGE_CF", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.UsersTable$SESSIONS_STORAGE_CF;", | |
"pid": "1281", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SSSFullComparator - ru.mail.go.webbase.mr.keys.BytesIntIntKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SSSFullComparator", | |
"insertText": "SSSFullComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.BytesIntIntKey$SSSFullComparator;", | |
"pid": "1282", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SITES - ru.mail.go.webbase.stats.UrlsCountByIP.SitesMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SITES", | |
"insertText": "SITES", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.UrlsCountByIP$SitesMapper$SITES;", | |
"pid": "1283", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortUrlsByUserRankReducer - ru.mail.go.webbase.lingvo.experiment.SortUrlsByUserRank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortUrlsByUserRankReducer", | |
"insertText": "SortUrlsByUserRankReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SortUrlsByUserRank$SortUrlsByUserRankReducer;", | |
"pid": "1284", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitFlagsOrBuilder - ru.mail.go.webbase.blobs.FetchList", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitFlagsOrBuilder", | |
"insertText": "SplitFlagsOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.FetchList$SplitFlagsOrBuilder;", | |
"pid": "1285", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjExtractJobTest - ru.mail.go.webbase.fetcher.subj.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjExtractJobTest", | |
"insertText": "SubjExtractJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.test.SubjExtractJobTest;", | |
"pid": "1286", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShownUrlsRedownloader - ru.mail.go.webbase.quota.components", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShownUrlsRedownloader", | |
"insertText": "ShownUrlsRedownloader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.ShownUrlsRedownloader;", | |
"pid": "1287", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMapperOutUrls - ru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMapperOutUrls", | |
"insertText": "SplitMapperOutUrls", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob$SplitMapperOutUrls;", | |
"pid": "1288", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceFreshPopularityWorker - ru.mail.go.webbase.mediametrics.SourcePopularityUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceFreshPopularityWorker", | |
"insertText": "SourceFreshPopularityWorker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mediametrics.SourcePopularityUtils$SourceFreshPopularityWorker;", | |
"pid": "1289", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SharedSpiderDocumentDetails - ru.mail.go.webbase.fetcher.plugin.shared", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SharedSpiderDocumentDetails", | |
"insertText": "SharedSpiderDocumentDetails", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.plugin.shared.SharedSpiderDocumentDetails;", | |
"pid": "1290", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcePrepareJob - ru.mail.go.webbase.fastbase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcePrepareJob", | |
"insertText": "SourcePrepareJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.SourcePrepareJob;", | |
"pid": "1291", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceFilesToJsonReducer - ru.mail.go.webbase.lingvo.experiment.SequenceFilesToJson", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceFilesToJsonReducer", | |
"insertText": "SequenceFilesToJsonReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SequenceFilesToJson$SequenceFilesToJsonReducer;", | |
"pid": "1292", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsContainer - ru.mail.go.webbase.clickrank.SessionsContainerClass", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsContainer", | |
"insertText": "SessionsContainer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionsContainerClass$SessionsContainer;", | |
"pid": "1293", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanFilter - ru.mail.go.webbase.tables.utils.RunQuery", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanFilter", | |
"insertText": "ScanFilter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.utils.RunQuery$ScanFilter;", | |
"pid": "1294", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceFilesUtils - ru.mail.go.webbase.markov.hadoop.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceFilesUtils", | |
"insertText": "SequenceFilesUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.markov.hadoop.utils.SequenceFilesUtils;", | |
"pid": "1295", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitUsersToClusters - ru.mail.go.webbase.gifts", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitUsersToClusters", | |
"insertText": "SplitUsersToClusters", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.SplitUsersToClusters;", | |
"pid": "1296", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.quota.experiment.modelCrawlRank.DumpTrainingSet2", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.modelCrawlRank.DumpTrainingSet2$SekiteiMapper;", | |
"pid": "1297", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubQuestionsOrBuilder - ru.mail.go.webbase.SupportSystem", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubQuestionsOrBuilder", | |
"insertText": "StubQuestionsOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SupportSystem$StubQuestionsOrBuilder;", | |
"pid": "1298", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchTextsAndCategoriesMapper - ru.mail.go.webbase.youla.MergeSearchTextsWithCategoriesJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchTextsAndCategoriesMapper", | |
"insertText": "SearchTextsAndCategoriesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.MergeSearchTextsWithCategoriesJob$SearchTextsAndCategoriesMapper;", | |
"pid": "1299", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchSourcesDictionaryResource - ru.mail.go.webbase.stat.engine.erm", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchSourcesDictionaryResource", | |
"insertText": "SearchSourcesDictionaryResource", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.erm.SearchSourcesDictionaryResource;", | |
"pid": "1300", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiStatusChecker - ru.mail.go.webbase.sekitei", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiStatusChecker", | |
"insertText": "SekiteiStatusChecker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiStatusChecker;", | |
"pid": "1301", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sum - ru.mail.go.webbase.stat.engine.counter.metricaggregator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sum", | |
"insertText": "Sum", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.metricaggregator.Sum;", | |
"pid": "1302", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Scheduler - ru.mail.go.webbase.blobs.BatchingUrl.UrlData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Scheduler", | |
"insertText": "Scheduler", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.BatchingUrl$UrlData$Scheduler;", | |
"pid": "1303", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SOURCE - ru.mail.go.webbase.fetcher.fastbase.utils.CheckpointSamples", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SOURCE", | |
"insertText": "SOURCE", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.utils.CheckpointSamples$SOURCE;", | |
"pid": "1304", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SizeReverseComparator - ru.mail.go.webbase.clustering.Canopy", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SizeReverseComparator", | |
"insertText": "SizeReverseComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clustering.Canopy$SizeReverseComparator;", | |
"pid": "1305", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMapper - ru.mail.go.webbase.target.CalcUserSearchActivityAndBannersJaccard", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMapper", | |
"insertText": "SimpleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.CalcUserSearchActivityAndBannersJaccard$SimpleMapper;", | |
"pid": "1306", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedMode - ru.mail.go.webbase.fetcher.batch.SchedulerManager", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedMode", | |
"insertText": "SchedMode", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.SchedulerManager$SchedMode;", | |
"pid": "1307", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeConfigTest - ru.mail.go.silicone.config", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeConfigTest", | |
"insertText": "SiliconeConfigTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.SiliconeConfigTest;", | |
"pid": "1308", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StepanLogsReducer - ru.mail.go.webbase.cosmo.ctrs.StepanPxtLogsSplitter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StepanLogsReducer", | |
"insertText": "StepanLogsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.ctrs.StepanPxtLogsSplitter$StepanLogsReducer;", | |
"pid": "1309", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SSJMapper - ru.mail.go.webbase.quota.analyze.SeqScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SSJMapper", | |
"insertText": "SSJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SeqScannerJob$SSJMapper;", | |
"pid": "1310", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SafeSearch - ru.mail.go.webbase.serpSession.filters", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SafeSearch", | |
"insertText": "SafeSearch", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.filters.SafeSearch;", | |
"pid": "1311", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMapper - ru.mail.go.webbase.fastbase.utils.MultiHdfsTest", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMapper", | |
"insertText": "SimpleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.utils.MultiHdfsTest$SimpleMapper;", | |
"pid": "1312", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggProcessLogsSuggesterMap - ru.mail.go.sugg.SuggProcessLogs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggProcessLogsSuggesterMap", | |
"insertText": "SuggProcessLogsSuggesterMap", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.SuggProcessLogs$SuggProcessLogsSuggesterMap;", | |
"pid": "1313", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScheduleMapper - ru.mail.go.webbase.fetcher.fixes.DumpStubsAndRedirects", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScheduleMapper", | |
"insertText": "ScheduleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.DumpStubsAndRedirects$ScheduleMapper;", | |
"pid": "1314", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuperFeaturesHelper - ru.mail.go.webbase.ranking.superfeatures", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuperFeaturesHelper", | |
"insertText": "SuperFeaturesHelper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.superfeatures.SuperFeaturesHelper;", | |
"pid": "1315", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleSessionSplitter - ru.mail.go.webbase.clickrank.utils.sessions", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleSessionSplitter", | |
"insertText": "SimpleSessionSplitter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.sessions.SimpleSessionSplitter;", | |
"pid": "1316", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.fetcher.blobfish.clean.MarkVoidSites", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.blobfish.clean.MarkVoidSites$ScanMapper;", | |
"pid": "1317", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StorageMapper - ru.mail.go.webbase.fastbase.FBParsedDataConstructor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StorageMapper", | |
"insertText": "StorageMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.FBParsedDataConstructor$StorageMapper;", | |
"pid": "1318", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShopsMapper - ru.mail.go.webbase.china.DumpTorgQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShopsMapper", | |
"insertText": "ShopsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.DumpTorgQueries$ShopsMapper;", | |
"pid": "1319", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SampleMapper - ru.mail.go.webbase.target.GetUsersImplicitQueriesWithClicks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SampleMapper", | |
"insertText": "SampleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.GetUsersImplicitQueriesWithClicks$SampleMapper;", | |
"pid": "1320", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatisticWorker - ru.mail.go.webbase.linkgraph.export.StatisticFabric", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatisticWorker", | |
"insertText": "StatisticWorker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.export.StatisticFabric$StatisticWorker;", | |
"pid": "1321", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SescrapedSessionUploadJobTest - ru.mail.go.webbase.SputnikRanker.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SescrapedSessionUploadJobTest", | |
"insertText": "SescrapedSessionUploadJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.tests.SescrapedSessionUploadJobTest;", | |
"pid": "1322", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatEntry - ru.mail.go.silicone.util.KabargaSnippetsDumpStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatEntry", | |
"insertText": "StatEntry", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.util.KabargaSnippetsDumpStat$StatEntry;", | |
"pid": "1323", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SF_HEAP - ru.mail.go.webbase.quota.experiment.SekiteiExperimentalMRJob.SekiteiReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SF_HEAP", | |
"insertText": "SF_HEAP", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SekiteiExperimentalMRJob$SekiteiReducer$SF_HEAP;", | |
"pid": "1324", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.ChinaUrlsScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.ChinaUrlsScannerJob$SASJMapper;", | |
"pid": "1325", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMergeParsedTest - ru.mail.go.webbase.fetcher.subj.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMergeParsedTest", | |
"insertText": "SubjMergeParsedTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.test.SubjMergeParsedTest;", | |
"pid": "1326", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjDiagnosisReducer - ru.mail.go.webbase.fetcher.subj.SubjDiagnosisJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjDiagnosisReducer", | |
"insertText": "SubjDiagnosisReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjDiagnosisJob$SubjDiagnosisReducer;", | |
"pid": "1327", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segment - ru.mail.go.webbase.fastbase.behavioralFB.GetSegmentsForQuotaIncreasing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segment", | |
"insertText": "Segment", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.behavioralFB.GetSegmentsForQuotaIncreasing$Segment;", | |
"pid": "1328", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetsMetrics - ru.mail.go.webbase.lingvo.evaluation", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetsMetrics", | |
"insertText": "SnippetsMetrics", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.evaluation.SnippetsMetrics;", | |
"pid": "1329", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceMark - ru.mail.go.webbase.blobs.DocEnums", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceMark", | |
"insertText": "SourceMark", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DocEnums$SourceMark;", | |
"pid": "1330", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteType - ru.mail.go.webbase.quota.components.SiteTypeSelector", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteType", | |
"insertText": "SiteType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.SiteTypeSelector$SiteType;", | |
"pid": "1331", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkLogsMapperExp - ru.mail.go.webbase.target.GetUsersImplicitExplicitQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkLogsMapperExp", | |
"insertText": "SpkLogsMapperExp", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.GetUsersImplicitExplicitQueries$SpkLogsMapperExp;", | |
"pid": "1332", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMarkupParser - ru.mail.go.webbase.disposableTasks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMarkupParser", | |
"insertText": "SimpleMarkupParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.SimpleMarkupParser;", | |
"pid": "1333", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Session - ru.mail.go.webbase.clickrank.LogParserData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Session", | |
"insertText": "Session", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.LogParserData$Session;", | |
"pid": "1334", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.GYUranksScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.GYUranksScannerJob$SASJMapper;", | |
"pid": "1335", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDumpReducer - ru.mail.go.webbase.fetcher.dump.resplit.QddbDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDumpReducer", | |
"insertText": "SplitDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.resplit.QddbDumper$SplitDumpReducer;", | |
"pid": "1336", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortReducer - ru.mail.go.webbase.stats.NotFetchedDistribution", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortReducer", | |
"insertText": "SortReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.NotFetchedDistribution$SortReducer;", | |
"pid": "1337", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsParser - ru.mail.go.webbase.fetcher.fastbase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsParser", | |
"insertText": "SitemapsParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.SitemapsParser;", | |
"pid": "1338", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StepanPixelMetaInfoProto - cosmo.pb", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StepanPixelMetaInfoProto", | |
"insertText": "StepanPixelMetaInfoProto", | |
"data": { | |
"decl_signature": "Lcosmo.pb.StepanPixelMetaInfoProto;", | |
"pid": "1339", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikActionsMapper - ru.mail.go.webbase.liker.SputnikFilterJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikActionsMapper", | |
"insertText": "SputnikActionsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.liker.SputnikFilterJob$SputnikActionsMapper;", | |
"pid": "1340", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitMutationMapper - ru.mail.go.webbase.fetcher.robots.RobotsFilterJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitMutationMapper", | |
"insertText": "SplitMutationMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.robots.RobotsFilterJob$SplitMutationMapper;", | |
"pid": "1341", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMergeMailRu - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMergeMailRu", | |
"insertText": "SubjMergeMailRu", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeMailRu;", | |
"pid": "1342", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SescrapedRealtimeLogsParser - ru.mail.go.webbase.fastbase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SescrapedRealtimeLogsParser", | |
"insertText": "SescrapedRealtimeLogsParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.SescrapedRealtimeLogsParser;", | |
"pid": "1343", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerDataGetter - ru.mail.go.webbase.quota.components", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerDataGetter", | |
"insertText": "SchedulerDataGetter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.SchedulerDataGetter;", | |
"pid": "1344", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SamplesMapper - ru.mail.go.webbase.linkgraph.quota.IndexReducingResultScanJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SamplesMapper", | |
"insertText": "SamplesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.quota.IndexReducingResultScanJob$SamplesMapper;", | |
"pid": "1345", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeNewsStoryDataOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeNewsStoryDataOrBuilder", | |
"insertText": "SiliconeNewsStoryDataOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeNewsStoryDataOrBuilder;", | |
"pid": "1346", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiSiteConfig - ru.mail.go.silicone.config.CosmoSitesConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiSiteConfig", | |
"insertText": "SekiteiSiteConfig", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.CosmoSitesConfig$SekiteiSiteConfig;", | |
"pid": "1347", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StorageMap - ru.mail.go.webbase.browserank.LogsUserRankAggregator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StorageMap", | |
"insertText": "StorageMap", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.browserank.LogsUserRankAggregator$StorageMap;", | |
"pid": "1348", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitCamelCaseUrlTokensJob - ru.mail.go.webbase.lingvo.experiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitCamelCaseUrlTokensJob", | |
"insertText": "SplitCamelCaseUrlTokensJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SplitCamelCaseUrlTokensJob;", | |
"pid": "1349", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpParser - ru.mail.go.webbase.LogReaders", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpParser", | |
"insertText": "SerpParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.LogReaders.SerpParser;", | |
"pid": "1350", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteSearch - ru.mail.go.webbase.uc.rtmpls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteSearch", | |
"insertText": "SiteSearch", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.uc.rtmpls.SiteSearch;", | |
"pid": "1351", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stat - cosmo.pb.CosmoData.DocumentData.DocumentLocationStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stat", | |
"insertText": "Stat", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$DocumentData$DocumentLocationStat$Stat;", | |
"pid": "1352", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondPriceInfo - ru.mail.go.webbase.TargetProto.TargetMsg.RTB_Banner", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondPriceInfo", | |
"insertText": "SecondPriceInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.TargetProto$TargetMsg$RTB_Banner$SecondPriceInfo;", | |
"pid": "1353", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "School - ru.mail.go.recommender.bki.BKIBlobs.Profile", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "School", | |
"insertText": "School", | |
"data": { | |
"decl_signature": "Lru.mail.go.recommender.bki.BKIBlobs$Profile$School;", | |
"pid": "1354", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SESSION - ru.mail.go.webbase.clickrank.utils.UrlSessionStatsUploader.SessionsMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SESSION", | |
"insertText": "SESSION", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.UrlSessionStatsUploader$SessionsMapper$SESSION;", | |
"pid": "1355", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionMetricsCalculator - ru.mail.go.webbase.clickrank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionMetricsCalculator", | |
"insertText": "SessionMetricsCalculator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionMetricsCalculator;", | |
"pid": "1356", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitUsersByMaxMoneyExp - ru.mail.go.webbase.gifts", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitUsersByMaxMoneyExp", | |
"insertText": "SplitUsersByMaxMoneyExp", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.SplitUsersByMaxMoneyExp;", | |
"pid": "1357", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeVideoData - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeVideoData", | |
"insertText": "SiliconeVideoData", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeVideoData;", | |
"pid": "1358", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteStubGenerateJobTest - ru.mail.go.webbase.linkgraph.stub.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteStubGenerateJobTest", | |
"insertText": "SiteStubGenerateJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.test.SiteStubGenerateJobTest;", | |
"pid": "1359", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stats - ru.mail.go.webbase.stats.ImageStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stats", | |
"insertText": "Stats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.ImageStats$Stats;", | |
"pid": "1360", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleSeqFileMapper - ru.mail.go.webbase.disposableTasks.FastIndexIntersection", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleSeqFileMapper", | |
"insertText": "SimpleSeqFileMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.FastIndexIntersection$SimpleSeqFileMapper;", | |
"pid": "1361", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjContextListOrBuilder - ru.mail.go.webbase.blobs.DocParserBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjContextListOrBuilder", | |
"insertText": "SubjContextListOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DocParserBlobs$SubjContextListOrBuilder;", | |
"pid": "1362", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SescrapedJsonMapper - ru.mail.go.webbase.interleaving.SescrapedCheckJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SescrapedJsonMapper", | |
"insertText": "SescrapedJsonMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.SescrapedCheckJob$SescrapedJsonMapper;", | |
"pid": "1363", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMapper - ru.mail.go.webbase.target.GetUsersImplicitQueriesWithClicks", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMapper", | |
"insertText": "SimpleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.GetUsersImplicitQueriesWithClicks$SimpleMapper;", | |
"pid": "1364", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionBuilderReducer - ru.mail.go.webbase.serpSession.SessionBuilder", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionBuilderReducer", | |
"insertText": "SessionBuilderReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.SessionBuilder$SessionBuilderReducer;", | |
"pid": "1365", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortLowRatedBadQueriesFromFrontend - ru.mail.go.webbase.disposableTasks.lowRatedBadQueriesTask", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortLowRatedBadQueriesFromFrontend", | |
"insertText": "SortLowRatedBadQueriesFromFrontend", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.lowRatedBadQueriesTask.SortLowRatedBadQueriesFromFrontend;", | |
"pid": "1366", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondBytesPartitioner - ru.mail.go.webbase.mr.keys.BytesBytesBytesBytesKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondBytesPartitioner", | |
"insertText": "SecondBytesPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.BytesBytesBytesBytesKey$SecondBytesPartitioner;", | |
"pid": "1367", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Shipping - china_search.blobs.ChinaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Shipping", | |
"insertText": "Shipping", | |
"data": { | |
"decl_signature": "Lchina_search.blobs.ChinaBlobs$Shipping;", | |
"pid": "1368", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjExtractJobReducer - ru.mail.go.webbase.fetcher.subj.SubjExtractJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjExtractJobReducer", | |
"insertText": "SubjExtractJobReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjExtractJob$SubjExtractJobReducer;", | |
"pid": "1369", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatReducer - ru.mail.go.webbase.disposableTasks.CalcOKUsersStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatReducer", | |
"insertText": "StatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.CalcOKUsersStat$StatReducer;", | |
"pid": "1370", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeqTxtMapper - ru.mail.go.webbase.quota.essr.ScannerBase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeqTxtMapper", | |
"insertText": "SeqTxtMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.ScannerBase$SeqTxtMapper;", | |
"pid": "1371", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggTotalFreqOrBuilder - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggTotalFreqOrBuilder", | |
"insertText": "SuggTotalFreqOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggTotalFreqOrBuilder;", | |
"pid": "1372", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggRecs - ru.mail.go.sugg.indexer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggRecs", | |
"insertText": "SuggRecs", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs;", | |
"pid": "1373", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconDocParserInfoDigestOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconDocParserInfoDigestOrBuilder", | |
"insertText": "SiliconDocParserInfoDigestOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconDocParserInfoDigestOrBuilder;", | |
"pid": "1374", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerDumpScanner - ru.mail.go.webbase.quota.essr.legacy", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerDumpScanner", | |
"insertText": "SchedulerDumpScanner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.legacy.SchedulerDumpScanner;", | |
"pid": "1375", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuperSession - ru.mail.go.webbase.userhistory.UserHistory", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuperSession", | |
"insertText": "SuperSession", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.userhistory.UserHistory$SuperSession;", | |
"pid": "1376", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SamplesMapper - ru.mail.go.webbase.quota.experiment.ExtractSamplesJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SamplesMapper", | |
"insertText": "SamplesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.ExtractSamplesJob$SamplesMapper;", | |
"pid": "1377", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnipMapper - ru.mail.go.webbase.interleaving.YSnippetsFetcherJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnipMapper", | |
"insertText": "SnipMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.YSnippetsFetcherJob$SnipMapper;", | |
"pid": "1378", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubValueOut - ru.mail.go.webbase.linkgraph.stub.StubGenerateNewFullJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubValueOut", | |
"insertText": "StubValueOut", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.StubGenerateNewFullJob$StubValueOut;", | |
"pid": "1379", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondAndThirdPartitioner - ru.mail.go.webbase.mr.keys.TriCompositeKeyBase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondAndThirdPartitioner", | |
"insertText": "SecondAndThirdPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.TriCompositeKeyBase$SecondAndThirdPartitioner;", | |
"pid": "1380", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segmentator - ru.mail.go.qsubst.proxy", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segmentator", | |
"insertText": "Segmentator", | |
"data": { | |
"decl_signature": "Lru.mail.go.qsubst.proxy.Segmentator;", | |
"pid": "1381", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SDWReducer - ru.mail.go.webbase.quota.analyze.ScheduledDumpWnfJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SDWReducer", | |
"insertText": "SDWReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.ScheduledDumpWnfJob$SDWReducer;", | |
"pid": "1382", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortingComparator - ru.mail.go.sugg.indexer.Merge", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortingComparator", | |
"insertText": "SortingComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.Merge$SortingComparator;", | |
"pid": "1383", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeedData - ru.mail.go.silicone.source.CosmoSeedGenerator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeedData", | |
"insertText": "SeedData", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.source.CosmoSeedGenerator$SeedData;", | |
"pid": "1384", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatReducer - ru.mail.go.webbase.quota.experiment.GetQueriesStatTmJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatReducer", | |
"insertText": "StatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.GetQueriesStatTmJob$StatReducer;", | |
"pid": "1385", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggNavigsDedupedBinary - ru.mail.go.webbase.interleaving", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggNavigsDedupedBinary", | |
"insertText": "SuggNavigsDedupedBinary", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.SuggNavigsDedupedBinary;", | |
"pid": "1386", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnapshotWritable - ru.mail.go.webbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnapshotWritable", | |
"insertText": "SnapshotWritable", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.SnapshotWritable;", | |
"pid": "1387", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemReducer - ru.mail.go.webbase.youla.DumpUserSocDem", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemReducer", | |
"insertText": "SocDemReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.DumpUserSocDem$SocDemReducer;", | |
"pid": "1388", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stage1Reducer - ru.mail.go.webbase.gifts.UserActivity", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stage1Reducer", | |
"insertText": "Stage1Reducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.UserActivity$Stage1Reducer;", | |
"pid": "1389", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconDocTaggerHashInfoOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconDocTaggerHashInfoOrBuilder", | |
"insertText": "SiliconDocTaggerHashInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconDocTaggerHashInfoOrBuilder;", | |
"pid": "1390", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconFetchUrl - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconFetchUrl", | |
"insertText": "SiliconFetchUrl", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconFetchUrl;", | |
"pid": "1391", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamRankMapper - spam.graphics.hadoop.DumpSiteSpamRank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamRankMapper", | |
"insertText": "SpamRankMapper", | |
"data": { | |
"decl_signature": "Lspam.graphics.hadoop.DumpSiteSpamRank$SpamRankMapper;", | |
"pid": "1392", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpcFix - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpcFix", | |
"insertText": "SpcFix", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SpcFix;", | |
"pid": "1393", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SurroundingToContentFilter - ru.mail.go.silicone.boilerpipe.filters.simple", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SurroundingToContentFilter", | |
"insertText": "SurroundingToContentFilter", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.boilerpipe.filters.simple.SurroundingToContentFilter;", | |
"pid": "1394", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerializedBlockOrBuilder - gogo.fetcher.outputFormat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerializedBlockOrBuilder", | |
"insertText": "SerializedBlockOrBuilder", | |
"data": { | |
"decl_signature": "Lgogo.fetcher.outputFormat$SerializedBlockOrBuilder;", | |
"pid": "1395", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemEventStatOrBuilder - cosmo.pb.CosmoData.DocumentData.DocumentEventStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemEventStatOrBuilder", | |
"insertText": "SocDemEventStatOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$DocumentData$DocumentEventStat$SocDemEventStatOrBuilder;", | |
"pid": "1396", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmpHistBlobs - ru.mail.go.webbase.blobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmpHistBlobs", | |
"insertText": "SmpHistBlobs", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SmpHistBlobs;", | |
"pid": "1397", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsMapper - ru.mail.go.webbase.fetcher.utils.CheckRedirectScheduler", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsMapper", | |
"insertText": "StatsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.utils.CheckRedirectScheduler$StatsMapper;", | |
"pid": "1398", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionOrBuilder - ru.mail.go.webbase.rb.Mytracker.MytrackerMessage.Event", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionOrBuilder", | |
"insertText": "SessionOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.rb.Mytracker$MytrackerMessage$Event$SessionOrBuilder;", | |
"pid": "1399", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceType - ru.mail.go.webbase.blobs.ExtractedUrlsBlob.FastbaseUrlInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceType", | |
"insertText": "SourceType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ExtractedUrlsBlob$FastbaseUrlInfo$SourceType;", | |
"pid": "1400", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleProf - ru.mail.go.webbase.fastbase.utils.FBUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleProf", | |
"insertText": "SimpleProf", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.utils.FBUtils$SimpleProf;", | |
"pid": "1401", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiOldReducer - ru.mail.go.webbase.sekitei.SekiteiMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiOldReducer", | |
"insertText": "SekiteiOldReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiMRJob$SekiteiOldReducer;", | |
"pid": "1402", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetDataOrBuilder - ru.mail.go.snippetdata.parser.PartnerSnippetData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetDataOrBuilder", | |
"insertText": "SnippetDataOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.snippetdata.parser.PartnerSnippetData$SnippetDataOrBuilder;", | |
"pid": "1403", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentOrBuilder", | |
"insertText": "SegmentOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$SegmentOrBuilder;", | |
"pid": "1404", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjExtractKVsJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjExtractKVsJob", | |
"insertText": "SubjExtractKVsJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjExtractKVsJob;", | |
"pid": "1405", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stats - ru.mail.go.webbase.video.index.IndexFromTableMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stats", | |
"insertText": "Stats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.index.IndexFromTableMapper$Stats;", | |
"pid": "1406", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteStats - ru.mail.go.webbase.stats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteStats", | |
"insertText": "SiteStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.SiteStats;", | |
"pid": "1407", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnapOrBuilder - ru.mail.go.webbase.blobs.BlobfishBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnapOrBuilder", | |
"insertText": "SnapOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.BlobfishBlobs$SnapOrBuilder;", | |
"pid": "1408", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsLinkPrepare - ru.mail.go.webbase.fetcher.fastbase.prepare", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsLinkPrepare", | |
"insertText": "SitemapsLinkPrepare", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.prepare.SitemapsLinkPrepare;", | |
"pid": "1409", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikReader - ru.mail.go.webbase.LogReaders", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikReader", | |
"insertText": "SputnikReader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.LogReaders.SputnikReader;", | |
"pid": "1410", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteRegionIntersectorJob - ru.mail.go.webbase.geo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteRegionIntersectorJob", | |
"insertText": "SiteRegionIntersectorJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.geo.SiteRegionIntersectorJob;", | |
"pid": "1411", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeVkParser - ru.mail.go.silicone.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeVkParser", | |
"insertText": "SiliconeVkParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.parsing.SiliconeVkParser;", | |
"pid": "1412", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesDataPartitioner - ru.mail.go.webbase.fetcher.dump.hashed", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesDataPartitioner", | |
"insertText": "SitesDataPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.hashed.SitesDataPartitioner;", | |
"pid": "1413", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SaleReducer - ru.mail.go.webbase.gifts.CalcSaleConv", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SaleReducer", | |
"insertText": "SaleReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcSaleConv$SaleReducer;", | |
"pid": "1414", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei_e - ru.mail.go.webbase.sekitei.SekiteiExpBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei_e", | |
"insertText": "Sekitei_e", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiExpBlobs$Sekitei_e;", | |
"pid": "1415", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatReducer - ru.mail.go.webbase.quota.experiment.GetQueriesStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatReducer", | |
"insertText": "StatReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.GetQueriesStatJob$StatReducer;", | |
"pid": "1416", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SyncAddrWriter - spam.services", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SyncAddrWriter", | |
"insertText": "SyncAddrWriter", | |
"data": { | |
"decl_signature": "Lspam.services.SyncAddrWriter;", | |
"pid": "1417", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerWNFHandler - ru.mail.go.webbase.quota.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerWNFHandler", | |
"insertText": "SchedulerWNFHandler", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.utils.SchedulerWNFHandler;", | |
"pid": "1418", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sessions2WMUrlStats - ru.mail.go.webbase.exporters", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sessions2WMUrlStats", | |
"insertText": "Sessions2WMUrlStats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.exporters.Sessions2WMUrlStats;", | |
"pid": "1419", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SandboxedBigWebDumperJobTest - ru.mail.go.webbase.quota.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SandboxedBigWebDumperJobTest", | |
"insertText": "SandboxedBigWebDumperJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.test.SandboxedBigWebDumperJobTest;", | |
"pid": "1420", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SPUTNIK_0C - ru.mail.go.doall.doall", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SPUTNIK_0C", | |
"insertText": "SPUTNIK_0C", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.doall.SPUTNIK_0C;", | |
"pid": "1421", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamInfoUpload - ru.mail.go.webbase.spam", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamInfoUpload", | |
"insertText": "SpamInfoUpload", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.SpamInfoUpload;", | |
"pid": "1422", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeVideoOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeVideoOrBuilder", | |
"insertText": "SiliconeVideoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeVideoOrBuilder;", | |
"pid": "1423", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StartPartitioner - ru.mail.go.videoGraphRecommender.utils.ResultKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StartPartitioner", | |
"insertText": "StartPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.videoGraphRecommender.utils.ResultKey$StartPartitioner;", | |
"pid": "1424", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubLogicExperimental - ru.mail.go.webbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubLogicExperimental", | |
"insertText": "StubLogicExperimental", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.StubLogicExperimental;", | |
"pid": "1425", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SixthMetricMapper - ru.mail.go.webbase.quota.experiment.CalcMetricsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SixthMetricMapper", | |
"insertText": "SixthMetricMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.CalcMetricsJob$SixthMetricMapper;", | |
"pid": "1426", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitterPartitioner - ru.mail.go.webbase.linkgraph.export.MicrobaseTools", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitterPartitioner", | |
"insertText": "SplitterPartitioner", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.export.MicrobaseTools$SplitterPartitioner;", | |
"pid": "1427", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Serp - ru.mail.go.webbase.serpSession.statistics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Serp", | |
"insertText": "Serp", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.statistics.Serp;", | |
"pid": "1428", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjParsedUploadMRJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjParsedUploadMRJob", | |
"insertText": "SubjParsedUploadMRJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjParsedUploadMRJob;", | |
"pid": "1429", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjExtractKVsReducer - ru.mail.go.webbase.fetcher.subj.SubjExtractKVsMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjExtractKVsReducer", | |
"insertText": "SubjExtractKVsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjExtractKVsMRJob$SubjExtractKVsReducer;", | |
"pid": "1430", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segment_l - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segment_l", | |
"insertText": "Segment_l", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Segment_l;", | |
"pid": "1431", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondDomenSessionsJob - ru.mail.go.webbase.browserank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondDomenSessionsJob", | |
"insertText": "SecondDomenSessionsJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.browserank.SecondDomenSessionsJob;", | |
"pid": "1432", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpectrumFunctions - ru.mail.go.webbase.stat.engine.counter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpectrumFunctions", | |
"insertText": "SpectrumFunctions", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.SpectrumFunctions;", | |
"pid": "1433", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceDocumentContentOrBuilder - ru.mail.go.webbase.lingvo.snippets.rich.bahroma.BahromaDbContent", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceDocumentContentOrBuilder", | |
"insertText": "SourceDocumentContentOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.snippets.rich.bahroma.BahromaDbContent$SourceDocumentContentOrBuilder;", | |
"pid": "1434", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitBkiImagesJobMapper - ru.mail.go.webbase.bki.SplitBkiImagesJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitBkiImagesJobMapper", | |
"insertText": "SplitBkiImagesJobMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.bki.SplitBkiImagesJob$SplitBkiImagesJobMapper;", | |
"pid": "1435", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemIdCreator - ru.mail.go.webbase.cosmo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemIdCreator", | |
"insertText": "SocDemIdCreator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.SocDemIdCreator;", | |
"pid": "1436", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleUrlDataMapper - ru.mail.go.webbase.disposableTasks.FastIndexIntersection", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleUrlDataMapper", | |
"insertText": "SimpleUrlDataMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.FastIndexIntersection$SimpleUrlDataMapper;", | |
"pid": "1437", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteisDumper - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteisDumper", | |
"insertText": "SekiteisDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SekiteisDumper;", | |
"pid": "1438", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchListMetricResultOrBuilder - ru.mail.go.webbase.likemore.LikemoreMetricsProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchListMetricResultOrBuilder", | |
"insertText": "SearchListMetricResultOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.likemore.LikemoreMetricsProto$SearchListMetricResultOrBuilder;", | |
"pid": "1439", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecureChatSslContextFactory - ru.mail.go.webbase.people.net.http", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecureChatSslContextFactory", | |
"insertText": "SecureChatSslContextFactory", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.people.net.http.SecureChatSslContextFactory;", | |
"pid": "1440", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.RootStubWsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.RootStubWsJob$SASJMapper;", | |
"pid": "1441", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjUploadJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjUploadJob", | |
"insertText": "SubjUploadJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjUploadJob;", | |
"pid": "1442", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusType - ru.mail.go.webbase.blobs.ExtractedUrlsBlob.BanSourceInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusType", | |
"insertText": "StatusType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ExtractedUrlsBlob$BanSourceInfo$StatusType;", | |
"pid": "1443", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionWorker - ru.mail.go.webbase.webmaster.export", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionWorker", | |
"insertText": "SessionWorker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.webmaster.export.SessionWorker;", | |
"pid": "1444", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "snippet_item - gogo.sr.SearchResultDefs", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "snippet_item", | |
"insertText": "snippet_item", | |
"data": { | |
"decl_signature": "Lgogo.sr.SearchResultDefs$snippet_item;", | |
"pid": "1445", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapMapper - ru.mail.go.webbase.fastbase.urlFilter.InfoBaseSource", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapMapper", | |
"insertText": "SitemapMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.InfoBaseSource$SitemapMapper;", | |
"pid": "1446", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleJob - ru.mail.go.webbase.stat.mrutils.helpers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleJob", | |
"insertText": "SimpleJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.mrutils.helpers.SimpleJob;", | |
"pid": "1447", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggProcessLogsGekkoMap - ru.mail.go.sugg.SuggProcessLogs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggProcessLogsGekkoMap", | |
"insertText": "SuggProcessLogsGekkoMap", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.SuggProcessLogs$SuggProcessLogsGekkoMap;", | |
"pid": "1448", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMapper - ru.mail.go.webbase.target.RealtimeQueriesExporter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMapper", | |
"insertText": "SimpleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.RealtimeQueriesExporter$SimpleMapper;", | |
"pid": "1449", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemsFromHbaseMapper - ru.mail.go.webbase.cosmo.vk.SocDemFromHBaseToSeqJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemsFromHbaseMapper", | |
"insertText": "SocDemsFromHbaseMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.vk.SocDemFromHBaseToSeqJob$SocDemsFromHbaseMapper;", | |
"pid": "1450", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionReducer - ru.mail.go.webbase.disposableTasks.CalcPossibleAdShow", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionReducer", | |
"insertText": "SessionReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.CalcPossibleAdShow$SessionReducer;", | |
"pid": "1451", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sessionizer1Job - ru.mail.go.webbase.vk_music.ivcr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sessionizer1Job", | |
"insertText": "Sessionizer1Job", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.vk_music.ivcr.Sessionizer1Job;", | |
"pid": "1452", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMapper - ru.mail.go.webbase.disposableTasks.GetFinalRedirects", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMapper", | |
"insertText": "SimpleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.GetFinalRedirects$SimpleMapper;", | |
"pid": "1453", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Splitter - ru.mail.go.webbase.lingvo.experiment.FeaturedSnippetProcessor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Splitter", | |
"insertText": "Splitter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.FeaturedSnippetProcessor$Splitter;", | |
"pid": "1454", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggQueryResult - ru.mail.go.sugg.indexer.SuggRecs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggQueryResult", | |
"insertText": "SuggQueryResult", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.SuggRecs$SuggQueryResult;", | |
"pid": "1455", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeConfigException - ru.mail.go.silicone.config", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeConfigException", | |
"insertText": "SiliconeConfigException", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.SiliconeConfigException;", | |
"pid": "1456", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpecialSitesHandlerTest - ru.mail.go.webbase.fastbase.behavioralFB.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpecialSitesHandlerTest", | |
"insertText": "SpecialSitesHandlerTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.behavioralFB.test.SpecialSitesHandlerTest;", | |
"pid": "1457", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitThumbnailsJob - ru.mail.go.webbase.lingvo.snippets.rich.bahroma", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitThumbnailsJob", | |
"insertText": "SplitThumbnailsJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitThumbnailsJob;", | |
"pid": "1458", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpParseJob - ru.mail.go.webbase.ivcr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpParseJob", | |
"insertText": "SerpParseJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ivcr.SerpParseJob;", | |
"pid": "1459", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.quota.experiment.ApplyQuotaJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.ApplyQuotaJob$SekiteiMapper;", | |
"pid": "1460", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShingleList - ru.mail.go.webbase.blobs.DuplicatesBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShingleList", | |
"insertText": "ShingleList", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DuplicatesBlobs$ShingleList;", | |
"pid": "1461", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpecialListFilter - ru.mail.go.webbase.quota.experiment.SekiteiExperimentalMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpecialListFilter", | |
"insertText": "SpecialListFilter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SekiteiExperimentalMRJob$SpecialListFilter;", | |
"pid": "1462", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemEventStatOrBuilder - cosmo.pb.CosmoData.SourceData.SourceEventStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemEventStatOrBuilder", | |
"insertText": "SocDemEventStatOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourceEventStat$SocDemEventStatOrBuilder;", | |
"pid": "1463", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Status - ru.mail.go.silicone.config.CosmoSitesConfig.SiteParserConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Status", | |
"insertText": "Status", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.CosmoSitesConfig$SiteParserConfig$Status;", | |
"pid": "1464", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SBI_EXIST - ru.mail.go.webbase.stats.NotFetchedDistribution.CountMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SBI_EXIST", | |
"insertText": "SBI_EXIST", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.NotFetchedDistribution$CountMapper$SBI_EXIST;", | |
"pid": "1465", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteStubInfo - ru.mail.go.webbase.blobs.QuotaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteStubInfo", | |
"insertText": "SiteStubInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.QuotaBlobs$SiteStubInfo;", | |
"pid": "1466", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiRFJob - ru.mail.go.webbase.sekitei", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiRFJob", | |
"insertText": "SekiteiRFJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiRFJob;", | |
"pid": "1467", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamCountMapper - spam.graphics.hadoop.DumpSiteSpamCount", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamCountMapper", | |
"insertText": "SpamCountMapper", | |
"data": { | |
"decl_signature": "Lspam.graphics.hadoop.DumpSiteSpamCount$SpamCountMapper;", | |
"pid": "1468", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SelectFromWebpagesJob - ru.mail.go.webbase.imaging.dataflow", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SelectFromWebpagesJob", | |
"insertText": "SelectFromWebpagesJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.dataflow.SelectFromWebpagesJob;", | |
"pid": "1469", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShortClicksMapper - ru.mail.go.webbase.fastbase.urlFilter.BanUrlSources", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShortClicksMapper", | |
"insertText": "ShortClicksMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.BanUrlSources$ShortClicksMapper;", | |
"pid": "1470", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitCamelCaseUrlsJobUploadMapper - ru.mail.go.webbase.lingvo.experiment.SplitCamelCaseUrlTokensJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitCamelCaseUrlsJobUploadMapper", | |
"insertText": "SplitCamelCaseUrlsJobUploadMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SplitCamelCaseUrlTokensJob$SplitCamelCaseUrlsJobUploadMapper;", | |
"pid": "1471", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsDiffReducer - ru.mail.go.webbase.fetcher.fastbase.filter.SitemapsLinksDiffFilter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsDiffReducer", | |
"insertText": "SitemapsDiffReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.filter.SitemapsLinksDiffFilter$SitemapsDiffReducer;", | |
"pid": "1472", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpellcheckType - ru.mail.go.webbase.ranking.calculators.SPCCalculator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpellcheckType", | |
"insertText": "SpellcheckType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.calculators.SPCCalculator$SpellcheckType;", | |
"pid": "1473", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.quota.experiment.SampleUrlsJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.SampleUrlsJob$SekiteiMapper;", | |
"pid": "1474", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsMergerJob - ru.mail.go.doall.sessions", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsMergerJob", | |
"insertText": "SessionsMergerJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.sessions.SessionsMergerJob;", | |
"pid": "1475", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuperStubsMapper - ru.mail.go.webbase.fastbase.urlFilter.BanUrlSources", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuperStubsMapper", | |
"insertText": "SuperStubsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.BanUrlSources$SuperStubsMapper;", | |
"pid": "1476", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiUrlsSegmentation - ru.mail.go.webbase.fastbase.behavioralFB", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiUrlsSegmentation", | |
"insertText": "SekiteiUrlsSegmentation", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.behavioralFB.SekiteiUrlsSegmentation;", | |
"pid": "1477", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShingleUtils - ru.mail.go.webbase.duplicates", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShingleUtils", | |
"insertText": "ShingleUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.duplicates.ShingleUtils;", | |
"pid": "1478", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubPack - ru.mail.go.webbase.fetcher.batch.test.BatchGeneratorTestHelpers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubPack", | |
"insertText": "StubPack", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.test.BatchGeneratorTestHelpers$StubPack;", | |
"pid": "1479", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocDemMapper - ru.mail.go.webbase.cosmo.vk.PrepareSocDemForCosmoJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocDemMapper", | |
"insertText": "SocDemMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.vk.PrepareSocDemForCosmoJob$SocDemMapper;", | |
"pid": "1480", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsReducer - ru.mail.go.webbase.logsParsers.CalcUserSourceStatistics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsReducer", | |
"insertText": "StatsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.logsParsers.CalcUserSourceStatistics$StatsReducer;", | |
"pid": "1481", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeqScannerJob - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeqScannerJob", | |
"insertText": "SeqScannerJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SeqScannerJob;", | |
"pid": "1482", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMapper - ru.mail.go.webbase.target.MergeInputJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMapper", | |
"insertText": "SimpleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.MergeInputJob$SimpleMapper;", | |
"pid": "1483", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocialGroupConverter - ru.mail.go.webbase.linkgraph.numzones.ExtraInfoMakers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocialGroupConverter", | |
"insertText": "SocialGroupConverter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.numzones.ExtraInfoMakers$SocialGroupConverter;", | |
"pid": "1484", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowDataMapper - ru.mail.go.doall.doall.session", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowDataMapper", | |
"insertText": "ShowDataMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.doall.session.ShowDataMapper;", | |
"pid": "1485", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SITES - ru.mail.go.webbase.stats.NotFetchedDistribution.CountMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SITES", | |
"insertText": "SITES", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.NotFetchedDistribution$CountMapper$SITES;", | |
"pid": "1486", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SputnikReducer - ru.mail.go.webbase.browserank.SputnikLogsUploadJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SputnikReducer", | |
"insertText": "SputnikReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.browserank.SputnikLogsUploadJob$SputnikReducer;", | |
"pid": "1487", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionUploadTest2 - ru.mail.go.webbase.ranking.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionUploadTest2", | |
"insertText": "SessionUploadTest2", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.ranking.test.SessionUploadTest2;", | |
"pid": "1488", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentHandler - ru.mail.go.webbase.utils.FukushimaSekiteiSegmentation", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentHandler", | |
"insertText": "SegmentHandler", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.FukushimaSekiteiSegmentation$SegmentHandler;", | |
"pid": "1489", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeNewsStoriesDataOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeNewsStoriesDataOrBuilder", | |
"insertText": "SiliconeNewsStoriesDataOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeNewsStoriesDataOrBuilder;", | |
"pid": "1490", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmallFilesPackerJob - ru.mail.go.webbase.content_dumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmallFilesPackerJob", | |
"insertText": "SmallFilesPackerJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.content_dumper.SmallFilesPackerJob;", | |
"pid": "1491", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerType - ru.mail.go.webbase.quota.analyze.SchedulingProgressScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerType", | |
"insertText": "SchedulerType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SchedulingProgressScannerJob$SchedulerType;", | |
"pid": "1492", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjCleanDBJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjCleanDBJob", | |
"insertText": "SubjCleanDBJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjCleanDBJob;", | |
"pid": "1493", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleDocumentBuilder - ru.mail.go.webbase.parsing.html", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleDocumentBuilder", | |
"insertText": "SimpleDocumentBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.parsing.html.SimpleDocumentBuilder;", | |
"pid": "1494", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamGraphUploadJob - ru.mail.go.webbase.spam", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamGraphUploadJob", | |
"insertText": "SpamGraphUploadJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.SpamGraphUploadJob;", | |
"pid": "1495", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamInfo - ru.mail.go.webbase.imaging.dataflow.Common", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamInfo", | |
"insertText": "SpamInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.dataflow.Common$SpamInfo;", | |
"pid": "1496", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShownUrlsMapper - ru.mail.go.webbase.quota.components.ShownUrlsRedownloader", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShownUrlsMapper", | |
"insertText": "ShownUrlsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.ShownUrlsRedownloader$ShownUrlsMapper;", | |
"pid": "1497", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubReport - ru.mail.go.webbase.SupportSystem", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubReport", | |
"insertText": "StubReport", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SupportSystem$StubReport;", | |
"pid": "1498", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleTableReducer - ru.mail.go.webbase.fastbase.utils.HBaseUploader2", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleTableReducer", | |
"insertText": "SimpleTableReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.utils.HBaseUploader2$SimpleTableReducer;", | |
"pid": "1499", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchoolOrBuilder - ru.mail.go.recommender.bki.BKIBlobs.Profile", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchoolOrBuilder", | |
"insertText": "SchoolOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.recommender.bki.BKIBlobs$Profile$SchoolOrBuilder;", | |
"pid": "1500", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceDocumentUrlsOrBuilder - ru.mail.go.webbase.lingvo.snippets.rich.bahroma.BahromaDbContent", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceDocumentUrlsOrBuilder", | |
"insertText": "SourceDocumentUrlsOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.snippets.rich.bahroma.BahromaDbContent$SourceDocumentUrlsOrBuilder;", | |
"pid": "1501", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkLogsTitlesMapper - ru.mail.go.webbase.target.GetUsersImplicitExplicitQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkLogsTitlesMapper", | |
"insertText": "SpkLogsTitlesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.GetUsersImplicitExplicitQueries$SpkLogsTitlesMapper;", | |
"pid": "1502", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapperOutUrls - ru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapperOutUrls", | |
"insertText": "ScanMapperOutUrls", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob$ScanMapperOutUrls;", | |
"pid": "1503", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconData - ru.mail.go.webbase.blobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconData", | |
"insertText": "SiliconData", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData;", | |
"pid": "1504", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeoExport - ru.mail.go.webbase.linkgraph.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeoExport", | |
"insertText": "SeoExport", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.utils.SeoExport;", | |
"pid": "1505", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerWnf3 - ru.mail.go.webbase.quota.analyze", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerWnf3", | |
"insertText": "SchedulerWnf3", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SchedulerWnf3;", | |
"pid": "1506", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpSession - ru.mail.go.webbase.serpSession", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpSession", | |
"insertText": "SerpSession", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.SerpSession;", | |
"pid": "1507", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerAndMarkerInfo - ru.mail.go.webbase.quota.experiment.ExperimentalStoneIndexerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerAndMarkerInfo", | |
"insertText": "SchedulerAndMarkerInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.ExperimentalStoneIndexerJob$SchedulerAndMarkerInfo;", | |
"pid": "1508", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Statistic - ru.mail.go.webbase.serp.QSpellchecker.QDDBSpc", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Statistic", | |
"insertText": "Statistic", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.QSpellchecker$QDDBSpc$Statistic;", | |
"pid": "1509", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanMapper - ru.mail.go.webbase.stats.CountHashCollisions", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanMapper", | |
"insertText": "ScanMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.CountHashCollisions$ScanMapper;", | |
"pid": "1510", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatMapper - ru.mail.go.webbase.quota.essr.components.madriw.MadriwRanksBounder", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatMapper", | |
"insertText": "StatMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.components.madriw.MadriwRanksBounder$StatMapper;", | |
"pid": "1511", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiExpBlobs - ru.mail.go.webbase.sekitei", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiExpBlobs", | |
"insertText": "SekiteiExpBlobs", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiExpBlobs;", | |
"pid": "1512", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeVideoType - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeVideoType", | |
"insertText": "SiliconeVideoType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeVideoType;", | |
"pid": "1513", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeriesMatcher - ru.mail.go.webbase.video.SeriesExtractor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeriesMatcher", | |
"insertText": "SeriesMatcher", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.SeriesExtractor$SeriesMatcher;", | |
"pid": "1514", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentsKPDCalculator - ru.mail.go.webbase.fastbase.behavioralFB", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentsKPDCalculator", | |
"insertText": "SegmentsKPDCalculator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.behavioralFB.SegmentsKPDCalculator;", | |
"pid": "1515", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleSerpSession - ru.mail.go.webbase.clickrank.utils.sessions", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleSerpSession", | |
"insertText": "SimpleSerpSession", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.sessions.SimpleSerpSession;", | |
"pid": "1516", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SaveTopReducer - ru.mail.go.webbase.fastbase.topPopularQueries.CalculateTopPopularQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SaveTopReducer", | |
"insertText": "SaveTopReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.topPopularQueries.CalculateTopPopularQueries$SaveTopReducer;", | |
"pid": "1517", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionizerVkMusicJob - ru.mail.go.webbase.vk_music.ivcr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionizerVkMusicJob", | |
"insertText": "SessionizerVkMusicJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.vk_music.ivcr.SessionizerVkMusicJob;", | |
"pid": "1518", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpiderProxyUtil - ru.mail.go.webbase.fetcher.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpiderProxyUtil", | |
"insertText": "SpiderProxyUtil", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.utils.SpiderProxyUtil;", | |
"pid": "1519", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeVideoDataOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeVideoDataOrBuilder", | |
"insertText": "SiliconeVideoDataOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeVideoDataOrBuilder;", | |
"pid": "1520", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsCounter - ru.mail.go.webbase.serpSession", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsCounter", | |
"insertText": "StatsCounter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.StatsCounter;", | |
"pid": "1521", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringUtils - ru.mail.go.webbase.stat.util", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringUtils", | |
"insertText": "StringUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.util.StringUtils;", | |
"pid": "1522", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerializedBlock - gogo.fetcher.outputFormat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerializedBlock", | |
"insertText": "SerializedBlock", | |
"data": { | |
"decl_signature": "Lgogo.fetcher.outputFormat$SerializedBlock;", | |
"pid": "1523", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitReducer - ru.mail.go.webbase.fetcher.dump.hashed.split.SitesDataSplitter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitReducer", | |
"insertText": "SplitReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.hashed.split.SitesDataSplitter$SplitReducer;", | |
"pid": "1524", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDumpReducer - ru.mail.go.webbase.fetcher.dump.resplit.SitesDataDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDumpReducer", | |
"insertText": "SplitDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.resplit.SitesDataDumper$SplitDumpReducer;", | |
"pid": "1525", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShopsReducer - ru.mail.go.webbase.china.DumpTorgQueries", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShopsReducer", | |
"insertText": "ShopsReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.DumpTorgQueries$ShopsReducer;", | |
"pid": "1526", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SeenProductMapper - ru.mail.go.webbase.china.CheckSplits", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SeenProductMapper", | |
"insertText": "SeenProductMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.china.CheckSplits$SeenProductMapper;", | |
"pid": "1527", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpMapper - ru.mail.go.webbase.clickrank.SessionMetricsCalculator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpMapper", | |
"insertText": "SerpMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionMetricsCalculator$SerpMapper;", | |
"pid": "1528", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SaveReducer - ru.mail.go.webbase.fetcher.logs.LogLoader", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SaveReducer", | |
"insertText": "SaveReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.logs.LogLoader$SaveReducer;", | |
"pid": "1529", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShortestRedirectHashConverter - ru.mail.go.webbase.linkgraph.numzones.ExtraInfoMakers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShortestRedirectHashConverter", | |
"insertText": "ShortestRedirectHashConverter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.numzones.ExtraInfoMakers$ShortestRedirectHashConverter;", | |
"pid": "1530", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleImageSchedulerTest - ru.mail.go.webbase.quota.images.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleImageSchedulerTest", | |
"insertText": "SimpleImageSchedulerTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.images.test.SimpleImageSchedulerTest;", | |
"pid": "1531", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsLinksMapper - ru.mail.go.webbase.fetcher.fastbase.filter.SitemapsLinksDiffFilter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsLinksMapper", | |
"insertText": "SitemapsLinksMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.filter.SitemapsLinksDiffFilter$SitemapsLinksMapper;", | |
"pid": "1532", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stats - ru.mail.go.webbase.video.index.FillFastbaseFlagJob.MapperImpl", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stats", | |
"insertText": "Stats", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.video.index.FillFastbaseFlagJob$MapperImpl$Stats;", | |
"pid": "1533", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StepanPixelMetaInfoOrBuilder - cosmo.pb.StepanPixelMetaInfoProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StepanPixelMetaInfoOrBuilder", | |
"insertText": "StepanPixelMetaInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.StepanPixelMetaInfoProto$StepanPixelMetaInfoOrBuilder;", | |
"pid": "1534", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchInUrlDataWithDbName - ru.mail.go.webbase.quota.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchInUrlDataWithDbName", | |
"insertText": "SearchInUrlDataWithDbName", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.utils.SearchInUrlDataWithDbName;", | |
"pid": "1535", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsUpdateReducer - ru.mail.go.webbase.disposableTasks.GetAllTimestamps", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsUpdateReducer", | |
"insertText": "SessionsUpdateReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.GetAllTimestamps$SessionsUpdateReducer;", | |
"pid": "1536", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjMergeDBsMRJob - ru.mail.go.webbase.fetcher.subj", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjMergeDBsMRJob", | |
"insertText": "SubjMergeDBsMRJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob;", | |
"pid": "1537", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segment_sOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segment_sOrBuilder", | |
"insertText": "Segment_sOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Segment_sOrBuilder;", | |
"pid": "1538", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATS - ru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob.SubjMergeRanksReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATS", | |
"insertText": "STATS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob$SubjMergeRanksReducer$STATS;", | |
"pid": "1539", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortingComparator - ru.mail.go.sugg.indexer.NewsSuggSerialize", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortingComparator", | |
"insertText": "SortingComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.NewsSuggSerialize$SortingComparator;", | |
"pid": "1540", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmpCompactTestHelpers - ru.mail.go.webbase.fetcher.fastbase.smphist.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmpCompactTestHelpers", | |
"insertText": "SmpCompactTestHelpers", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.smphist.test.SmpCompactTestHelpers;", | |
"pid": "1541", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatMapper - ru.mail.go.webbase.disposableTasks.CalcOKUsersStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatMapper", | |
"insertText": "StatMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.CalcOKUsersStat$StatMapper;", | |
"pid": "1542", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteReducer - ru.mail.go.webbase.exporters.RankExporter2", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteReducer", | |
"insertText": "SiteReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.exporters.RankExporter2$SiteReducer;", | |
"pid": "1543", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortReducer - ru.mail.go.webbase.target.MergeTargetCTR2", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortReducer", | |
"insertText": "SortReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.MergeTargetCTR2$SortReducer;", | |
"pid": "1544", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringGroupsYamlValidator - ru.mail.go.webbase.stat.engine.counter.util", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringGroupsYamlValidator", | |
"insertText": "StringGroupsYamlValidator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.util.StringGroupsYamlValidator;", | |
"pid": "1545", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Searcher - ru.mail.go.webbase.blobs.ClickrankBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Searcher", | |
"insertText": "Searcher", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ClickrankBlobs$Searcher;", | |
"pid": "1546", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Segment_rOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Segment_rOrBuilder", | |
"insertText": "Segment_rOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Segment_rOrBuilder;", | |
"pid": "1547", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjEquivMapper - ru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjEquivMapper", | |
"insertText": "SubjEquivMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob$SubjEquivMapper;", | |
"pid": "1548", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatOrBuilder - cosmo.pb.CosmoData.DocumentData.DocumentLocationStat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatOrBuilder", | |
"insertText": "StatOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$DocumentData$DocumentLocationStat$StatOrBuilder;", | |
"pid": "1549", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeVideo - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeVideo", | |
"insertText": "SiliconeVideo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeVideo;", | |
"pid": "1550", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchListMetricResult - ru.mail.go.webbase.likemore.LikemoreMetricsProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchListMetricResult", | |
"insertText": "SearchListMetricResult", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.likemore.LikemoreMetricsProto$SearchListMetricResult;", | |
"pid": "1551", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionSpcOrBuilder - ru.mail.go.webbase.SputnikRanker.TransitionData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionSpcOrBuilder", | |
"insertText": "SessionSpcOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.TransitionData$SessionSpcOrBuilder;", | |
"pid": "1552", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesMapper - ru.mail.go.webbase.fetcher.fixes.DumpOldUrls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesMapper", | |
"insertText": "SitesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.DumpOldUrls$SitesMapper;", | |
"pid": "1553", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SPSMapper - ru.mail.go.webbase.quota.analyze.SchedulingProgressScannerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SPSMapper", | |
"insertText": "SPSMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SchedulingProgressScannerJob$SPSMapper;", | |
"pid": "1554", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpItem - ru.mail.go.webbase.blobs.ClickrankBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpItem", | |
"insertText": "SerpItem", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ClickrankBlobs$SerpItem;", | |
"pid": "1555", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubGenerateJobTest - ru.mail.go.webbase.linkgraph.stub.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubGenerateJobTest", | |
"insertText": "StubGenerateJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.test.StubGenerateJobTest;", | |
"pid": "1556", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei_m - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei_m", | |
"insertText": "Sekitei_m", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$Sekitei_m;", | |
"pid": "1557", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScheduledUrlsMapper - ru.mail.go.webbase.stats.ImageSchedulerTextModeQuality", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScheduledUrlsMapper", | |
"insertText": "ScheduledUrlsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.ImageSchedulerTextModeQuality$ScheduledUrlsMapper;", | |
"pid": "1558", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScanSchedulerForBannedUrls - ru.mail.go.webbase.fastbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScanSchedulerForBannedUrls", | |
"insertText": "ScanSchedulerForBannedUrls", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.utils.ScanSchedulerForBannedUrls;", | |
"pid": "1559", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATS - ru.mail.go.webbase.interleaving.QueryLogDumper.DumpReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATS", | |
"insertText": "STATS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.QueryLogDumper$DumpReducer$STATS;", | |
"pid": "1560", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitType - ru.mail.go.webbase.fetcher.batch.MultiReduceSplitter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitType", | |
"insertText": "SplitType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.MultiReduceSplitter$SplitType;", | |
"pid": "1561", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteInfoOrBuilder - ru.mail.go.webbase.blobs.WebmasterDSBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteInfoOrBuilder", | |
"insertText": "SiteInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.WebmasterDSBlobs$SiteInfoOrBuilder;", | |
"pid": "1562", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsWrapper - ru.mail.go.webbase.fetcher.dump.DumpDataWrapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsWrapper", | |
"insertText": "StatsWrapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.DumpDataWrapper$StatsWrapper;", | |
"pid": "1563", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjSchema - ru.mail.go.webbase.blobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjSchema", | |
"insertText": "SubjSchema", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SubjSchema;", | |
"pid": "1564", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiRankerJob - ru.mail.go.webbase.quota", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiRankerJob", | |
"insertText": "SekiteiRankerJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.SekiteiRankerJob;", | |
"pid": "1565", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpectrumUtils - ru.mail.go.webbase.stat.engine.counter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpectrumUtils", | |
"insertText": "SpectrumUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.engine.counter.SpectrumUtils;", | |
"pid": "1566", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsMapper - ru.mail.go.webbase.clickrank.UploadFromUniformSession", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsMapper", | |
"insertText": "SessionsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.UploadFromUniformSession$SessionsMapper;", | |
"pid": "1567", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondComparatorDomain3 - ru.mail.go.webbase.fetcher.dump.BadContent", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondComparatorDomain3", | |
"insertText": "SecondComparatorDomain3", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.BadContent$SecondComparatorDomain3;", | |
"pid": "1568", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondValueComparator - ru.mail.go.webbase.tables.multitable.MultiTableOutputFormat", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondValueComparator", | |
"insertText": "SecondValueComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.multitable.MultiTableOutputFormat$SecondValueComparator;", | |
"pid": "1569", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatMapper - ru.mail.go.webbase.quota.experiment.GetQueriesStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatMapper", | |
"insertText": "StatMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.GetQueriesStatJob$StatMapper;", | |
"pid": "1570", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SKIPPED - ru.mail.go.webbase.fetcher.fastbase.load.MergeExtraInfo.ReadMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SKIPPED", | |
"insertText": "SKIPPED", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.load.MergeExtraInfo$ReadMapper$SKIPPED;", | |
"pid": "1571", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkMapper - ru.mail.go.webbase.disposableTasks.DumpYandexUrls", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkMapper", | |
"insertText": "SpkMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.DumpYandexUrls$SpkMapper;", | |
"pid": "1572", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpellChecker - ru.mail.go.webbase.supporter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpellChecker", | |
"insertText": "SpellChecker", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.supporter.SpellChecker;", | |
"pid": "1573", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionOrBuilder - ru.mail.go.webbase.clickrank.SessionsContainerClass", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionOrBuilder", | |
"insertText": "SessionOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.SessionsContainerClass$SessionOrBuilder;", | |
"pid": "1574", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteLanguageOrBuilder - ru.mail.go.webbase.blobs.DocParserBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteLanguageOrBuilder", | |
"insertText": "SiteLanguageOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DocParserBlobs$SiteLanguageOrBuilder;", | |
"pid": "1575", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteQLinksCalculateJob - ru.mail.go.webbase.linkgraph.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteQLinksCalculateJob", | |
"insertText": "SiteQLinksCalculateJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.utils.SiteQLinksCalculateJob;", | |
"pid": "1576", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulingMapper - ru.mail.go.webbase.quota.images.ImageSourceScheduler", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulingMapper", | |
"insertText": "SchedulingMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.images.ImageSourceScheduler$SchedulingMapper;", | |
"pid": "1577", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceType - ru.mail.go.webbase.interleaving.InterleavingSerpProto.AlSource", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceType", | |
"insertText": "SourceType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.InterleavingSerpProto$AlSource$SourceType;", | |
"pid": "1578", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjRestoreMapper - ru.mail.go.webbase.fetcher.subj.SubjRestoreMRJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjRestoreMapper", | |
"insertText": "SubjRestoreMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjRestoreMRJob$SubjRestoreMapper;", | |
"pid": "1579", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STAT_PERIOD - ru.mail.go.webbase.cosmo.ctrs.SrcUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STAT_PERIOD", | |
"insertText": "STAT_PERIOD", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.ctrs.SrcUtils$STAT_PERIOD;", | |
"pid": "1580", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SandboxSites - ru.mail.go.webbase.stats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SandboxSites", | |
"insertText": "SandboxSites", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stats.SandboxSites;", | |
"pid": "1581", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesMapper - spam.graphics.hadoop.GetSpamIpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesMapper", | |
"insertText": "SitesMapper", | |
"data": { | |
"decl_signature": "Lspam.graphics.hadoop.GetSpamIpJob$SitesMapper;", | |
"pid": "1582", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionsScan - ru.mail.go.webbase.essr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionsScan", | |
"insertText": "SessionsScan", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.essr.SessionsScan;", | |
"pid": "1583", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggSession - ru.mail.go.webbase.clickrank.utils.UniformSessionBuilder", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggSession", | |
"insertText": "SuggSession", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.UniformSessionBuilder$SuggSession;", | |
"pid": "1584", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringProperty - ru.mail.go.webbase.utils.MRUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringProperty", | |
"insertText": "StringProperty", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.MRUtils$StringProperty;", | |
"pid": "1585", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SkippedLoopbackPluginTest - ru.mail.go.webbase.fetcher.fastbase.parsing.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SkippedLoopbackPluginTest", | |
"insertText": "SkippedLoopbackPluginTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.parsing.test.SkippedLoopbackPluginTest;", | |
"pid": "1586", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sekitei - ru.mail.go.webbase.sekitei", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sekitei", | |
"insertText": "Sekitei", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.Sekitei;", | |
"pid": "1587", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubDumperTest - ru.mail.go.webbase.quota.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubDumperTest", | |
"insertText": "StubDumperTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.test.StubDumperTest;", | |
"pid": "1588", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteRedownloader - ru.mail.go.webbase.webmaster.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteRedownloader", | |
"insertText": "SiteRedownloader", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.webmaster.utils.SiteRedownloader;", | |
"pid": "1589", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatType - ru.mail.go.webbase.fetcher.subj.SubjDiagnosisJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatType", | |
"insertText": "StatType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjDiagnosisJob$StatType;", | |
"pid": "1590", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StdSiteDump - ru.mail.go.webbase.webmaster.dump", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StdSiteDump", | |
"insertText": "StdSiteDump", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.webmaster.dump.StdSiteDump;", | |
"pid": "1591", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitQLinks - ru.mail.go.webbase.fastbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitQLinks", | |
"insertText": "SplitQLinks", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.utils.SplitQLinks;", | |
"pid": "1592", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteQuotaInfo - ru.mail.go.webbase.quota.components.CustomQuoter", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteQuotaInfo", | |
"insertText": "SiteQuotaInfo", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.components.CustomQuoter$SiteQuotaInfo;", | |
"pid": "1593", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionOrClickRecord - ru.mail.go.webbase.blobs.ClickrankBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionOrClickRecord", | |
"insertText": "SessionOrClickRecord", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ClickrankBlobs$SessionOrClickRecord;", | |
"pid": "1594", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SF_HEAP - ru.mail.go.webbase.sekitei.SekiteiMRJob.SekiteiReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SF_HEAP", | |
"insertText": "SF_HEAP", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiMRJob$SekiteiReducer$SF_HEAP;", | |
"pid": "1595", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionOrBuilder - ru.mail.go.webbase.clickrank.LogParserData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionOrBuilder", | |
"insertText": "SessionOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.LogParserData$SessionOrBuilder;", | |
"pid": "1596", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SDJMapper - ru.mail.go.webbase.SputnikRanker.SessionsDiffJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SDJMapper", | |
"insertText": "SDJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SessionsDiffJob$SDJMapper;", | |
"pid": "1597", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsPrepareTest - ru.mail.go.webbase.fetcher.fastbase.prepare.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsPrepareTest", | |
"insertText": "SitemapsPrepareTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.prepare.test.SitemapsPrepareTest;", | |
"pid": "1598", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SizeInfoItem - china_search.blobs.ChinaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SizeInfoItem", | |
"insertText": "SizeInfoItem", | |
"data": { | |
"decl_signature": "Lchina_search.blobs.ChinaBlobs$SizeInfoItem;", | |
"pid": "1599", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchSourcesDictionary - ru.mail.go.webbase.stat.util", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchSourcesDictionary", | |
"insertText": "SearchSourcesDictionary", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.util.SearchSourcesDictionary;", | |
"pid": "1600", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubInfoOrBuilder - ru.mail.go.webbase.blobs.QuotaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubInfoOrBuilder", | |
"insertText": "StubInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.QuotaBlobs$StubInfoOrBuilder;", | |
"pid": "1601", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitJob - ru.mail.go.webbase.imaging.dataflow", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitJob", | |
"insertText": "SplitJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.dataflow.SplitJob;", | |
"pid": "1602", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.quota.experiment.modelCrawlRank.AppendStoneID", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.modelCrawlRank.AppendStoneID$SekiteiMapper;", | |
"pid": "1603", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitDumpReducer - ru.mail.go.webbase.fetcher.dump.LostStubsDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitDumpReducer", | |
"insertText": "SplitDumpReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.LostStubsDumper$SplitDumpReducer;", | |
"pid": "1604", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjInspectReducer - ru.mail.go.webbase.fetcher.subj.SubjInspectJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjInspectReducer", | |
"insertText": "SubjInspectReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjInspectJob$SubjInspectReducer;", | |
"pid": "1605", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondQueriesMapper - ru.mail.go.webbase.quota.experiment.ExtractAccessorDataJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondQueriesMapper", | |
"insertText": "SecondQueriesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.ExtractAccessorDataJob$SecondQueriesMapper;", | |
"pid": "1606", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortReducer - ru.mail.go.webbase.target.MergeTargetCTR", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortReducer", | |
"insertText": "SortReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.target.MergeTargetCTR$SortReducer;", | |
"pid": "1607", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleEstimator - ru.mail.go.silicone.boilerpipe.estimators", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleEstimator", | |
"insertText": "SimpleEstimator", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.boilerpipe.estimators.SimpleEstimator;", | |
"pid": "1608", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SrcStatProtoMergeReducer - ru.mail.go.webbase.cosmo.ctrs.MergeSrcStatJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SrcStatProtoMergeReducer", | |
"insertText": "SrcStatProtoMergeReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.cosmo.ctrs.MergeSrcStatJob$SrcStatProtoMergeReducer;", | |
"pid": "1609", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionOrClickRecordOrBuilder - ru.mail.go.webbase.blobs.ClickrankBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionOrClickRecordOrBuilder", | |
"insertText": "SessionOrClickRecordOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ClickrankBlobs$SessionOrClickRecordOrBuilder;", | |
"pid": "1610", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SingleWnfReport - ru.mail.go.webbase.SupportSystem", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SingleWnfReport", | |
"insertText": "SingleWnfReport", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SupportSystem$SingleWnfReport;", | |
"pid": "1611", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StarterResponse - ru.mail.go.webbase.youla.YoulaJson", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StarterResponse", | |
"insertText": "StarterResponse", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.youla.YoulaJson$StarterResponse;", | |
"pid": "1612", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMapper - ru.mail.go.webbase.webmaster.analyzer.SimpleRegionStatistics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMapper", | |
"insertText": "SimpleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.webmaster.analyzer.SimpleRegionStatistics$SimpleMapper;", | |
"pid": "1613", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjFilter - ru.mail.go.webbase.fetcher.plugin", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjFilter", | |
"insertText": "SubjFilter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.plugin.SubjFilter;", | |
"pid": "1614", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleMapper - ru.mail.go.webbase.metrics.MetricGraphiteUploader", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleMapper", | |
"insertText": "SimpleMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.metrics.MetricGraphiteUploader$SimpleMapper;", | |
"pid": "1615", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesDumper - ru.mail.go.webbase.fetcher", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesDumper", | |
"insertText": "SitesDumper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.SitesDumper;", | |
"pid": "1616", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamGraphDataType - ru.mail.go.webbase.spam.SpamGraphUtils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamGraphDataType", | |
"insertText": "SpamGraphDataType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.spam.SpamGraphUtils$SpamGraphDataType;", | |
"pid": "1617", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeCategoryOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeCategoryOrBuilder", | |
"insertText": "SiliconeCategoryOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeCategoryOrBuilder;", | |
"pid": "1618", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SubjContextList - ru.mail.go.webbase.blobs.DocParserBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SubjContextList", | |
"insertText": "SubjContextList", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.DocParserBlobs$SubjContextList;", | |
"pid": "1619", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SecondMapper - ru.mail.go.webbase.quota.essr.TextIntersectorJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SecondMapper", | |
"insertText": "SecondMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.TextIntersectorJob$SecondMapper;", | |
"pid": "1620", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleSiliconeCounters - ru.mail.go.silicone.counters", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleSiliconeCounters", | |
"insertText": "SimpleSiliconeCounters", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.counters.SimpleSiliconeCounters;", | |
"pid": "1621", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsMapper - ru.mail.go.webbase.fetcher.fixes.ManualMarker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsMapper", | |
"insertText": "StatsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.ManualMarker$StatsMapper;", | |
"pid": "1622", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmallerFirst - ru.mail.go.webbase.mr.keys.SortDirections", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmallerFirst", | |
"insertText": "SmallerFirst", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.SortDirections$SmallerFirst;", | |
"pid": "1623", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Scheme - ru.mail.go.webbase.utils.nut.IUrl", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Scheme", | |
"insertText": "Scheme", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.nut.IUrl$Scheme;", | |
"pid": "1624", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "STATS - ru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob.SubjMergeDBsReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "STATS", | |
"insertText": "STATS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjMergeDBsMRJob$SubjMergeDBsReducer$STATS;", | |
"pid": "1625", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SequenceFileToGenericStorage - ru.mail.go.webbase.imaging.dupes", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SequenceFileToGenericStorage", | |
"insertText": "SequenceFileToGenericStorage", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.imaging.dupes.SequenceFileToGenericStorage;", | |
"pid": "1626", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteConfig - ru.mail.go.silicone.config.CosmoSitesConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteConfig", | |
"insertText": "SiteConfig", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.CosmoSitesConfig$SiteConfig;", | |
"pid": "1627", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesMapper - ru.mail.go.webbase.disposableTasks.CheckQlinks2", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesMapper", | |
"insertText": "SitesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.CheckQlinks2$SitesMapper;", | |
"pid": "1628", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleSiliconeCountersChecker - ru.mail.go.silicone.counters", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleSiliconeCountersChecker", | |
"insertText": "SimpleSiliconeCountersChecker", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.counters.SimpleSiliconeCountersChecker;", | |
"pid": "1629", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteZoneMapper - ru.mail.go.webbase.fastbase.numzones.ExportSitesNumZones", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteZoneMapper", | |
"insertText": "SiteZoneMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.numzones.ExportSitesNumZones$SiteZoneMapper;", | |
"pid": "1630", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubGenerateHackFullJob - ru.mail.go.webbase.linkgraph.stub", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubGenerateHackFullJob", | |
"insertText": "StubGenerateHackFullJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.stub.StubGenerateHackFullJob;", | |
"pid": "1631", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeYoutubeParser - ru.mail.go.silicone.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeYoutubeParser", | |
"insertText": "SiliconeYoutubeParser", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.parsing.SiliconeYoutubeParser;", | |
"pid": "1632", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpkLogKeyGenerator - ru.mail.go.webbase.kernest", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpkLogKeyGenerator", | |
"insertText": "SpkLogKeyGenerator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.kernest.SpkLogKeyGenerator;", | |
"pid": "1633", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SEGroup - ru.mail.go.webbase.stat.tasks.srch3786.StatPerDayJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SEGroup", | |
"insertText": "SEGroup", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.stat.tasks.srch3786.StatPerDayJob$SEGroup;", | |
"pid": "1634", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceLocationStatOrBuilder - cosmo.pb.CosmoData.SourceData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceLocationStatOrBuilder", | |
"insertText": "SourceLocationStatOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourceLocationStatOrBuilder;", | |
"pid": "1635", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleBlockFusionProcessor - ru.mail.go.silicone.boilerpipe.filters.heuristics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleBlockFusionProcessor", | |
"insertText": "SimpleBlockFusionProcessor", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.boilerpipe.filters.heuristics.SimpleBlockFusionProcessor;", | |
"pid": "1636", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourcePopularityStatOrBuilder - cosmo.pb.CosmoData.SourceData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourcePopularityStatOrBuilder", | |
"insertText": "SourcePopularityStatOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData$SourcePopularityStatOrBuilder;", | |
"pid": "1637", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeNewsTagDataOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeNewsTagDataOrBuilder", | |
"insertText": "SiliconeNewsTagDataOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeNewsTagDataOrBuilder;", | |
"pid": "1638", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SESSION - ru.mail.go.webbase.clickrank.utils.UniformSessionUrlStats.SessionsMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SESSION", | |
"insertText": "SESSION", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clickrank.utils.UniformSessionUrlStats$SessionsMapper$SESSION;", | |
"pid": "1639", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StdoutFormat - ru.mail.go.testing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StdoutFormat", | |
"insertText": "StdoutFormat", | |
"data": { | |
"decl_signature": "Lru.mail.go.testing.StdoutFormat;", | |
"pid": "1640", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnapPartitioningJobUtils - ru.mail.go.youla", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnapPartitioningJobUtils", | |
"insertText": "SnapPartitioningJobUtils", | |
"data": { | |
"decl_signature": "Lru.mail.go.youla.SnapPartitioningJobUtils;", | |
"pid": "1641", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortDirection - ru.mail.go.webbase.mr.keys.SortDirections", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortDirection", | |
"insertText": "SortDirection", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.keys.SortDirections$SortDirection;", | |
"pid": "1642", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeFetchedContentTest - ru.mail.go.silicone.parsing", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeFetchedContentTest", | |
"insertText": "SiliconeFetchedContentTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.parsing.SiliconeFetchedContentTest;", | |
"pid": "1643", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SelectedFeature_e - ru.mail.go.webbase.sekitei.SekiteiExpBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SelectedFeature_e", | |
"insertText": "SelectedFeature_e", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiExpBlobs$SelectedFeature_e;", | |
"pid": "1644", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitReducer - ru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitReducer", | |
"insertText": "SplitReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob$SplitReducer;", | |
"pid": "1645", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionReducer - ru.mail.go.doall.doall.session", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionReducer", | |
"insertText": "SessionReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.doall.session.SessionReducer;", | |
"pid": "1646", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitReducerInUrlsOutText - ru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitReducerInUrlsOutText", | |
"insertText": "SplitReducerInUrlsOutText", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob$SplitReducerInUrlsOutText;", | |
"pid": "1647", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerializeGroupingComparator - ru.mail.go.sugg.indexer.Serialize", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerializeGroupingComparator", | |
"insertText": "SerializeGroupingComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.Serialize$SerializeGroupingComparator;", | |
"pid": "1648", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitParagraphBlocksFilter - ru.mail.go.silicone.boilerpipe.filters.simple", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitParagraphBlocksFilter", | |
"insertText": "SplitParagraphBlocksFilter", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.boilerpipe.filters.simple.SplitParagraphBlocksFilter;", | |
"pid": "1649", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StubPluginImpl - ru.mail.go.webbase.fetcher.plugin.StubPlugin", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StubPluginImpl", | |
"insertText": "StubPluginImpl", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.plugin.StubPlugin$StubPluginImpl;", | |
"pid": "1650", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ScheduledUrlImportance - ru.mail.go.webbase.blobs.QuotaBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ScheduledUrlImportance", | |
"insertText": "ScheduledUrlImportance", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.QuotaBlobs$ScheduledUrlImportance;", | |
"pid": "1651", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SampleMetaDescriptionMapper - ru.mail.go.webbase.lingvo.experiment.SampleMetaDescription", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SampleMetaDescriptionMapper", | |
"insertText": "SampleMetaDescriptionMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.experiment.SampleMetaDescription$SampleMetaDescriptionMapper;", | |
"pid": "1652", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SFBMergeReducer - ru.mail.go.webbase.fastbase.SourcePrepareJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SFBMergeReducer", | |
"insertText": "SFBMergeReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.SourcePrepareJob$SFBMergeReducer;", | |
"pid": "1653", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitReducerInContentOutText - ru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitReducerInContentOutText", | |
"insertText": "SplitReducerInContentOutText", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.dump.FilteredHtmlDumpJob$SplitReducerInContentOutText;", | |
"pid": "1654", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Serp - ru.mail.go.webbase.serpSession.filters", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Serp", | |
"insertText": "Serp", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.filters.Serp;", | |
"pid": "1655", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsMapper - ru.mail.go.webbase.fetcher.utils.UrlsStatusDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsMapper", | |
"insertText": "StatsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.utils.UrlsStatusDumper$StatsMapper;", | |
"pid": "1656", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "spider_document_detailOrBuilder - gogo.storage.ContentStorage", | |
"kind": 7, | |
"sortText": "999999212", | |
"filterText": "spider_document_detailOrBuilder", | |
"insertText": "spider_document_detailOrBuilder", | |
"data": { | |
"decl_signature": "Lgogo.storage.ContentStorage$spider_document_detailOrBuilder;", | |
"pid": "1657", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "ShowsMapper - ru.mail.go.webbase.gifts.CalcSaleConv", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "ShowsMapper", | |
"insertText": "ShowsMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.CalcSaleConv$ShowsMapper;", | |
"pid": "1658", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sessions2UrlMapper - ru.mail.go.webbase.exporters.Sessions2WMUrlStats", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sessions2UrlMapper", | |
"insertText": "Sessions2UrlMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.exporters.Sessions2WMUrlStats$Sessions2UrlMapper;", | |
"pid": "1659", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchTeasersSitesJob - ru.mail.go.webbase.linkgraph.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchTeasersSitesJob", | |
"insertText": "SearchTeasersSitesJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.utils.SearchTeasersSitesJob;", | |
"pid": "1660", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.quota.SekiteiRankerJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.SekiteiRankerJob$SekiteiMapper;", | |
"pid": "1661", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SescrapedCheckJob - ru.mail.go.webbase.interleaving", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SescrapedCheckJob", | |
"insertText": "SescrapedCheckJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.interleaving.SescrapedCheckJob;", | |
"pid": "1662", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatType - ru.mail.go.webbase.fetcher.subj.SubjParsedStatsMRJob.HostStatsReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatType", | |
"insertText": "StatType", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.subj.SubjParsedStatsMRJob$HostStatsReducer$StatType;", | |
"pid": "1663", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SekiteiMapper - ru.mail.go.webbase.disposableTasks.ExperimentalMarker", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SekiteiMapper", | |
"insertText": "SekiteiMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.ExperimentalMarker$SekiteiMapper;", | |
"pid": "1664", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sample - ru.mail.go.webbase.linkgraph.numzones.MergeOldSpamZones.NumzonesMerger", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sample", | |
"insertText": "Sample", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.numzones.MergeOldSpamZones$NumzonesMerger$Sample;", | |
"pid": "1665", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpamScanCounterJob - ru.mail.go.webbase.linkgraph.quota.progsearch", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpamScanCounterJob", | |
"insertText": "SpamScanCounterJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.quota.progsearch.SpamScanCounterJob;", | |
"pid": "1666", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatisticOrBuilder - ru.mail.go.webbase.serp.QInformer.QInfo", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatisticOrBuilder", | |
"insertText": "StatisticOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.QInformer$QInfo$StatisticOrBuilder;", | |
"pid": "1667", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionUploadTest - ru.mail.go.webbase.SputnikRanker.tests", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionUploadTest", | |
"insertText": "SessionUploadTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.tests.SessionUploadTest;", | |
"pid": "1668", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentGroupBase - ru.mail.go.webbase.utils.FukushimaSekiteiSegmentation", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentGroupBase", | |
"insertText": "SegmentGroupBase", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.FukushimaSekiteiSegmentation$SegmentGroupBase;", | |
"pid": "1669", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpecialSitesList - ru.mail.go.webbase.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpecialSitesList", | |
"insertText": "SpecialSitesList", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.SpecialSitesList;", | |
"pid": "1670", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SASJMapper - ru.mail.go.webbase.quota.analyze.SilverBaseJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SASJMapper", | |
"insertText": "SASJMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.analyze.SilverBaseJob$SASJMapper;", | |
"pid": "1671", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusInfoOrBuilder - ru.mail.go.webbase.sekitei.SekiteiBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusInfoOrBuilder", | |
"insertText": "StatusInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.SekiteiBlobs$StatusInfoOrBuilder;", | |
"pid": "1672", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SelectorType - ru.mail.go.silicone.config.CosmoSitesConfig", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SelectorType", | |
"insertText": "SelectorType", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.config.CosmoSitesConfig$SelectorType;", | |
"pid": "1673", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SWNF2Mapper - ru.mail.go.webbase.quota.utils.SchedulerWNF2", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SWNF2Mapper", | |
"insertText": "SWNF2Mapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.utils.SchedulerWNF2$SWNF2Mapper;", | |
"pid": "1674", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionOrBuilder - ru.mail.go.webbase.blobs.ClickrankBlobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionOrBuilder", | |
"insertText": "SessionOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.ClickrankBlobs$SessionOrBuilder;", | |
"pid": "1675", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SessionReducer - ru.mail.go.webbase.disposableTasks.CalcUserMap", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SessionReducer", | |
"insertText": "SessionReducer", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.disposableTasks.CalcUserMap$SessionReducer;", | |
"pid": "1676", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesMapper - ru.mail.go.webbase.fetcher.robots.RobotsFilterJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesMapper", | |
"insertText": "SitesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.robots.RobotsFilterJob$SitesMapper;", | |
"pid": "1677", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stat - spam.services.SiteToDomain", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stat", | |
"insertText": "Stat", | |
"data": { | |
"decl_signature": "Lspam.services.SiteToDomain$Stat;", | |
"pid": "1678", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sessionizer2Job - ru.mail.go.webbase.vk_music.ivcr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sessionizer2Job", | |
"insertText": "Sessionizer2Job", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.vk_music.ivcr.Sessionizer2Job;", | |
"pid": "1679", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SchedulerWNF2 - ru.mail.go.webbase.quota.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SchedulerWNF2", | |
"insertText": "SchedulerWNF2", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.utils.SchedulerWNF2;", | |
"pid": "1680", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusPlugin - ru.mail.go.webbase.fetcher.plugin", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusPlugin", | |
"insertText": "StatusPlugin", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.plugin.StatusPlugin;", | |
"pid": "1681", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SendListMapper - ru.mail.go.webbase.fastbase.urlFilter.Ifb", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SendListMapper", | |
"insertText": "SendListMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fastbase.urlFilter.Ifb$SendListMapper;", | |
"pid": "1682", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SpiderProxyTest - ru.mail.go.webbase.proxy.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SpiderProxyTest", | |
"insertText": "SpiderProxyTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.proxy.test.SpiderProxyTest;", | |
"pid": "1683", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SCAN_STATS - ru.mail.go.webbase.utils.UserFilmClicks.UserFilmClicksMapper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SCAN_STATS", | |
"insertText": "SCAN_STATS", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.UserFilmClicks$UserFilmClicksMapper$SCAN_STATS;", | |
"pid": "1684", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeCounters - ru.mail.go.silicone.counters", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeCounters", | |
"insertText": "SiliconeCounters", | |
"data": { | |
"decl_signature": "Lru.mail.go.silicone.counters.SiliconeCounters;", | |
"pid": "1685", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmpHistWrapper - ru.mail.go.webbase.fetcher.fastbase.smphist", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmpHistWrapper", | |
"insertText": "SmpHistWrapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.smphist.SmpHistWrapper;", | |
"pid": "1686", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StonesInterleavingQuality - ru.mail.go.webbase.quota.experiment", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StonesInterleavingQuality", | |
"insertText": "StonesInterleavingQuality", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.experiment.StonesInterleavingQuality;", | |
"pid": "1687", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SimpleBytesComparator - ru.mail.go.webbase.fetcher.batch.TextPTSKeys", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SimpleBytesComparator", | |
"insertText": "SimpleBytesComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.batch.TextPTSKeys$SimpleBytesComparator;", | |
"pid": "1688", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SmpCompactJobTest - ru.mail.go.webbase.fetcher.fastbase.smphist.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SmpCompactJobTest", | |
"insertText": "SmpCompactJobTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.smphist.test.SmpCompactJobTest;", | |
"pid": "1689", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconeAuthor - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconeAuthor", | |
"insertText": "SiliconeAuthor", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconeAuthor;", | |
"pid": "1690", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SocialUrlFilter - ru.mail.go.webbase.linkgraph.utils", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SocialUrlFilter", | |
"insertText": "SocialUrlFilter", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.linkgraph.utils.SocialUrlFilter;", | |
"pid": "1691", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Sorter - ru.mail.go.hadoop.SequenceFile", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Sorter", | |
"insertText": "Sorter", | |
"data": { | |
"decl_signature": "Lru.mail.go.hadoop.SequenceFile$Sorter;", | |
"pid": "1692", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpClickSpectre - ru.mail.go.webbase.serpSession.statistics", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpClickSpectre", | |
"insertText": "SerpClickSpectre", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serpSession.statistics.SerpClickSpectre;", | |
"pid": "1693", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StackexchangeStorage - gogo.storage", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StackexchangeStorage", | |
"insertText": "StackexchangeStorage", | |
"data": { | |
"decl_signature": "Lgogo.storage.StackexchangeStorage;", | |
"pid": "1694", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StdQueriesMapper - ru.mail.go.webbase.clustering.QueriesDocumentsDumper", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StdQueriesMapper", | |
"insertText": "StdQueriesMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.clustering.QueriesDocumentsDumper$StdQueriesMapper;", | |
"pid": "1695", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchSessionBuilder - ru.mail.go.webbase.browserank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchSessionBuilder", | |
"insertText": "SearchSessionBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.browserank.SearchSessionBuilder;", | |
"pid": "1696", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SegmentationResult - ru.mail.go.webbase.sekitei.Sekitei", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SegmentationResult", | |
"insertText": "SegmentationResult", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.sekitei.Sekitei$SegmentationResult;", | |
"pid": "1697", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SendListMapper - ru.mail.go.webbase.deadVideoBan.VideoUrlsExtractorJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SendListMapper", | |
"insertText": "SendListMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.deadVideoBan.VideoUrlsExtractorJob$SendListMapper;", | |
"pid": "1698", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SourceData - cosmo.pb.CosmoData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SourceData", | |
"insertText": "SourceData", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$SourceData;", | |
"pid": "1699", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetProc - ru.mail.go.webbase.quicklinks.QuickLinkProcessor", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetProc", | |
"insertText": "SnippetProc", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quicklinks.QuickLinkProcessor$SnippetProc;", | |
"pid": "1700", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SESSION_CNT - ru.mail.go.webbase.SputnikRanker.SessionUpload.CreateSessionReducer", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SESSION_CNT", | |
"insertText": "SESSION_CNT", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.SessionUpload$CreateSessionReducer$SESSION_CNT;", | |
"pid": "1701", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiteQddbMerger - ru.mail.go.webbase.fetcher.dump.resplit", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiteQddbMerger", | |
"insertText": "SiteQddbMerger", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.dump.resplit.SiteQddbMerger;", | |
"pid": "1702", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatsOrBuilder - cosmo.pb.CosmoData.UserData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatsOrBuilder", | |
"insertText": "StatsOrBuilder", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$StatsOrBuilder;", | |
"pid": "1703", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortKGramsReduce - ru.mail.go.qsubst.SortKGrams", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortKGramsReduce", | |
"insertText": "SortKGramsReduce", | |
"data": { | |
"decl_signature": "Lru.mail.go.qsubst.SortKGrams$SortKGramsReduce;", | |
"pid": "1704", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SuggProcessLogsReduce - ru.mail.go.sugg.SuggProcessLogs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SuggProcessLogsReduce", | |
"insertText": "SuggProcessLogsReduce", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.SuggProcessLogs$SuggProcessLogsReduce;", | |
"pid": "1705", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatusPart - ru.mail.go.webbase.utils.api.YouTubeApiResponse", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatusPart", | |
"insertText": "StatusPart", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.api.YouTubeApiResponse$StatusPart;", | |
"pid": "1706", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stage2Mapper - ru.mail.go.webbase.gifts.UserPresenceInSale", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stage2Mapper", | |
"insertText": "Stage2Mapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.gifts.UserPresenceInSale$Stage2Mapper;", | |
"pid": "1707", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Stats - cosmo.pb.CosmoData.UserData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Stats", | |
"insertText": "Stats", | |
"data": { | |
"decl_signature": "Lcosmo.pb.CosmoData$UserData$Stats;", | |
"pid": "1708", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SupportSystem - ru.mail.go.webbase", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SupportSystem", | |
"insertText": "SupportSystem", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SupportSystem;", | |
"pid": "1709", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SamplesTable - ru.mail.go.webbase.tables", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SamplesTable", | |
"insertText": "SamplesTable", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.tables.SamplesTable;", | |
"pid": "1710", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SearchListMetricTask - ru.mail.go.webbase.likemore.LikemoreMetricsProto", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SearchListMetricTask", | |
"insertText": "SearchListMetricTask", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.likemore.LikemoreMetricsProto$SearchListMetricTask;", | |
"pid": "1711", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SiliconDocTaggerInfoOrBuilder - ru.mail.go.webbase.blobs.SiliconData", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SiliconDocTaggerInfoOrBuilder", | |
"insertText": "SiliconDocTaggerInfoOrBuilder", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.blobs.SiliconData$SiliconDocTaggerInfoOrBuilder;", | |
"pid": "1712", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SerpScannerBase - ru.mail.go.webbase.quota.essr", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SerpScannerBase", | |
"insertText": "SerpScannerBase", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.quota.essr.SerpScannerBase;", | |
"pid": "1713", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitePattern - ru.mail.go.webbase.utils.blacklist", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitePattern", | |
"insertText": "SitePattern", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.utils.blacklist.SitePattern;", | |
"pid": "1714", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortingComparator - ru.mail.go.sugg.indexer.Daily", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortingComparator", | |
"insertText": "SortingComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.sugg.indexer.Daily$SortingComparator;", | |
"pid": "1715", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitemapsParserWorkflowUnitTest - ru.mail.go.webbase.fetcher.fastbase.parsing.test", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitemapsParserWorkflowUnitTest", | |
"insertText": "SitemapsParserWorkflowUnitTest", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fastbase.parsing.test.SitemapsParserWorkflowUnitTest;", | |
"pid": "1716", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Splitters - ru.mail.go.webbase.browserank", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Splitters", | |
"insertText": "Splitters", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.browserank.Splitters;", | |
"pid": "1717", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SnippetsExtractorHandler - ru.mail.go.webbase.serp.synonyms", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SnippetsExtractorHandler", | |
"insertText": "SnippetsExtractorHandler", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.serp.synonyms.SnippetsExtractorHandler;", | |
"pid": "1718", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "Session - ru.mail.go.webbase.SputnikRanker.KnowledgeGraph", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "Session", | |
"insertText": "Session", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.SputnikRanker.KnowledgeGraph$Session;", | |
"pid": "1719", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SplitHtmlDataJobMapper - ru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitHtmlDataJob", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SplitHtmlDataJobMapper", | |
"insertText": "SplitHtmlDataJobMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.lingvo.snippets.rich.bahroma.SplitHtmlDataJob$SplitHtmlDataJobMapper;", | |
"pid": "1720", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StringBoolField - ru.mail.go.doall.youla.YoulaBaseAggregator", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StringBoolField", | |
"insertText": "StringBoolField", | |
"data": { | |
"decl_signature": "Lru.mail.go.doall.youla.YoulaBaseAggregator$StringBoolField;", | |
"pid": "1721", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SitesDumpMapper - ru.mail.go.webbase.fetcher.fixes.DumpIcqNumbers", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SitesDumpMapper", | |
"insertText": "SitesDumpMapper", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.fetcher.fixes.DumpIcqNumbers$SitesDumpMapper;", | |
"pid": "1722", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "SortComparator - ru.mail.go.webbase.mr.UrlRankKey", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "SortComparator", | |
"insertText": "SortComparator", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.mr.UrlRankKey$SortComparator;", | |
"pid": "1723", | |
"rid": "47", | |
"uri": "file:///home/yan/dev/trunk/projects/p1/src/aaaa/Foo.java" | |
} | |
}, | |
{ | |
"label": "StatisticsFromSessionsJob - ru.mail.go.webbase.markov.hadoop.jobs", | |
"kind": 7, | |
"sortText": "999999372", | |
"filterText": "StatisticsFromSessionsJob", | |
"insertText": "StatisticsFromSessionsJob", | |
"data": { | |
"decl_signature": "Lru.mail.go.webbase.markov.hadoop.jobs.StatisticsFromSessionsJob;", | |
"pid": "1724", | |
"rid": "47", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment