Skip to content

Commit

Permalink
Replace JSDT scanner by tern scanner. See
Browse files Browse the repository at this point in the history
  • Loading branch information
angelozerr committed Sep 1, 2015
1 parent b1f4422 commit 1cd2985
Show file tree
Hide file tree
Showing 6,099 changed files with 447,579 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 7 additions & 0 deletions sandbox/org.eclipse.wst.jsdt.ui/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 2 additions & 0 deletions sandbox/org.eclipse.wst.jsdt.ui/.options
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
org.eclipse.wst.jsdt.ui/statusbar/offset=false
org.eclipse.wst.jsdt.ui/debug/ResultCollector=false
34 changes: 34 additions & 0 deletions sandbox/org.eclipse.wst.jsdt.ui/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.wst.jsdt.ui</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>
1 change: 1 addition & 0 deletions sandbox/org.eclipse.wst.jsdt.ui/JavadocHoverStyleSheet.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions sandbox/org.eclipse.wst.jsdt.ui/JavadocViewStyleSheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/* Font definitions */
html { font-family: sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; }
body, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
pre { font-family: monospace; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }

/* Margins */
h1 { margin-top: 0.3em; margin-bottom: 0.04em }
h2 { margin-top: 2em; margin-bottom: 0.25em }
h3 { margin-top: 1.7em; margin-bottom: 0.25em }
h4 { margin-top: 2em; margin-bottom: 0.3em }
h5 { margin-top: 0px; margin-bottom: 0px }
p { margin-top: 1em; margin-bottom: 1em }
pre { margin-left: 0.6em }
ul { margin-top: 0px; margin-bottom: 1em; }
li { margin-top: 0px; margin-bottom: 0px; }
li p { margin-top: 0px; margin-bottom: 0px; }
ol { margin-top: 0px; margin-bottom: 1em; }
dl { margin-top: 0px; margin-bottom: 1em; }
dt { margin-top: 0px; margin-bottom: 0px; font-weight: bold; }
dd { margin-top: 0px; margin-bottom: 0px; }

