EDITOR : Added origianl files to fix not showing jsodc of function field. 40/23640/1
authorJaeheung Kim <jaeheung.kim@samsung.com>
Tue, 1 Jul 2014 02:38:55 +0000 (11:38 +0900)
committerJaeheung Kim <jaeheung.kim@samsung.com>
Tue, 1 Jul 2014 02:38:55 +0000 (11:38 +0900)
commit73fa01322db3e3cb627a8687845d2e2d34444698
treea128f1166a9814ab7de4d6155acb6972bcae405a
parentf0e4ba4177583c66ddac1501707d8b7642a1e723
EDITOR : Added origianl files to fix not showing jsodc of function field.

Change-Id: I2fc21bf475f88b27b24cf90ca2c736957e1fedae
Signed-off-by: Jaeheung Kim <jaeheung.kim@samsung.com>
org.eclipse.wst.jsdt.core.patch/src/org/eclipse/wst/jsdt/internal/codeassist/SelectionEngine.java [new file with mode: 0644]
org.eclipse.wst.jsdt.core.patch/src/org/eclipse/wst/jsdt/internal/compiler/ast/FieldReference.java [new file with mode: 0644]
org.eclipse.wst.jsdt.core.patch/src/org/eclipse/wst/jsdt/internal/compiler/lookup/FieldBinding.java [new file with mode: 0644]
org.eclipse.wst.jsdt.core.patch/src/org/eclipse/wst/jsdt/internal/compiler/parser/Parser.java [new file with mode: 0644]
org.eclipse.wst.jsdt.core.patch/src/org/eclipse/wst/jsdt/internal/core/ResolvedSourceField.java [new file with mode: 0644]
org.eclipse.wst.jsdt.core.patch/src/org/eclipse/wst/jsdt/internal/core/SelectionRequestor.java [new file with mode: 0644]
org.eclipse.wst.jsdt.core.patch/src/org/eclipse/wst/jsdt/internal/core/SourceField.java [new file with mode: 0644]