/* Styles and colors */
a:link { color: #0000FF; }
a:hover { color: #000080; }
a:visited { text-decoration: underline; }
h4 { font-style: italic; }
strong { font-weight: bold; }
em { font-style: italic; }
var { font-style: italic; }
th { font-weight: bold; }
139 changes: 139 additions & 0 deletions sandbox/org.eclipse.wst.jsdt.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
Manifest-Version: 1.0
Bundle-SymbolicName: org.eclipse.wst.jsdt.ui;singleton:=true
Bundle-Version: 1.1.600.qualifier
Bundle-Activator: org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin
Import-Package: com.ibm.icu.text,
com.ibm.icu.util
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Export-Package: org.eclipse.wst.jsdt.internal.corext;x-friends:="org.eclipse.wst.jsdt.junit",
org.eclipse.wst.jsdt.internal.corext.buildpath;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.callhierarchy;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.codemanipulation;x-friends:="org.eclipse.wst.jsdt.junit",
org.eclipse.wst.jsdt.internal.corext.dom;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.dom.fragments;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.fix;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.javadoc;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.base;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.binary;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.changes;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.code;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.code.flow;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.delegates;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.nls;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.nls.changes;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.participants;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.rename;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.reorg;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.scripting;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.sef;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.structure;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.constraints;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.surround;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.tagging;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.typeconstraints;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.typeconstraints.types;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.typeconstraints.typesets;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.typeconstraints2;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.refactoring.util;x-internal:=true,
org.eclipse.wst.jsdt.internal.corext.template.java;x-friends:="org.eclipse.wst.jsdt.debug.ui",
org.eclipse.wst.jsdt.internal.corext.util;x-friends:="org.eclipse.jdt.junit",
org.eclipse.wst.jsdt.internal.ui;x-friends:="org.eclipse.wst.jsdt.junit,org.eclipse.wst.jsdt.debug.ui",
org.eclipse.wst.jsdt.internal.ui.actions;x-friends:="org.eclipse.wst.jsdt.junit",
org.eclipse.wst.jsdt.internal.ui.browsing;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.callhierarchy;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.commands;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.compare;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.dialogs;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.dnd;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.filters;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.fix;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.infoviews;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.javadocexport;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.javaeditor;x-friends:="org.eclipse.wst.jsdt.junit,org.eclipse.wst.jsdt.debug.ui",
org.eclipse.wst.jsdt.internal.ui.javaeditor.saveparticipant;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.javaeditor.selectionactions;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.model;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.navigator;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.packageview;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.preferences;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.preferences.cleanup;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.preferences.formatter;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.refactoring;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.refactoring.actions;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.refactoring.binary;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.refactoring.code;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.refactoring.contentassist;x-friends:="org.eclipse.wst.jsdt.junit",
org.eclipse.wst.jsdt.internal.ui.refactoring.nls;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.refactoring.nls.search;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.refactoring.reorg;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.refactoring.sef;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.search;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.text;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.text.comment;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.text.correction;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.text.folding;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.text.html;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.text.java;x-friends:="org.eclipse.wst.jsdt.debug.ui",
org.eclipse.wst.jsdt.internal.ui.text.java.hover;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.text.javadoc;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.text.spelling;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.text.spelling.engine;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.text.template.contentassist;x-friends:="org.eclipse.wst.jsdt.debug.ui",
org.eclipse.wst.jsdt.internal.ui.text.template.preferences;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.typehierarchy;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.util;x-friends:="org.eclipse.wst.jsdt.junit",
org.eclipse.wst.jsdt.internal.ui.viewsupport;x-friends:="org.eclipse.wst.jsdt.junit",
org.eclipse.wst.jsdt.internal.ui.wizards;x-friends:="org.eclipse.wst.jsdt.junit",
org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.newsourcepage;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.wizards.dialogfields;x-internal:=true,
org.eclipse.wst.jsdt.internal.ui.workingsets;x-internal:=true,
org.eclipse.wst.jsdt.libraries,
org.eclipse.wst.jsdt.ui,
org.eclipse.wst.jsdt.ui.actions,
org.eclipse.wst.jsdt.ui.dialogs,
org.eclipse.wst.jsdt.ui.project,
org.eclipse.wst.jsdt.ui.refactoring,
org.eclipse.wst.jsdt.ui.search,
org.eclipse.wst.jsdt.ui.text,
org.eclipse.wst.jsdt.ui.text.folding,
org.eclipse.wst.jsdt.ui.text.java,
org.eclipse.wst.jsdt.ui.text.java.hover,
org.eclipse.wst.jsdt.ui.wizards
Require-Bundle: org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.console;bundle-version="[3.4.0,4.0.0)",
org.eclipse.help;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)",
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
org.eclipse.wst.jsdt.core;bundle-version="[1.2.100,2.0.0)",
org.eclipse.search;bundle-version="[3.5.0,4.0.0)",
org.eclipse.debug.core;bundle-version="[3.5.0,4.0.0)",
org.eclipse.debug.ui;bundle-version="[3.5.0,4.0.0)",
org.eclipse.compare;bundle-version="[3.5.0,4.0.0)",
org.eclipse.team.ui;bundle-version="[3.5.0,4.0.0)",
org.eclipse.team.core;bundle-version="[3.5.0,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
org.eclipse.text;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.views;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui.editors;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ltk.core.refactoring;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ltk.ui.refactoring;bundle-version="[3.4.100,4.0.0)",
org.eclipse.ui.forms;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui.navigator;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui.navigator.resources;bundle-version="[3.4.0,4.0.0)",
org.eclipse.wst.jsdt.manipulation;bundle-version="[1.0.200,2.0.0)",
tern.eclipse.ide.core;bundle-version="1.1.0",
tern.core;bundle-version="1.1.0",
tern.eclipse;bundle-version="1.1.0"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy

87 changes: 87 additions & 0 deletions sandbox/org.eclipse.wst.jsdt.ui/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>About</title>
</head>
<body lang="EN-US">
<h2>About This Content</h2>

<p>April 20, 2007</p>
<h3>License</h3>

<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>

<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>

<h3>Third Party Content</h3>

<p>The Content includes items that have been sourced from third parties as set out below. If you
did not receive this Content directly from the Eclipse Foundation, the following is provided
for informational purposes only, and you should look to the Redistributor&apos;s license for
terms and conditions of use.</p>

<h4>Ispell 3.1.20</h4>

<p>The plug-in is accompanied by software developed by Geoff Kuenning. The following files:</p>
<ul>
<li>dictionaries/en_US.dictionary</li>
<li>dictionaries/en_GB.dictionary</li>
</ul>

<p>are based on Ispell 3.1.20. The home page for Ispell is located at <a href="http://lasr.cs.ucla.edu/geoff/ispell.html" target="_blank">http://lasr.cs.ucla.edu/geoff/ispell.html</a>.</p>

<p>Your use of Ispell 3.1.20 in the plug-in is subject to the terms and conditions of the Ispell license. A copy of the Ispell license is included in
<a href="about_files/ispell-license.txt" target="_blank">about_files/ispell-license.txt</a> and is also reproduced below:</p>

<blockquote>
Copyright 1993, Geoff Kuenning, Granada Hills, CA<br />
All rights reserved.<br />
<br />
Redistribution and use in source and binary forms, with or without<br />
modification, are permitted provided that the following conditions<br />
are met:<br />
<br />
1. Redistributions of source code must retain the above copyright<br />
notice, this list of conditions and the following disclaimer.<br />
2. Redistributions in binary form must reproduce the above copyright<br />
notice, this list of conditions and the following disclaimer in the<br />
documentation and/or other materials provided with the distribution.<br />
3. All modifications to the source code must be clearly marked as<br />
such. Binary redistributions based on modified source code<br />
must be clearly marked as modified versions in the documentation<br />
and/or other materials provided with the distribution.<br />
4. All advertising materials mentioning features or use of this software<br />
must display the following acknowledgment:<br />
This product includes software developed by Geoff Kuenning and<br />
other unpaid contributors.<br />
5. The name of Geoff Kuenning may not be used to endorse or promote<br />
products derived from this software without specific prior<br />
written permission.<br />
<br />
THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS<br />
IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT<br />
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS<br />
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GEOFF<br />
KUENNING OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,<br />
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,<br />
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;<br />
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER<br />
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT<br />
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN<br />
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE<br />
POSSIBILITY OF SUCH DAMAGE.<br />
</blockquote>

</body>
</html>
12 changes: 12 additions & 0 deletions sandbox/org.eclipse.wst.jsdt.ui/about.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# about.ini
# contains information about a feature
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# "%key" are externalized strings defined in about.properties
# This file does not need to be translated.

# Property "aboutText" contains blurb for "About" dialog (translated)
aboutText=%blurb

# Property "featureImage" contains path to feature image (32x32)
featureImage=icons/WTP_icon_x32_v2.png

6 changes: 6 additions & 0 deletions sandbox/org.eclipse.wst.jsdt.ui/about.mappings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# about.mappings
# contains fill-ins for about.properties
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# This file does not need to be translated.

0=@build@
26 changes: 26 additions & 0 deletions sandbox/org.eclipse.wst.jsdt.ui/about.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
###############################################################################
# Copyright (c) 2005, 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_ENCODING=UTF-8
# NLS_MESSAGEFORMAT_VAR

# about.properties
# contains externalized strings for about.ini
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# fill-ins are supplied by about.mappings
# This file should be translated.

blurb=JavaScript Development Tools\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Eclipse contributors and others 2005, 2009. All rights reserved.\n\
Visit http://www.eclipse.org/webtools
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 1cd2985

Please sign in to comment.